@charset "UTF-8";/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: "Work Sans";
    src: url("https://fonts.gstatic.com/s/worksans/v23/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Work Sans";
    src: url("https://fonts.gstatic.com/s/worksans/v23/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Work Sans";
    src: url("https://fonts.gstatic.com/s/worksans/v23/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Work Sans";
    src: url("https://fonts.gstatic.com/s/worksans/v23/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.swal-icon--success {
    border-color: #a5dc86
}

    .swal-icon--success:after, .swal-icon--success:before {
        content: "";
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .swal-icon--success:before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px
    }

    .swal-icon--success:after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
        transform-origin: 0 60px;
        -webkit-animation: rotatePlaceholder 4.25s ease-in;
        animation: rotatePlaceholder 4.25s ease-in
    }

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98,55%,69%,.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal-icon--success__hide-corners {
    width: 5px;
    height: 90px;
    background-color: #fff;
    padding: 1px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal-icon--success__line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.swal-icon--success__line--long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

.swal-icon--info {
    border-color: #c9dae1
}

    .swal-icon--info:before {
        width: 5px;
        height: 29px;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px
    }

    .swal-icon--info:after, .swal-icon--info:before {
        content: "";
        position: absolute;
        left: 50%;
        background-color: #c9dae1
    }

    .swal-icon--info:after {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px
    }

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto
}

    .swal-icon:first-child {
        margin-top: 32px
    }

.swal-icon--custom {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0
}

.swal-icon img {
    max-width: 100%;
    max-height: 100%
}

.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0
}

    .swal-title:first-child {
        margin-top: 26px
    }

    .swal-title:not(:first-child) {
        padding-bottom: 0
    }

    .swal-title:not(:last-child) {
        margin-bottom: 13px
    }

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box
}

    .swal-text:first-child {
        margin-top: 45px
    }

    .swal-text:last-child {
        margin-bottom: 45px
    }

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.swal-button-container {
    margin: 5px;
    display: inline-block;
    position: relative
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer
}

    .swal-button:not([disabled]):hover {
        background-color: #78cbf2
    }

    .swal-button:active {
        background-color: #70bce0
    }

    .swal-button:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)
    }

    .swal-button[disabled] {
        opacity: .5;
        cursor: default
    }

    .swal-button::-moz-focus-inner {
        border: 0
    }

.swal-button--cancel {
    color: #555;
    background-color: #efefef
}

    .swal-button--cancel:not([disabled]):hover {
        background-color: #e8e8e8
    }

    .swal-button--cancel:active {
        background-color: #d7d7d7
    }

    .swal-button--cancel:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)
    }

.swal-button--danger {
    background-color: #e64942
}

    .swal-button--danger:not([disabled]):hover {
        background-color: #df4740
    }

    .swal-button--danger:active {
        background-color: #cf423b
    }

    .swal-button--danger:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)
    }

.swal-content {
    padding: 0 20px;
    margin-top: 20px;
    font-size: medium
}

    .swal-content:last-child {
        margin-bottom: 20px
    }

.swal-content__input, .swal-content__textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s
}

    .swal-content__input:focus, .swal-content__textarea:focus {
        outline: none;
        border-color: #6db8ff
    }

.swal-content__textarea {
    resize: vertical
}

.swal-button--loading {
    color: transparent
}

    .swal-button--loading ~ .swal-button__loader {
        opacity: 1
    }

.swal-button__loader {
    position: absolute;
    height: auto;
    width: 43px;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    pointer-events: none;
    opacity: 0
}

    .swal-button__loader div {
        display: inline-block;
        float: none;
        vertical-align: baseline;
        width: 9px;
        height: 9px;
        padding: 0;
        border: none;
        margin: 2px;
        opacity: .4;
        border-radius: 7px;
        background-color: hsla(0,0%,100%,.9);
        transition: background .2s;
        -webkit-animation: swal-loading-anim 1s infinite;
        animation: swal-loading-anim 1s infinite
    }

        .swal-button__loader div:nth-child(3n+2) {
            -webkit-animation-delay: .15s;
            animation-delay: .15s
        }

        .swal-button__loader div:nth-child(3n+3) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

@-webkit-keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

@keyframes swal-loading-anim {
    0% {
        opacity: .4
    }

    20% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.swal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s
}

    .swal-overlay:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto
}

    .swal-overlay--show-modal .swal-modal {
        opacity: 1;
        pointer-events: auto;
        box-sizing: border-box;
        -webkit-animation: showSweetAlert .3s;
        animation: showSweetAlert .3s;
        will-change: transform
    }

.swal-modal {
    width: 478px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s
}

@media (max-width:500px) {
    .swal-modal {
        width: calc(100% - 20px)
    }
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=e050edc5-c16e-44cd-be61-4bf244a7d648);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox],
    input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        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 #ddd !important
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small {
        font-size: 65%
    }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-size: 75%
    }

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #db0740
}

a.text-primary:focus,
a.text-primary:hover {
    color: #aa0532
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #db0740
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #aa0532
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small,
    blockquote footer,
    blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #777
    }

        blockquote .small:before,
        blockquote footer:before,
        blockquote small:before {
            content: "— "
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before,
        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after,
        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after {
            content: " —"
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #001a30;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

footer.margin-top {
    & .container {
        padding-bottom: 15px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:after,
    .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after,
    .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after,
    .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.publish-cta__btn-wrap,
.publish-icons__list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.publish-cta__btn-wrap,
.publish-icons__list-item {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12,
.publish-cta__btn-wrap,
.publish-icons__list-item {
    width: 33%

    @media (width <= 992px) {
        width: 100%
    }
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .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 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .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,
    .publish-cta__btn-wrap,
    .publish-icons__list-item {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2,
    .publish-icons__list-item {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6,
    .publish-cta__btn-wrap {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .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 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        
    }

    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label,
        .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after,
    .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #001a30;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #001a30;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus,
    .btn-default:focus {
        color: #001a30;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #001a30;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active,
    .btn-default:active,
    .open > .btn-default.dropdown-toggle {
        color: #001a30;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .btn-default.dropdown-toggle.focus,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle:hover {
            color: #001a30;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active,
    .btn-default:active,
    .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled.focus,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled].focus,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #001a30
    }

.btn-primary {
    color: #fff;
    background-color: #db0740;
    border-color: #c20639
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #aa0532;
        border-color: #470215
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #aa0532;
        border-color: #870427
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #aa0532;
        border-color: #870427
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .btn-primary.dropdown-toggle.focus,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #870427;
            border-color: #470215
        }

    .btn-primary.active,
    .btn-primary:active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #db0740;
        border-color: #c20639
    }

    .btn-primary .badge {
        color: #db0740;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active,
    .btn-success:active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open > .btn-success.dropdown-toggle.focus,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active,
    .btn-success:active,
    .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active,
    .btn-info:active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus,
        .btn-info.active:focus,
        .btn-info.active:hover,
        .btn-info:active.focus,
        .btn-info:active:focus,
        .btn-info:active:hover,
        .open > .btn-info.dropdown-toggle.focus,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.active,
    .btn-info:active,
    .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active,
    .btn-warning:active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus,
        .btn-warning.active:focus,
        .btn-warning.active:hover,
        .btn-warning:active.focus,
        .btn-warning:active:focus,
        .btn-warning:active:hover,
        .open > .btn-warning.dropdown-toggle.focus,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.active,
    .btn-warning:active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled.focus,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus,
        .btn-danger.active:focus,
        .btn-danger.active:hover,
        .btn-danger:active.focus,
        .btn-danger:active:focus,
        .btn-danger:active:hover,
        .open > .btn-danger.dropdown-toggle.focus,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active,
    .btn-danger:active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled.focus,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #db0740;
    font-weight: 400;
    border-radius: 0
}

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus,
            .btn-link:hover {
                color: #91052a;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}



.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: Avenir;
    src: url(0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(a59168c1-917d-4de9-a244-0316c057c357.woff2) format("woff2");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Avenir;
    src: url(9bcb625d-81de-48c2-ba0c-664558d197e3.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(476612d9-282d-4f76-95cd-b4dd31e7ed21.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Avenir;
    src: url(b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(1a7173fa-062b-49ad-9915-bc57d3bfc1f5.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Avenir;
    src: url(17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(deb5e718-7abb-4df3-9365-edfa95317090.woff2) format("woff2");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Avenir;
    src: url(d513e15e-8f35-4129-ad05-481815e52625.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(67a2c8ef-54d4-4ab7-b60c-20fb619e97ab.woff2) format("woff2");
    font-weight: 900;
    font-style: italic
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    height: 100%
}

body {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #242424;
    background-color: #eaeaea;
    overflow-x: hidden !important
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.select-wrapper {
    position: relative
}

    .select-wrapper:after {
        pointer-events: none;
        content: url(select-icon.png);
        position: absolute;
        right: 15px;
        top: 15px;
        color: #000
    }

.select-wrapper-whatson {
    position: relative
}

    .select-wrapper-whatson:after {
        pointer-events: none;
        content: "\f0d7";
        position: absolute;
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        color: #db0740;
        font-weight: 900;
        font-size: 18px;
        top: 0 !important;
        bottom: 0;
        margin: auto 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

a {
    text-decoration: none !important;
    color: #db0740
}

    a:focus,
    a:hover {
        color: #91052a;
        text-decoration: underline;
        border-color: #db0740
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[role=button] {
    cursor: pointer
}

input:focus {
    outline-color: #ff6319
}

.visitors {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

    .visitors:after {
        background-color: #ff6319
    }

    .visitors span {
        color: #ff6319
    }

.visitors-important {
    background-color: #ff6319 !important;
    background-image: none !important
}

.visitors-no-bg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

    .visitors-no-bg:after {
        background-color: #ff6319
    }

    .visitors-no-bg span {
        color: #ff6319
    }

.visitors-bg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ff6319
}

.organisers {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #001a30
}

    .organisers span {
        color: #001a30
    }

    .organisers:after {
        background-color: #001a30
    }

.organisers-important {
    background-color: #001a30 !important;
    background-image: none !important
}

.organisers-no-bg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

    .organisers-no-bg span {
        color: #001a30
    }

    .organisers-no-bg:after {
        background-color: #001a30
    }

.organisers-bg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #001a30
}

.organisers-op {
    background-color: rgba(0, 26, 48, .2);
    border: 1px solid #001a30
}

.exhibitors {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #7ab800
}

    .exhibitors:after {
        background-color: #7ab800
    }

    .exhibitors span {
        color: #7ab800
    }

.exhibitors-important {
    background-color: #7ab800 !important;
    background-image: none !important
}

.exhibitors-no-bg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

    .exhibitors-no-bg:after {
        background-color: #7ab800
    }

    .exhibitors-no-bg span {
        color: #7ab800
    }

.exhibitors-op {
    background-color: rgba(122, 184, 0, .2);
    border: 1px solid #7ab800
}

.brand-red {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #db0740
}

    .brand-red:after {
        background-color: #db0740
    }

    .brand-red span {
        color: #db0740
    }

.gray-panel {
    background-color: rgba(238, 238, 238, .3)
}

.exhibitors-bg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #7ab800
}

.padding-top {
    padding-top: 30px
}

.margin-top {
    margin-top: 30px
}

.margin-bottom {
    margin-bottom: 30px
}

.visitors-color {
    color: #ff6319
}

    .visitors-color span {
        color: #ff6319 !important
    }

.visitors-color-important {
    color: #ff6319 !important
}

.organisers-color {
    color: #001a30
}

    .organisers-color span {
        color: #001a30 !important
    }

.organisers-color-important {
    color: #001a30 !important
}

.exhibitors-color {
    color: #7ab800
}

    .exhibitors-color span {
        color: #7ab800 !important
    }

.exhibitors-color-important {
    color: #7ab800 !important
}

.event-gradient,
.event-promotion .event-promotion-gradient,
.promotion-box .event-promotion-gradient,
.promotion-box-ex .event-promotion-gradient {
    background-image: url(img-wow-single.svg), -webkit-gradient(linear, left top, left bottom, from(#bf84a9), color-stop(70%, #e03b46));
    background-image: url(img-wow-single.svg), -o-linear-gradient(top, #bf84a9 0, #e03b46 70%);
    background-image: url(img-wow-single.svg), linear-gradient(to bottom, #bf84a9 0, #e03b46 70%);
    background: -moz-linear-gradient(top, #bf84a9 0, #e03b46 100%), -webkit-linear-gradient(top, #bf84a9 0, #e03b46 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.case-study-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a9e0), color-stop(110%, #be84a9));
    background-image: -o-linear-gradient(top, #00a9e0 0, #be84a9 110%);
    background-image: linear-gradient(to bottom, #00a9e0 0, #be84a9 110%);
    background: -moz-linear-gradient(top, #00a9e0 0, #be84a9 100%), -webkit-linear-gradient(top, #00a9e0 0, #be84a9 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.case-study-gradient-item,
.case-study-item .case-study-title,
.case-study-item-copy .case-study-image {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 169, 224, .9)), color-stop(110%, rgba(190, 132, 169, .9)));
    background-image: -o-linear-gradient(left, rgba(0, 169, 224, .9) 0, rgba(190, 132, 169, .9) 110%);
    background-image: linear-gradient(to right, rgba(0, 169, 224, .9) 0, rgba(190, 132, 169, .9) 110%);
    background: -moz-linear-gradient(top, rgba(0, 169, 224, .9) 0, rgba(190, 132, 169, .9) 100%), -webkit-linear-gradient(top, rgba(0, 169, 224, .9) 0, rgba(190, 132, 169, .9) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.nec-stream-page .stream-large-left .stream-copy,
.nec-stream-page .stream-large-right .stream-copy,
.nec-stream-page .stream-small-first-left .stream-copy,
.nec-stream-page .stream-small-next-right .stream-copy,
.nec-stream-page .stream-small-right .stream-copy,
.stream .stream-container,
.stream-gradient,
.stream-image .stream-add-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#da3e46), color-stop(110%, #d8097f));
    background-image: -o-linear-gradient(left, #da3e46 0, #d8097f 110%);
    background-image: linear-gradient(to right, #da3e46 0, #d8097f 110%);
    background: -moz-linear-gradient(top, #da3e46 0, #d8097f 100%), -webkit-linear-gradient(top, #da3e46 0, #d8097f 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.tooltip {
    position: relative;
    display: inline-block;
    
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1
    }

    .tooltip:hover .tooltiptext {
        visibility: visible
    }

.terms-exhibitors {
    font-size: 12px !important
}

.dark-grey {
    background-color: #222
}

.bold {
    font-weight: 900
}

.border-whole {
    border: 1px solid rgba(0, 0, 0, .3)
}

.underline {
    
}

.overline {
    border-top: 1px solid rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .margin-top-mobile {
        margin: 10px 0 15px
    }

    .select-wrapper-whatson:after {
        top: 31px;
        right: 15px
    }
}

@media (min-width:768px) {
    .margin-top-mobile {
        margin-top: 30px
    }

    .select-wrapper-whatson:after {
        top: 31px
    }
}

@media (min-width:992px) {
    .margin-top-mobile {
        margin-top: 30px
    }

    .select-wrapper-whatson:after {
        top: 15px;
        right: 10px
    }
}

@media (min-width:1200px) {
    .margin-top-mobile {
        margin-top: 30px
    }

    .select-wrapper-whatson:after {
        top: 15px;
        right: 5px
    }
}

:focus {
    outline: 3px solid #ffc400 !important;
    z-index: 99999
}

body:not(.focus-outline) :focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.important-alertOLD {
    display: none
}

.important-alertOLD__container {
    background: #e30613;
    background: -webkit-gradient(linear, left top, left bottom, from(#e30613), to(#a0000a));
    background: -o-linear-gradient(top, #e30613 0, #a0000a 100%);
    background: linear-gradient(180deg, #e30613 0, #a0000a 100%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    margin: 17px 0 28px 0
}

.important-alertOLD__icon {
    max-width: 48px
}

    .important-alertOLD__icon i {
        color: #ededed;
        padding: 13px;
        font-size: 22px
    }

.important-alertOLD__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: inherit;
    padding: 7px 13px 7px 0
}

.important-alertOLD__content__title {
    font-family: inherit;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.important-alertOLD__content__message {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin: 0;
    width: 100%
}

    .important-alertOLD__content__message a {
        color: #fff;
        font-weight: 500;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

        .important-alertOLD__content__message a:hover {
            background-color: #fff;
            cursor: pointer
        }

.important-alertOLD__content__link {
    margin-top: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 21px;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 7px 0;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out
}

    .important-alertOLD__content__link:focus,
    .important-alertOLD__content__link:hover {
        color: #a0000a !important;
        background-color: #fff;
        border: 1px solid #fff
    }

.important-alertOLD__exit {
    background-color: #414042;
    padding: 10px;
    margin-left: auto;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 40px;
    cursor: pointer
}

    .important-alertOLD__exit i {
        color: #ededed;
        font-size: 22px;
        -webkit-transform: scale(1, .9);
        -ms-transform: scale(1, .9);
        transform: scale(1, .9)
    }

.slider-update.slider.nec-hero-slider {
    margin: 10px auto 0 auto !important
}

    .slider-update.slider.nec-hero-slider .slick-track .slick-slide > div {
        padding: 0 !important
    }

    .slider-update.slider.nec-hero-slider .slick-list {
        border-radius: 0 5px 5px 0 !important
    }

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slick-list {
        border-radius: 5px 5px 5px 5px !important
    }
}

.slider-update.slider.nec-hero-slider .slider-update__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 260px
}

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 182px
    }
}

.slider-update.slider.nec-hero-slider .slider-update__slide__image {
    position: relative !important;
    width: 50% !important
}

@media (min-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__image {
        min-height: 260px
    }
}

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__image {
        width: 100% !important;
        position: absolute !important;
        top: 0;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important
    }
}

.slider-update.slider.nec-hero-slider .slider-update__slide__copy {
    position: relative !important;
    width: 50% !important;
    bottom: 0 !important
}

@media (min-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__copy {
        min-height: 260px
    }
}

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__copy {
        width: 100% !important;
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important
    }
}

.slider-update.slider.nec-hero-slider .slider-update__slide__copy__info {
    bottom: 0 !important;
    left: 0 !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    background-image: url(home-banner-new-export.png)
}

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info {
        background: rgba(119, 32, 89, .9) !important
    }
}

.slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__content h1 {
        width: 100%
    }

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__content {
        padding: 0 55px 0 0 !important
    }

        .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__content h1 {
            font-size: 15px !important;
            line-height: 15px !important
        }

        .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__content .slider-date {
            font-size: 12px !important;
            line-height: 16px !important
        }
}

.slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__button {
    width: 100%;
    max-width: 67px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    border-radius: 0 5px 5px 0 !important;
    right: 0 !important;
    background-color: #772059;
    bottom: 0 !important
}

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__button {
        background: 0 0
    }
}

.slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__button i {
    font-size: 34px
}

@media (max-width:767px) {
    .slider-update.slider.nec-hero-slider .slider-update__slide__copy__info__button i {
        font-size: 18px
    }
}

.slider-update.slider.nec-hero-slider .slider-hero-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .slider-update.slider.nec-hero-slider .slider-hero-dots li {
        height: 8px;
        width: 8px;
        float: none;
        border: 1px solid #707070;
        border-radius: 50%;
        margin: 9px 4.5px;
        background: 0 0;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer
    }

        .slider-update.slider.nec-hero-slider .slider-hero-dots li button {
            display: none
        }

        .slider-update.slider.nec-hero-slider .slider-hero-dots li.slick-active {
            background-color: #772059;
            border-color: #772059
        }

.no-pad {
    padding: 0
}

@media (min-width:767px) {
    .no-pad-container .container {
        padding: 0
    }
}

.welcome-and-alert__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -7.5px
}

@media (max-width:767px) {
    .welcome-and-alert__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.welcome-and-alert__container .welcome-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: calc(50% - 15px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 7.5px !important;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

@media (max-width:767px) {
    .welcome-and-alert__container .welcome-message {
        margin-bottom: 5px !important
    }
}

.welcome-and-alert__container .welcome-message__text {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #414042;
    padding: 12px
}

.welcome-and-alert__container .welcome-message__text__title {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-family: inherit;
    margin: 0;
    text-transform: uppercase
}

.welcome-and-alert__container .welcome-message__text__subtitle {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: inherit;
    margin: 0;
    text-align: center;
    width: 100%
}

    .welcome-and-alert__container .welcome-message__text__subtitle b,
    .welcome-and-alert__container .welcome-message__text__subtitle strong {
        font-weight: 900
    }

.welcome-and-alert__container .welcome-message__image {
    min-height: 126px;
    height: 100%;
    width: 100%;
    background-color: #772059;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .welcome-and-alert__container .welcome-message__image {
        display: none
    }
}

.welcome-and-alert__container .alert-message {
    width: calc(50% - 15px)
}

@media (min-width:767px) {
    .welcome-and-alert__container .alert-message {
        margin: 0 7.5px !important
    }
}

@media (max-width:767px) {
    .welcome-and-alert__container .alert-message {
        width: 100%;
        padding: 0 7.5px !important;
        margin: 0 !important
    }
}

.welcome-and-alert__container .alert-message__container {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #ededed
}

.welcome-and-alert__container .alert-message__container__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e30613;
    width: 100%;
    height: 41px
}

    .welcome-and-alert__container .alert-message__container__bar .text-icon {
        width: 41px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

    .welcome-and-alert__container .alert-message__container__bar p {
        font-size: 14px !important;
        line-height: 19px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-align: center !important;
        color: #fff !important
    }

    .welcome-and-alert__container .alert-message__container__bar .alert-close-btn {
        background-color: rgba(65, 64, 66, .3);
        width: 41px;
        height: 41px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative !important;
        top: 0 !important;
        right: 0 !important
    }

@media (min-width:767px) {
    .welcome-and-alert__container .alert-message__container__bar .alert-close-btn {
        opacity: 0;
        pointer-events: none
    }
}

.welcome-and-alert__container .alert-message__container__bar .alert-close-btn i {
    font-size: 18px;
    color: #fff
}

.welcome-and-alert__container .alert-message__container__content {
    padding: 7px 13% 22px 13%
}

@media (max-width:991px) {
    .welcome-and-alert__container .alert-message__container__content {
        padding: 7px 8%
    }
}

.welcome-and-alert__container .alert-message__container__content h1,
.welcome-and-alert__container .alert-message__container__content h2,
.welcome-and-alert__container .alert-message__container__content h3,
.welcome-and-alert__container .alert-message__container__content h4,
.welcome-and-alert__container .alert-message__container__content h5 {
    color: #0b0b0b !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 700 !important;
    margin-top: 0 !important
}

.welcome-and-alert__container .alert-message__container__content p {
    color: #0b0b0b !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 300 !important
}

.welcome-and-alert__container .alert-message__container__content .read-more-container {
    padding-top: 20px;
    padding-bottom: 10px
}

    .welcome-and-alert__container .alert-message__container__content .read-more-container .read-more {
        color: #e30613 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        font-weight: 300 !important;
        border: 1px solid #e20512 !important;
        border-radius: 5px !important;
        padding: 7px 14px !important
    }

@media (max-width:767px) {
    .update-sign-up-section {
        padding: 0 15px
    }
}

.update-sign-up-section .newsletter {
    margin-top: 16px !important
}

    .update-sign-up-section .newsletter .container {
        max-width: 504px;
        text-align: center
    }

        .update-sign-up-section .newsletter .container .newsletter-copy {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #414042 !important;
            font-size: 16px !important;
            font-weight: 300;
            text-transform: uppercase
        }

            .update-sign-up-section .newsletter .container .newsletter-copy::before {
                content: "\f674";
                font-weight: 400;
                font-family: "Font Awesome 6 Pro";
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                font-size: 18px;
                color: #ff6319;
                margin-bottom: 6px
            }

        .update-sign-up-section .newsletter .container .col-xs-12,
        .update-sign-up-section .newsletter .container .publish-cta__btn-wrap,
        .update-sign-up-section .newsletter .container .publish-icons__list-item {
            text-transform: none;
            font-size: 16px !important;
            line-height: 18px
        }

        .update-sign-up-section .newsletter .container .newsletter-form form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .update-sign-up-section .newsletter .container .newsletter-form form input[type=email] {
                width: 78% !important;
                border-radius: 5px
            }

            .update-sign-up-section .newsletter .container .newsletter-form form input[type=submit] {
                border-radius: 5px;
                text-transform: uppercase
            }

        .update-sign-up-section .newsletter .container .newsletter-form .legal-copy p {
            font-size: 10px !important;
            line-height: 12px !important
        }

            .update-sign-up-section .newsletter .container .newsletter-form .legal-copy p a {
                color: #0b0b0b !important;
                
            }

.shortcut-cta .postcode-cta .img-icon img {
    max-width: 42px;
    max-height: 82px
}

.update-whatson .upcoming-shows .panel-header {
    background: 0 0 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #414042 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative
}

    .update-whatson .upcoming-shows .panel-header::before {
        content: "\f736";
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 18px;
        color: #772059;
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(15% + 18px);
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .update-whatson .upcoming-shows .panel-header .triangle {
        display: none
    }

.update-whatson .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info {
    padding: 8px 8px 8px 108px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    left: -100px
}

    .update-whatson .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info .upcoming-title {
        font-size: 14px !important;
        line-height: 15px !important;
        font-weight: 900 !important;
        color: #772059 !important;
        text-transform: uppercase
    }

    .update-whatson .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info a {
        display: none
    }

.update-whatson .upcoming-shows .upcoming-slider .slick-dots {
    top: 0 !important
}

    .update-whatson .upcoming-shows .upcoming-slider .slick-dots li {
        height: 8px;
        width: 8px;
        margin: 0 3.5px !important
    }

        .update-whatson .upcoming-shows .upcoming-slider .slick-dots li button {
            height: 8px;
            width: 8px;
            border: 1px solid #707070;
            border-radius: 50%;
            padding: 0 !important;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s
        }

            .update-whatson .upcoming-shows .upcoming-slider .slick-dots li button::before {
                content: none !important
            }

        .update-whatson .upcoming-shows .upcoming-slider .slick-dots li.slick-active button {
            border-color: #772059;
            background-color: #772059
        }

.update-whatson .upcoming-shows .upcoming-slider-nav {
    display: none
}

.update-whatson .upcoming-shows .button-upcoming {
    display: none
}

.update-whatson .whatson-desktop .panel-header > .whatson-event-button-col {
    background-color: #fff;
    padding-right: 10px !important;
    position: relative
}

    .update-whatson .whatson-desktop .panel-header > .whatson-event-button-col::before {
        content: "\f736";
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(10% + 18px);
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .update-whatson .whatson-desktop .panel-header > .whatson-event-button-col .whatson-bar-button-second .button-whatson {
        width: 90% !important;
        float: right;
        border-radius: 5px !important
    }

@media (max-width:991px) {
    .update-whatson .whatson-desktop .panel-header > .whatson-event-button-col .whatson-bar-button-second .button-whatson {
        font-size: 16px
    }
}

.update-whatson .whatson-desktop .panel-header > .whatson-event-button-col .whatson-bar-button-second .button-whatson::before {
    border-radius: 5px !important
}

.update-whatson .whatson-desktop .whatson-bar-controls-second .slick-disabled {
    color: grey !important;
    pointer-events: none
}

.update-whatson .whatson-desktop .whatson-desktop-container {
    top: 15px !important;
    margin-bottom: 40px !important
}

    .update-whatson .whatson-desktop .whatson-desktop-container .whatson-item-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-left: 15px !important;
        padding-top: 5px !important
    }

        .update-whatson .whatson-desktop .whatson-desktop-container .whatson-item-desktop .upcoming-image-hero {
            width: 125px;
            margin-right: 8px
        }

            .update-whatson .whatson-desktop .whatson-desktop-container .whatson-item-desktop .upcoming-image-hero img {
                widTH: 100%
            }

        .update-whatson .whatson-desktop .whatson-desktop-container .whatson-item-desktop a {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            
        }

.update-whatson .whatson-desktop .white-fade-overlay-container {
    position: relative
}

    .update-whatson .whatson-desktop .white-fade-overlay-container .white-fade-overlay {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(98%, rgba(255, 255, 255, 0)), to(#fff));
        background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 98%, #fff 100%);
        background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 98%, #fff 100%);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-left: 15px solid #fff;
        pointer-events: none
    }

.title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

    .title-row i,
    .title-row svg {
        font-size: 27px
    }

.three-image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 17px
}

@media only screen and (max-width:992px) {
    .three-image-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.three-image-row > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .three-image-row > div > div {
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 63.58%
    }

.event-promotion-update {
    margin-top: 0 !important
}

.event-promotion-update__desktop {
    margin-bottom: 18px
}

    .event-promotion-update__desktop .ep-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border: 0 !important;
        margin-bottom: 9px
    }

    .event-promotion-update__desktop .ep-container__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 25px;
        min-height: 122px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(119, 32, 89, .8)), to(rgba(119, 32, 89, .8))), url(img-wow-re-update.svg);
        background-image: -o-linear-gradient(top, rgba(119, 32, 89, .8) 0, rgba(119, 32, 89, .8) 100%), url(img-wow-re-update.svg);
        background-image: linear-gradient(to bottom, rgba(119, 32, 89, .8) 0, rgba(119, 32, 89, .8) 100%), url(img-wow-re-update.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }

    .event-promotion-update__desktop .ep-container__content__title {
        font-size: 16px;
        line-height: 21px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        color: #fff
    }

    .event-promotion-update__desktop .ep-container__content__description {
        font-size: 14px;
        line-height: 18px;
        text-transform: normal;
        font-weight: 400;
        margin: 0;
        color: #fff
    }

    .event-promotion-update__desktop .ep-container i {
        font-size: 25px;
        color: #fff;
        background-color: #cf0072;
        border-radius: 0 5px 5px 0;
        padding: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.sustainability-update {
    margin-bottom: 27px
}

    .sustainability-update .sustainability--desktop .main-box--inner {
        height: auto !important
    }

    .sustainability-update .sustainability--desktop .main-box--logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 132px
    }

        .sustainability-update .sustainability--desktop .main-box--logo img {
            width: 100% !important;
            max-width: 120px
        }

    .sustainability-update .sustainability--desktop .main-box--copy {
        padding: 17px 87px 17px 32px !important;
        position: relative
    }

    .sustainability-update .sustainability--desktop .main-box--copy--link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 55px;
        border: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .sustainability-update .sustainability--desktop .main-box--copy--link i {
            font-size: 34px;
            color: #fff
        }

.event-promotion-update .journey-tabs .margin-top {
    margin: 0 !important
}

.sd-read-more {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 13px
}

    .sd-read-more:hover {
        text-decoration: underline
    }

.sd-inner-category-title {
    margin-right: 16px
}

.sd-inner-category-sub-title,
.sd-inner-category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    height: 30px
}

.information-update-container.container .information-update {
    border-radius: 6px;
    padding: 0 !important;
    -webkit-box-shadow: 0 3px 3px -2px hsla(0, 0%, 6%, .16), 0 3px 4px 0 hsla(0, 0%, 6%, .1), 0 1px 8px 0 hsla(0, 0%, 6%, .06);
    box-shadow: 0 3px 3px -2px hsla(0, 0%, 6%, .16), 0 3px 4px 0 hsla(0, 0%, 6%, .1), 0 1px 8px 0 hsla(0, 0%, 6%, .06);
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    background-color: #fff
}

@media only screen and (max-width:992px) {
    .information-update-container.container .information-update {
        margin: 8px
    }
}

.information-update-container.container .information-update__icon {
    background-color: rgba(34, 34, 34, .9);
    min-width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .information-update-container.container .information-update__icon i {
        color: #fff;
        font-size: 24px
    }

.information-update-container.container .information-update__content {
    padding: 15px 105px 15px 15px
}

@media only screen and (max-width:992px) {
    .information-update-container.container .information-update__content {
        padding: 15px 60px 15px 15px
    }
}

.information-update-container.container .information-update__content h2 {
    color: rgba(34, 34, 34, .9);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 1.5px;
    margin-top: 0
}

.information-update-container.container .information-update__content p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: rgba(34, 34, 34, .9);
    font-family: inherit;
    margin-bottom: 0;
    font-weight: 500
}

    .information-update-container.container .information-update__content p a {
        font-size: 15px;
        line-height: 1.2;
        font-weight: 300;
        color: rgba(34, 34, 34, .9);
        font-family: inherit;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out
    }

        .information-update-container.container .information-update__content p a:hover {
            color: #fff !important;
            background-color: rgba(34, 34, 34, .9)
        }

.information-update-container.container .information-update .close {
    padding: 0 !important;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 19px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: 0 0;
    font-size: 13px;
    color: #202124
}

@media only screen and (max-width:992px) {
    .information-update-container.container .information-update .close span {
        display: none
    }
}

.information-update-container.container .information-update .close i {
    font-size: 24px;
    color: rgba(34, 34, 34, .9);
    margin-left: 10px
}

@media only screen and (max-width:992px) {
    .information-update-container.container {
        padding: 0 !important
    }

        .information-update-container.container .information-update__content h2 {
            font-size: 12px
        }

        .information-update-container.container .information-update__content p {
            font-size: 12px
        }

            .information-update-container.container .information-update__content p a {
                font-size: 12px
            }
}

.reschedule-table {
    margin: 30px 0
}

    .reschedule-table .table-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden
    }

        .reschedule-table .table-container .table-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%
        }

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.reschedule-table .table-container .table-row .tab-col-1 {
    width: 50%
}

.reschedule-table .table-container .table-row .tab-col-2 {
    width: 15%
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-row .tab-col-2 {
        width: 25%
    }
}

.reschedule-table .table-container .table-row .tab-col-3 {
    width: 15%
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-row .tab-col-3 {
        width: 25%
    }
}

.reschedule-table .table-container .table-row .tab-col-4 {
    width: 20%
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-row .tab-col-4 {
        display: none
    }
}

.reschedule-table .table-container .table-title {
    background-color: #001a30;
    padding: 15px
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.reschedule-table .table-container .table-title .title-icon {
    margin: 0 20px
}

    .reschedule-table .table-container .table-title .title-icon i,
    .reschedule-table .table-container .table-title .title-icon svg {
        font-size: 30px;
        color: #fff
    }

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-title .title-icon {
        width: 10%;
        margin: 0
    }
}

.reschedule-table .table-container .table-title .title-title {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-title .title-title {
        width: 90%;
        font-size: 25px
    }
}

.reschedule-table .table-container .table-title .all-events-link {
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #fff;
    border-radius: 9px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-left: auto;
    position: relative
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-title .all-events-link {
        margin: 15px 0 15px 10%
    }
}

.reschedule-table .table-container .table-title .all-events-link:hover {
    background-color: #fff;
    color: #001a30 !important
}

.reschedule-table .table-container .table-headers {
    background-color: #db0740;
    color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 0
}

    .reschedule-table .table-container .table-headers div {
        color: inherit;
        text-transform: uppercase
    }

        .reschedule-table .table-container .table-headers div.new-listing {
            text-align: right;
            padding-right: 15px
        }

.reschedule-table .table-container .table-contents {
    width: 100%
}

    .reschedule-table .table-container .table-contents .month-row {
        color: #db0740;
        font-size: 20px;
        padding: 10px 15px 10px 35px;
        border-top: 2px solid #db0740
    }

        .reschedule-table .table-container .table-contents .month-row:first-child {
            border-top: 0
        }

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-contents .month-row {
        padding: 10px 15px 10px 15px
    }
}

.reschedule-table .table-container .table-contents .event-row {
    
    cursor: default
}

    .reschedule-table .table-container .table-contents .event-row:hover .event-name,
    .reschedule-table .table-container .table-contents .event-row:hover .new-dates .date,
    .reschedule-table .table-container .table-contents .event-row:hover .og-dates .date {
        color: #d24972;
        cursor: pointer
    }

    .reschedule-table .table-container .table-contents .event-row:hover .listing-link-container .listing-link i,
    .reschedule-table .table-container .table-contents .event-row:hover .listing-link-container .listing-link svg {
        background-color: #db0740;
        color: #fff
    }

    .reschedule-table .table-container .table-contents .event-row .event-name {
        color: #001a30;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px 15px 10px 35px;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-contents .event-row .event-name {
        padding: 10px 15px 10px 15px
    }
}

@media only screen and (max-width:992px) {

    .reschedule-table .table-container .table-contents .event-row .new-dates,
    .reschedule-table .table-container .table-contents .event-row .og-dates {
        padding: 5px 0
    }
}

.reschedule-table .table-container .table-contents .event-row .og-dates .date {
    color: #717073;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-contents .event-row .og-dates .date {
        font-size: 14px
    }
}

.reschedule-table .table-container .table-contents .event-row .new-dates .date {
    color: #001a30;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (max-width:992px) {
    .reschedule-table .table-container .table-contents .event-row .new-dates .date {
        font-size: 14px
    }
}

.reschedule-table .table-container .table-contents .event-row .listing-link-container {
    text-align: right
}

    .reschedule-table .table-container .table-contents .event-row .listing-link-container .listing-link {
        
        margin-right: 15px;
        cursor: pointer
    }

        .reschedule-table .table-container .table-contents .event-row .listing-link-container .listing-link i,
        .reschedule-table .table-container .table-contents .event-row .listing-link-container .listing-link svg {
            font-size: 25px;
            color: #d24972;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            border-radius: 50%
        }

        .reschedule-table .table-container .table-contents .event-row .listing-link-container .listing-link:hover i,
        .reschedule-table .table-container .table-contents .event-row .listing-link-container .listing-link:hover svg {
            background-color: #d24972;
            color: #fff
        }

@media only screen and (min-width:992px) {
    .whats-on-input {
        padding-right: 0
    }
}

.whats-on-input input {
    border-radius: 9px !important
}

@media only screen and (max-width:992px) {
    .whats-on-input input {
        height: 55px !important
    }
}

.whats-on-buttons-container .inner-col {
    padding: 0 10px
}

    .whats-on-buttons-container .inner-col select {
        border-radius: 9px !important
    }

@media only screen and (max-width:992px) {
    .whats-on-buttons-container .inner-col select {
        height: 55px !important;
        margin-top: 15px !important
    }
}

@media only screen and (max-width:992px) {
    .whats-on-buttons-container .in-col-l {
        padding-left: 0
    }

    .whats-on-buttons-container .in-col-r {
        padding-right: 0
    }
}

.whats-on-title-icon {
    margin-right: 20px
}

.whats-on-search-input {
    position: relative
}

    .whats-on-search-input::before {
        content: "\f002";
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        color: #db0740;
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: none;
        font-size: 24px
    }

    .whats-on-search-input input {
        padding-left: 50px !important
    }

.wo-header {
    background-color: #041c2c;
    padding-top: 34px;
    padding-bottom: 30px
}

.wo-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

@media (max-width:767px) {
    .wo-header-container {
        gap: 13px
    }
}

.wo-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

    .wo-header-title > i,
    .wo-header-title > svg {
        font-size: 40px;
        color: #fff
    }

    .wo-header-title > span {
        font-weight: 900;
        font-size: 40px;
        text-align: left;
        color: #fff
    }

.wo-header .slick-slider {
    position: relative;
    overflow: visible
}

    .wo-header .slick-slider .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

        .wo-header .slick-slider .slick-arrow.fa-circle-arrow-left {
            left: -31px
        }

        .wo-header .slick-slider .slick-arrow.fa-circle-arrow-right {
            right: -31px
        }

    .wo-header .slick-slider .whats-on-event_outer {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

.wo-search-input {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    background: #fff;
    position: relative
}

    .wo-search-input input {
        width: 100%;
        height: 100%;
        padding: 0 0 0 17px;
        background: 0 0;
        border: none;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #161616
    }

        .wo-search-input input::-webkit-input-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616
        }

        .wo-search-input input::-moz-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616
        }

        .wo-search-input input:-ms-input-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616
        }

        .wo-search-input input::-ms-input-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616
        }

        .wo-search-input input::placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616
        }

    .wo-search-input > i,
    .wo-search-input > svg {
        font-size: 24px;
        color: #db0740;
        position: absolute;
        top: 0;
        right: 13px;
        bottom: 0;
        margin: auto 0;
        pointer-events: none;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

.wo-search-filters {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 30px;
    width: 100%
}

@media (max-width:767px) {
    .wo-search-filters {
        grid-template-columns: 100%;
        gap: 13px
    }
}

.wo-search-filters .wo-select-surround {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

    .wo-search-filters .wo-select-surround > * {
        width: 100%
    }

    .wo-search-filters .wo-select-surround::after {
        pointer-events: none;
        content: "\f055";
        font-family: "Font Awesome 6 Pro";
        color: #e40046;
        font-size: 24px;
        position: absolute;
        display: block;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.wo-search-filters select {
    height: 54px;
    border-radius: 10px;
    background: #041c2c;
    border: 2px solid #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 0 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: "";
    text-overflow: ""
}

    .wo-search-filters select::-ms-expand {
        display: none
    }

.wo-venue-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px;
    padding-bottom: 20px
}

.wo-venue-select-title {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #fff
}

.wo-venue-select-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    cursor: pointer
}

    .wo-venue-select-input::before {
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 5px;
        background: 0 0;
        border: 2px solid #fff;
        color: #fff;
        display: block;
        font-family: "Font Awesome 6 Pro";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .wo-venue-select-input:has(input:checked)::before {
        content: "\f00c";
        background-color: #e40046;
        border-color: #e40046
    }

    .wo-venue-select-input > input {
        opacity: 0;
        position: absolute
    }

    .wo-venue-select-input > div {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: #fff;
        position: relative
    }

        .wo-venue-select-input > div > div {
            position: absolute;
            top: calc(100% + 1px);
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 8px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

            .wo-venue-select-input > div > div > span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 2px;
                font-weight: 500;
                font-size: 14px;
                text-align: left;
                color: #fff
            }

                .wo-venue-select-input > div > div > span::before {
                    content: "";
                    display: block;
                    width: 11px;
                    height: 11px;
                    border: 1px solid #fff;
                    border-radius: 50%
                }

                .wo-venue-select-input > div > div > span.a-bham::before {
                    background: #da1884
                }

                .wo-venue-select-input > div > div > span.a-nec::before {
                    background: #000096
                }

.wo-highlights-title {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-top: 0
}

@media only screen and (min-width:992px) {
    .wo-highlights-title {
        text-align: left
    }
}

.wo-reset-filters-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    height: 55px;
    cursor: pointer
}

    .wo-reset-filters-btn > i,
    .wo-reset-filters-btn > svg {
        font-size: 18px;
        color: #e40046
    }

    .wo-reset-filters-btn > span {
        font-weight: 500;
        text-decoration: underline;
        font-size: 16px;
        line-height: 15px;
        text-align: left;
        color: #041c2c
    }

.list-view-input .list-view-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-break: unset;
    white-space: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 16px;
    height: 55px;
    padding: 0 10px;
    background-color: #001a30;
    border: 2px solid #e40246
}

@media only screen and (max-width:992px) {
    .list-view-input .list-view-icon {
        margin-top: 15px;
        margin-bottom: 0
    }
}

.list-view-input .list-view-icon:hover {
    background-color: #001a30
}

.list-view-input .list-view-icon i,
.list-view-input .list-view-icon svg {
    margin-right: 8px;
    color: #db0740;
    font-size: 24px
}

.wo-list-and-full-view-buttons-container .wo-the-full-view label:not(.checkbox-active) {
    background-color: #465560;
    border-color: #0c1d2b
}

    .wo-list-and-full-view-buttons-container .wo-the-full-view label:not(.checkbox-active) i,
    .wo-list-and-full-view-buttons-container .wo-the-full-view label:not(.checkbox-active) svg {
        color: #fff
    }

.wo-list-and-full-view-buttons-container:has(>.wo-the-full-view>label.checkbox-active) .wo-the-list-view label {
    background-color: #465560;
    border-color: #0c1d2b
}

    .wo-list-and-full-view-buttons-container:has(>.wo-the-full-view>label.checkbox-active) .wo-the-list-view label i,
    .wo-list-and-full-view-buttons-container:has(>.wo-the-full-view>label.checkbox-active) .wo-the-list-view label svg {
        color: #fff
    }

.rescheduled-events-alert-banner {
    margin: 20px auto;
    display: none
}

    .rescheduled-events-alert-banner .re-ban-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 9px
    }

@media only screen and (max-width:992px) {
    .rescheduled-events-alert-banner .re-ban-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 80px;
    width: 70px;
    background-color: #d24972;
    border-radius: 9px 0 0 9px
}

    .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain i,
    .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain svg {
        font-size: 30px;
        text-align: center;
        color: #fff
    }

@media only screen and (max-width:992px) {
    .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 9px 9px 0 0;
        width: 100%;
        padding: 0 20px;
        height: 60px
    }

        .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain i,
        .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain svg {
            font-size: 22px
        }

        .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain .re-ban-mobile-title {
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            display: block !important
        }

        .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain .re-ban-mobile-link {
            display: block !important;
            
        }

            .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain .re-ban-mobile-link i,
            .rescheduled-events-alert-banner .re-ban-container .re-ban-icon-contain .re-ban-mobile-link svg {
                color: #fff;
                font-size: 25px
            }
}

.rescheduled-events-alert-banner .re-ban-container .re-ban-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    width: calc(100% - 70px);
    padding: 10px 10px 10px 20px;
    background-color: #001a30;
    border-radius: 0 9px 9px 0
}

@media only screen and (max-width:992px) {
    .rescheduled-events-alert-banner .re-ban-container .re-ban-content {
        border-radius: 0 0 9px 9px;
        width: 100%
    }
}

.rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-text .re-ban-title {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500
    }

@media only screen and (max-width:992px) {
    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-text .re-ban-title {
        display: none
    }
}

.rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-text .re-ban-copy {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

@media only screen and (max-width:992px) {
    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-text .re-ban-copy {
        font-size: 18px
    }
}

.rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d24972;
    padding: 15px 20px;
    border-radius: 9px;
    
    cursor: pointer
}

    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link i,
    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link svg {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        border: 1px solid #fff;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        margin-left: 20px
    }

    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link:hover {
        color: #fff !important
    }

        .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link:hover i,
        .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link:hover svg {
            background-color: #fff;
            color: #d24972
        }

@media only screen and (max-width:992px) {
    .rescheduled-events-alert-banner .re-ban-container .re-ban-content .re-ban-link {
        display: none
    }
}

.mobile-event-alert {
    background-color: #800053;
    display: inline-block
}

@media only screen and (min-width:992px) {
    .mobile-event-alert {
        display: none
    }
}

.scroll-to-point {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden
}

.covid-pass-alert {
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    background-color: #5b0f8b;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 0 15px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: .97;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

@media only screen and (max-width:992px) {
    .covid-pass-alert {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.covid-pass-alert .icon {
    margin: 0 35px 18px 0;
    background-color: #cf0072;
    padding: 10px;
    border-radius: 0 0 10px 10px
}

@media only screen and (max-width:992px) {
    .covid-pass-alert .icon {
        margin-right: 18px
    }
}

.covid-pass-alert .copy-and-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width:992px) {
    .covid-pass-alert .copy-and-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 11px 0
    }
}

.covid-pass-alert .copy-and-button .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .covid-pass-alert .copy-and-button .copy p {
        margin: 0
    }

    .covid-pass-alert .copy-and-button .copy .small-text {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        color: rgba(255, 255, 255, .5)
    }

    .covid-pass-alert .copy-and-button .copy .big-text {
        font-weight: 500;
        font-size: 30px;
        text-align: left;
        color: #fff;
        line-height: 30px
    }

@media only screen and (min-width:992px) {
    .covid-pass-alert .copy-and-button .copy .big-text {
        margin-top: -5px
    }
}

.covid-pass-alert .copy-and-button .find-out-more {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 15px 0;
    padding: 12px 17px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #5b0f8b;
    border: 0
}

@media only screen and (min-width:992px) {
    .covid-pass-alert .copy-and-button .find-out-more {
        margin: 15px 0 15px auto
    }
}

.covid-pass-alert .copy-and-button .find-out-more i,
.covid-pass-alert .copy-and-button .find-out-more svg {
    color: red;
    font-size: 20px;
    margin-left: 22px
}

.important-event-info-container {
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 9px;
    background-color: rgba(0, 0, 0, .75);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .important-event-info-container.minned {
        max-height: 83px
    }

@media only screen and (max-width:992px) {
    .important-event-info-container.minned {
        max-height: 167px
    }
}

@media only screen and (max-width:992px) {
    .important-event-info-container.iei-container-desktop {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .important-event-info-container.iei-container-mobile {
        display: none
    }
}

.important-event-info-container .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 20px 10px 20px;
    width: calc(100% - 40px);
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:992px) {
    .important-event-info-container .top-row {
        margin-left: 0;
        padding-left: 40px;
        width: calc(100% - 20px);
        padding-top: 10px
    }
}

.important-event-info-container .top-row .icon-container {
    background-color: #d24972;
    width: 50px;
    border-radius: 0 0 9px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .important-event-info-container .top-row .icon-container {
        height: 50px
    }
}

@media only screen and (max-width:992px) {
    .important-event-info-container .top-row .icon-container {
        height: 40px;
        width: 40px;
        border-radius: 9px 0 0 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

.important-event-info-container .top-row .icon-container i,
.important-event-info-container .top-row .icon-container svg {
    font-size: 20px;
    color: #fff;
    text-align: center
}

.important-event-info-container .top-row .iei-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px
}

@media only screen and (min-width:992px) {
    .important-event-info-container .top-row .iei-title {
        height: 50px
    }
}

@media only screen and (max-width:992px) {
    .important-event-info-container .top-row .iei-title {
        padding: 0 0 0 20px
    }
}

.important-event-info-container .top-row .min-max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {
    .important-event-info-container .top-row .min-max {
        height: 50px
    }
}

.important-event-info-container .top-row .min-max.maxxed i::before,
.important-event-info-container .top-row .min-max.maxxed svg::before {
    content: "\f056"
}

.important-event-info-container .top-row .min-max i,
.important-event-info-container .top-row .min-max svg {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .important-event-info-container .top-row .min-max i::before,
    .important-event-info-container .top-row .min-max svg::before {
        content: "\f055"
    }

.important-event-info-container .copy-container {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px 20px 90px;
    width: 70%;
    font-size: 16px
}

@media only screen and (max-width:992px) {
    .important-event-info-container .copy-container {
        width: 100%;
        padding: 0 10px 10px 10px
    }
}

.important-event-info-container .more-details {
    background-color: #d24972;
    padding: 15px 20px;
    border-radius: 9px;
    
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 20px 20px 90px
}

@media only screen and (max-width:992px) {
    .important-event-info-container .more-details {
        margin: 20px 10px
    }
}

.important-event-info-container .more-details:hover {
    color: #fff !important
}

    .important-event-info-container .more-details:hover i,
    .important-event-info-container .more-details:hover svg {
        background-color: #fff;
        color: #d24972
    }

.important-event-info-container .more-details i,
.important-event-info-container .more-details svg {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-left: 20px
}

.virtual-event-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 5px
}

.virtual-event-tag_events-page {
    margin-bottom: 0
}

    .virtual-event-tag_events-page i,
    .virtual-event-tag_events-page span,
    .virtual-event-tag_events-page svg {
        font-size: 16px !important
    }

    .virtual-event-tag_events-page a {
        height: 18px !important;
        width: 18px !important
    }

.virtual-event-tag span {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin: 0 10px;
    text-transform: uppercase
}

.virtual-event-tag i,
.virtual-event-tag svg {
    font-size: 20px;
    color: inherit
}

.virtual-event-tag a {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    color: inherit;
    cursor: pointer
}

    .virtual-event-tag a:hover {
        background-color: #fff;
        color: #800053
    }

.virtual-event-sticker {
    height: 130px;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    pointer-events: none;
    color: #fff;
    background-color: rgba(0, 169, 224, .9);
    position: absolute;
    right: 20px;
    bottom: 20px
}

    .virtual-event-sticker.events-page-v-sticker {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        top: 0;
        -webkit-transform-origin: 110% 20%;
        -ms-transform-origin: 110% 20%;
        transform-origin: 110% 20%
    }

    .virtual-event-sticker i,
    .virtual-event-sticker svg {
        color: inherit;
        font-size: 40px
    }

    .virtual-event-sticker span {
        color: inherit;
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: .9;
        margin-top: 10px
    }

.venue-protect-page {
    color: #312f53
}

    .venue-protect-page .light-grey-bg {
        background-color: #e0e0e6;
        position: relative
    }

    .venue-protect-page .med-grey-bg {
        background-color: #cfcfd8;
        position: relative
    }

    .venue-protect-page .vp-solo-title-container .vp-solo-title {
        color: #38365e;
        font-size: 40px;
        font-weight: 400
    }

    .venue-protect-page .page-split-top:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-image: url(visitor-venue-protect/chevron-top.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        height: 115px
    }

    .venue-protect-page .vp-initial {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 50px
    }

    .venue-protect-page .vp-initial_title {
        color: inherit;
        font-size: 60px;
        margin-bottom: 15px;
        width: 100%
    }

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-initial_title {
        font-size: 30px;
        margin: 0
    }
}

.venue-protect-page .vp-initial_subtitle {
    color: inherit;
    font-size: 30px;
    line-height: 1.3;
    width: 100%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-initial_subtitle {
        font-size: 18px
    }
}

.venue-protect-page .vp-initial_content {
    color: inherit;
    font-size: 20px;
    margin-top: 15px !important;
    width: 100%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-initial_content {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.venue-protect-page .vp-initial_quote-section {
    padding: 0;
    margin: 0 0 10px;
    font-size: 22px;
    border-left: none;
    position: relative;
    color: inherit;
    width: 100%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-initial_quote-section {
        font-size: 17px !important
    }
}

.venue-protect-page .vp-initial_quote-section::before {
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 18px;
    width: 18px;
    top: 0;
    left: -25px;
    background-image: url(venue-protect/vp-quote-1.png)
}

.venue-protect-page .vp-initial_quote-section::after {
    content: "";
    background-image: url(venue-protect/vp-quote-2.png);
    height: 18px;
    width: 18px;
    padding: 0 18px 0 0;
    line-height: 18px;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 5px
}

.venue-protect-page .vp-initial_quote-citation {
    font-style: normal;
    font-size: 12px;
    color: inherit;
    margin-bottom: 30px;
    width: 100%
}

.venue-protect-page .vp-initial_readmore {
    background-color: #f4313f;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 1px solid #f4313f;
    border-radius: 9px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer
}

    .venue-protect-page .vp-initial_readmore:hover {
        background-color: #fff;
        color: #f4313f !important
    }

        .venue-protect-page .vp-initial_readmore:hover i {
            color: #f4313f
        }

    .venue-protect-page .vp-initial_readmore i {
        margin-left: 30px;
        color: #fff;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

@media only screen and (min-width:992px) {
    .venue-protect-page .vp-initial .mob-circle-img {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-circle-img {
        display: none
    }
}

.venue-protect-page .video-section {
    margin-bottom: 50px
}

.venue-protect-page .collaborative-working .collab-work-container {
    padding-top: 115px
}

    .venue-protect-page .collaborative-working .collab-work-container .collab-title {
        color: inherit;
        font-size: 50px;
        margin-bottom: 20px
    }

@media only screen and (max-width:992px) {
    .venue-protect-page .collaborative-working .collab-work-container .collab-title {
        font-size: 30px
    }
}

.venue-protect-page .collaborative-working .collab-work-container .collab-content {
    font-size: 18px;
    color: inherit;
    margin-bottom: 20px
}

.venue-protect-page .collaborative-working .collab-work-container .collab-excerpt {
    font-size: 20px;
    color: inherit;
    margin-bottom: 20px
}

.venue-protect-page .collaborative-working .collab-work-container .collab-img-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collaborative-working .collab-work-container .collab-img-container {
        display: none
    }
}

.venue-protect-page .collaborative-working .collab-work-container .collab-img-container .collab-img {
    width: 80%
}

.venue-protect-page .collaborative-working .collab-work-container .collab-tip-row {
    margin-top: 20px;
    margin-bottom: 50px
}

    .venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

        .venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .icon {
            width: 80%;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

        .venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-title {
            font-size: 22px;
            color: inherit;
            width: 100%
        }

@media only screen and (max-width:992px) {
    .venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-title {
        font-size: 16px;
        min-height: 62px
    }
}

.venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-text {
    font-size: 20px;
    color: inherit;
    width: 100%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-text {
        display: none;
        min-height: 84px
    }
}

.venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-link {
    background-color: #f4313f;
    color: #fff;
    border: 1px solid #f4313f;
    border-radius: 9px;
    font-size: 18px;
    padding: 10px 20px;
    width: 75%;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    cursor: pointer
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-link {
        font-size: 16px;
        padding: 10px 10px;
        width: 100%;
        margin-bottom: 10px
    }
}

.venue-protect-page .collaborative-working .collab-work-container .collab-tip-row .collab-tip .c-tip-link:hover {
    color: #f4313f !important;
    background-color: #fff
}

.venue-protect-page .vp-solo-title-container .vp-solo-title {
    font-size: 38px;
    color: #38365e;
    margin: 30px 0
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-solo-title-container .vp-solo-title {
        font-size: 26px
    }
}

.venue-protect-page .dropdown-section .dropdown-container {
    background-color: #38365e;
    -webkit-box-shadow: inset 0 10px 20px -15px rgba(0, 0, 0, .75);
    box-shadow: inset 0 10px 20px -15px rgba(0, 0, 0, .75);
    color: #fff;
    padding-top: 30px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .venue-protect-page .dropdown-section .dropdown-container.lightblue {
        background-color: #403d76
    }

    .venue-protect-page .dropdown-section .dropdown-container:first-child {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .venue-protect-page .dropdown-section .dropdown-container .dropdown-visible {
        position: relative
    }

        .venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .icon-column {
            padding: 0 20px 20px 20px;
            height: 155px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .icon-column {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .icon-column img {
    max-height: 100%;
    margin: 0 auto
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-title {
    font-size: 24px;
    color: inherit
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-intro-text {
    font-size: 18px;
    color: inherit;
    width: 60%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-intro-text.dit-desktop {
        display: none
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-min-max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-min-max {
        position: absolute;
        top: -15px;
        right: 0
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-min-max i {
    font-size: 25px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-visible .dropdown-min-max i {
        font-size: 35px
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content {
        margin-top: -40px
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content.full-opacity {
    opacity: 1 !important
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .dropdown-intro-text {
    font-size: 18px;
    color: inherit;
    width: 100%
}

@media only screen and (min-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .dropdown-intro-text.dit-mobile {
        display: none
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content p {
    font-size: 16px;
    color: inherit;
    width: 60%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content p {
        width: 100%
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container .icon-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 20%;
    padding: 20px 20px 20px 0
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container .icon-holder {
        width: 50%;
        padding: 0;
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container .icon-holder:nth-child(odd) {
            padding-right: 10px
        }

        .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container .icon-holder:nth-child(even) {
            padding-left: 10px
        }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container .icon-holder_img-contain {
    width: 100%;
    height: 115px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content_icons-container .icon-holder .drop-icon_text {
    font-size: 18px;
    color: #fff;
    width: 100%
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .drop-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #403d76;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 9px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 1px solid #fff;
    cursor: pointer
}

@media only screen and (max-width:992px) {
    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .drop-link {
        margin-top: 20px
    }
}

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .drop-link:hover {
    color: #fff !important;
    background-color: #403d76
}

    .venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .drop-link:hover i {
        color: #fff !important
    }

.venue-protect-page .dropdown-section .dropdown-container .dropdown-hidden_content .drop-link i {
    color: #403d76;
    margin-left: 20px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 20px
}

.venue-protect-page .collab-working-part-two .success-working {
    padding: 50px 0
}

.venue-protect-page .collab-working-part-two .collab-title {
    font-size: 56px;
    color: #312f53
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collab-working-part-two .collab-title {
        font-size: 33px
    }

        .venue-protect-page .collab-working-part-two .collab-title br {
            display: none
        }
}

.venue-protect-page .collab-working-part-two .success-text {
    font-size: 18px;
    color: #312f53
}

.venue-protect-page .collab-working-part-two .collab-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collab-working-part-two .collab-tip {
        min-height: 324px
    }

        .venue-protect-page .collab-working-part-two .collab-tip:nth-child(even) {
            padding-right: 10px;
            padding-left: 10px
        }

        .venue-protect-page .collab-working-part-two .collab-tip:nth-child(odd) {
            padding-left: 10px;
            padding-right: 10px
        }
}

.venue-protect-page .collab-working-part-two .collab-tip .icon {
    padding: 10%;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.venue-protect-page .collab-working-part-two .collab-tip .icon-img {
    width: 100%
}

.venue-protect-page .collab-working-part-two .collab-tip .c-tip-title {
    font-size: 22px;
    color: inherit;
    width: 100%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collab-working-part-two .collab-tip .c-tip-title {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) {
    .venue-protect-page .collab-working-part-two .collab-tip .c-tip-title span {
        display: none
    }
}

.venue-protect-page .collab-working-part-two .collab-tip .c-tip-text {
    font-size: 20px;
    color: inherit;
    width: 100%
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collab-working-part-two .collab-tip .c-tip-text {
        display: none
    }
}

.venue-protect-page .collab-working-part-two .collab-tip .c-tip-link {
    background-color: #f4313f;
    color: #fff;
    border: 1px solid #f4313f;
    border-radius: 9px;
    font-size: 18px;
    padding: 10px 20px;
    width: 75%;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px
}

@media only screen and (max-width:992px) {
    .venue-protect-page .collab-working-part-two .collab-tip .c-tip-link {
        width: 100%;
        font-size: 16px;
        padding: 10px 0
    }
}

.venue-protect-page .collab-working-part-two .collab-tip .c-tip-link.blue-link {
    background-color: #38365e !important;
    border: 1px solid #38365e !important
}

    .venue-protect-page .collab-working-part-two .collab-tip .c-tip-link.blue-link:hover {
        color: #38365e !important;
        background-color: #fff !important
    }

.venue-protect-page .collab-working-part-two .collab-tip .c-tip-link:hover {
    color: #f4313f !important;
    background-color: #fff
}

.venue-protect-page .vp-contact-section {
    padding-top: 50px
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-contact-section {
        padding-top: 0
    }
}

.venue-protect-page .vp-contact-section .further-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .venue-protect-page .vp-contact-section .further-info {
        height: 165px
    }
}

.venue-protect-page .vp-contact-section .further-info .further-information {
    color: #312f53;
    font-size: 56px;
    line-height: 1
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-contact-section .further-info .further-information {
        font-size: 36px
    }
}

@media only screen and (max-width:992px) {
    .venue-protect-page .vp-contact-section .speech-bubble.speech-bubble-desktop {
        display: none
    }
}

.venue-protect-page .vp-contact-section .speech-bubble.speech-bubble-mobile .speech-bubbles {
    width: 50%
}

@media only screen and (min-width:992px) {
    .venue-protect-page .vp-contact-section .speech-bubble.speech-bubble-mobile {
        display: none
    }
}

.venue-protect-page .vp-contact-section .more-info {
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .venue-protect-page .vp-contact-section .more-info .more-information {
        font-size: 18px;
        color: #312f53
    }

        .venue-protect-page .vp-contact-section .more-info .more-information a {
            color: #f4313f;
            
        }

            .venue-protect-page .vp-contact-section .more-info .more-information a.mailto {
            }

.venue-protect-page .vp-contact-section .all-info {
    margin-top: 50px;
    font-size: 16px
}

.vp-video-click {
    width: 100%;
    cursor: pointer;
    border: none
}

    .vp-video-click img {
        width: 100%
    }

.vp-video-lightbox-container {
    position: relative;
    padding: 56.25% 0 0 0
}

    .vp-video-lightbox-container iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.custom-ticket-lightbox .featherlight-content .featherlight-inner.ve-event-more-info-light-box {
    background-color: #fff !important;
    padding: 20px
}

    .custom-ticket-lightbox .featherlight-content .featherlight-inner.ve-event-more-info-light-box p.example {
        height: 200px;
        width: 200px
    }

@media only screen and (min-width:320px) {
    .mobile-space-filler-320 {
        display: none
    }
}

.hidden-link {
    opacity: 0;
    pointer-events: none
}

.exhibitor-alert {
    position: absolute;
    top: calc(100vh - 200px);
    left: 0
}

.exhibitor-alert_inner {
    background-color: #fff;
    border: 2px solid #cfcfd8;
    border-left: none;
    position: fixed;
    border-radius: 0 50% 50% 0;
    z-index: 999;
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .1607843137);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1607843137);
    padding: 15px 15px
}

@media only screen and (max-width:320px) {
    .exhibitor-alert_inner {
        max-width: 50vw
    }
}

@media only screen and (min-width:320px) {
    .exhibitor-alert_inner {
        max-width: 95vw
    }
}

.exhibitor-alert_inner_bubble i,
.exhibitor-alert_inner_bubble svg {
    font-size: 50px;
    color: #83235f;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
}

@-webkit-keyframes example {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    30% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    90% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes example {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    30% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    90% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.exhibitor-alert_inner.expanded {
    border-radius: 0 18px 18px 0
}

.exhibitor-alert_inner:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.exhibitor-alert_inner_popup {
    display: none
}

.exhibitor-alert_inner_popup_exit {
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 20px;
    color: #db0740;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.exhibitor-alert_inner_popup_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.exhibitor-alert_inner_popup_content_title {
    font-size: 20px;
    color: #772059;
    font-weight: 700;
    line-height: 1;
    margin: 0
}

.exhibitor-alert_inner_popup_content_copy {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0
}

.exhibitor-alert_inner_popup_content_link {
    font-size: 18px;
    color: #83235f;
    font-weight: 700;
    line-height: 1;
    border-radius: 9px;
    border: 1px solid #83235f !important;
    padding: 5px 10px;
    width: 70%;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .exhibitor-alert_inner_popup_content_link i,
    .exhibitor-alert_inner_popup_content_link svg {
        font-size: inherit;
        color: inherit;
        margin-left: auto
    }

    .exhibitor-alert_inner_popup_content_link:hover {
        background-color: #83235f;
        color: #fff !important
    }

    .exhibitor-alert_inner_popup_content_link.full {
        background-color: #83235f;
        color: #fff
    }

        .exhibitor-alert_inner_popup_content_link.full:hover {
            color: #83235f !important;
            background-color: #fff !important
        }

.search-bar-update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .search-bar-update .message-center {
        padding: 0 15px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative
    }

        .search-bar-update .message-center i,
        .search-bar-update .message-center svg {
            margin: 0 8px
        }

        .search-bar-update .message-center .message-count {
            height: 25px;
            width: 25px;
            border-radius: 50%;
            background: radial-gradient(1px -11px, circle, #fff 8%, #db0740 26px);
            background: -o-radial-gradient(1px -11px, circle, #fff 8%, #db0740 26px);
            background: -webkit-radial-gradient(1px -11px, circle, #fff 8%, #db0740 26px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .search-bar-update .message-center .messages {
            visibility: hidden;
            width: calc(100% + 90px);
            position: absolute;
            z-index: 9999;
            top: 30px;
            left: -70px;
            right: -20px;
            margin: auto
        }

        .search-bar-update .message-center .messages_inner {
            background-color: #fff;
            border: 2px solid #cfcfd8;
            -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .1607843137);
            box-shadow: 0 5px 8px rgba(0, 0, 0, .1607843137);
            border-radius: 0 18px 18px 0;
            color: #312f53;
            text-align: center;
            border-radius: 6px;
            padding: 5px 10px;
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .search-bar-update .message-center .messages_inner_notification {
            width: 100%;
            background-color: #cfcfd8;
            margin: 5px;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px;
            border-radius: 6px;
            cursor: pointer
        }

            .search-bar-update .message-center .messages_inner_notification:hover {
                -webkit-filter: brightness(1.1);
                filter: brightness(1.1)
            }

        .search-bar-update .message-center .messages_inner .dismiss {
            margin: 5px 0 5px 0;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer
        }

        .search-bar-update .message-center:hover .messages {
            visibility: visible
        }

.whats-on-newsletter-form-container .g-recaptcha {
    display: none
}

.whats-on-newsletter-form-container.captcha-display form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .whats-on-newsletter-form-container.captcha-display form input#Email {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .whats-on-newsletter-form-container.captcha-display form .g-recaptcha {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .whats-on-newsletter-form-container.captcha-display form input[type=submit] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 20px 0 0 0;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

#signup-modal .form__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    #signup-modal .form__input-wrap input#Email {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 10px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    #signup-modal .form__input-wrap .g-recaptcha {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 10px 0;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    #signup-modal .form__input-wrap input[type=submit] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 10px 0 0 0;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative !important
    }

.in-the-loop_form {
    padding-top: 38px;
    padding-bottom: 87px;
    position: relative
}

.in-the-loop_form_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    height: 100%;
    width: 100vw
}

.in-the-loop_form_info {
    max-width: 459px;
    position: relative
}

@media only screen and (max-width:767px) {
    .in-the-loop_form_info {
        padding: 0 15px
    }
}

.in-the-loop_form_info::after {
    content: "\f0e0";
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 40px;
    color: #fff
}

@media only screen and (min-width:767px) {
    .in-the-loop_form_info::after {
        display: none
    }
}

.in-the-loop_form_info .title {
    font-family: "Work Sans";
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    text-align: left;
    color: #fff;
    margin: 0 0 22px 0
}

@media only screen and (max-width:767px) {
    .in-the-loop_form_info .title {
        font-size: 28px;
        max-width: 238px;
        line-height: 30px;
        margin-right: 40px
    }
}

.in-the-loop_form_info p {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff
}

.in-the-loop_form form {
    max-width: 470px
}

@media only screen and (max-width:767px) {
    .in-the-loop_form form {
        padding: 0 15px
    }

        .cc_container .in-the-loop_form form .cc_btn_accept_all,
        .in-the-loop_form form .button,
        .in-the-loop_form form .cc_container .cc_btn_accept_all {
            font-size: 14px;
            padding: 12px 23px
        }
}

.in-the-loop_form form input {
    background-color: #fff;
    border-radius: 5px;
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616;
    padding: 17px 23px;
    margin: 0 0 20px 0;
    width: 100%;
    border: none
}

@media only screen and (max-width:767px) {
    .in-the-loop_form form input {
        padding: 11px 15px;
        font-size: 14px;
        line-height: 16px
    }
}

.in-the-loop_form form input::-webkit-input-placeholder {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.in-the-loop_form form input::-moz-placeholder {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.in-the-loop_form form input:-ms-input-placeholder {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.in-the-loop_form form input::-ms-input-placeholder {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.in-the-loop_form form input::placeholder {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

@media only screen and (max-width:767px) {
    .in-the-loop_form form input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 16px
    }

    .in-the-loop_form form input::-moz-placeholder {
        font-size: 14px;
        line-height: 16px
    }

    .in-the-loop_form form input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 16px
    }

    .in-the-loop_form form input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 16px
    }

    .in-the-loop_form form input::placeholder {
        font-size: 14px;
        line-height: 16px
    }
}

.in-the-loop_form form .g-recaptcha {
    margin: -98px 0 20px 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none
}

    .in-the-loop_form form .g-recaptcha.active {
        margin: 0 0 20px 0;
        pointer-events: all;
        opacity: 1
    }

.in-the-loop_form_legal {
    margin: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .in-the-loop_form_legal.active {
        margin: 40px 0 0 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .in-the-loop_form_legal p {
        color: #fff;
        font-size: 14px !important;
        line-height: 1.4
    }

        .in-the-loop_form_legal p a {
            color: #fff;
            border-color: #fff
        }

.in-the-loop_info {
    padding-top: 49px;
    padding-bottom: 71px;
    position: relative
}

    .in-the-loop_info::before {
        content: "";
        background-color: #fff;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: calc(50% - 50vw);
        height: 100%;
        width: 100vw
    }

    .in-the-loop_info .title {
        font-family: "Work Sans";
        font-weight: 900;
        font-size: 30px;
        text-align: left;
        color: #041c2c;
        margin: 0 0 15px
    }

.in-the-loop_info_tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
    padding-top: 22px;
    padding-bottom: 22px
}

    .in-the-loop_info_tile i,
    .in-the-loop_info_tile svg {
        color: #041c2c;
        font-size: 50px
    }

    .in-the-loop_info_tile p {
        font-family: "Work Sans";
        font-weight: 900;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        color: #e40046;
        margin: 0
    }

.in-the-loop_thankyou {
    position: sticky;
    z-index: 9000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(255, 255, 255, .95);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 8px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .in-the-loop_thankyou.active {
        opacity: 1;
        pointer-events: all;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .in-the-loop_thankyou.active .in-the-loop_thankyou_modal {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

.in-the-loop_thankyou_modal {
    background-image: url(in-the-loop_thankyou-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 752px;
    width: 100%;
    border-radius: 5px;
    padding: 33px 27px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh)
}

    .in-the-loop_thankyou_modal i,
    .in-the-loop_thankyou_modal svg {
        font-size: 40px;
        color: #fff
    }

    .in-the-loop_thankyou_modal .title {
        font-family: "Work Sans";
        font-weight: 900;
        font-size: 40px;
        text-align: left;
        color: #db0740;
        margin: 0
    }

    .in-the-loop_thankyou_modal p {
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 8px;
        line-height: 14px;
        text-align: left;
        color: #fff;
        max-width: 500px;
        margin: 0
    }

        .in-the-loop_thankyou_modal p.intro {
            font-size: 16px;
            line-height: 18px
        }

    .in-the-loop_thankyou_modal img {
        margin-top: 131px
    }

    .in-the-loop_thankyou_modal .exit {
        position: absolute;
        top: 35px;
        right: 30px;
        cursor: pointer
    }

        .in-the-loop_thankyou_modal .exit i,
        .in-the-loop_thankyou_modal .exit svg {
            pointer-events: none;
            color: #fff;
            font-size: 28px
        }

        .in-the-loop_thankyou_modal .exit:hover i,
        .in-the-loop_thankyou_modal .exit:hover svg {
            color: #e40046
        }

.home-twtw {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    background-color: #eaeaea;
    padding-top: 30px
}

@media (max-width:992px) {
    .home-twtw {
        padding: 8px
    }
}

.home-twtw .shadow-section {
    margin-bottom: 30px
}

.home-twtw .important-alert {
    display: none;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px red;
    box-shadow: 0 0 10px red;
    margin-bottom: 30px;
    padding: 20px
}

.home-twtw .important-alert__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-twtw .important-alert__icon {
    width: 42px
}

    .home-twtw .important-alert__icon i,
    .home-twtw .important-alert__icon svg {
        font-size: 24px;
        color: #db0006
    }

.home-twtw .important-alert__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-twtw .important-alert__content__title {
    text-transform: none;
    font-size: 16px;
    color: #202124;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px 0
}

.home-twtw .important-alert__content__message,
.home-twtw .important-alert__content__message p {
    text-transform: none;
    font-size: 13px;
    color: #7b7b7b;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px 0;
    width: 100%
}

    .home-twtw .important-alert__content__message p,
    .home-twtw .important-alert__content__message p p {
        margin: 0
    }

.home-twtw .important-alert__content__link {
    text-transform: none;
    font-size: 16px;
    color: #db0740;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    
    cursor: pointer
}

    .home-twtw .important-alert__content__link::before {
        content: "\f0a9";
        font-family: "Font Awesome 6 Pro";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-right: 10px
    }

.home-twtw .important-alert__exit {
    text-transform: none;
    font-size: 13px;
    color: #202124;
    font-family: inherit, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    cursor: pointer
}

@media (min-width:992px) {
    .home-twtw .important-alert__exit {
        min-width: 120px
    }
}

.home-twtw .important-alert__exit span {
    display: none
}

@media (min-width:992px) {
    .home-twtw .important-alert__exit span {
        display: block
    }
}

.home-twtw .important-alert__exit i,
.home-twtw .important-alert__exit svg {
    font-size: 24px;
    color: #db0740;
    margin-left: 10px
}

.home-twtw .home_hero {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width:992px) {
    .home-twtw .home_hero {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.home-twtw .home_hero .col-xs-12,
.home-twtw .home_hero .publish-cta__btn-wrap,
.home-twtw .home_hero .publish-icons__list-item {
    padding: 0
}

.home-twtw .home_hero .hero-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-twtw .home_hero .hero-container_left {
    width: 55%;
    background-color: #7c7c7c
}

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container_left {
        width: 100%;
        border-radius: 5px;
        overflow: hidden
    }
}

.home-twtw .home_hero .hero-container_left .video-container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container_left .video-container.no-image video {
        display: block !important
    }
}

.home-twtw .home_hero .hero-container_left .video-container video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    border-radius: 5px
}

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container_left .video-container video {
        display: none
    }
}

.home-twtw .home_hero .hero-container_right {
    width: 45%;
    text-align: left;
    margin: auto 0
}

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container_right {
        width: 100%
    }
}

.home-twtw .home_hero .hero-container_right .right-container {
    padding: 2% 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container_right .right-container {
        padding: 15px 9px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home-twtw .home_hero .hero-container_right_title {
    text-transform: none;
    font-size: 18px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px 0;
    width: 100%
}

.home-twtw .home_hero .hero-container_right_checklist {
    text-transform: none;
    font-size: 15px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.37;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 16px
}

    .home-twtw .home_hero .hero-container_right_checklist li {
        width: 100%;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media (max-width:992px) {
    .home-twtw .home_hero .hero-container_right_checklist li {
        margin-bottom: 7px
    }
}

.home-twtw .home_hero .hero-container_right_checklist li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #db0006;
    margin-right: 16px;
    font-weight: 300
}

.home-twtw .home_hero .hero-container_right_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-twtw .home_hero .hero-container_right_buttons_button {
    text-transform: normal;
    font-size: 20px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 600;
    background-color: #db0740;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #db0740;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
    color: #fff;
    margin-bottom: 10px
}

    .home-twtw .home_hero .hero-container_right_buttons_button:hover {
        background-color: #fff;
        color: #db0740 !important
    }

.home-twtw .home_updates {
    margin-left: -25px;
    margin-right: -25px
}

    .home-twtw .home_updates .col-md-4 {
        padding: 0 10px
    }

.home-twtw .home_updates_container {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@supports (-ms-ime-align:auto) {
    .home-twtw .home_updates_container {
        display: block !important
    }
}

.home-twtw .home_updates_container .top {
    width: 100%;
    padding-top: 50%;
    background-color: #7c7c7c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.home-twtw .home_updates_container .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5%;
    width: 100%
}

.home-twtw .home_updates_container .bottom_title {
    text-transform: none;
    font-size: 18px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 5px 0;
    width: 100%
}

.home-twtw .home_updates_container .bottom_text {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 15px 0;
    width: 100%
}

.home-twtw .home_updates_container .bottom_link {
    text-transform: none;
    font-size: 16px;
    color: #db0740;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    
    width: 100%
}

.home-twtw .home_events_container {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 10px
}

@media (max-width:992px) {
    .home-twtw .home_events_container {
        padding: 15px 7px
    }
}

.home-twtw .home_events_container_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px
}

@media (max-width:992px) {
    .home-twtw .home_events_container_nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }
}

.home-twtw .home_events_container_nav .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .home-twtw .home_events_container_nav .arrows .home-events-arrow {
        font-size: 28px;
        color: #db0006;
        margin-right: 15px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .home-twtw .home_events_container_nav .arrows .home-events-arrow:last-child {
            margin: 0
        }

        .home-twtw .home_events_container_nav .arrows .home-events-arrow.slick-disabled {
            color: #202124;
            cursor: default
        }

.home-twtw .home_events_container_nav .nav-headline {
    text-transform: none;
    font-size: 24px;
    color: #202124;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0 20px
}

@media (max-width:992px) {
    .home-twtw .home_events_container_nav .nav-headline {
        margin: 0
    }
}

.home-twtw .home_events_container_slides {
    width: 100%;
    margin: 0
}

.home-twtw .home_events_container_slides_slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 10px
}

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-twtw .home_events_container_slides_slide .one-third {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px
}

    .home-twtw .home_events_container_slides_slide .one-third.padding-right {
        padding-right: 20px
    }

    .home-twtw .home_events_container_slides_slide .one-third.padding-left {
        padding-left: 20px
    }

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .one-third {
        width: 100%;
        padding: 0 !important
    }
}

.home-twtw .home_events_container_slides_slide .two-third {
    width: 66.66%
}

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .two-third {
        width: 100%
    }
}

.home-twtw .home_events_container_slides_slide .head-event {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    
    display: block;
    cursor: pointer
}

    .home-twtw .home_events_container_slides_slide .head-event:last-child {
        margin-bottom: 0
    }

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .head-event {
        margin-bottom: 15px
    }

        .home-twtw .home_events_container_slides_slide .head-event:not(:first-child) {
            display: none
        }
}

.home-twtw .home_events_container_slides_slide .head-event .image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 46.69%;
    background-color: #7c7c7c
}

.home-twtw .home_events_container_slides_slide .head-event .inner-container {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 30px 20px 20px;
    background-color: #db0740
}

    .home-twtw .home_events_container_slides_slide .head-event .inner-container .sub-title {
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        font-family: inherit, sans-serif;
        font-weight: 700;
        line-height: 1.1
    }

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .head-event .inner-container .sub-title {
        margin: auto 0 5px 0
    }
}

.home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .title {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 5px 0
}

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .title {
        display: none
    }
}

.home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .text {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 100;
    line-height: 1.1;
    margin: 0
}

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .text {
        display: none
    }
}

.home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .link {
    text-transform: none;
    font-size: 14px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .link:hover {
        color: #fff !important;
        text-decoration: underline !important
    }

        .home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .link:hover i {
            text-decoration: none !important
        }

    .home-twtw .home_events_container_slides_slide .head-event .inner-container .bottom .link i {
        margin-right: 15px
    }

.home-twtw .home_events_container_slides_slide .side-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    cursor: pointer;
    background-color: #db0740;
    border-radius: 5px
}

@supports (-ms-ime-align:auto) {
    .home-twtw .home_events_container_slides_slide .side-event {
        display: block !important
    }
}

@media (max-width:992px) {
    .home-twtw .home_events_container_slides_slide .side-event {
        margin-bottom: 19px
    }
}

@media (min-width:992px) {
    .home-twtw .home_events_container_slides_slide .side-event:last-child {
        margin-bottom: 0
    }
}

.home-twtw .home_events_container_slides_slide .side-event .image {
    padding-top: 63.7%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.home-twtw .home_events_container_slides_slide .side-event .title {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1px 0;
    padding: 0 14px;
    text-transform: uppercase
}

.home-twtw .home_events_container_slides_slide .side-event .link {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 14px 11px 14px
}

    .home-twtw .home_events_container_slides_slide .side-event .link i {
        margin-right: 15px
    }

.home-twtw .home_events_mobile-alt {
    display: none
}

@media (min-width:992px) {
    .home-twtw .home_events_mobile-alt {
        display: none
    }
}

.home-twtw .home_events_mobile-alt_main-title {
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #202124;
    margin: 0 0 20px 0
}

.home-twtw .home_events_mobile-alt_item {
    padding: 9px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .home-twtw .home_events_mobile-alt_item .left {
        width: 57.5%;
        padding-top: 36.66%;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .home-twtw .home_events_mobile-alt_item .right {
        padding-left: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .home-twtw .home_events_mobile-alt_item .right .title {
            font-weight: 900;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #202124
        }

        .home-twtw .home_events_mobile-alt_item .right .link {
            margin-top: auto;
            width: 115px;
            font-weight: 400;
            font-size: 13px;
            line-height: 23px;
            text-align: left;
            color: #db0006;
            border: 0
        }

            .home-twtw .home_events_mobile-alt_item .right .link i,
            .home-twtw .home_events_mobile-alt_item .right .link svg {
                margin-right: 6px
            }

.home-twtw .home_events_mobile-alt_show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .home-twtw .home_events_mobile-alt_show-more .show-more {
        border-radius: 5px;
        background: #db0006;
        border: 1px solid #db0006;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
        color: #fff;
        padding: 12px 8px;
        margin: 9px 0 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

        .home-twtw .home_events_mobile-alt_show-more .show-more i,
        .home-twtw .home_events_mobile-alt_show-more .show-more svg {
            font-size: 20px;
            color: #fff;
            margin-right: 16px
        }

.home-twtw .home_banner {
    margin-left: -25px;
    margin-right: -25px
}

    .home-twtw .home_banner .col-md-4 {
        padding: 0 10px;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        margin-bottom: 30px
    }

        .home-twtw .home_banner .col-md-4 .home_banner_link_image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right center
        }

        .home-twtw .home_banner .col-md-4:nth-child(2) {
            -webkit-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s
        }

            .home-twtw .home_banner .col-md-4:nth-child(2) .home_banner_link_image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center
            }

        .home-twtw .home_banner .col-md-4:nth-child(3) {
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s
        }

            .home-twtw .home_banner .col-md-4:nth-child(3) .home_banner_link_image {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: left center
            }

        .home-twtw .home_banner .col-md-4.mobile-image {
            display: none
        }

@media (max-width:992px) {
    .home-twtw .home_banner .col-md-4 {
        display: none
    }

        .home-twtw .home_banner .col-md-4.mobile-image {
            display: block !important
        }
}

.home-twtw .home_banner:hover .col-md-4 {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.home-twtw .home_banner_link {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.home-twtw .home_banner_link_image {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    padding-top: 49%
}

.home-twtw .home_signup {
    margin-bottom: 30px
}

    .home-twtw .home_signup:hover .newsletter-copy .icon .after-icon {
        -webkit-transform: translate(3px, 0);
        -ms-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }

.home-twtw .home_signup_container {
    background-color: #75828d;
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:992px) {
    .home-twtw .home_signup_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 25px 16px 22px
    }
}

.home-twtw .home_signup_container::after,
.home-twtw .home_signup_container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
    background-color: #75828d;
    z-index: 0;
    pointer-events: none
}

.home-twtw .home_signup_container::before {
    left: 50%
}

.home-twtw .home_signup_container::after {
    right: 50%
}

.home-twtw .home_signup_container > div {
    z-index: 1;
    position: relative;
    max-width: 734px;
    width: 100%
}

.home-twtw .home_signup_container .newsletter-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-copy {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-twtw .home_signup_container .newsletter-copy .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35px
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-copy .icon {
        padding: 0
    }
}

.home-twtw .home_signup_container .newsletter-copy .icon i {
    color: #fff;
    font-size: 27px
}

.home-twtw .home_signup_container .newsletter-copy .icon .after-icon {
    
    width: 10px;
    position: relative;
    margin-left: 6px;
    margin-top: 1px;
    border-radius: 10px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .home-twtw .home_signup_container .newsletter-copy .icon .after-icon::before {
        content: "";
        
        width: 15px;
        position: absolute;
        top: -6px;
        left: 2px;
        border-radius: 10px
    }

    .home-twtw .home_signup_container .newsletter-copy .icon .after-icon::after {
        content: "";
        
        width: 8px;
        position: absolute;
        bottom: -8px;
        left: -2px;
        border-radius: 10px
    }

.home-twtw .home_signup_container .newsletter-copy_copy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-copy_copy-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home-twtw .home_signup_container .newsletter-copy_copy-container .title {
    text-transform: none;
    font-size: 40px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .home-twtw .home_signup_container .newsletter-copy_copy-container .title .icon {
        margin-right: -16px
    }

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-copy_copy-container .title .icon {
        margin-right: 16px
    }
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-copy_copy-container .title {
        margin: 15px 0
    }
}

.home-twtw .home_signup_container .newsletter-copy_copy-container .text {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 0
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-copy_copy-container .text {
        margin-bottom: 10px
    }
}

.home-twtw .home_signup_container .newsletter-form {
    margin: 15px 0
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-form {
        width: 100%;
        padding: 0
    }
}

.home-twtw .home_signup_container .newsletter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-twtw .home_signup_container .newsletter-form form .g-recaptcha {
    display: none
}

.home-twtw .home_signup_container .newsletter-form form input#Email {
    
    border: 0;
    padding: 17px 23px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px
}

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-form form input#Email {
        width: 100%;
        margin-bottom: 24px
    }
}

.home-twtw .home_signup_container .newsletter-form form input#Email::-webkit-input-placeholder {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    font-style: italic
}

.home-twtw .home_signup_container .newsletter-form form input#Email::-moz-placeholder {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    font-style: italic
}

.home-twtw .home_signup_container .newsletter-form form input#Email:-ms-input-placeholder {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    font-style: italic
}

.home-twtw .home_signup_container .newsletter-form form input#Email::-ms-input-placeholder {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    font-style: italic
}

.home-twtw .home_signup_container .newsletter-form form input#Email::placeholder {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    font-style: italic
}

.home-twtw .home_signup_container .newsletter-form form input[type=submit] {
    text-transform: normal;
    font-size: 20px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 400;
    background-color: #db0740;
    border-radius: 5px;
    padding: 16px 32px;
    border: 1px solid #db0740;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
    color: #fff;
    margin-left: 30px
}

    .home-twtw .home_signup_container .newsletter-form form input[type=submit]:hover {
        background-color: #fff;
        color: #db0740 !important
    }

@media (max-width:992px) {
    .home-twtw .home_signup_container .newsletter-form form input[type=submit] {
        margin: 0
    }
}

.home-twtw .home_signup_container .newsletter-form .legal-copy {
    display: none
}

.home-twtw .home_signup_fine {
    text-transform: none;
    font-size: 10px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0 5px;
    width: 72%;
    max-width: 1136px
}

@media (max-width:992px) {
    .home-twtw .home_signup_fine {
        width: 100%
    }
}

.home-twtw .home_signup_fine a {
    
    color: #fff !important
}

@media (min-width:992px) {
    .home-twtw .home_signup.captcha-display {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .home-twtw .home_signup.captcha-display .home_signup_container {
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-copy,
            .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form {
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

            .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-copy {
                margin-bottom: 30px
            }

            .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

                .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form input#Email {
                    -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                    order: 1;
                    width: 100%;
                    margin-bottom: 30px;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form .g-recaptcha {
                    -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                    order: 2;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }

                .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form input[type=submit] {
                    -webkit-box-ordinal-group: 4;
                    -ms-flex-order: 3;
                    order: 3;
                    margin: 30px 0 0 0;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out
                }
}

@media (max-width:992px) {
    .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form input#Email {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form .g-recaptcha {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .home-twtw .home_signup.captcha-display .home_signup_container .newsletter-form form input[type=submit] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 30px 0 0 0
    }
}

.home-twtw .home_signup-alt {
    margin-bottom: 30px;
    margin-left: -25px;
    margin-right: -25px
}

    .home-twtw .home_signup-alt:hover .newsletter-copy .icon .after-icon {
        -webkit-transform: translate(3px, 0);
        -ms-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }

.home-twtw .home_signup-alt_container {
    padding: 0 10px
}

    .home-twtw .home_signup-alt_container .inner-container {
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .home-twtw .home_signup-alt_container .newsletter-copy {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 12% 0
    }

        .home-twtw .home_signup-alt_container .newsletter-copy .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .home-twtw .home_signup-alt_container .newsletter-copy .icon i,
            .home-twtw .home_signup-alt_container .newsletter-copy .icon svg {
                color: #7b7b7b;
                font-size: 28px
            }

            .home-twtw .home_signup-alt_container .newsletter-copy .icon .after-icon {
                
                width: 10px;
                position: relative;
                margin-left: 6px;
                margin-top: 1px;
                border-radius: 10px;
                -webkit-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out
            }

                .home-twtw .home_signup-alt_container .newsletter-copy .icon .after-icon::before {
                    content: "";
                    
                    width: 15px;
                    position: absolute;
                    top: -6px;
                    left: 2px;
                    border-radius: 10px
                }

                .home-twtw .home_signup-alt_container .newsletter-copy .icon .after-icon::after {
                    content: "";
                    
                    width: 8px;
                    position: absolute;
                    bottom: -8px;
                    left: -2px;
                    border-radius: 10px
                }

    .home-twtw .home_signup-alt_container .newsletter-copy_copy-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .home-twtw .home_signup-alt_container .newsletter-copy_copy-container .title {
            text-transform: none;
            font-size: 22px;
            color: #202124;
            font-family: inherit, sans-serif;
            font-weight: 700;
            line-height: 1.1;
            margin: 0 0 3px 0
        }

        .home-twtw .home_signup-alt_container .newsletter-copy_copy-container .text {
            text-transform: none;
            font-size: 14px;
            color: #7b7b7b;
            font-family: inherit, sans-serif;
            font-weight: 400;
            line-height: 1.1;
            margin: 9px 0
        }

    .home-twtw .home_signup-alt_container .newsletter-form {
        width: 100%;
        padding: 0 5% 10px
    }

        .home-twtw .home_signup-alt_container .newsletter-form form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #dedede;
            border-radius: 9px;
            padding: 1px
        }

            .home-twtw .home_signup-alt_container .newsletter-form form input#Email {
                
                border: 0;
                padding: 5px 5px 5px 10px;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1
            }

                .home-twtw .home_signup-alt_container .newsletter-form form input#Email::-webkit-input-placeholder {
                    text-transform: none;
                    font-size: 16px;
                    color: #7b7b7b;
                    font-family: inherit, sans-serif;
                    font-weight: 400;
                    font-style: italic
                }

                .home-twtw .home_signup-alt_container .newsletter-form form input#Email::-moz-placeholder {
                    text-transform: none;
                    font-size: 16px;
                    color: #7b7b7b;
                    font-family: inherit, sans-serif;
                    font-weight: 400;
                    font-style: italic
                }

                .home-twtw .home_signup-alt_container .newsletter-form form input#Email:-ms-input-placeholder {
                    text-transform: none;
                    font-size: 16px;
                    color: #7b7b7b;
                    font-family: inherit, sans-serif;
                    font-weight: 400;
                    font-style: italic
                }

                .home-twtw .home_signup-alt_container .newsletter-form form input#Email::-ms-input-placeholder {
                    text-transform: none;
                    font-size: 16px;
                    color: #7b7b7b;
                    font-family: inherit, sans-serif;
                    font-weight: 400;
                    font-style: italic
                }

                .home-twtw .home_signup-alt_container .newsletter-form form input#Email::placeholder {
                    text-transform: none;
                    font-size: 16px;
                    color: #7b7b7b;
                    font-family: inherit, sans-serif;
                    font-weight: 400;
                    font-style: italic
                }

            .home-twtw .home_signup-alt_container .newsletter-form form input[type=submit] {
                text-transform: normal;
                font-size: 14px;
                color: #fff;
                font-family: inherit, sans-serif;
                font-weight: 400;
                background-color: #db0006;
                border-radius: 6px;
                padding: 6px 20px;
                border: 1px solid #db0006;
                -webkit-transition: all .15s ease-in-out;
                -o-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
                cursor: pointer;
                color: #fff
            }

                .home-twtw .home_signup-alt_container .newsletter-form form input[type=submit]:hover {
                    background-color: #fff;
                    color: #db0006 !important
                }

        .home-twtw .home_signup-alt_container .newsletter-form .legal-copy {
            display: none
        }

    .home-twtw .home_signup-alt_container .browse-all-events {
        padding: 30px 12%
    }

        .home-twtw .home_signup-alt_container .browse-all-events .icon i,
        .home-twtw .home_signup-alt_container .browse-all-events .icon svg {
            color: #7b7b7b;
            font-size: 28px
        }

        .home-twtw .home_signup-alt_container .browse-all-events .title {
            text-transform: none;
            font-size: 22px;
            color: #202124;
            font-family: inherit, sans-serif;
            font-weight: 700;
            line-height: 1.1;
            margin: 0 0 10px 0
        }

        .home-twtw .home_signup-alt_container .browse-all-events .text {
            text-transform: none;
            font-size: 14px;
            color: #7b7b7b;
            font-family: inherit, sans-serif;
            font-weight: 400;
            line-height: 1.1;
            margin: 0
        }

        .home-twtw .home_signup-alt_container .browse-all-events .link {
            text-transform: normal;
            font-size: 14px;
            color: #fff;
            font-family: inherit, sans-serif;
            font-weight: 400;
            background-color: #db0006;
            border-radius: 6px;
            padding: 6px 20px;
            border: 1px solid #db0006;
            -webkit-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            cursor: pointer;
            color: #fff;
            margin-top: 10px;
            display: inline-block
        }

            .home-twtw .home_signup-alt_container .browse-all-events .link:hover {
                background-color: #fff;
                color: #db0006 !important
            }

.home-twtw .home_signup-alt_fine {
    text-transform: none;
    font-size: 8px;
    color: #7b7b7b;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px 0;
    width: 90%
}

    .home-twtw .home_signup-alt_fine a {
        
        color: #7b7b7b
    }

.home-twtw .home_extra {
    margin-left: -25px;
    margin-right: -25px
}

    .home-twtw .home_extra .col-md-4 {
        padding: 0 10px
    }

.home-twtw .home_extra_container {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@supports (-ms-ime-align:auto) {
    .home-twtw .home_extra_container {
        display: block !important
    }
}

.home-twtw .home_extra_container .left {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@supports (-ms-ime-align:auto) {
    .home-twtw .home_extra_container .left {
        float: left
    }
}

.home-twtw .home_extra_container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 21px;
    width: 100%;
    margin: auto 0;
    min-height: 209px
}

@supports (-ms-ime-align:auto) {
    .home-twtw .home_extra_container .right {
        margin-top: 20px
    }
}

.home-twtw .home_extra_container .right_title {
    text-transform: none;
    font-size: 18px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px 0;
    width: 100%
}

.home-twtw .home_extra_container .right_text {
    text-transform: none;
    font-size: 16px;
    color: #161616;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 15px 0;
    width: 100%
}

.home-twtw .home_extra_container .right_link {
    text-transform: none;
    font-size: 16px;
    color: #db0740;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    
    width: 100%;
    margin-top: auto
}

@media (max-width:992px) {
    .home-twtw.mob-alt-2 .home_hero .hero-container {
        background-color: #fff
    }

    .home-twtw.mob-alt-2 .home_hero .hero-container_right_title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .home-twtw.mob-alt-2 .home_hero .hero-container_right_checklist {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

        .home-twtw.mob-alt-2 .home_hero .hero-container_right_checklist li {
            padding-left: 58px;
            position: relative;
            margin-bottom: 13px
        }

            .home-twtw.mob-alt-2 .home_hero .hero-container_right_checklist li::after {
                display: none
            }

            .home-twtw.mob-alt-2 .home_hero .hero-container_right_checklist li::before {
                content: "\f105";
                font-family: "Font Awesome 6 Pro";
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                color: #db0006;
                margin-right: auto;
                font-size: 24px;
                border-radius: 50%;
                border: 2px solid #db0006;
                width: 28px;
                height: 28px;
                margin: 0 20px 0 10px;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

    .home-twtw.mob-alt-2 .home_hero .hero-container_right_buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px
    }

    .home-twtw.mob-alt-2 .home_events {
        display: none
    }
}

@media (max-width:992px) and (max-width:992px) {
    .home-twtw.mob-alt-2 .home_events_mobile-alt {
        display: block
    }
}

.breadcrumb {
    padding: 13px 14px;
    margin-top: 10px;
    margin-bottom: 41px;
    background-color: rgba(255, 255, 255, .2);
    color: rgba(238, 238, 238, .8);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    border: none
}

    .breadcrumb a {
        border: none;
        color: #fff
    }

        .breadcrumb a:hover {
            color: #fff !important;
        }

.breadcrumb_caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin: -20px 0 20px 0
}

.button,
.cc_container .cc_btn_accept_all {
    display: inline-block;
    line-height: 1;
    
    -webkit-transition: 80ms ease-in;
    -o-transition: 80ms ease-in;
    transition: 80ms ease-in;
    color: #fff !important;
    position: relative;
    letter-spacing: .3px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid transparent;
    padding: 16px 32px;
    border-radius: 5px;
    background-color: #db0740;
    font-weight: 500;
    font-size: 20px
}

    .button:hover,
    .cc_container .cc_btn_accept_all:hover {
        color: #fff !important
    }

    .button:before,
    .cc_container .cc_btn_accept_all:before {
        background-color: #db0740;
        border-radius: 2px;
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -2
    }

    .button:after,
    .cc_container .cc_btn_accept_all:after {
        border-radius: 2px;
        content: " ";
        position: absolute;
        background: #780423;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20%;
        top: 160%;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        z-index: -1;
        opacity: 0
    }

    .button:hover:after,
    .cc_container .cc_btn_accept_all:hover:after {
        -webkit-animation: buttonAnimation .3s ease-in-out forwards;
        animation: buttonAnimation .3s ease-in-out forwards
    }

    .button.no-border,
    .cc_container .no-border.cc_btn_accept_all {
        border: 0 solid transparent !important;
        border-radius: 0 !important
    }

@-webkit-keyframes buttonAnimation {
    0% {
        top: 120%
    }

    50% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    100% {
        top: 0;
        opacity: 1;
        width: 100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        height: 100%;
        border: 1px solid transparent
    }
}

.inverse {
    background-color: transparent;
    border: 2px solid #fff
}

    .inverse:before {
        background-color: transparent !important
    }

.inverse-red {
    background-color: transparent !important;
    border: 2px solid #db0740;
    color: #db0740 !important
}

    .inverse-red:before {
        background-color: transparent !important
    }

.inverse-visitor {
    background-color: transparent !important;
    border: 2px solid #ff6319;
    color: #ff6319 !important
}

    .inverse-visitor:before {
        background-color: transparent !important
    }

.inverse-organiser {
    background-color: transparent !important;
    border: 2px solid #001a30;
    color: #001a30 !important
}

    .inverse-organiser:before {
        background-color: transparent !important
    }

.inverse-exhibitor {
    background-color: transparent !important;
    border: 2px solid #7ab800;
    color: #7ab800 !important
}

    .inverse-exhibitor:before {
        background-color: transparent !important
    }

.button-flex {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 50px;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001a30;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

    .button-flex .arrow-hero {
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .button-flex .position-a {
        color: #fff;
        position: relative;
        right: 60px;
        width: 110px
    }

    .button-flex .button-copy {
        position: absolute
    }

.ipad .button-flex .position-a {
    margin-top: 50%
}

.icon-btn {
    font-size: 15px !important;
    position: relative;
    left: 5px;
    top: -1px
}

.button-whatson:hover {
    border-color: #006dc9
}

.button-whatson:after {
    background: #003663
}

.button-organisers:hover {
    border-color: #003663
}

.button-organisers:after {
    background: #000
}

.button-organisers:before {
    background-color: #001a30
}

.panel-expanded .small-panel-copy {
    max-width: 555px;
    margin: 0 auto
}

.panel-expanded .copy-image-right {
    display: none
}

.panel-expanded .form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

    .panel-expanded .form-section .col-sm-6.form-cta {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (min-width:767px) {
    .panel-expanded .form-section .col-sm-6.form-cta {
        width: calc(50% - 10px) !important
    }
}

@media (max-width:767px) {
    .panel-expanded .form-section .col-sm-6.form-cta {
        width: 100% !important
    }
}

.panel-expanded .form-section .col-sm-12.form-cta {
    padding: 0
}

.panel-expanded .form-section input,
.panel-expanded .form-section select,
.panel-expanded .form-section textarea {
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #000
}

    .panel-expanded .form-section input::-webkit-input-placeholder,
    .panel-expanded .form-section select::-webkit-input-placeholder,
    .panel-expanded .form-section textarea::-webkit-input-placeholder {
        font-size: 16px
    }

    .panel-expanded .form-section input::-moz-placeholder,
    .panel-expanded .form-section select::-moz-placeholder,
    .panel-expanded .form-section textarea::-moz-placeholder {
        font-size: 16px
    }

    .panel-expanded .form-section input:-ms-input-placeholder,
    .panel-expanded .form-section select:-ms-input-placeholder,
    .panel-expanded .form-section textarea:-ms-input-placeholder {
        font-size: 16px
    }

    .panel-expanded .form-section input::-ms-input-placeholder,
    .panel-expanded .form-section select::-ms-input-placeholder,
    .panel-expanded .form-section textarea::-ms-input-placeholder {
        font-size: 16px
    }

    .panel-expanded .form-section input::placeholder,
    .panel-expanded .form-section select::placeholder,
    .panel-expanded .form-section textarea::placeholder {
        font-size: 16px
    }

.panel-expanded .form-section textarea {
    max-width: 100%;
    min-width: 100%
}

.panel-expanded .form-section .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.panel-expanded .form-section .radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .panel-expanded .form-section .radio-button label {
        margin: 0
    }

.panel-expanded .oef-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 10px
}

    .panel-expanded .oef-button-container a {
        margin: 0 !important;
        background: 0 0;
        color: #db0740 !important;
        border-color: #db0740
    }

.button-exhibitors:hover,
.cc_container .parking-modal--exo .parking-modal__body .cc_btn_accept_all:hover,
.parking-modal--exo .parking-modal__body .button:hover,
.parking-modal--exo .parking-modal__body .cc_container .cc_btn_accept_all:hover {
    border-color: #9ceb00
}

.button-exhibitors:after,
.cc_container .parking-modal--exo .parking-modal__body .cc_btn_accept_all:after,
.parking-modal--exo .parking-modal__body .button:after,
.parking-modal--exo .parking-modal__body .cc_container .cc_btn_accept_all:after {
    background: #365200
}

.button-exhibitors:before,
.cc_container .parking-modal--exo .parking-modal__body .cc_btn_accept_all:before,
.parking-modal--exo .parking-modal__body .button:before,
.parking-modal--exo .parking-modal__body .cc_container .cc_btn_accept_all:before {
    background-color: #7ab800
}

.button-visitors:hover,
.cc_container .parking-modal--visitor .parking-modal__body .cc_btn_accept_all:hover,
.parking-modal--visitor .parking-modal__body .button:hover,
.parking-modal--visitor .parking-modal__body .cc_container .cc_btn_accept_all:hover {
    border-color: #ff864c
}

.button-visitors:after,
.cc_container .parking-modal--visitor .parking-modal__body .cc_btn_accept_all:after,
.parking-modal--visitor .parking-modal__body .button:after,
.parking-modal--visitor .parking-modal__body .cc_container .cc_btn_accept_all:after {
    background: #b23900
}

.button-visitors:before,
.cc_container .parking-modal--visitor .parking-modal__body .cc_btn_accept_all:before,
.parking-modal--visitor .parking-modal__body .button:before,
.parking-modal--visitor .parking-modal__body .cc_container .cc_btn_accept_all:before {
    background-color: #ff6319
}

.button-reservations:hover {
    border-color: #f582bf
}

.button-reservations:after {
    background: #ed248e
}

.button-reservations:before {
    background-color: #cd1174
}

.button-reservations span {
    left: -5px !important;
    top: 7px !important;
    max-height: 93px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button-full {
    width: 100%;
    height: 100%;
    text-align: center
}

#ViewMoreLink {
    width: 100%
}

.ahref-z {
    position: relative;
    z-index: 3
}

.cc_container {
    background-color: #222 !important;
    border: 0 !important;
    display: none !important
}

    .cc_container .cc_btn_accept_all {
        font-size: 14px;
        border: 0 !important
    }

    .cc_container .cc_btn {
        border: 0 !important;
        position: relative;
        top: 5px
    }

.cc_banner-wrapper {
    display: none !important
}

.optanon-alert-box-wrapper .optanon-alert-box-button-middle {
    background: #db0740;
    background: -o-linear-gradient(252deg, #db0740, #db0740);
    background: linear-gradient(198deg, #db0740, #db0740);
    background-size: 400% 400%;
    border: 0 !important;
    border-radius: 5px;
    -webkit-animation: AnimateButton 1.5s ease infinite;
    animation: AnimateButton 1.5s ease infinite
}

    .optanon-alert-box-wrapper .optanon-alert-box-button-middle button {
        text-transform: uppercase !important;
        font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif !important
    }

body > div.optanon-alert-box-wrapper > div.optanon-alert-box-bg > div.optanon-alert-box-button-container > div.optanon-alert-box-button.optanon-button-more > div {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 8px 18px !important;
    border: 1px solid #e62020 !important;
    background-color: #e62020 !important;
    color: #fff !important;
    font-weight: 700 !important
}

#optanon #optanon-popup-wrapper .optanon-white-button-middle {
    background: #db0740;
    background: -o-linear-gradient(252deg, #db0740, #db0740);
    background: linear-gradient(198deg, #db0740, #db0740);
    background-size: 400% 400%;
    border: 0 !important;
    border-radius: 5px;
    -webkit-animation: AnimateButton 1.5s ease infinite;
    animation: AnimateButton 1.5s ease infinite
}

    #optanon #optanon-popup-wrapper .optanon-white-button-middle button {
        text-transform: uppercase !important;
        font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif !important
    }

.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8
}

    .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:before {
        content: "" !important
    }

.optanon-alert-box-wrapper * {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif !important
}

#optanon-popup-wrapper * {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif !important
}

#optanon #optanon-popup-bottom {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

#optanon #optanon-popup-wrapper .optanon-save-settings-button {
    margin-right: 10px !important;
    margin-left: auto !important
}

#optanon #optanon-popup-wrapper .optanon-allow-all-button {
    margin-right: 10px !important
}

#optanon ul#optanon-menu li {
    background: -o-linear-gradient(252deg, #001a30, #001a30) !important;
    background: linear-gradient(198deg, #001a30, #001a30) !important;
    
}

    #optanon ul#optanon-menu li.menu-item-selected {
        background: -o-linear-gradient(252deg, #db0740, #db0740) !important;
        background: linear-gradient(198deg, #db0740, #db0740) !important
    }

#optanon #optanon-menu li .preference-menu-item button {
    color: #fff !important
}

#optanon #optanon-menu li .preference-menu-item a {
    color: #fff !important
}

#optanon #optanon-popup-body .legacy-preference-banner-title {
    color: #001a30 !important
}

#optanon #optanon-popup-bottom-logo {
    visibility: hidden !important
}

#optanon #optanon-popup-wrapper .optanon-bottom-spacer {
    height: 0 !important
}

@-webkit-keyframes AnimateButton {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes AnimateButton {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0 50%
    }
}

.faq-question {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    cursor: pointer
}

    .faq-question .faq-title h2 {
        margin: 0 10px;
        line-height: 30px;
        font-weight: 500
    }

    .faq-question .faq-icon {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        float: left;
        margin-right: 15px
    }

        .faq-question .faq-icon span {
            color: #ff6319;
            position: relative;
            top: 3px
        }

    .faq-question .faq-answer {
        padding: 10px 0;
        display: none;
        font-size: 18px
    }

        .faq-question .faq-answer a {
            font-weight: 500
        }

.faq-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

    .faq-rotate span {
        top: -3px
    }

@media (max-width:767px) {
    .faq-title h2 {
        font-size: 18px
    }
}

.faq {
    margin-top: 50px
}

.faq__tabbed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0
}

    .faq__tabbed > li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 10px;
        list-style: none
    }

.faq__tabbed__main-title {
    border: none;
    border-radius: 5px;
    padding: 15px 31px;
    background-color: #001a30;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Work Sans", Avenir, sans-serif;
    line-height: 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    z-index: 0
}

    .faq__tabbed__main-title:focus,
    .faq__tabbed__main-title:hover {
        color: #fff !important
    }

    .faq__tabbed__main-title::after {
        content: "\f055";
        margin-left: auto;
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Pro";
        height: 23px;
        width: 23px;
        font-size: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        color: #fff
    }

    .faq__tabbed__main-title.open::after {
        content: "\f056"
    }

    .faq__tabbed__main-title i {
        width: 43px;
        font-size: 23px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

@media (max-width:767px) {
    .faq__tabbed__main-title i {
        display: none
    }
}

.faq__tabbed .acc-content {
    background-color: #fff;
    border-top: 0 !important;
    margin: 0 20px;
    border-radius: 0 0 14px 14px;
    padding: 23px 8.5px;
    margin-bottom: 14px;
    display: none
}

@media (max-width:767px) {
    .faq__tabbed .acc-content {
        padding: 20px 36px !important
    }
}

.faq__tabbed .acc-content p {
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    font-weight: 500
}

.faq__tabbed .acc-content ul {
    padding-left: 49px;
    list-style-type: none
}

@media (max-width:767px) {
    .faq__tabbed .acc-content ul {
        padding-left: 0
    }
}

.faq__tabbed .acc-content ul li {
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative
}

@media (max-width:767px) {
    .faq__tabbed .acc-content ul li {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px
    }
}

.faq__tabbed .acc-content ul li::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #001a30;
    top: 6px;
    left: -22px;
    border-radius: 50%
}

@media (max-width:767px) {
    .faq__tabbed .acc-content {
        padding: 11px 12px
    }
}

.faq__tabbed .acc-content .subacc-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0
}

    .faq__tabbed .acc-content .subacc-inline > li {
        width: calc(50% - 45px);
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 22.5px 7px 22.5px
    }

@media (max-width:767px) {
    .faq__tabbed .acc-content .subacc-inline > li {
        width: 100%;
        margin: 0 0 7px 0
    }
}

.faq__tabbed .acc-content .subacc-inline > li .acc-title {
    border-radius: 5px;
    background-color: #001a30;
    border: 1px solid #001a30;
    color: #fff;
    border: none;
    padding: 13px 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Work Sans", Avenir, sans-serif;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .faq__tabbed .acc-content .subacc-inline > li .acc-title:focus {
        color: #fff !important
    }

    .faq__tabbed .acc-content .subacc-inline > li .acc-title.sub-open::after {
        content: "\f056"
    }

    .faq__tabbed .acc-content .subacc-inline > li .acc-title:focus {
        outline: 0
    }

    .faq__tabbed .acc-content .subacc-inline > li .acc-title:hover {
        color: #fff !important
    }

    .faq__tabbed .acc-content .subacc-inline > li .acc-title::after {
        content: "\f055";
        margin-left: auto;
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Pro";
        height: 23px;
        width: 23px;
        font-size: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        color: #fff
    }

.faq__tabbed .acc-content .subacc-inline > li .subacc-content {
    width: calc(100% - 14px);
    margin: 0 7px;
    padding: 11px;
    margin-bottom: 15px;
    border-radius: 0 0 8px 8px;
    display: none
}

    .faq__tabbed .acc-content .subacc-inline > li .subacc-content p {
        font-size: 12px;
        line-height: 16px;
        font-family: "Work Sans", Avenir, sans-serif;
        font-weight: 400;
        margin: 0
    }

.travel-questions .acc-content {
    margin: 0 10px;
    padding: 26px calc(100% - 931px + 37px) 26px 37px
}

.travel-alert-content .small-panel > div {
    padding: 26px calc(100% - 931px + 37px) 26px 37px;
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616
}

    .travel-alert-content .small-panel > div h1,
    .travel-alert-content .small-panel > div h2,
    .travel-alert-content .small-panel > div h3,
    .travel-alert-content .small-panel > div h4,
    .travel-alert-content .small-panel > div h5,
    .travel-alert-content .small-panel > div h6 {
        font-family: "Work Sans";
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        color: #161616;
        text-transform: none
    }

@media (max-width:767px) {
    .travel-alert-content .small-panel > div {
        padding: 20px 36px !important
    }
}

.travel-alert-content .small-panel > div ul {
    padding-left: 49px;
    list-style-type: none
}

@media (max-width:767px) {
    .travel-alert-content .small-panel > div ul {
        padding-left: 0
    }
}

.travel-alert-content .small-panel > div ul li {
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative
}

@media (max-width:767px) {
    .travel-alert-content .small-panel > div ul li {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px
    }
}

.travel-alert-content .small-panel > div ul li::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #001a30;
    top: 6px;
    left: -22px;
    border-radius: 50%
}

.travel-alert-content .small-panel .date {
    margin: 0 0 12px 0
}

    .travel-alert-content .small-panel .date span {
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        text-align: left;
        color: #7c7c7c
    }

.helpful-links_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 49px;
    padding: 30px 15px
}

    .helpful-links_container > a {
        border: 0;
        max-width: 203px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .helpful-links_container > a:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }

        .helpful-links_container > a img {
            width: 100%
        }

.current-journey-alerts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .current-journey-alerts li {
        list-style-type: none;
        padding: 20px 29px;
        margin: 0;
        border-top: 1px solid #001a30;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

        .current-journey-alerts li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 20px;
            border: 0;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            width: 100%
        }

@media (min-width:767px) {
    .current-journey-alerts li a:hover {
        color: #001a30 !important
    }

        .current-journey-alerts li a:hover div {
            color: #001a30 !important
        }

            .current-journey-alerts li a:hover div p,
            .current-journey-alerts li a:hover div span {
                color: #001a30 !important
            }
}

@media (max-width:767px) {
    .current-journey-alerts li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px 16px
    }

        .current-journey-alerts li a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 6px;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .current-journey-alerts li a .title {
                gap: 16px
            }

                .current-journey-alerts li a .title p {
                    font-size: 16px;
                    line-height: 18px;
                    letter-spacing: 1px
                }

            .current-journey-alerts li a .text p {
                font-size: 14px;
                line-height: 1;
                letter-spacing: .5px
            }

            .current-journey-alerts li a .date {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                gap: 5px
            }

                .current-journey-alerts li a .date span {
                    font-size: 12px;
                    letter-spacing: 1px
                }
}

.current-journey-alerts li:first-child {
    border-top: 0
}

.current-journey-alerts li .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:767px) {
    .current-journey-alerts li .title {
        gap: 32px;
        max-width: 328px
    }
}

.current-journey-alerts li .title i,
.current-journey-alerts li .title svg {
    font-size: 24px;
    color: #001a30
}

.current-journey-alerts li .title p {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
    text-align: left;
    color: #db0740;
    margin: 0;
    padding: 0
}

.current-journey-alerts li .text {
    max-width: 574px;
    width: 100%;
    margin-right: auto
}

    .current-journey-alerts li .text p {
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #161616;
        text-align: left;
        margin: 0;
        padding: 0
    }

.current-journey-alerts li .date span {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #7c7c7c
}

.current-journey-alerts li .dummy-butt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 16px 13px;
    width: 100%;
    max-width: 180px
}

#map {
    height: 650px;
    border-radius: 5px;
    background-color: #fff
}

.gold-marker.gold {
    width: 640px;
    min-height: 430px
}

    .gold-marker.gold .gold-top {
        height: 200px;
        position: relative;
        border-top: 1px solid #ff6319;
        border-left: 1px solid #ff6319;
        border-right: 1px solid #ff6319
    }

        .gold-marker.gold .gold-top .main-image {
            height: 100% !important;
            width: 100% !important;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0
        }

        .gold-marker.gold .gold-top .image {
            height: 50px;
            width: 90px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 2;
            display: inline-block;
            margin: 5px;
            border: 1px solid #ff6319;
            cursor: pointer
        }

    .gold-marker.gold .gold-title {
        position: absolute;
        top: 145px;
        background-color: rgba(255, 255, 255, .8);
        width: 640px;
        border-left: 1px solid #ff6319;
        border-right: 1px solid #ff6319
    }

        .gold-marker.gold .gold-title h4 {
            padding-left: 15px;
            font-weight: 900
        }

            .gold-marker.gold .gold-title h4 img {
                width: 35px;
                position: relative;
                top: -3px;
                left: -4px
            }

    .gold-marker.gold .copy {
        background-color: rgba(255, 255, 255, .9);
        padding: 15px;
        font-size: 14px;
        height: 150px;
        overflow: auto;
        border-left: 1px solid #ff6319;
        border-right: 1px solid #ff6319
    }

    .gold-marker.gold .marker-bottom {
        text-align: center;
        height: auto;
        background-color: #ff6319;
        padding: 5px
    }

        .cc_container .gold-marker.gold .marker-bottom .cc_btn_accept_all,
        .gold-marker.gold .marker-bottom .button,
        .gold-marker.gold .marker-bottom .cc_container .cc_btn_accept_all {
            margin-top: 5px;
            font-size: 14px
        }

    .gold-marker.gold:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        left: 303px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #ff6319
    }

.gold-marker.silver {
    width: 400px;
    min-height: 350px
}

    .gold-marker.silver .gold-top {
        position: relative
    }

        .gold-marker.silver .gold-top .gold-title {
            position: absolute;
            bottom: 0;
            background-color: rgba(255, 255, 255, .8);
            width: 100%
        }

            .gold-marker.silver .gold-top .gold-title h4 {
                padding-left: 15px;
                font-weight: 900
            }

        .gold-marker.silver .gold-top .image {
            height: 200px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat
        }

    .gold-marker.silver .copy {
        background-color: rgba(255, 255, 255, .9);
        padding: 15px;
        font-size: 14px;
        height: 75px;
        overflow: auto
    }

    .gold-marker.silver .marker-bottom {
        text-align: center;
        height: auto;
        background-color: #ff6319;
        padding: 5px
    }

        .cc_container .gold-marker.silver .marker-bottom .cc_btn_accept_all,
        .gold-marker.silver .marker-bottom .button,
        .gold-marker.silver .marker-bottom .cc_container .cc_btn_accept_all {
            margin-top: 5px;
            font-size: 14px
        }

    .gold-marker.silver:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        left: 185px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #ff6319
    }

.gold-marker.bronze {
    width: 400px;
    min-height: 350px
}

    .gold-marker.bronze .gold-top {
        position: relative
    }

        .gold-marker.bronze .gold-top .gold-title {
            position: relative;
            bottom: 0;
            background-color: #fefefe;
            width: 100%;
            padding: 5px 0;
            text-align: center
        }

            .gold-marker.bronze .gold-top .gold-title h4 {
                padding-left: 15px;
                font-weight: 900;
                margin: 0
            }

        .gold-marker.bronze .gold-top .image {
            height: 200px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat
        }

    .gold-marker.bronze .copy {
        background-color: rgba(255, 255, 255, .9);
        padding: 15px;
        font-size: 14px;
        height: 75px;
        overflow: auto
    }

    .gold-marker.bronze .basic-title {
        text-align: center;
        padding: 20px 10px;
        font-weight: 900;
        background-color: rgba(255, 255, 255, .9)
    }

    .gold-marker.bronze .basic-tel {
        text-align: center;
        padding: 10px 0;
        background-color: rgba(255, 255, 255, .9)
    }

        .gold-marker.bronze .basic-tel span {
            margin-right: 10px
        }

    .gold-marker.bronze .marker-bottom {
        text-align: center;
        height: auto;
        background-color: #ff6319;
        padding: 5px
    }

        .cc_container .gold-marker.bronze .marker-bottom .cc_btn_accept_all,
        .gold-marker.bronze .marker-bottom .button,
        .gold-marker.bronze .marker-bottom .cc_container .cc_btn_accept_all {
            margin-top: 5px;
            font-size: 14px
        }

    .gold-marker.bronze:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        left: 185px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #ff6319
    }

.gold-marker.basic {
    width: 300px;
    height: 200px
}

    .gold-marker.basic .basic-title {
        text-align: center;
        padding: 20px 10px;
        font-weight: 900;
        background-color: rgba(255, 255, 255, .9)
    }

    .gold-marker.basic .basic-tel {
        text-align: center;
        padding-bottom: 10px;
        background-color: rgba(255, 255, 255, .9)
    }

        .gold-marker.basic .basic-tel span {
            margin-right: 10px
        }

    .gold-marker.basic .marker-bottom {
        text-align: center;
        height: auto;
        background-color: #ff6319;
        padding: 5px
    }

        .cc_container .gold-marker.basic .marker-bottom .cc_btn_accept_all,
        .gold-marker.basic .marker-bottom .button,
        .gold-marker.basic .marker-bottom .cc_container .cc_btn_accept_all {
            margin-top: 5px;
            font-size: 14px
        }

    .gold-marker.basic:after {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        left: 135px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #ff6319
    }

.marker-bottom-overlay {
    height: 43px;
    color: #fff;
    line-height: 43px;
    position: relative;
    font-size: 14px
}

    .marker-bottom-overlay span {
        position: absolute;
        right: -5px;
        padding: 10px;
        top: -39px;
        background-color: #ff6319;
        cursor: pointer
    }

.gm-style-iw {
    top: 45px !important;
    left: 10px !important
}

#map > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
    background-color: transparent !important
}

#map > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#map > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(3) {
    top: 55px !important;
    right: 55px !important
}

#map > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(1) {
    display: none
}

#map > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div {
    background-color: #ff6319 !important;
    display: none
}

#map > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div {
    background-color: #ff6319 !important;
    display: none
}

.legend {
    position: absolute
}

.gmap {
    position: relative;
    padding: 13px;
    background-color: #fff;
    margin-bottom: 21px
}

    .gmap .legend {
        position: absolute;
        bottom: 13px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        left: 13px;
        border-radius: 0 0 0 5px;
        overflow: hidden
    }

        .gmap .legend .map-panel {
            width: 320px;
            height: 520px;
            background-color: rgba(238, 238, 238, .9);
            text-align: center
        }

            .gmap .legend .map-panel .logo-legend {
                float: left;
                background-color: #db0740;
                width: 40%;
                padding: 15px 0
            }

                .gmap .legend .map-panel .logo-legend img {
                    width: 70%
                }

            .gmap .legend .map-panel .nec-address {
                float: left;
                width: 60%;
                text-align: left;
                padding-left: 20px;
                padding-top: 26px;
                height: 69px;
                color: #fff;
                background-color: #333
            }

            .gmap .legend .map-panel .legend-title {
                background-color: #222;
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                text-align: left
            }

            .gmap .legend .map-panel .nec-view-filter {
                width: 100%;
                height: 50px;
                float: left;
                padding: 15px;
                font-weight: 900;
                font-size: 1.571rem;
                background-color: #eee;
                
                text-align: left
            }

            .gmap .legend .map-panel .nec-view-buttons {
                background-color: #222;
                width: 60%;
                height: 50px;
                float: left;
                padding-top: 8px
            }

                .cc_container .gmap .legend .map-panel .nec-view-buttons .cc_btn_accept_all,
                .gmap .legend .map-panel .nec-view-buttons .button,
                .gmap .legend .map-panel .nec-view-buttons .cc_container .cc_btn_accept_all {
                    margin: 0;
                    padding: 5px;
                    font-size: 14px;
                    margin: 0 5px
                }

                    .cc_container .gmap .legend .map-panel .nec-view-buttons .cc_btn_accept_all .fa,
                    .gmap .legend .map-panel .nec-view-buttons .button .fa,
                    .gmap .legend .map-panel .nec-view-buttons .cc_container .cc_btn_accept_all .fa {
                        font-size: 14px;
                        margin: 0 5px;
                        position: relative;
                        top: -2px
                    }

            .gmap .legend .map-panel ul {
                clear: both;
                list-style: none;
                margin: 0;
                padding: 0
            }

                .gmap .legend .map-panel ul li {
                    padding: 15px;
                    font-size: 14px;
                    
                    font-weight: 500;
                    text-align: left;
                    cursor: pointer
                }

                    .gmap .legend .map-panel ul li:hover {
                        opacity: .4
                    }

                    .gmap .legend .map-panel ul li img {
                        margin-right: 5px
                    }

                    .gmap .legend .map-panel ul li span {
                        float: right;
                        margin-right: 30px;
                        padding-top: 2px
                    }

            .gmap .legend .map-panel a {
                margin-top: 20px
            }

            .gmap .legend .map-panel .close-legend {
                height: 39px;
                width: 45px;
                position: absolute;
                right: -45px;
                background-color: rgba(0, 0, 0, .4);
                color: #fff;
                line-height: 39px;
                cursor: pointer
            }

.go-left {
    left: -320px !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.rotate-full {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter.active {
    opacity: .4
}

.button.active,
.cc_container .active.cc_btn_accept_all {
    background-color: #780423;
    border-color: #db0740
}

.visitors-guide {
    position: relative
}

    .visitors-guide .header {
        height: 45px;
        background-color: #222
    }

        .visitors-guide .header h3 {
            color: #fff;
            display: inline-block;
            padding-left: 35px;
            padding-top: 10px;
            margin: 0
        }

        .visitors-guide .header .change-view {
            display: inline-block;
            float: right;
            padding-top: 7px;
            padding-right: 35px
        }

            .visitors-guide .header .change-view a {
                font-size: 1.2857142857rem;
                color: #fff !important
            }

.map-list {
    min-height: 450px;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    top: 45px
}

    .map-list .map-list-items {
        height: 450px;
        border-right: 2px solid #fff
    }

        .map-list .map-list-items ul {
            list-style: none;
            padding: 0
        }

            .map-list .map-list-items ul li {
                font-size: 24px;
                padding: 10px 0;
                cursor: pointer;
                padding: 15px;
                margin-left: -15px;
                margin-right: -15px
            }

                .map-list .map-list-items ul li span {
                    font-size: 1.571rem;
                    float: right;
                    position: relative;
                    top: 10px;
                    margin-right: 10px
                }

    .map-list .step-2 {
        height: 450px;
        background-color: rgba(238, 238, 238, .5);
        overflow: auto;
        padding: 0 15px;
        border-right: 2px solid #fff;
        display: none;
        position: relative
    }

        .map-list .step-2 #go-back {
            text-transform: capitalize;
            font-size: 22px;
            width: 100vw;
            font-weight: 500;
            margin-left: -15px;
            padding: 15px;
            
        }

            .map-list .step-2 #go-back span {
                font-size: 16px;
                position: relative;
                top: -3px;
                margin-right: 5px
            }

        .map-list .step-2 ul {
            list-style: none;
            margin: 20px 0;
            padding: 0
        }

            .map-list .step-2 ul li {
                padding: 10px;
                font-size: 18px;
                border-top: 1px solid #fff;
                position: relative;
                cursor: pointer;
                margin-left: -15px;
                margin-right: -15px
            }

                .map-list .step-2 ul li .gold {
                    font-weight: 500;
                    padding-left: 45px
                }

                    .map-list .step-2 ul li .gold span {
                        width: 20px;
                        position: absolute;
                        left: 15px;
                        top: 10px
                    }

                .map-list .step-2 ul li .silver {
                    padding-left: 45px
                }

                    .map-list .step-2 ul li .silver span {
                        width: 20px;
                        position: absolute;
                        left: 18px;
                        top: 10px
                    }

                .map-list .step-2 ul li .basic {
                    padding-left: 45px
                }

    .map-list .step-3 {
        height: 450px;
        overflow: hidden;
        display: none
    }

        .map-list .step-3 .list-item-close {
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
            z-index: 9;
            padding: 5px 10px;
            background-color: #ff6319;
            color: #fff
        }

        .map-list .step-3 .gold-marker {
            width: 100%
        }

            .map-list .step-3 .gold-marker .gold-top {
                border: 0
            }

            .map-list .step-3 .gold-marker .gold-title {
                border: 0
            }

            .map-list .step-3 .gold-marker .copy {
                border: 0;
                height: 200px
            }

            .map-list .step-3 .gold-marker .marker-bottom {
                bottom: 0;
                position: absolute;
                width: 100%;
                right: 0
            }

                .map-list .step-3 .gold-marker .marker-bottom a {
                    cursor: pointer
                }

            .map-list .step-3 .gold-marker:after {
                display: none
            }

        .map-list .step-3 .basic {
            margin-top: 30px
        }

.restaurant-color {
    color: #ff6319
}

    .restaurant-color span {
        color: #ff6319
    }

    .restaurant-color:hover {
        background-color: #ff6319;
        color: #fff
    }

        .restaurant-color:hover span {
            color: #fff
        }

.restaurant-color-2.active {
    background-color: #ff6319;
    color: #fff
}

    .restaurant-color-2.active span {
        color: #fff
    }

.restaurant-color-2 span {
    color: #ff6319
}

.restaurant-color-2:hover {
    background-color: #ff6319;
    color: #fff
}

    .restaurant-color-2:hover span {
        color: #fff
    }

.restaurant-color.active {
    background-color: #ff6319;
    color: #fff
}

    .restaurant-color.active span {
        color: #fff
    }

.hotels-color {
    color: #db0740
}

    .hotels-color span {
        color: #db0740
    }

    .hotels-color:hover {
        background-color: #db0740;
        color: #fff
    }

        .hotels-color:hover span {
            color: #fff
        }

    .hotels-color.active {
        background-color: #db0740;
        color: #fff
    }

        .hotels-color.active span {
            color: #fff
        }

.hotels-color-2 span {
    color: #db0740
}

.hotels-color-2:hover {
    background-color: #db0740;
    color: #fff
}

    .hotels-color-2:hover span {
        color: #fff
    }

.hotels-color-2.active {
    background-color: #db0740;
    color: #fff
}

    .hotels-color-2.active span {
        color: #fff
    }

.bb-color {
    color: #801853
}

    .bb-color span {
        color: #801853
    }

    .bb-color:hover {
        background-color: #801853;
        color: #fff
    }

        .bb-color:hover span {
            color: #fff
        }

    .bb-color.active {
        background-color: #801853;
        color: #fff
    }

        .bb-color.active span {
            color: #fff
        }

.bb-color-2 span {
    color: #801853
}

.bb-color-2:hover {
    background-color: #801853;
    color: #fff
}

    .bb-color-2:hover span {
        color: #fff
    }

.bb-color-2.active {
    background-color: #801853;
    color: #fff
}

    .bb-color-2.active span {
        color: #fff
    }

.shops-color {
    color: #001a30
}

    .shops-color span {
        color: #001a30
    }

    .shops-color:hover {
        background-color: #001a30;
        color: #fff
    }

        .shops-color:hover span {
            color: #fff
        }

    .shops-color.active {
        background-color: #001a30;
        color: #fff
    }

        .shops-color.active span {
            color: #fff
        }

.shops-color-2 span {
    color: #001a30
}

.shops-color-2:hover {
    background-color: #001a30;
    color: #fff
}

    .shops-color-2:hover span {
        color: #fff
    }

.shops-color-2.active {
    background-color: #001a30;
    color: #fff
}

    .shops-color-2.active span {
        color: #fff
    }

.poi-color {
    color: #7ab800
}

    .poi-color span {
        color: #7ab800
    }

    .poi-color:hover {
        background-color: #7ab800;
        color: #fff
    }

        .poi-color:hover span {
            color: #fff
        }

    .poi-color.active {
        background-color: #7ab800;
        color: #fff
    }

        .poi-color.active span {
            color: #fff
        }

.poi-color-2 span {
    color: #7ab800
}

.poi-color-2:hover {
    background-color: #7ab800;
    color: #fff
}

    .poi-color-2:hover span {
        color: #fff
    }

.poi-color-2.active {
    background-color: #7ab800;
    color: #fff
}

    .poi-color-2.active span {
        color: #fff
    }

.category-list {
    display: inline-block
}

@media (max-width:767px) {
    .visitors-guide {
        height: 500px
    }

    .map-list {
        display: block
    }

    .map-list-items {
        position: absolute;
        z-index: 5;
        border: 0 !important
    }

    .step-2 {
        position: absolute;
        z-index: 6;
        background-color: #fff !important;
        border: 0 !important
    }

        .step-2 ul {
            margin: 0 !important
        }

            .step-2 ul li {
                border-top: 1px solid #eee !important
            }

    .step-3 {
        position: absolute;
        z-index: 7;
        background-color: #fff
    }

        .cc_container .step-3 .marker-bottom .cc_btn_accept_all,
        .step-3 .marker-bottom .button,
        .step-3 .marker-bottom .cc_container .cc_btn_accept_all {
            font-size: 12px !important
        }
}

@media (min-width:768px) {
    .visitors-guide {
        height: 500px
    }

    .map-list {
        display: block
    }

    .map-list-items {
        position: absolute;
        z-index: 5;
        border: 0 !important
    }

    .step-2 {
        position: absolute;
        z-index: 6;
        background-color: #fff !important;
        border: 0 !important
    }

        .step-2 ul {
            margin: 0 !important
        }

            .step-2 ul li {
                border-top: 1px solid #eee !important
            }

    .step-3 {
        position: absolute;
        z-index: 7;
        background-color: #fff
    }

        .cc_container .step-3 .marker-bottom .cc_btn_accept_all,
        .step-3 .marker-bottom .button,
        .step-3 .marker-bottom .cc_container .cc_btn_accept_all {
            font-size: 12px !important
        }
}

@media (min-width:992px) {
    .visitors-guide {
        height: 700px
    }

    .map-list {
        display: none
    }

    .map-list-items {
        position: relative
    }

    .step-2 {
        position: relative
    }

    .step-3 {
        position: relative
    }
}

@media (min-width:1200px) {
    .visitors-guide {
        height: 700px
    }

    .map-list {
        display: none
    }

    .map-list-items {
        position: relative
    }

    .step-2 {
        position: relative
    }

    .step-3 {
        position: relative
    }
}

.modal-box {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 6
}

    .modal-box .modal-img {
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 50px;
        background-color: #eee
    }

        .modal-box .modal-img img {
            width: auto;
            height: 100%
        }

        .modal-box .modal-img .close {
            display: inline-block;
            position: absolute;
            background-color: #001a30;
            padding: 10px 15px;
            top: 10px;
            right: 10px;
            cursor: pointer
        }

            .modal-box .modal-img .close span {
                color: #fff
            }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6999;
    background-color: rgba(101, 101, 101, .25);
    overflow: hidden;
    display: none
}

    .modal.fade {
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
        opacity: 0
    }

        .modal.fade.in {
            opacity: 1
        }

    .modal .modal-dialog {
        width: auto;
        margin: 10px;
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

@media screen and (min-width:768px) {
    .modal .modal-dialog {
        width: 680px;
        margin: 30px auto
    }
}

.modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(16, 16, 16, .5);
    box-shadow: 0 3px 9px rgba(16, 16, 16, .5);
    padding: 15px 35px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5
}

@media screen and (max-width:991px) {
    .modal .modal-dialog .modal-content {
        padding: 15px 15px
    }
}

.modal .modal-dialog .modal-content .modal-header .modal-header__close {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 2rem;
    border: none !important;
    background-color: #242424;
    color: #fefefe;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-box-shadow: 0 0 10px rgba(16, 16, 16, .5);
    box-shadow: 0 0 10px rgba(16, 16, 16, .5);
    border-radius: 100px
}

@media screen and (max-width:991px) {
    .modal .modal-dialog .modal-content .modal-header .modal-header__close {
        top: -5px;
        right: -5px
    }
}

.modal .modal-dialog .modal-content .modal-header .modal-header__close:hover {
    color: #bebebe !important
}

.modal .modal-dialog .modal-content .modal-header h2 {
    margin: 15px 0 25px;
    font-size: 6rem;
    font-weight: 700
}

.modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 4.5rem;
    margin: 15px 0 25px;
    font-weight: 700
}

.modal .modal-dialog .modal-content .modal-body {
    margin-bottom: 35px
}

    .modal .modal-dialog .modal-content .modal-body p {
        font-size: 1.75rem
    }

.modal .modal-dialog .modal-content .modal-footer .modal-footer__links {
    margin-bottom: 35px
}

.modal .modal-dialog .modal-content .modal-footer .modal-footer-offers {
    margin-bottom: 10px;
    padding: 10px;
    border-style: solid;
    border-width: 3px;
    border-color: #e5e5e5;
    border-radius: 3px
}

    .modal .modal-dialog .modal-content .modal-footer .modal-footer-offers:last-of-type {
        margin-bottom: 0
    }

.modal .modal-dialog .modal-content .modal-footer .modal-footer-offers__img {
    text-align: center
}

    .modal .modal-dialog .modal-content .modal-footer .modal-footer-offers__img img {
        max-width: 100%;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .15)
    }

.modal .modal-dialog .modal-content .modal-footer .box-modal-offers__text p {
    font-size: 1.75rem
}

.cc_container .modal .modal-dialog .modal-content .modal-footer .box-modal-offers__text .cc_btn_accept_all,
.modal .modal-dialog .modal-content .modal-footer .box-modal-offers__text .button,
.modal .modal-dialog .modal-content .modal-footer .box-modal-offers__text .cc_container .cc_btn_accept_all {
    text-transform: capitalize;
    font-size: 1.75rem
}

.newsletter {
    background: rgba(0, 26, 48, .5);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    background-position: bottom;
    background-size: cover;
    margin-top: 23px
}

    .newsletter .newsletter-copy {
        padding-top: 20px;
        padding-bottom: 5px;
        font-weight: 900;
        font-size: 40px;
        color: #fff
    }

    .newsletter .newsletter-sub-copy {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #fff
    }

    .newsletter .newsletter-form {
        padding-bottom: 10px
    }

        .newsletter .newsletter-form form {
            margin-top: 15px
        }

            .newsletter .newsletter-form form input[type=email] {
                border: 0;
                font-size: 12px;
                width: 80%;
                height: 45px;
                padding-left: 10px;
                float: left;
                color: #222;
                background-color: #fff;
                border-radius: 5px;
                margin-right: 30px;
                max-width: 568px;
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .newsletter .newsletter-form form input[type=submit] {
                border: 0;
                padding: 0 30px;
                height: 45px;
                background-color: #db0740;
                max-width: 136px;
                font-weight: 500;
                font-size: 20px;
                text-align: center;
                color: #fff;
                border-radius: 5px
            }

.legal-copy {
    color: #222;
    margin-top: 20px;
    text-transform: none;
    font-size: 12px
}

    .legal-copy p,
    .legal-copy p a {
        font-weight: 500;
        font-size: 12px;
        line-height: 24px;
        text-align: left;
        color: #fff
    }

        .legal-copy p a,
        .legal-copy p a a {
            
        }

@media (min-width:768px) {
    .newsletter.organiser {
        font-size: 24px;
        background-color: #001a30;
        background-image: url(../../../TheNEC.Websiteimg-wow.png)
    }

        .newsletter.organiser form input[type=text] {
            color: #001a30;
            font-size: 18px
        }
}

.panel-header {
    min-height: 40px;
    background-color: #001a30;
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    position: relative;
    border-radius: 5px 5px 0 0
}

    .panel-header span {
        padding-left: 27px;
        font-weight: 500;
        font-size: 22px;
        text-align: left;
        color: #fff;
        display: inline-block
    }

    .panel-header .col-sm-7 span {
        padding-left: 0
    }

    .panel-header .fa {
        padding-left: 0;
        position: relative;
        font-size: 14px;
        top: 0
    }

    .panel-header .triangle {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 0 20px;
        border-color: #222 transparent transparent transparent;
        position: absolute;
        left: 30px;
        top: 37px;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: none
    }

.upcoming-events-slide-image-new {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #7c7c7c
}

.upcoming-events-slider {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff
}

.upcoming-events-slider_top {
    padding: 0;
    margin-bottom: 12px
}

    .upcoming-events-slider_top .slick-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 24px;
        margin: 0 0 0 22px
    }

        .upcoming-events-slider_top .slick-arrow:hover {
            background-color: #fff !important
        }

            .upcoming-events-slider_top .slick-arrow:hover i,
            .upcoming-events-slider_top .slick-arrow:hover svg {
                color: #001a30
            }

.upcoming-events-slider_bottom {
    margin: 0 !important
}

.upcoming-events-slider_header {
    height: 83px
}

.upcoming-events-slider_title {
    height: 83px;
    padding: 29px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    color: #fff
}

.upcoming-events-slider_see-all-btn {
    background-color: #db0740;
    border-radius: 5px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 1
}

.upcoming-events-slider_see-all-btn_outer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upcoming-events-slider_see-all-btn::before {
    display: none
}

.upcoming-events-slider_image image {
    border-radius: 5px;
    background-color: #7c7c7c;
    margin-bottom: 12px
}

.upcoming-events-slider .whatson-item-desktop {
    border: none !important
}

.upcoming-events-slider_description {
    padding-top: 10px
}

.upcoming-events-slider_description_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #161616;
    line-height: 1;
    margin: 5px 0 5px 0
}

.upcoming-events-slider_description_today {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #161616;
    line-height: 1;
    margin: 5px 0 5px 0
}

.upcoming-events-slider_description_name {
    font-weight: 900;
    font-size: 16px;
    text-align: left;
    color: #db0740;
    line-height: 1;
    margin: 5px 0 5px 0
}

.upcoming-events-slider_description_info {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616;
    line-height: 1;
    margin: 5px 0 5px 0
}

.cc_container .cta-adj .cc_btn_accept_all,
.cta-adj .button,
.cta-adj .cc_container .cc_btn_accept_all {
    margin: 10px 20px 10px 0
}

.gh-pan-img {
    padding-top: 57%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%
}

.gh-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%
}

@media (max-width:767px) {
    .gh-input-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px
    }
}

.gh-field-outer {
    max-width: 230px;
    width: 100%
}

    .gh-field-outer label {
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #161616;
        margin: 0
    }

    .gh-field-outer input {
        border: 1px solid #db0740;
        border-radius: 5px;
        padding: 12px 23px;
        width: 100%;
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #7c7c7c
    }

@media (min-width:767px) {
    .desktop-50 {
        width: 50%
    }
}

.small-panel-copy .col-sm-6.col-xs-12,
.small-panel-copy .col-sm-6.publish-cta__btn-wrap,
.small-panel-copy .col-sm-6.publish-icons__list-item {
    padding: 0
}

.small-panel {
    min-height: 90px;
    position: relative
}

    .small-panel h4 {
        text-transform: uppercase;
        font-weight: 800
    }

    .small-panel p {
        font-size: 18px;
        color: #222
    }

    .small-panel .small-panel-copy {
        position: relative;
        height: 100%;
        padding: 25px 27px
    }

        .small-panel .small-panel-copy p {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: left;
            color: #161616
        }

        .small-panel .small-panel-copy a:before {
            display: none
        }

        .cc_container .small-panel .small-panel-copy .cc_btn_accept_all,
        .small-panel .small-panel-copy .btn,
        .small-panel .small-panel-copy .button,
        .small-panel .small-panel-copy .cc_container .cc_btn_accept_all {
            margin-top: 20px
        }

    .small-panel .small-panel-image {
        height: 200px;
        margin: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

        .small-panel .small-panel-image a {
            position: absolute;
            left: 30px;
            bottom: 15px;
            padding: 16px 32px;
            border-radius: 5px;
            background-color: #db0740;
            font-weight: 500;
            font-size: 20px;
            color: #fff;
            text-transform: none;
            line-height: 1
        }

            .small-panel .small-panel-image a::before {
                display: none
            }

        .small-panel .small-panel-image .small-panel-image-copy {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            padding: 20px 15px;
            background-color: rgba(0, 0, 0, .6);
            color: #fff;
            font-size: 18px
        }

            .small-panel .small-panel-image .small-panel-image-copy p {
                color: #fff
            }

    .small-panel.light-gold {
        background-color: #8e877d
    }

    .small-panel.dark-gold {
        background-color: #9d7b60
    }

        .small-panel.dark-gold p {
            color: #fefefe
        }

.margin-margin {
    margin-top: 50px
}

.panel-cta {
    height: 240px;
    border: 1px solid transparent
}

    .panel-cta .small-panel-copy p {
        padding: 15px 0
    }

    .panel-cta.nec {
        border: 1px solid #db0740;
        background: 0 0;
        color: #db0740
    }

.small-panel.nec {
    color: #db0740;
    background-color: #db0740
}

    .small-panel.nec .icon-cta h4 {
        color: #fff
    }

    .small-panel.nec .icon-cta span {
        color: #fff
    }

.panel-cta.exhibitors {
    border: 1px solid #7ab800;
    background: 0 0;
    color: #7ab800
}

.small-panel.exhibitors {
    color: #7ab800
}

    .small-panel.exhibitors .icon-cta h4 {
        color: #7ab800
    }

    .small-panel.exhibitors .icon-cta span {
        color: #7ab800
    }

.panel-cta.organisers {
    border: 1px solid #001a30;
    background: 0 0;
    color: #001a30
}

.small-panel.organisers {
    color: #001a30
}

    .small-panel.organisers .icon-cta h4 {
        color: #001a30
    }

    .small-panel.organisers .icon-cta span {
        color: #001a30
    }

.small-panel.visitors {
    background-color: #fff;
    overflow: hidden
}

    .small-panel.visitors .icon-cta h4 {
        color: #ff6319 !important
    }

    .small-panel.visitors .icon-cta span {
        color: #ff6319 !important
    }

.panel-cta.visitors {
    border: 1px solid #ff6319;
    background: 0 0;
    color: #ff6319
}

.small-panel.solid-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 240px;
    color: #fff;
    text-transform: uppercase;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px
}

    .small-panel.solid-icon span {
        color: #fff;
        font-size: 86px
    }

    .small-panel.solid-icon h3 {
        padding-bottom: 20px
    }

.panel-with-icon {
    color: #707070;
    position: absolute;
    right: 40px;
    bottom: 0;
    font-size: 3.357rem;
    opacity: .8
}

    .panel-with-icon:not(.show-icon) {
        display: none
    }

.box-panel-outer {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 14px
}

    .box-panel-outer.dark-bg {
        background-color: #041c2c
    }

        .box-panel-outer.dark-bg .panel-header {
            background-image: url(wow-dark-red.png);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat
        }

        .box-panel-outer.dark-bg .small-panel-copy {
            color: #fff
        }

            .box-panel-outer.dark-bg .small-panel-copy * {
                color: #fff
            }

            .box-panel-outer.dark-bg .small-panel-copy ul {
                list-style-type: circle;
                padding-left: 18px
            }

.panel-with-image {
    padding-right: 0;
    overflow: hidden
}

    .panel-with-image .col-sm-6.col-xs-12,
    .panel-with-image .col-sm-6.publish-cta__btn-wrap,
    .panel-with-image .col-sm-6.publish-icons__list-item {
        padding: 0
    }

    .panel-with-image .panel-image {
        position: relative;
        height: 220px;
        padding: 0;
        margin: 0;
        background-position: center;
        background-size: cover
    }

        .panel-with-image .panel-image .panel-image-cta {
            opacity: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            width: 100%;
            height: 100%;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

            .cc_container .panel-with-image .panel-image .panel-image-cta .cc_btn_accept_all,
            .panel-with-image .panel-image .panel-image-cta .button,
            .panel-with-image .panel-image .panel-image-cta .cc_container .cc_btn_accept_all {
                margin-bottom: 16px;
                margin-left: 17px;
                padding: 16px 32px;
                border-radius: 5px;
                background-color: #db0740;
                font-weight: 500;
                font-size: 20px;
                color: #fff
            }

                .cc_container .panel-with-image .panel-image .panel-image-cta .cc_btn_accept_all:before,
                .panel-with-image .panel-image .panel-image-cta .button:before,
                .panel-with-image .panel-image .panel-image-cta .cc_container .cc_btn_accept_all:before {
                    opacity: 1;
                    display: none
                }

    .panel-with-image .small-panel-copy h2 {
        text-align: center
    }

.img-panel-active {
    opacity: 1 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hall-info {
    margin-top: 20%
}

    .hall-info .small-panel-copy {
        padding-bottom: 0 !important
    }

.height-sto {
    height: 100%
}

.box-position-absolute {
    height: 100%;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width:767px) {

    .panel-with-image .col-xs-12,
    .panel-with-image .publish-cta__btn-wrap,
    .panel-with-image .publish-icons__list-item {
        padding: 0 !important
    }

    .panel-cta-container .icon-cta h4 {
        font-size: 14px !important
    }

    .panel-cta-container .icon-cta span {
        font-size: 36px
    }

    .panel-cta-container .solid-icon {
        height: 135px !important
    }
}

.cards-with-link {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cards-with-link_title-section {
    background-color: #041c2c;
    background-image: url(Mesh_Blue.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

    .cards-with-link_title-section svg,
    .cards-with-link_title-section > i {
        color: #fff;
        font-size: 24px
    }

    .cards-with-link_title-section > span {
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        color: #fff;
        margin: 0
    }

.cards-with-link_content-section {
    width: 100%;
    padding: 21px 19px 36px 19px
}

.cards-with-link_content-section_inner {
    width: 100%;
    display: grid;
    gap: 20px 16px;
    grid-template-columns: repeat(5, 1fr)
}

@media (max-width:1200px) {
    .cards-with-link_content-section_inner {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:990px) {
    .cards-with-link_content-section_inner {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:760px) {
    .cards-with-link_content-section_inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:470px) {
    .cards-with-link_content-section_inner {
        grid-template-columns: repeat(1, 1fr)
    }
}

.cards-with-link_content-section_inner .link-card {
    border: 1px solid #0a1b2b;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cards-with-link_content-section_inner .link-card_title {
    width: 100%;
    background-color: #041c2c;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 11px;
    text-align: left;
    color: #fff
}

.cards-with-link_content-section_inner .link-card_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%
}

    .cards-with-link_content-section_inner .link-card_image::after {
        content: "";
        width: 100%;
        display: block;
        padding-top: 52.12%;
        opacity: 0
    }

.cards-with-link_content-section_inner .link-card_copy {
    padding: 7px 8px;
    width: 100%;
    text-wrap: pretty;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #161616
}

.cards-with-link_content-section_inner .link-card_link {
    cursor: pointer;
    padding: 9px 8px;
    margin: auto 0 5px 0
}

.planning-popup-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(16, 16, 16, .25)
}

.planning-popup-modal__dialog {
    width: 600px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-width: 100%
}

.planning-popup-modal__dialog__content {
    position: absolute;
    top: 0;
    background-color: #fefefe;
    padding: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-style: none;
    border-radius: 0 0 10px 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.planning-popup-modal__dialog__content__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 0 0 10px;
    display: inline-block;
    width: 35%;
    padding-top: calc(35% - 46px)
}

@media (max-width:768px) {
    .planning-popup-modal__dialog__content__image {
        display: none
    }
}

.planning-popup-modal__dialog__content__copy {
    padding: 10px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .planning-popup-modal__dialog__content__copy h3 {
        color: #772059;
        font-weight: 900;
        font-size: 20px;
        letter-spacing: -.28px;
        margin-top: 0;
        margin-bottom: 5px
    }

    .planning-popup-modal__dialog__content__copy p {
        color: #000;
        font-weight: 900;
        font-size: 16px;
        text-align: left;
        margin-bottom: 5px;
        max-width: 480px
    }

@media (max-width:991px) {
    .planning-popup-modal__dialog__content__copy p br {
        display: none
    }
}

.planning-popup-modal__dialog__content__copy a {
    border-radius: 9px;
    border: 1px solid #83235f;
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 65%;
    color: #83235f;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .planning-popup-modal__dialog__content__copy a i {
        color: inherit !important;
        font-size: inherit !important
    }

    .planning-popup-modal__dialog__content__copy a:hover {
        background-color: #83235f !important;
        color: #fff !important
    }

    .planning-popup-modal__dialog__content__copy a.full-link {
        background-color: #83235f !important;
        color: #fff !important;
        margin-bottom: 5px
    }

        .planning-popup-modal__dialog__content__copy a.full-link:hover {
            color: #83235f !important;
            background-color: #fff !important
        }

.planning-popup-modal__dialog__content #planning-popup-dismiss {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

    .planning-popup-modal__dialog__content #planning-popup-dismiss i {
        font-size: 23px;
        color: #000
    }

    .planning-popup-modal__dialog__content #planning-popup-dismiss:hover i {
        color: #83235f !important
    }

.quick-links {
    position: relative
}

    .quick-links .quick-categories .quick-header {
        height: 45px;
        background-color: #222;
        color: #fff;
        font-size: 18px;
        line-height: 41px;
        z-index: 1;
        border-radius: 0;
        text-transform: uppercase
    }

    .quick-links .quick-categories .quick-triangle {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 0 20px;
        border-color: #222 transparent transparent transparent;
        position: absolute;
        left: 30px;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .quick-links .quick-categories ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 95px
    }

        .quick-links .quick-categories ul .quick-category {
            height: 50px;
            display: inline-block;
            background-color: #eee;
            font-size: 12px;
            text-align: center;
            line-height: 50px;
            border-right: 1px solid #fff;
            font-weight: 800;
            list-style: none;
            color: #222
        }

    .quick-links .quick-categories .quick-category-item {
        height: auto;
        width: 100%;
        position: absolute;
        left: -101vw;
        color: #222
    }

        .quick-links .quick-categories .quick-category-item .quick-category-item-inner {
            height: 55px;
            line-height: 55px;
            font-weight: 900;
            background-color: rgba(238, 238, 238, .5);
            margin-top: 5px;
            color: #db0740
        }

            .quick-links .quick-categories .quick-category-item .quick-category-item-inner .quick-icon {
                padding-top: 5px
            }

                .quick-links .quick-categories .quick-category-item .quick-category-item-inner .quick-icon span {
                    padding: 20px;
                    float: left;
                    color: #db0740
                }

.visitors.quick-active {
    background-color: #ff6319 !important;
    color: #fff !important;
    font-weight: 900
}

.organisers.quick-active {
    background-color: #001a30 !important;
    color: #fff !important;
    font-weight: 900
}

.exhibitors.quick-active {
    background-color: #7ab800 !important;
    color: #fff !important;
    font-weight: 900
}

@media (max-width:767px) {
    .visitors-quick-category.quick-active {
        left: 0 !important;
        position: relative !important;
        min-height: 181px !important
    }

    .exhibitors-quick-category.quick-active {
        left: 0 !important;
        position: relative !important;
        min-height: 181px !important
    }

    .organisers-quick-category.quick-active {
        left: 0 !important;
        position: relative !important;
        min-height: 90px !important
    }
}

@media (min-width:768px) {
    .visitors-quick-category.quick-active {
        left: 0 !important;
        position: relative !important;
        min-height: 91px !important
    }

    .exhibitors-quick-category.quick-active {
        left: 0 !important;
        position: relative !important;
        min-height: 91px !important
    }

    .organisers-quick-category.quick-active {
        left: 0 !important;
        position: relative !important;
        min-height: 91px !important
    }
}

#signup-modal {
    height: 100%
}

    #signup-modal .modal-dialog {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog {
        margin: 20px 10px 0 10px
    }
}

@media screen and (min-width:992px) {
    #signup-modal .modal-dialog {
        width: 752px;
        margin-top: 30px
    }
}

#signup-modal .modal-dialog .modal-content {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border: none !important
}

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#signup-modal .modal-dialog .modal-content .modal-half {
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 33px 27px
}

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content .modal-half {
        width: 100%;
        padding: 15px
    }
}

#signup-modal .modal-dialog .modal-content .big-modal-icon {
    color: #fff;
    font-size: 40px;
    margin: 0 0 10px 0
}

#signup-modal .modal-dialog .modal-content h4 {
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    color: #db0740;
    margin: 0 0 18px 0
}

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content h4 {
        font-size: 8vw;
        margin-bottom: 8px
    }
}

#signup-modal .modal-dialog .modal-content .caption {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin: 0 0 18px 0
}

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content .caption {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 8px
    }
}

#signup-modal .modal-dialog .modal-content .modal-secondary-logo {
    margin-top: auto
}

#signup-modal .modal-dialog .modal-content .modal-header .modal-header__close {
    position: absolute;
    background: 0 0;
    cursor: pointer;
    top: 6px;
    right: 6px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    #signup-modal .modal-dialog .modal-content .modal-header .modal-header__close .modal-close-text {
        display: none;
        text-decoration: underline
    }

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content .modal-header .modal-header__close {
        top: 15px;
        right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

        #signup-modal .modal-dialog .modal-content .modal-header .modal-header__close .modal-close-text {
            display: block
        }
}

#signup-modal .modal-dialog .modal-content .modal-header .modal-header__close i {
    color: #001a30;
    font-size: 20px
}

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content .modal-header .modal-header__close i {
        color: #fff;
        font-size: 30px
    }
}

#signup-modal .modal-dialog .modal-content .modal-body {
    margin-bottom: 90px;
    width: 100%
}

@media screen and (min-width:991px) {
    #signup-modal .modal-dialog .modal-content .modal-body {
        margin-top: 60px
    }
}

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content .modal-body {
        margin-bottom: 15px
    }
}

#signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap {
    position: relative
}

    #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input {
        border: none;
        line-height: 45px;
        height: 45px;
        padding-left: 25px;
        width: 100%;
        color: #242424
    }

        #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.form__input--error {
            -webkit-box-shadow: inset 0 0 0 3px rgba(221, 24, 24, .75);
            box-shadow: inset 0 0 0 3px rgba(221, 24, 24, .75)
        }

        #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.email__input {
            border: 1px solid #7c7c7c;
            border-radius: 5px;
            font-family: "Work Sans";
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616;
            padding: 17px 23px;
            width: 100%
        }

            #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.email__input::-webkit-input-placeholder {
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.email__input::-moz-placeholder {
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.email__input:-ms-input-placeholder {
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.email__input::-ms-input-placeholder {
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__input.email__input::placeholder {
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

    #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .g-recaptcha {
        opacity: 0;
        position: absolute;
        pointer-events: none
    }

    #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .modal-body__close {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        background-color: transparent;
        color: #242424 !important;
        border: none;
        padding: 15px 15px;
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease;
        line-height: 20px;
        border: none;
        font-size: 14px
    }

        #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .modal-body__close:hover {
            color: #cc4100 !important
        }

@media screen and (max-width:991px) {
    #signup-modal .modal-dialog .modal-content .modal-body .form .form__input-wrap .form__submit {
        font-size: 16px;
        padding: 10px 30px;
        margin: 0
    }
}

#signup-modal .modal-dialog .modal-content .modal-footer {
    margin-top: auto;
    width: 100%
}

    #signup-modal .modal-dialog .modal-content .modal-footer .legal-copy {
        margin: 0;
        width: 100%
    }

        #signup-modal .modal-dialog .modal-content .modal-footer .legal-copy p {
            font-family: "Work Sans";
            font-weight: 500;
            font-size: 12px;
            line-height: 14px;
            text-align: left;
            color: #001a30;
            width: 100%;
            margin: 0
        }

            #signup-modal .modal-dialog .modal-content .modal-footer .legal-copy p a {
                color: #001a30 !important;
                
            }

header {
    background-color: #db0740
}

@media (max-width:767px) {
    header {
        height: 56px
    }
}

@media (min-width:768px) {
    header {
        height: 56px
    }
}

@media (min-width:992px) {
    header {
        height: 55px
    }
}

@media (min-width:1200px) {
    header {
        height: 55px
    }
}

#top-bar {
    background-color: #333;
    height: 35px;
    position: relative;
    z-index: 7
}

    #top-bar .search-bar .search {
        cursor: pointer;
        height: 35px;
        display: inline-block;
        float: right;
        color: #fff;
        line-height: 35px;
        padding: 0 20px;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 0
    }

        #top-bar .search-bar .search .search-icon {
            color: #fff;
            padding-right: 5px;
            right: 5px;
            position: relative;
            top: -3px
        }

        #top-bar .search-bar .search .search-copy {
            position: relative;
            top: -1px
        }

.search-main-nav {
    position: absolute;
    height: 55px !important;
    right: -200px;
    opacity: 0;
    -webkit-transition: opacity .4s linear, top .4s ease-out;
    -o-transition: opacity .4s linear, top .4s ease-out;
    transition: opacity .4s linear, top .4s ease-out
}

    .search-main-nav .search-icon {
        padding-right: 10px
    }

.top-nav {
    background-color: #001a30;
    z-index: 1001;
    width: 100%
}

.top-nav__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    min-height: 35px
}

.top-nav__container {
    max-width: 1420px
}

.top-nav__item:last-of-type .top-nav__link {
    margin-right: 0;
    padding-right: 0
}

.top-nav__link {
    padding: 0 20px;
    margin: 0 5px;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    border: none;
    font-family: "Work Sans", inherit;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

    .top-nav__link:hover {
        color: #db0740 !important
    }

    .top-nav__link:focus {
        color: rgba(219, 7, 64, .8)
    }

@media (max-width:767px) {
    .top-nav {
        display: none
    }
}

#search-overlay {
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 26, 48, .9)
}

    #search-overlay .search-results-wrap {
        width: 1136px;
        margin: 0 auto
    }

@media screen and (max-width:991px) {
    #search-overlay .search-results-wrap {
        width: 100%
    }
}

#search-overlay .site-search-form {
    margin-top: 10em
}

@media screen and (max-width:991px) {
    #search-overlay .site-search-form {
        margin-top: 5em
    }
}

#search-overlay .site-search-form form {
    border-radius: 8px;
    overflow: hidden
}

#search-overlay .site-search-form .input-wrap {
    position: relative;
    z-index: 5;
    background-color: #fefefe
}

    #search-overlay .site-search-form .input-wrap.input-filled label {
        left: -100px
    }

    #search-overlay .site-search-form .input-wrap label {
        position: absolute;
        line-height: 107px;
        left: 36px;
        top: 0;
        color: #aaa;
        font-size: 2rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: -1;
        -webkit-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
        font-weight: 600
    }

    #search-overlay .site-search-form .input-wrap input {
        background-color: transparent;
        display: block;
        width: 100%;
        height: 107px;
        padding: 10px 0 10px 36px;
        outline: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        border: 0;
        color: #aaa;
        font-size: 2rem;
        font-weight: 600
    }

        #search-overlay .site-search-form .input-wrap input:focus,
        #search-overlay .site-search-form .input-wrap input:hover {
            border-color: #aa0532
        }

            #search-overlay .site-search-form .input-wrap input:focus ~ label {
                left: -100px
            }

    #search-overlay .site-search-form .input-wrap .input-addon {
        position: absolute;
        background-color: #db0740;
        right: 0;
        top: 0;
        line-height: 107px;
        height: 107px;
        width: 80px;
        color: #fefefe;
        text-align: center;
        font-size: 30px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

        #search-overlay .site-search-form .input-wrap .input-addon:hover {
            cursor: pointer;
            background-color: #aa0532
        }

@media screen and (max-width:991px) {

    #search-overlay .site-search-form .input-wrap .input-addon,
    #search-overlay .site-search-form .input-wrap input,
    #search-overlay .site-search-form .input-wrap label {
        height: 45px;
        line-height: 45px
    }

    #search-overlay .site-search-form .input-wrap.input-filled label {
        top: -35px;
        left: 0
    }

    #search-overlay .site-search-form .input-wrap input {
        padding-left: 10px;
        border-width: 2px
    }

        #search-overlay .site-search-form .input-wrap input:focus ~ label {
            left: 0;
            top: -35px
        }

    #search-overlay .site-search-form .input-wrap label {
        font-size: 1rem;
        left: 10px
    }

    #search-overlay .site-search-form .input-wrap .input-addon {
        width: 45px;
        height: 45px
    }
}

.site-search {
    margin: 0 21px
}

    .site-search .site-search__list {
        border-top: 0;
        border-right: 1px solid #fff;
        
        border-left: 1px solid #fff;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
        background-color: #001a30;
        padding: 30px 75px;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        opacity: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

@media screen and (max-width:991px) {
    .site-search .site-search__list {
        padding: 20px
    }
}

.site-search .site-search__list h2 {
    font-size: 2.75rem;
    color: #fefefe;
    margin: 0;
    position: relative;
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    color: #eaeaea;
    padding: 0;
    margin: 0 0 17px 0
}

@media screen and (max-width:991px) {
    .site-search .site-search__list h2 {
        font-size: 1.75rem
    }
}

.site-search .site-search__list .events-list .events-list__results {
    padding: 0 0 17px 0
}

    .site-search .site-search__list .events-list .events-list__results a {
        font-weight: 900;
        font-size: 20px;
        color: #db0740;
        text-transform: uppercase;
        
    }

@media screen and (max-width:991px) {
    .site-search .site-search__list .events-list .events-list__results a {
        font-size: 1.25rem
    }
}

.site-search .site-search__list .events-list .events-list__results a:focus,
.site-search .site-search__list .events-list .events-list__results a:hover {
    border-color: #db0740
}

.site-search .site-search__list .search-list .hor-rule {
    margin: 13px 0 30px 0;
    width: 100%;
    
}

.site-search .site-search__list .search-list h2 {
    background-color: #db0740
}

.site-search .site-search__list .search-list .search-list__results {
    padding: 0 0 17px 0;
    border: 0
}

    .site-search .site-search__list .search-list .search-list__results a {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        
    }

@media screen and (max-width:991px) {
    .site-search .site-search__list .search-list .search-list__results a {
        font-size: 1.25rem
    }
}

.menu {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

    .menu .mobile-menu {
        background-color: rgba(0, 26, 48, .1);
        height: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer
    }

        .menu .mobile-menu .hamburger-icon {
            color: #fff
        }

    .menu .mobile-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 55px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 16.6666666667vw
    }

        .menu .mobile-logo a {
            
        }

        .menu .mobile-logo .nav-search {
            padding: 12px
        }

            .menu .mobile-logo .nav-search i,
            .menu .mobile-logo .nav-search svg {
                font-size: 24px;
                color: #fff
            }

.mobile-menu-slide {
    min-height: 102vh;
    max-height: auto;
    width: 80vw;
    background-color: #161616;
    position: absolute;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1000000000000000000
}

.go-to-left {
    left: -81vw
}

.go-to-right {
    left: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 5px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 1px 10px rgba(0, 0, 0, .2)
}

.menu-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobileMenuAfterSlide {
    width: 20vw;
    margin-left: 80vw
}

.menu-category-container {
    height: 55px;
    overflow: hidden;
    
}

    .menu-category-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        display: table
    }

        .menu-category-container ul li {
            display: table-cell;
            text-align: center;
            height: 55px;
            vertical-align: middle;
            color: #fff;
            position: relative
        }

    .menu-category-container .menu-category {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-weight: 700;
        cursor: pointer;
        background-color: #001a30;
        border-left: 2px solid #fff
    }

        .menu-category-container .menu-category:first-child {
            border: 0
        }

        .menu-category-container .menu-category.menu-category-active {
            background-color: #db0740
        }

        .menu-category-container .menu-category:after {
            content: "";
            position: absolute;
            height: 55px;
            width: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background-color: #001a30;
            display: none
        }

    .menu-category-container .exhibitors,
    .menu-category-container .organisers,
    .menu-category-container .visitors {
        position: relative;
        z-index: 1
    }

    .menu-category-container .menu-category-active:after {
        height: 5px
    }

.menu-category-items {
    position: relative;
    margin-top: 10px
}

    .menu-category-items .exhibitors-category,
    .menu-category-items .organisers-category,
    .menu-category-items .visitors-category {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        padding: 0;
        margin: 0;
        color: #fff;
        position: absolute;
        width: 100%;
        left: -100.5vw;
        top: 0;
        opacity: 1
    }

        .menu-category-items .exhibitors-category li a,
        .menu-category-items .organisers-category li a,
        .menu-category-items .visitors-category li a {
            display: block;
            padding: 15px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: .3px;
            color: #fff;
            width: 100%;
            position: relative;
            left: 0;
            padding: 20px 0 0 10%;
            text-decoration: none !important;
            
        }

        .menu-category-items .exhibitors-category li i,
        .menu-category-items .exhibitors-category li span,
        .menu-category-items .exhibitors-category li svg,
        .menu-category-items .organisers-category li i,
        .menu-category-items .organisers-category li span,
        .menu-category-items .organisers-category li svg,
        .menu-category-items .visitors-category li i,
        .menu-category-items .visitors-category li span,
        .menu-category-items .visitors-category li svg {
            padding-right: 10px;
            position: relative;
            color: #db0740;
            font-size: 18px
        }

        .menu-category-items .exhibitors-category .expand-mobile-menu,
        .menu-category-items .organisers-category .expand-mobile-menu,
        .menu-category-items .visitors-category .expand-mobile-menu {
            display: block;
            padding: 15px;
            font-weight: 500;
            color: #fff;
            width: 100%;
            position: relative;
            left: 0;
            padding: 13px 0 13px 15px
        }

            .menu-category-items .exhibitors-category .expand-mobile-menu .expand-icon,
            .menu-category-items .organisers-category .expand-mobile-menu .expand-icon,
            .menu-category-items .visitors-category .expand-mobile-menu .expand-icon {
                float: right;
                opacity: .6;
                top: 4px;
                right: 10px
            }

            .menu-category-items .exhibitors-category .expand-mobile-menu ul,
            .menu-category-items .organisers-category .expand-mobile-menu ul,
            .menu-category-items .visitors-category .expand-mobile-menu ul {
                padding: 0;
                left: 0;
                list-style: none;
                margin-top: 15px;
                display: none
            }

                .menu-category-items .exhibitors-category .expand-mobile-menu ul li,
                .menu-category-items .organisers-category .expand-mobile-menu ul li,
                .menu-category-items .visitors-category .expand-mobile-menu ul li {
                    padding-left: 10px;
                    border: 0
                }

                    .menu-category-items .exhibitors-category .expand-mobile-menu ul li a,
                    .menu-category-items .organisers-category .expand-mobile-menu ul li a,
                    .menu-category-items .visitors-category .expand-mobile-menu ul li a {
                        font-weight: 300
                    }

.menu-category-items-active {
    position: relative !important;
    left: 0 !important
}

.mobile-menu-social {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative
}

    .mobile-menu-social ul {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        list-style: none;
        padding: 0;
        margin: 20px 0;
        text-align: center
    }

        .mobile-menu-social ul li {
            display: inline-block;
            padding: 2%
        }

            .mobile-menu-social ul li a {
                border: 0 !important
            }

            .mobile-menu-social ul li .fa {
                color: #fff
            }

@media (max-width:767px) {
    .menu-category-container .menu-category {
        font-size: 11px;
        padding: 0 10px
    }
}

@media (min-width:768px) {
    .mobileMenuAfterSlide {
        width: 10vw;
        margin-left: 40vw
    }

    .mobile-menu-slide {
        width: 40vw
    }
}

.desktop-menu-wrapper {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 55px;
    position: relative
}

    .desktop-menu-wrapper .desktop-nav {
        background-color: #222
    }

        .desktop-menu-wrapper .desktop-nav .desktop-logo {
            position: absolute;
            background-color: #db0740;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 90px;
            top: -35px;
            z-index: 999
        }

            .desktop-menu-wrapper .desktop-nav .desktop-logo img {
                height: auto !important
            }

        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper {
            float: right;
            padding: 0;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

            .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items {
                float: left;
                text-transform: uppercase;
                line-height: 55px;
                height: 55px;
                padding: 0;
                margin: 0
            }

                .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li {
                    -webkit-transition: .3s ease-in-out;
                    -o-transition: .3s ease-in-out;
                    transition: .3s ease-in-out;
                    display: inline-block;
                    float: left;
                    color: #eee;
                    font-size: 14px;
                    position: relative
                }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li:first-child {
                        border-left: 1px solid #333;
                        position: relative
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li a {
                        padding: 0 20px;
                        height: 55px;
                        color: #fff !important;
                        display: block;
                        border-right: 1px solid #333;
                        margin: 0 !important;
                        text-decoration: none !important;
                        
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li div {
                        padding: 0 20px;
                        height: 55px;
                        color: #fff !important;
                        display: block;
                        border-right: 1px solid #333;
                        margin: 0 !important;
                        text-decoration: none !important;
                        
                        cursor: pointer
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li span {
                        padding-left: 10px;
                        z-index: 3
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li .whatson-icon {
                        padding-left: 0;
                        padding-right: 10px;
                        float: left;
                        top: 19px;
                        position: relative
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li .menu-item-inner-container {
                        -webkit-transition: .5s;
                        -o-transition: .5s;
                        transition: .5s;
                        position: absolute;
                        padding: 0;
                        margin: 0;
                        z-index: 9999;
                        top: 35px;
                        right: 0;
                        overflow: hidden;
                        height: 0;
                        min-width: 100px;
                        opacity: 0;
                        border-left: 1px solid #333;
                        border-right: 1px solid #333
                    }

                        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li .menu-item-inner-container .menu-item-inner {
                            border-top: 1px solid #333;
                            padding-left: 5px;
                            width: 250px;
                            background-color: #222;
                            
                            border-right: 0
                        }

                            .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li .menu-item-inner-container .menu-item-inner span {
                                padding-right: 15px;
                                position: relative;
                                -webkit-transition: .3s ease-in-out;
                                -o-transition: .3s ease-in-out;
                                transition: .3s ease-in-out
                            }

                            .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items li .menu-item-inner-container .menu-item-inner a {
                                color: #fff !important;
                                display: inline-block;
                                height: 100%;
                                width: 100%
                            }

                .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item {
                    font-weight: 900
                }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item .expand {
                        overflow: hidden
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item:before {
                        background-color: transparent;
                        border-radius: 2px;
                        content: " ";
                        position: absolute;
                        width: 0;
                        height: 100%;
                        left: 0;
                        top: 0;
                        z-index: -2
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item:after {
                        border-radius: 2px;
                        content: " ";
                        position: absolute;
                        background: #666;
                        bottom: 0;
                        left: 0;
                        width: 0;
                        height: 100%;
                        top: 0;
                        -webkit-transform: rotate(-60deg);
                        -ms-transform: rotate(-60deg);
                        transform: rotate(-60deg);
                        z-index: -1;
                        opacity: 0
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item:hover:after {
                        -webkit-animation: buttonAnimationMenu .3s linear forwards;
                        animation: buttonAnimationMenu .3s linear forwards
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.side-item {
                        font-weight: 300;
                        font-size: 14px;
                        overflow: hidden
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.visitors-h:hover {
                        color: #fff
                    }

                        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.visitors-h:hover .expand span {
                            color: #fff
                        }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.visitors-h:after {
                        background: #ff6319
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.organisers-h:hover {
                        color: #fff
                    }

                        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.organisers-h:hover .expand span {
                            color: #fff
                        }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.organisers-h:after {
                        background: #001a30
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.exhibitors-h:hover {
                        color: #fff
                    }

                        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.exhibitors-h:hover .expand span {
                            color: #fff
                        }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.exhibitors-h:after {
                        background: #7ab800
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.whatson-h:hover {
                        color: #fff
                    }

                        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.whatson-h:hover .expand span {
                            color: #fff
                        }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.whatson-h:after {
                        background: #001a30
                    }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.other-h:hover {
                        color: #fff
                    }

                        .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.other-h:hover .expand {
                            background-image: #666
                        }

                            .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.other-h:hover .expand span {
                                color: #fff
                            }

                    .desktop-menu-wrapper .desktop-nav .desktop-menu-wrapper .desktop-menu-items .main-item.other-h:after {
                        background: #666
                    }

.dekstop-menu-wow {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    float: right;
    height: 55px
}

    .dekstop-menu-wow .whatson-arrow {
        color: #e03b46;
        float: right;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 15px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.menu-item-inner.visitors:hover {
    background-color: #ff6319 !important
}

    .menu-item-inner.visitors:hover span {
        left: 5px;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.menu-item-inner.organisers:hover {
    background-color: #001a30 !important
}

    .menu-item-inner.organisers:hover span {
        left: 5px;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.menu-item-inner.exhibitors:hover {
    background-color: #7ab800 !important
}

    .menu-item-inner.exhibitors:hover span {
        left: 5px;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.menu-item-inner.other:hover {
    background-color: #333 !important
}

    .menu-item-inner.other:hover span {
        left: 5px;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.search-main-nav {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0
}

.active-menu-container {
    top: 55px !important;
    height: auto !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    border-color: #333 !important
}

@-webkit-keyframes buttonAnimationMenu {
    0% {
        width: 0
    }

    50% {
        width: 80%
    }

    100% {
        opacity: 1;
        width: 100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        height: 100%;
        border: 1px solid transparent
    }
}

.ie .desktop-nav {
    background-color: #222
}

    .ie .desktop-nav .desktop-logo {
        position: absolute;
        background-color: #db0740;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 90px;
        top: -35px;
        z-index: 999
    }

        .ie .desktop-nav .desktop-logo img {
            height: 90px !important
        }

.tablet .desktop-menu-wrapper .desktop-menu-items li a {
    padding: 0 10px !important
}

div#sticker-sticky-wrapper {
    height: auto !important
}

.is-sticky header .desktop-nav-menu nav > ul > li > a {
    padding: 10px 25px
}

.is-sticky header .desktop-nav-menu .logo-section img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

header {
    background-color: #db0740;
    z-index: 9999;
    position: relative;
    height: auto
}

    header .desktop-nav-menu {
        max-width: 1190px;
        width: 100%;
        height: inherit;
        padding: 0 10px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        header .desktop-nav-menu .logo-section {
            margin-right: auto;
            padding: 10px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            border: 0;
            cursor: pointer
        }

            header .desktop-nav-menu .logo-section img {
                max-height: 36px;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                transform: scale(1.5);
                -webkit-transform-origin: left;
                -ms-transform-origin: left;
                transform-origin: left
            }

        header .desktop-nav-menu .notification-zone {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            header .desktop-nav-menu .notification-zone .notification-button {
                background-color: #fff;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
                height: 40px;
                width: 40px;
                margin: auto 0;
                cursor: pointer;
                position: relative
            }

                header .desktop-nav-menu .notification-zone .notification-button i,
                header .desktop-nav-menu .notification-zone .notification-button svg {
                    color: #041c2c;
                    font-size: 22px;
                    pointer-events: none
                }

                header .desktop-nav-menu .notification-zone .notification-button .noti-dot {
                    position: absolute;
                    top: 9px;
                    right: 9px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border-radius: 50%;
                    height: 10px;
                    width: 10px;
                    background: #fff;
                    -webkit-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                    pointer-events: none
                }

                    header .desktop-nav-menu .notification-zone .notification-button .noti-dot::before {
                        content: "";
                        height: 8px;
                        width: 8px;
                        border-radius: 50%;
                        background-color: #e40046;
                        -webkit-box-shadow: 0 0 0 0 #e40046;
                        box-shadow: 0 0 0 0 #e40046;
                        -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                        -webkit-animation: pulse 2s infinite;
                        animation: pulse 2s infinite
                    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 70, .7);
        box-shadow: 0 0 0 0 rgba(228, 0, 70, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(228, 0, 70, 0);
        box-shadow: 0 0 0 10px rgba(228, 0, 70, 0)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 70, 0);
        box-shadow: 0 0 0 0 rgba(228, 0, 70, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 70, .7);
        box-shadow: 0 0 0 0 rgba(228, 0, 70, .7)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(228, 0, 70, 0);
        box-shadow: 0 0 0 10px rgba(228, 0, 70, 0)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 70, 0);
        box-shadow: 0 0 0 0 rgba(228, 0, 70, 0)
    }
}

@-webkit-keyframes shake {

    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {

    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

header .desktop-nav-menu .notification-zone .notification-popup {
    position: absolute;
    background-color: #fff;
    width: 478px;
    margin: 5px;
    border-radius: 5px;
    top: calc(100% - 10px);
    left: -32px;
    z-index: 10;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-box-shadow: inset 0 0 2000px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 2000px rgba(0, 0, 0, .5);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    pointer-events: none
}

    header .desktop-nav-menu .notification-zone .notification-popup .title {
        font-family: "Work Sans";
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        color: #041c2c;
        padding: 15px 19px
    }

    header .desktop-nav-menu .notification-zone .notification-popup .body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        header .desktop-nav-menu .notification-zone .notification-popup .body .tabs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
            justify-content: stretch;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            width: 100%;
            position: relative
        }

            header .desktop-nav-menu .notification-zone .notification-popup .body .tabs .tab {
                width: 100%;
                padding: 14px 0 14px 21px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 14px;
                font-family: "Work Sans";
                font-weight: 600;
                font-size: 22px;
                text-align: left;
                color: #7c7c7c
            }

                header .desktop-nav-menu .notification-zone .notification-popup .body .tabs .tab i,
                header .desktop-nav-menu .notification-zone .notification-popup .body .tabs .tab svg {
                    font-size: 20px;
                    color: inherit
                }

                header .desktop-nav-menu .notification-zone .notification-popup .body .tabs .tab.selected {
                    color: #041c2c;
                    pointer-events: none
                }

            header .desktop-nav-menu .notification-zone .notification-popup .body .tabs .slider-bar {
                position: absolute;
                width: 50%;
                bottom: 0;
                left: 0;
                
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0)
            }

        header .desktop-nav-menu .notification-zone .notification-popup .body .sections {
            border-top: 3px solid #eaeaea;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
            gap: 0 0;
            grid-template-areas: "section"
        }

            header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section {
                -webkit-transition: .2s ease-in-out all;
                -o-transition: .2s ease-in-out all;
                transition: .2s ease-in-out all;
                grid-area: section;
                -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                transform: translateX(100%)
            }

                header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section.selected {
                    -webkit-transform: translateX(0);
                    -ms-transform: translateX(0);
                    transform: translateX(0)
                }

                header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 20px;
                    padding: 14px 19px;
                    cursor: pointer;
                    
                    width: 100%;
                    font-family: "Work Sans";
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 16px;
                    text-align: left;
                    color: #041c2c
                }

                    header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification i,
                    header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification svg {
                        height: 34px;
                        width: 34px;
                        min-width: 34px;
                        border-radius: 50%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font-size: 16px;
                        color: #001a30;
                        border: 1px solid #001a30
                    }

                        header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification i.red,
                        header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification svg.red {
                            background-color: #e40046;
                            border-color: #e40046;
                            color: #fff
                        }

                        header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification i.blue,
                        header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .notification svg.blue {
                            background-color: #041c2c;
                            border-color: #041c2c;
                            color: #fff
                        }

                header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .marketing-box {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 17px;
                    padding: 15px 19px
                }

                    header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .marketing-box a {
                        border: 0
                    }

                    header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .marketing-box > * {
                        width: 100%;
                        border-radius: 5px;
                        overflow: hidden
                    }

                        header .desktop-nav-menu .notification-zone .notification-popup .body .sections .section .marketing-box > * img {
                            width: 100%
                        }

header .desktop-nav-menu .notification-zone.alert .notification-button {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) 2;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

header .desktop-nav-menu .notification-zone.alert .noti-dot {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

header .desktop-nav-menu .notification-zone.open .notification-popup {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -webkit-filter: blur(0);
    filter: blur(0);
    pointer-events: all
}

header .desktop-nav-menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: none;
    box-shadow: none
}

    header .desktop-nav-menu nav > ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0;
        padding: 0
    }

        header .desktop-nav-menu nav > ul > li {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            header .desktop-nav-menu nav > ul > li > a {
                text-decoration: none;
                border: 0;
                font-weight: 600;
                font-size: 18px;
                padding: 30px 25px;
                color: #fff;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center;
                gap: 13px;
                -webkit-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out
            }

                header .desktop-nav-menu nav > ul > li > a:hover {
                    background-color: #001a30;
                    color: #fff !important
                }

                    header .desktop-nav-menu nav > ul > li > a:hover::after {
                        color: #fff !important
                    }

                header .desktop-nav-menu nav > ul > li > a:focus {
                    color: #fff !important
                }

            header .desktop-nav-menu nav > ul > li.drops > a::after {
                content: "\f0dd";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                font-size: 18px;
                color: #001a30;
                -webkit-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
                margin-top: -4px
            }

            header .desktop-nav-menu nav > ul > li.selected > ul,
            header .desktop-nav-menu nav > ul > li:focus-within > ul {
                opacity: 1;
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                pointer-events: all
            }

            header .desktop-nav-menu nav > ul > li > ul {
                position: absolute;
                top: 100%;
                left: 0;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                max-width: 333px;
                list-style-type: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                background-color: #c10739;
                border-radius: 0 0 8px 8px;
                margin: 0;
                padding: 0;
                -webkit-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
                transition: all .1s ease-in-out;
                opacity: 0;
                -webkit-transform: translateX(-10%);
                -ms-transform: translateX(-10%);
                transform: translateX(-10%);
                pointer-events: none;
                -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
                box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
            }

                header .desktop-nav-menu nav > ul > li > ul > li > a {
                    text-decoration: none;
                    border: 0;
                    font-weight: 600;
                    font-size: 18px;
                    color: #fff;
                    padding: 10px 30px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-transition: all .1s ease-in-out;
                    -o-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out
                }

                    header .desktop-nav-menu nav > ul > li > ul > li > a i,
                    header .desktop-nav-menu nav > ul > li > ul > li > a svg {
                        min-width: 22px;
                        margin-right: 21px;
                        font-size: 20px;
                        color: #fff
                    }

                    header .desktop-nav-menu nav > ul > li > ul > li > a:hover {
                        background-color: #001a30;
                        color: #fff !important
                    }

                    header .desktop-nav-menu nav > ul > li > ul > li > a:focus {
                        color: #fff !important
                    }

header .desktop-nav-menu .nav-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 25px
}

    header .desktop-nav-menu .nav-search:hover {
        background-color: #001a30
    }

    header .desktop-nav-menu .nav-search i,
    header .desktop-nav-menu .nav-search svg {
        font-size: 24px;
        color: #fff
    }

.is-sticky .mobile-menu-slide {
    top: 0
}

.is-sticky nav {
    -webkit-box-shadow: 5px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 1px 10px rgba(0, 0, 0, .2)
}

.is-sticky .desktop-logo {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px !important;
    top: 0 !important
}

.is-sticky .search-main-nav {
    position: relative !important;
    opacity: 1;
    right: 0
}

.ie .is-sticky .desktop-nav .desktop-logo img {
    height: auto !important
}

.fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial
}

.nec-hero-slider {
    margin: 0 !important;
    overflow: hidden
}

    .nec-hero-slider .slick-track .slick-slide {
        position: relative;
        max-height: 501px
    }

@media (max-width:767px) {
    .nec-hero-slider .slick-track .slick-slide {
        min-height: 55vh
    }
}

.nec-hero-slider .slick-track .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #222;
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(50%, #333), to(#222));
    background: -o-linear-gradient(left, #222 0, #333 50%, #222 100%);
    background: linear-gradient(90deg, #222 0, #333 50%, #222 100%);
    max-height: 501px;
    padding-top: 42.672%
}

    .nec-hero-slider .slick-track .slick-slide > div .hero-image {
        max-width: 1535px;
        max-height: 501px;
        background-position: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-size: cover;
        height: auto !important
    }

.slider {
    margin: 0 !important;
    overflow: hidden
}

    .slider .hero-image {
        width: 100vw;
        height: 55vh !important;
        background-position: center;
        background-size: cover
    }

    .slider .slider-copy {
        position: absolute;
        bottom: 10px;
        color: #fff;
        min-width: 30%
    }

        .slider .slider-copy .slider-copy-info {
            background-color: rgba(0, 26, 48, .9);
            position: relative;
            left: 15px;
            bottom: 15px;
            border-radius: 2px;
            padding: 50px 100px 50px 50px;
            background-image: url(img-wow-single.svg);
            background-size: cover
        }

            .slider .slider-copy .slider-copy-info h1 {
                margin-top: 0;
                font-weight: 900;
                text-transform: uppercase;
                cursor: pointer;
                font-size: 28px
            }

                .slider .slider-copy .slider-copy-info h1 a {
                    color: #fff;
                    text-decoration: none !important
                }

                    .slider .slider-copy .slider-copy-info h1 a:hover {
                        color: #fff !important
                    }

            .slider .slider-copy .slider-copy-info .slider-date {
                display: block;
                font-size: 18px;
                margin-bottom: 5px;
                font-weight: 500
            }

            .slider .slider-copy .slider-copy-info .slider-type {
                display: block;
                text-transform: uppercase;
                font-weight: 300
            }

    .slider .slide {
        width: 100%;
        height: 100%
    }

.slick-prev {
    left: 0;
    background: red
}

.slick-next {
    right: 0;
    background: red
}

.slick-dots {
    bottom: 0;
    margin-left: 0
}

.slick-slider {
    margin-bottom: 60px;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .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 transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.button-slick-mobile {
    font-size: 14px
}

    .button-slick-mobile span {
        top: 1px
    }

@media (max-width:767px) {
    .slider-copy {
        width: 100vw !important
    }

        .slider-copy .slider-copy-info {
            background-color: rgba(0, 26, 48, .9);
            margin: 0 !important;
            border-radius: 2px;
            padding: 15px !important;
            left: 0 !important;
            bottom: 0 !important
        }

            .slider-copy .slider-copy-info h1 {
                margin-top: 0;
                font-weight: 500;
                font-size: 24px !important;
                min-width: 100%
            }

        .slider-copy .position-a {
            position: absolute;
            right: 30px;
            bottom: 40px
        }
}

.home-right {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    background-color: #fff
}

.home-left {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 55px;
    width: 55px;
    background-color: #fff
}

@media (min-width:768px) {
    .slider-copy {
        position: absolute;
        bottom: 10px;
        color: #fff;
        min-width: 30%;
        max-width: 70%
    }

    .position-a {
        margin-top: 0 !important
    }
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color: transparent
    }

        .slick-next:focus:before,
        .slick-next:hover:before,
        .slick-prev:focus:before,
        .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:focus,
            .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: slick;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.slider-hero-dots {
    list-style: none;
    padding: 0;
    margin: 0 0 0
}

    .slider-hero-dots li {
        width: 25%;
        float: left;
        height: 10px;
        overflow: hidden
    }

    .slider-hero-dots button {
        width: 100%;
        border: 0;
        background-color: #eee;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        color: transparent;
        height: 15px;
        margin-bottom: 0
    }

    .slider-hero-dots .slick-active button {
        background-color: #003663 !important;
        z-index: 1
    }

.slider-hero-dots-event {
    list-style: none;
    padding: 0;
    margin: 10px 0 15px;
    text-align: center
}

    .slider-hero-dots-event li {
        padding: 0;
        margin: auto;
        display: inline;
        margin: 5px
    }

    .slider-hero-dots-event button {
        padding: 0;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 0;
        background: 0 0 !important;
        color: #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: transparent;
        margin-bottom: 0;
        border: 1px solid #242424
    }

    .slider-hero-dots-event .slick-active button {
        background-color: #242424 !important;
        z-index: 1
    }

.page-header {
    height: 480px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    
    z-index: 1
}

    .page-header .page-header__image {
        width: 100%;
        height: 480px;
        background-color: gray;
        color: #fff;
        text-align: center;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px;
        z-index: 1
    }

@media screen and (max-width:991px) {
    .page-header .page-header__image {
        height: 300px
    }
}

@media screen and (max-width:767px) {
    .page-header {
        height: 300px
    }
}

#site-alert {
    margin: 25px 0 0
}

    #site-alert .alert {
        padding: 20px;
        text-align: center;
        position: relative;
        border-width: 2px;
        border-radius: 8px;
        border-color: #cbcbcb;
        border-style: solid
    }

        #site-alert .alert p {
            color: #dc2323;
            font-weight: 700;
            font-size: 1.75rem;
            margin: 0
        }

        #site-alert .alert .alert-close-btn {
            position: absolute;
            top: 5px;
            right: 7px;
            
        }

.page-content .page-content__wrapper.page-content--dark-bg {
    background-color: #242424;
    margin-top: 50px;
    padding: 45px 0
}

.page-content .page-content__wrapper.page-content--light-bg {
    background-color: #f4f4f4;
    margin-top: 50px;
    padding: 45px 0
}

.page-about-us .hero-about-us {
    position: relative;
    background-image: url(about-hero-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 21px 0 42px 0
}

    .page-about-us .hero-about-us .hero-about-bg {
        background-size: cover;
        background-position: center
    }

        .page-about-us .hero-about-us .hero-about-bg .hero-about-title-content .hero-about-title h1 {
            font-weight: 900;
            font-size: 40px;
            text-align: left;
            color: #fff;
            margin: 16px 0
        }

        .page-about-us .hero-about-us .hero-about-bg .hero-about-title-content .hero-about-title h4 {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            margin: 0 0 24px 0;
            max-width: 459px
        }

        .page-about-us .hero-about-us .hero-about-bg .hero-about-title-content .hero-about-title a {
            margin: 0;
            background-color: #db0740;
            border-radius: 5px;
            padding: 16px 32px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #fff
        }

            .page-about-us .hero-about-us .hero-about-bg .hero-about-title-content .hero-about-title a::before {
                display: none
            }

            .page-about-us .hero-about-us .hero-about-bg .hero-about-title-content .hero-about-title a span {
                color: #fff
            }

        .page-about-us .hero-about-us .hero-about-bg .hero-about-title-content .about-hero-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7c7c7c;
            border-radius: 5px;
            padding-top: 55.7%;
            width: 100%
        }

    .page-about-us .hero-about-us .hero-about-content .hero-about-panel {
        margin: 15px 0
    }

    .page-about-us .hero-about-us .hero-about-content .hero-about-content-bg {
        background-color: rgba(255, 255, 255, .7)
    }

.page-about-us .page-content__wrapper {
    text-align: center
}

@media screen and (min-width:768px) {
    .page-about-us .page-content__wrapper.page-content--slider .container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .page-about-us .page-content__wrapper.page-content--slider .container {
        width: 970px
    }
}

.page-about-us .page-content__wrapper.page-content--slider .row.no-gutter .box-wrapper {
    padding: 0
}

.page-about-us .page-content__wrapper.page-content--slider .about-slider {
    margin-bottom: 0
}

    .page-about-us .page-content__wrapper.page-content--slider .about-slider .fa {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #242424;
        font-size: 4.5rem;
        position: absolute;
        background-color: #fefefe;
        width: 52px;
        height: 52px;
        line-height: 52px;
        border-radius: 100%;
        text-align: center;
        z-index: 10001;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

        .page-about-us .page-content__wrapper.page-content--slider .about-slider .fa:hover {
            background-color: #d8d8d8
        }

        .page-about-us .page-content__wrapper.page-content--slider .about-slider .fa.fa-angle-left {
            left: -70px
        }

            .page-about-us .page-content__wrapper.page-content--slider .about-slider .fa.fa-angle-left::before {
                position: relative;
                right: 3px
            }

        .page-about-us .page-content__wrapper.page-content--slider .about-slider .fa.fa-angle-right {
            right: -70px
        }

            .page-about-us .page-content__wrapper.page-content--slider .about-slider .fa.fa-angle-right::before {
                position: relative;
                left: 3px
            }

    .page-about-us .page-content__wrapper.page-content--slider .about-slider .slider__info {
        min-height: 455px;
        background-color: #465560;
        padding: 15px 25px;
        color: #fefefe;
        text-align: left
    }

        .page-about-us .page-content__wrapper.page-content--slider .about-slider .slider__info h3 {
            text-align: center;
            font-size: 3.25rem
        }

    .page-about-us .page-content__wrapper.page-content--slider .about-slider .slider__img img {
        width: 100%;
        max-width: 100%
    }

    .page-about-us .page-content__wrapper.page-content--slider .about-slider .row {
        margin: 0 15px
    }

.page-about-us .page-content__wrapper .info-boxes {
    margin: 35px 0
}

    .page-about-us .page-content__wrapper .info-boxes .info-box__wrapper {
        margin-bottom: 25px
    }

        .page-about-us .page-content__wrapper .info-boxes .info-box__wrapper .info-box__img {
            position: relative;
            height: 250px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
            background-position: center center;
            background-size: cover
        }

            .page-about-us .page-content__wrapper .info-boxes .info-box__wrapper .info-box__img h2 {
                margin: 0;
                font-size: 3rem;
                background-color: rgba(16, 16, 16, .65);
                position: absolute;
                font-weight: 400;
                color: #fefefe;
                width: 75%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                padding: 35px 0;
                text-transform: uppercase
            }

        .page-about-us .page-content__wrapper .info-boxes .info-box__wrapper .info-box__txt {
            text-align: left;
            margin-top: 10px
        }

.shortcut-cta {
    height: auto
}

    .shortcut-cta a {
        color: #222
    }

        .shortcut-cta a span {
            padding: 25px 15px 20px 20px;
            float: left;
            color: #db0740
        }

        .shortcut-cta a .postcode-cta {
            font-size: 14px;
            padding: 0 0 15px
        }

            .shortcut-cta a .postcode-cta .cta-container {
                padding-left: 75px;
                padding-right: 25px;
                color: #222
            }

                .shortcut-cta a .postcode-cta .cta-container .postcode {
                    padding-top: 20px;
                    font-size: 18px;
                    font-weight: 900
                }

                .shortcut-cta a .postcode-cta .cta-container:hover {
                    color: #aa0532 !important
                }

@media (min-width:768px) {
    .postcode-cta {
        border-radius: 2px
    }
}

.upcoming-shows {
    margin: 0 0
}

    .upcoming-shows .upcoming-slider {
        height: 100px;
        margin-bottom: 40px
    }

        .upcoming-shows .upcoming-slider .upcoming-slider-item {
            background-color: #eee
        }

            .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-image-hero {
                float: left
            }

                .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-image-hero img {
                    width: 100px
                }

            .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info {
                padding: 15px 15px 10px 115px;
                text-transform: uppercase
            }

                .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info a {
                    font-size: 14px;
                    margin-top: 5px
                }

                .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info .upcoming-title {
                    font-size: 14px;
                    font-weight: 800
                }

                .upcoming-shows .upcoming-slider .upcoming-slider-item .upcoming-info .upcoming-date {
                    font-size: 14px
                }

    .upcoming-shows .slick-dots {
        position: relative;
        top: -25px
    }

        .upcoming-shows .slick-dots li {
            margin: 5px
        }

            .upcoming-shows .slick-dots li.slick-active button {
                background-color: #fff !important;
                z-index: 1
            }

            .upcoming-shows .slick-dots li button {
                padding: 0;
                border-radius: 50%;
                width: 10px;
                height: 10px;
                border: 0;
                background: 0 0 !important;
                color: #fff;
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                color: transparent;
                margin-bottom: 0;
                border: 1px solid #fff
            }

                .upcoming-shows .slick-dots li button:before {
                    font-size: 20px;
                    display: none
                }

    .upcoming-shows .upcoming-nav-item,
    .upcoming-shows .upcoming-slider-nav .slick-slide {
        width: 100vw !important;
        height: 45px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

        .upcoming-shows .upcoming-nav-item .upcoming-nav-date,
        .upcoming-shows .upcoming-slider-nav .slick-slide .upcoming-nav-date {
            padding-left: 15px;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            float: left;
            border-right: 1px solid #fff
        }

        .upcoming-shows .upcoming-nav-item .upcoming-nav-name,
        .upcoming-shows .upcoming-slider-nav .slick-slide .upcoming-nav-name {
            float: left;
            font-size: 12px;
            font-weight: 800
        }

        .upcoming-shows .upcoming-nav-item:nth-child(odd),
        .upcoming-shows .upcoming-slider-nav .slick-slide:nth-child(odd) {
            background-color: rgba(0, 26, 48, .1)
        }

        .upcoming-shows .upcoming-nav-item.slick-current {
            background-color: #001a30;
            color: #fff;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

    .upcoming-shows .button-upcoming {
        margin-top: 15px;
        margin-left: 15px;
        margin-bottom: 15px
    }

.whatson-desktop .whatson-bar-second {
    clear: both
}

.whatson-desktop .col-sm-8 {
    padding-left: 0
}

.whatson-desktop .whatson-bar-button-second {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px
}

    .cc_container .whatson-desktop .whatson-bar-button-second .cc_btn_accept_all,
    .whatson-desktop .whatson-bar-button-second .button,
    .whatson-desktop .whatson-bar-button-second .cc_container .cc_btn_accept_all {
        width: 100%;
        height: 100%;
        background-color: transparent;
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 40px;
        border-radius: 0
    }

.whatson-desktop .whatson-bar-controls-second {
    z-index: 1;
    height: 100%;
    line-height: 40px;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .whatson-desktop .whatson-bar-controls-second .arrow-prev {
        cursor: pointer;
        height: 100%;
        color: #eee;
        float: left;
        width: 35px
    }

        .whatson-desktop .whatson-bar-controls-second .arrow-prev:hover {
            background-color: #003663
        }

    .whatson-desktop .whatson-bar-controls-second .arrow-next {
        cursor: pointer;
        height: 100%;
        color: #eee;
        width: 35px;
        float: left
    }

        .whatson-desktop .whatson-bar-controls-second .arrow-next:hover {
            background-color: #003663
        }

.whatson-desktop .whatson-desktop-container {
    position: relative;
    top: -15px
}

    .whatson-desktop .whatson-desktop-container .whatson-item-desktop {
        padding-left: 25px;
        padding-top: 20px;
        padding-right: 15px;
        margin-bottom: 10px;
        text-transform: uppercase;
        height: 110px;
        border-right: 1px solid #eee;
        top: -10px
    }

        .whatson-desktop .whatson-desktop-container .whatson-item-desktop .whatson-name-dekstop {
            color: #001a30;
            font-weight: 800;
            clear: both;
            padding: 2px 0
        }

        .whatson-desktop .whatson-desktop-container .whatson-item-desktop .whatson-info-dekstop {
            font-size: 12px;
            padding: 3px 0;
            color: #222
        }

        .whatson-desktop .whatson-desktop-container .whatson-item-desktop .whatson-date-dekstop {
            font-size: 12px !important;
            font-weight: 800;
            float: left;
            color: #222
        }

        .whatson-desktop .whatson-desktop-container .whatson-item-desktop .whatson-today-dekstop {
            font-size: 12px !important;
            padding-left: 5px;
            margin-left: 5px;
            float: left;
            font-weight: 800;
            color: #e60987
        }

@media (max-width:767px) {
    .whatson-name-dekstop {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .whatson-name-dekstop {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .whatson-name-dekstop {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    .whatson-name-dekstop {
        font-size: 18px
    }
}

.event-promotion .event-promotion-container {
    min-height: 550px;
    width: 100%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.event-promotion .event-promotion-gradient {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover
}

.event-promotion .event-promotion-copy {
    height: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    padding: 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}

    .event-promotion .event-promotion-copy .event {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        width: 100% !important
    }

    .event-promotion .event-promotion-copy .event-header {
        width: 100%
    }

        .event-promotion .event-promotion-copy .event-header h1 {
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            font-weight: 900;
            font-size: 46px;
            margin-bottom: 30px;
            text-shadow: 0 5px 20px rgba(0, 0, 0, .3)
        }

        .event-promotion .event-promotion-copy .event-header h4 {
            text-transform: uppercase;
            margin: 0;
            padding: 0
        }

    .event-promotion .event-promotion-copy .event-copy {
        margin: 10px 0;
        font-size: 18px
    }

    .event-promotion .event-promotion-copy a {
        margin-top: 10px;
        display: inline-block;
        width: 90px
    }

.event-promotion .event-promotion-list {
    list-style: none;
    margin: 0;
    padding: 20px
}

    .event-promotion .event-promotion-list li {
        height: 150px;
        cursor: pointer;
        margin: 5% 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .event-promotion .event-promotion-list li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .5;
            border: 2px solid #fff;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

            .event-promotion .event-promotion-list li .event-box:hover {
                opacity: 1
            }

        .event-promotion .event-promotion-list li h2 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            left: 0;
            padding: 0;
            position: absolute;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.event-promotion .event-promotion-list-mobile {
    list-style: none;
    margin: 0;
    padding: 0
}

    .event-promotion .event-promotion-list-mobile li {
        height: 100px;
        width: 100%;
        cursor: pointer;
        position: relative;
        display: inline-block
    }

        .event-promotion .event-promotion-list-mobile li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .8;
            border: 2px solid transparent
        }

            .event-promotion .event-promotion-list-mobile li .event-box:hover {
                opacity: 1
            }

        .event-promotion .event-promotion-list-mobile li h3 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 40px;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.event-promotion .promote-active {
    opacity: 1 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.event-promotion .promote-op {
    opacity: 1 !important
}

.event-promotion .promote {
    opacity: 1 !important
}

.margin-right {
    margin-right: 0 !important
}

.ie .event-promotion-list li h2 {
    width: auto !important;
    left: 30px !important
}

.ie .event-promotion-copy {
    width: auto !important;
    display: block !important
}

@media (max-width:767px) {
    .event-promotion-copy {
        padding: 15px !important
    }
}

@media (min-width:768px) {
    .event-promotion-list h2 {
        font-size: 24px !important
    }
}

@media (max-width:767px) {
    .genting {
        font-size: 12px
    }

        .genting .genting-logo {
            margin-top: 20px;
            margin-bottom: 10px
        }

            .genting .genting-logo img {
                width: 100%
            }

        .genting p .genting-top-copy {
            font-weight: 800;
            padding-bottom: 5px;
            display: block
        }

        .cc_container .genting .cc_btn_accept_all,
        .genting .button,
        .genting .cc_container .cc_btn_accept_all {
            font-size: 12px
        }
}

@media (min-width:768px) {
    .genting {
        font-size: 12px
    }

        .genting .genting-logo {
            margin-top: 20px;
            margin-bottom: 10px
        }

            .genting .genting-logo img {
                width: 50%
            }

        .genting p .genting-top-copy {
            font-weight: 800;
            padding-bottom: 5px;
            display: block
        }

        .cc_container .genting .cc_btn_accept_all,
        .genting .button,
        .genting .cc_container .cc_btn_accept_all {
            font-size: 12px
        }
}

@media (min-width:992px) {
    .genting {
        font-size: 14px
    }

        .genting .genting-logo {
            margin-top: 20px;
            margin-bottom: 10px
        }

            .genting .genting-logo img {
                width: 50%
            }

        .genting p .genting-top-copy {
            font-weight: 800;
            padding-bottom: 5px;
            display: block;
            font-size: 18px
        }

        .cc_container .genting .cc_btn_accept_all,
        .genting .button,
        .genting .cc_container .cc_btn_accept_all {
            font-size: 14px
        }
}

@media (min-width:1200px) {
    .genting {
        font-size: 14px
    }

        .genting .genting-logo {
            margin-top: 20px;
            margin-bottom: 10px;
            width: 50%
        }

            .genting .genting-logo img {
                width: 100%
            }

        .genting p .genting-top-copy {
            font-weight: 800;
            padding-bottom: 5px;
            display: block;
            font-size: 18px
        }

        .cc_container .genting .cc_btn_accept_all,
        .genting .button,
        .genting .cc_container .cc_btn_accept_all {
            font-size: 14px
        }
}

.case-study {
    margin: 28px 0
}

    .case-study .case-study-container {
        width: 100%;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        background-image: url(case-study-wow.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 5px
    }

        .case-study .case-study-container .case-study-title {
            -ms-flex-item-align: start;
            align-self: flex-start
        }

            .case-study .case-study-container .case-study-title h3 {
                font-weight: 900;
                font-size: 40px;
                line-height: 40px;
                text-align: left;
                color: #fff;
                left: 42px;
                top: 0
            }

@media (min-width:767px) {
    .case-study .case-study-container .case-study-title h3 {
        position: absolute
    }
}

.case-study .case-study-container .case-study-title span {
    color: #fff;
    font-size: 6.214rem;
    margin: 20px;
    opacity: .3
}

.case-study .case-study-container .nec-logo {
    position: absolute;
    bottom: 25px;
    left: 100px
}

.case-study .case-study-container ul {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 10px 0
}

    .case-study .case-study-container ul li {
        padding: 15px 10px;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

        .case-study .case-study-container ul li a {
            color: #fff
        }

            .case-study .case-study-container ul li a .study-name {
                font-weight: 500;
                font-size: 18px;
                text-align: left;
                color: #fff
            }

            .case-study .case-study-container ul li a .study-copy {
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                text-align: left;
                color: #fff
            }

            .case-study .case-study-container ul li a span {
                position: absolute;
                right: 66px;
                top: 0;
                bottom: 0;
                margin: auto 0;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                color: #db0740;
                font-size: 30px
            }

@media (max-width:767px) {
    .case-study .case-study-container ul li a span {
        right: 0
    }
}

@media (max-width:767px) {
    .study-name {
        font-size: 14px !important;
        font-weight: 900
    }

    .case-study-container {
        display: inline-block !important;
        width: 100%
    }

        .case-study-container ul {
            padding: 0
        }

        .case-study-container h1 {
            font-size: 3.357rem !important
        }

        .case-study-container .study-copy {
            font-size: 14px;
            padding-right: 70px
        }
}

@media (min-width:768px) {
    .study-name {
        font-size: 18px !important
    }

    .case-study-container {
        display: inline-block !important;
        width: 100%
    }

        .case-study-container ul {
            padding: 0
        }

        .case-study-container h1 {
            font-size: 3.357rem !important
        }

        .case-study-container .study-copy {
            font-size: 14px;
            padding-right: 70px
        }
}

.case-study-item {
    height: 55vh;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .case-study-item .case-study-title {
        height: auto;
        padding-left: 40px
    }

        .case-study-item .case-study-title h1 {
            color: #fff;
            font-size: 56px;
            padding-bottom: 20px;
            font-weight: 100;
            font-style: italic
        }

        .case-study-item .case-study-title p {
            color: #fff;
            font-size: 18px;
            padding-bottom: 20px
        }

.case-study-item-copy h2 {
    color: #001a30
}

.case-study-item-copy .bookmark {
    padding-top: 25px;
    text-align: right;
    font-size: 24px
}

    .case-study-item-copy .bookmark span {
        color: #001a30
    }

.case-study-item-copy p {
    padding: 15px 0;
    font-size: 18px
}

.case-study-item-copy .case-study-image {
    height: 55vh;
    background-size: cover;
    background-position: top
}

    .case-study-item-copy .case-study-image .case-study-item-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 55vh;
        text-align: left;
        color: #fff
    }

        .case-study-item-copy .case-study-image .case-study-item-flex h2 {
            color: #fff;
            font-size: 36px;
            position: relative
        }

        .case-study-item-copy .case-study-image .case-study-item-flex h3 {
            margin-top: 10vh;
            width: 100%;
            padding: 0
        }

        .case-study-item-copy .case-study-image .case-study-item-flex h4 {
            width: 100%;
            margin: 0;
            padding: 0
        }

        .case-study-item-copy .case-study-image .case-study-item-flex .cas-study-img-logo {
            margin-top: 2vh;
            width: 100%
        }

.fa-quote-left.hero-quote {
    color: #eee !important;
    position: absolute;
    z-index: 2;
    font-size: 46px;
    background: 0 0 !important;
    opacity: .4;
    top: -45px
}

.fa-quote-right.hero-quote {
    color: #eee !important;
    position: absolute;
    z-index: 2;
    font-size: 46px;
    right: 0;
    bottom: -20px;
    background: 0 0 !important;
    opacity: .4
}

.quote-copy-container {
    margin-top: 20px
}

    .quote-copy-container .quote-copy {
        position: relative
    }

        .quote-copy-container .quote-copy .fa-quote-left {
            color: #eee !important;
            position: absolute;
            z-index: -1;
            font-size: 46px;
            left: -5px;
            top: -25px
        }

        .quote-copy-container .quote-copy .fa-quote-right {
            color: #eee !important;
            position: absolute;
            z-index: -1;
            font-size: 46px;
            right: 0;
            bottom: 0
        }

    .quote-copy-container .quote-author h4 {
        color: #222 !important;
        margin: 0;
        padding: 0
    }

        .quote-copy-container .quote-author h4:first-child {
            margin-top: 10px;
            font-weight: 900
        }

@media (max-width:767px) {
    .case-study-image {
        height: auto !important;
        background-position: right !important
    }

        .case-study-image .case-study-item-flex {
            display: block !important;
            padding: 15px;
            height: auto !important
        }

            .case-study-image .case-study-item-flex .fa-quote-left.hero-quote {
                top: -25px !important
            }
}

.hero-journey-exhibitor {
    position: relative;
    background-image: url(organisers-wow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 21px 0 42px 0;
    margin-bottom: 25px
}

    .hero-journey-exhibitor .hero-journey-bg {
        background-size: cover;
        background-position: center
    }

        .hero-journey-exhibitor .hero-journey-bg .hero-journey-title-content .hero-journey-title h1 {
            font-weight: 900;
            font-size: 40px;
            text-align: left;
            color: #fff;
            margin: 16px 0
        }

        .hero-journey-exhibitor .hero-journey-bg .hero-journey-title-content .hero-journey-title h4 {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            margin: 0 0 24px 0;
            max-width: 459px
        }

        .hero-journey-exhibitor .hero-journey-bg .hero-journey-title-content .hero-journey-title a {
            margin: 0;
            background-color: #db0740;
            border-radius: 5px;
            padding: 16px 32px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #fff
        }

            .hero-journey-exhibitor .hero-journey-bg .hero-journey-title-content .hero-journey-title a::before {
                display: none
            }

            .hero-journey-exhibitor .hero-journey-bg .hero-journey-title-content .hero-journey-title a span {
                color: #fff
            }

        .hero-journey-exhibitor .hero-journey-bg .hero-journey-title-content .exhibitor-hero-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7c7c7c;
            border-radius: 5px;
            padding-top: 55.7%;
            width: 100%
        }

    .hero-journey-exhibitor .hero-journey-content .hero-journey-panel {
        margin: 15px 0
    }

    .hero-journey-exhibitor .hero-journey-content .hero-journey-content-bg {
        background-color: rgba(255, 255, 255, .7)
    }

@media (max-width:767px) {
    .hero-journey-title-content {
        margin: 0 !important
    }
}

.hero-journey-organiser {
    position: relative;
    background-image: url(organisers-wow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 21px 0 42px 0;
    margin-bottom: 25px
}

    .hero-journey-organiser .hero-journey-bg {
        background-size: cover;
        background-position: center
    }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title h1 {
            font-weight: 900;
            font-size: 40px;
            text-align: left;
            color: #fff;
            margin: 16px 0
        }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title h4 {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            margin: 0 0 24px 0;
            max-width: 459px
        }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title a {
            margin: 0;
            background-color: #db0740;
            border-radius: 5px;
            padding: 16px 32px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #fff
        }

            .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title a::before {
                display: none
            }

            .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title a span {
                color: #fff
            }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .organiser-hero-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7c7c7c;
            border-radius: 5px;
            padding-top: 55.7%;
            width: 100%
        }

    .hero-journey-organiser .hero-journey-content .hero-journey-panel {
        margin: 15px 0
    }

    .hero-journey-organiser .hero-journey-content .hero-journey-content-bg {
        background-color: rgba(255, 255, 255, .7)
    }

.organiser-lower-panels .col-md-6 .small-panel-copy,
.organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 230px
}

    .cc_container .organiser-lower-panels .col-md-6 .small-panel-copy .cc_btn_accept_all,
    .cc_container .organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy .cc_btn_accept_all,
    .organiser-lower-panels .col-md-6 .small-panel-copy .button,
    .organiser-lower-panels .col-md-6 .small-panel-copy .cc_container .cc_btn_accept_all,
    .organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy .button,
    .organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy .cc_container .cc_btn_accept_all {
        margin-top: auto
    }

@media (max-width:767px) {
    .hero-journey-title {
        bottom: inherit !important
    }
}

.hero-journey-organiser {
    position: relative;
    background-image: url(organisers-wow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 21px 0 42px 0;
    margin-bottom: 25px
}

    .hero-journey-organiser .hero-journey-bg {
        background-size: cover;
        background-position: center
    }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title h1 {
            font-weight: 900;
            font-size: 40px;
            text-align: left;
            color: #fff;
            margin: 16px 0
        }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title h4 {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            margin: 0 0 24px 0;
            max-width: 459px
        }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title a {
            margin: 0;
            background-color: #db0740;
            border-radius: 5px;
            padding: 16px 32px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #fff
        }

            .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title a::before {
                display: none
            }

            .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .hero-journey-title a span {
                color: #fff
            }

        .hero-journey-organiser .hero-journey-bg .hero-journey-title-content .organiser-hero-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7c7c7c;
            border-radius: 5px;
            padding-top: 55.7%;
            width: 100%
        }

    .hero-journey-organiser .hero-journey-content .hero-journey-panel {
        margin: 15px 0
    }

    .hero-journey-organiser .hero-journey-content .hero-journey-content-bg {
        background-color: rgba(255, 255, 255, .7)
    }

.organiser-lower-panels .col-md-6 .small-panel-copy,
.organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 230px
}

    .cc_container .organiser-lower-panels .col-md-6 .small-panel-copy .cc_btn_accept_all,
    .cc_container .organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy .cc_btn_accept_all,
    .organiser-lower-panels .col-md-6 .small-panel-copy .button,
    .organiser-lower-panels .col-md-6 .small-panel-copy .cc_container .cc_btn_accept_all,
    .organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy .button,
    .organiser-lower-panels .publish-cta__btn-wrap .small-panel-copy .cc_container .cc_btn_accept_all {
        margin-top: auto
    }

@media (max-width:767px) {
    .hero-journey-title {
        bottom: inherit !important
    }
}

.hero-journey-visitors {
    position: relative;
    background-image: url(organisers-wow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 21px 0 42px 0;
    margin-bottom: 25px
}

    .hero-journey-visitors .hero-journey-bg {
        background-size: cover;
        background-position: center
    }

        .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .hero-journey-title h1 {
            font-weight: 900;
            font-size: 40px;
            text-align: left;
            color: #fff;
            margin: 16px 0
        }

        .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .hero-journey-title h4,
        .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .hero-journey-title p {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            margin: 0 0 24px 0;
            max-width: 459px
        }

        .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .hero-journey-title a {
            margin: 0;
            background-color: #db0740;
            border-radius: 5px;
            padding: 16px 32px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #fff
        }

            .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .hero-journey-title a::before {
                display: none
            }

            .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .hero-journey-title a span {
                color: #fff
            }

        .hero-journey-visitors .hero-journey-bg .hero-journey-title-content .visitors-hero-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: #7c7c7c;
            border-radius: 5px;
            padding-top: 55.7%;
            width: 100%
        }

    .hero-journey-visitors .hero-journey-content .hero-journey-panel {
        margin: 15px 0
    }

    .hero-journey-visitors .hero-journey-content .hero-journey-content-bg {
        background-color: rgba(255, 255, 255, .7)
    }

@media (max-width:767px) {
    .map-legend-dots {
        height: auto !important;
        display: block !important
    }

        .map-legend-dots .map-legend-single-dot {
            float: left;
            width: 44% !important;
            text-align: left;
            margin-left: 15px !important
        }

    .map-postcode {
        text-align: center
    }

    .map-directions-button {
        text-align: center
    }

        .map-directions-button a {
            margin-top: 10px;
            float: none !important;
            text-align: center
        }
}

@media (min-width:768px) {
    .map-legend-single-dot {
        float: left;
        width: 30%;
        margin-left: 15px !important
    }
}

.news-item h1 {
    font-weight: 900;
    font-size: 40px;
    text-align: left;
    color: #001a30;
    margin: 12px 0 29px 0
}

.news-item .article-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #161616
}

.news-item .news-image-container {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px
}

.news-item .news-image-caption {
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: right;
    font-size: 12px;
    padding-right: 25px;
    background-color: rgba(34, 34, 34, .9)
}

.news-item .news-title {
    background-image: url(article-wow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px
}

    .news-item .news-title .news-published {
        margin-bottom: 20px;
        color: #fff
    }

    .news-item .news-title h1 {
        text-align: left;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 38px;
        margin: 0;
        padding: 0 0 10px;
        color: #fff
    }

    .news-item .news-title h5 {
        margin: 0 0 15px;
        color: #fff
    }

.news-item .news-subtitle {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0
}

    .news-item .news-subtitle li {
        display: inline-block;
        padding: 0 5px
    }

.news-item .news-content {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616;
    background-color: #fff;
    border-radius: 5px;
    padding: 36px
}

    .news-item .news-content h2 {
        font-weight: 600;
        font-size: 22px;
        color: #161616
    }

    .news-item .news-content p {
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #161616
    }

    .news-item .news-content .news-quote {
        width: 300px;
        margin: 35px 0 10px 10px;
        padding: 20px;
        height: auto;
        font-size: 24px;
        position: relative;
        font-style: italic;
        text-transform: uppercase;
        color: #001a30;
        font-weight: 700;
        border-top: 3px solid #001a30;
        
        font-family: "Klinic Slab", Georgia, Times, serif
    }

        .news-item .news-content .news-quote.left {
            float: left;
            margin-right: 20px
        }

        .news-item .news-content .news-quote.right {
            float: right
        }

@media (max-width:767px) {
    .news-title h1 {
        font-size: 24px !important
    }

    .news-quote {
        float: none !important;
        width: 100% !important;
        margin: 20px 0 !important
    }

        .news-quote.left {
            float: left;
            left: 0 !important
        }

        .news-quote.right {
            float: right;
            right: 0 !important
        }

    .news-image-container {
        height: 200px !important;
        border-radius: 5px
    }
}

.article-search {
    height: auto;
    min-height: 200px;
    margin: 0 0 20px;
    border-top: 1px solid #222;
    background-color: #222;
    padding-bottom: 20px;
    background-image: url(img-wow-single.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .article-search .listTitle h1 {
        font-weight: 900;
        font-size: 24px;
        text-align: left;
        color: #fff;
        padding: 0 15px
    }

    .article-search #newsHubForm {
        margin-top: 20px
    }

        .article-search #newsHubForm .article-search-input .search-container {
            position: relative;
            width: 100%
        }

            .article-search #newsHubForm .article-search-input .search-container::before {
                content: "\f002";
                font-family: "Font Awesome 6 Pro";
                color: #db0740;
                font-size: 24px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 20px;
                margin: auto 0;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                pointer-events: none
            }

        .article-search #newsHubForm .article-search-input input {
            width: 100%;
            padding-left: 60px;
            border: 1px solid #333;
            border-radius: 5px;
            height: 55px;
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #161616
        }

            .article-search #newsHubForm .article-search-input input::-webkit-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .article-search #newsHubForm .article-search-input input::-moz-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .article-search #newsHubForm .article-search-input input:-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .article-search #newsHubForm .article-search-input input::-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .article-search #newsHubForm .article-search-input input::placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

        .article-search #newsHubForm .article-search-select select {
            height: 55px;
            position: relative;
            width: 100%;
            padding-left: 15px;
            border-radius: 5px;
            border: 1px solid #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #001a30;
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #fff
        }

        .article-search #newsHubForm .article-search-select .select-wrapper::after {
            color: #db0740;
            content: "\f0d7";
            font-family: "Font Awesome 6 Pro";
            font-size: 20px;
            font-weight: 900;
            margin-top: -3px
        }

        .article-search #newsHubForm .article-search-select:after {
            position: absolute;
            right: 35px;
            top: 10px;
            color: #db0740
        }

.news-content-outer {
    background: #fff;
    margin-top: 34px;
    border-radius: 5px
}

.news-article article {
    cursor: pointer !important;
    border: 1px solid transparent;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 11px
}

    .news-article article .news-article-img-container {
        height: 250px
    }

        .news-article article .news-article-img-container .news-article-img {
            height: 250px;
            width: 100%;
            background-position: center;
            background-size: cover;
            border-radius: 5px
        }

    .news-article article .article-body {
        border-radius: 0 0 5px 5px;
        font-style: normal !important
    }

        .news-article article .article-body .time {
            margin: 16px 0 3px;
            font-weight: 500;
            font-size: 14px;
            line-height: 22px;
            text-align: left;
            color: #161616
        }

        .news-article article .article-body h3 {
            margin: 0 0 10px 0;
            font-weight: 500;
            font-size: 22px;
            text-align: left;
            color: #db0740;
            min-height: 73px
        }

            .news-article article .article-body h3 a {
                border-color: transparent
            }

                .news-article article .article-body h3 a:hover {
                    border-color: #db0740 !important
                }

        .news-article article .article-body .article-author {
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 10px;
            font-weight: 400 !important
        }

            .news-article article .article-body .article-author p {
                margin-bottom: 0
            }

        .news-article article .article-body li,
        .news-article article .article-body p,
        .news-article article .article-body span,
        .news-article article .article-body strong,
        .news-article article .article-body ul {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: left;
            color: #161616;
            list-style: none;
            padding: 0;
            margin: 0;
            display: none
        }

        .news-article article .article-body em {
            font-style: normal !important;
            font-weight: 400 !important;
            text-align: left !important
        }

    .news-article article:hover {
        border: 1px solid #db0740;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

#MediaHubDynamicItemsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

@media (max-width:767px) {
    #MediaHubDynamicItemsList {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .article-search {
        display: block !important
    }

        .article-search #newsHubForm select {
            margin-bottom: 10px
        }

        .article-search #newsHubForm input {
            margin-bottom: 10px
        }
}

.on-stand-intro .box-panel-outer {
    margin: 20px 0 27px 0
}

    .on-stand-intro .box-panel-outer .panel-header {
        line-height: 1;
        padding: 10px 0
    }

@media (max-width:767px) {

    .on-stand-intro .box-panel-outer .col-sm-12,
    .on-stand-intro .box-panel-outer .col-xs-12,
    .on-stand-intro .box-panel-outer .publish-cta__btn-wrap,
    .on-stand-intro .box-panel-outer .publish-icons__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .on-stand-intro .box-panel-outer .col-sm-12 .copy-image-right,
        .on-stand-intro .box-panel-outer .col-xs-12 .copy-image-right,
        .on-stand-intro .box-panel-outer .publish-cta__btn-wrap .copy-image-right,
        .on-stand-intro .box-panel-outer .publish-icons__list-item .copy-image-right {
            right: auto !important;
            width: 100% !important
        }
}

@media (max-width:767px) {
    .on-stand-main_row {
        position: relative
    }
}

@media (min-width:767px) {
    .on-stand-main_links {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 20px 17px
    }
}

@media (max-width:767px) {
    .on-stand-main_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: scroll;
        gap: 19px;
        background-color: #fff;
        padding: 60px 23px 23px 23px;
        position: initial;
        margin-bottom: 19px
    }
}

.on-stand-main_links_title {
    background-color: #db0740;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 24px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #fff
}

@media (min-width:767px) {
    .on-stand-main_links_title {
        display: none
    }
}

.on-stand-main_links_title i,
.on-stand-main_links_title svg {
    font-size: 20px;
    color: #001a30
}

.on-stand-main_links_link {
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #db0740;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:767px) {
    .on-stand-main_links_link {
        min-width: 196px;
        max-width: 196px;
        width: 196px
    }
}

.on-stand-main_links_link_image-desktop {
    width: 100%;
    padding-top: 54.64%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .on-stand-main_links_link_image-desktop {
        display: none
    }
}

.on-stand-main_links_link_image-mobile {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (min-width:767px) {
    .on-stand-main_links_link_image-mobile {
        display: none
    }
}

.on-stand-main_links_link_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 18px
}

    .on-stand-main_links_link_title i,
    .on-stand-main_links_link_title svg {
        color: #e40046;
        font-size: 20px
    }

.on-stand-main_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 14px
}

.on-stand-main_sidebar_item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.on-stand-main_sidebar_item_title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #fff;
    background-color: #041c2c;
    padding: 10px 20px;
    width: 100%;
    line-height: 1
}

.on-stand-main_sidebar_item_copy {
    padding: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616
}

    .on-stand-main_sidebar_item_copy ol,
    .on-stand-main_sidebar_item_copy ul {
        padding-left: 20px
    }

.on-stand-main_sidebar_item .ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px 20px 20px
}

    .on-stand-main_sidebar_item .ctas a,
    .on-stand-main_sidebar_item .ctas button {
        font-family: Arial;
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: #fff;
        padding: 14px;
        background-color: #e40046;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #e40046;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .on-stand-main_sidebar_item .ctas a:hover,
        .on-stand-main_sidebar_item .ctas button:hover {
            color: #e40046 !important;
            background-color: #fff
        }

.on-stand-menu {
    margin-top: 20px
}

.on-stand-menu_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 22px
}

.on-stand-menu_content_main {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.on-stand-menu_content_main_intro {
    width: 100%;
    background-color: #465560;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:767px) {
    .on-stand-menu_content_main_intro {
        padding: 21px 5px 21px 5px;
        height: 302px
    }
}

@media (max-width:767px) {
    .on-stand-menu_content_main_intro {
        padding: 16px 22px
    }
}

.on-stand-menu_content_main_intro_inner {
    width: 100%;
    max-width: 656px
}

.on-stand-menu_content_main_intro_inner_title {
    font-weight: 900;
    font-size: 30px;
    text-align: left;
    color: #fff;
    margin: 0 0 13px 0
}

.on-stand-menu_content_main_intro_inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    max-width: 464px
}

.on-stand-menu_content_main_intro_inner .prepared-by-amadeus {
    width: 100%;
    max-width: 263px
}

.on-stand-menu_content_main_mobile-gallery {
    background-color: #001a30;
    overflow: hidden;
    width: 100%;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 7px
}

@media (min-width:767px) {
    .on-stand-menu_content_main_mobile-gallery {
        display: none
    }
}

.on-stand-menu_content_main_mobile-gallery_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .on-stand-menu_content_main_mobile-gallery_title i,
    .on-stand-menu_content_main_mobile-gallery_title svg {
        font-size: 18px;
        color: #fff;
        cursor: pointer
    }

.on-stand-menu_content_main_mobile-gallery.active .on-stand-menu_content_main_mobile-gallery_images {
    display: grid
}

.on-stand-menu_content_main_mobile-gallery_images {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    width: 100%;
    display: none
}

    .on-stand-menu_content_main_mobile-gallery_images .osh-image-thumb {
        border-radius: 5px;
        border: 1px solid #db0740;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

        .on-stand-menu_content_main_mobile-gallery_images .osh-image-thumb:hover {
            border-color: #001a30
        }

        .on-stand-menu_content_main_mobile-gallery_images .osh-image-thumb::before {
            content: "";
            pointer-events: none;
            display: block;
            width: 100%;
            padding-top: 60.655%
        }

.on-stand-menu_content_main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 5px 40px 5px;
    width: 100%
}

@media (max-width:767px) {
    .on-stand-menu_content_main_content {
        padding: 12px 18px 19px 18px
    }
}

.on-stand-menu_content_main_content_inner {
    width: 100%;
    max-width: 656px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.on-stand-menu_content_main_content_inner_intro {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616;
    margin-bottom: 19px
}

    .on-stand-menu_content_main_content_inner_intro p {
        margin: 0
    }

.on-stand-menu_content_main_content_inner_intro_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #00253d
}

.on-stand-menu_content_main_content_inner_intro + .menu-content-section {
    margin-top: 0 !important
}

.on-stand-menu_content_main_content_inner .menu-content-section {
    margin-top: 24px
}

    .on-stand-menu_content_main_content_inner .menu-content-section:first-child {
        margin-top: 0
    }

    .on-stand-menu_content_main_content_inner .menu-content-section.package {
        border-top: 3px solid #db0740;
        padding-top: 13px;
        padding-bottom: 13px;
        margin-top: 0
    }

        .on-stand-menu_content_main_content_inner .menu-content-section.package:last-child {
            
        }

        .on-stand-menu_content_main_content_inner .menu-content-section.package > ul li:last-child {
            border: none
        }

.on-stand-menu_content_main_content_inner .menu-content-section_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #00253d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 11px 0
}

    .on-stand-menu_content_main_content_inner .menu-content-section_title .price {
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        text-align: right;
        color: #7c7c7c;
        margin-left: auto
    }

.on-stand-menu_content_main_content_inner .menu-content-section_subtitle {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616;
    margin: 0 0 8px 0
}

.on-stand-menu_content_main_content_inner .menu-content-section > ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .on-stand-menu_content_main_content_inner .menu-content-section > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        
        padding-bottom: 12px
    }

        .on-stand-menu_content_main_content_inner .menu-content-section > ul > li:not(:first-child) {
            padding-top: 12px
        }

        .on-stand-menu_content_main_content_inner .menu-content-section > ul > li:has(>.price) .inner {
            max-width: 465px
        }

        .on-stand-menu_content_main_content_inner .menu-content-section > ul > li .inner {
            font-weight: 600;
            font-size: 16px;
            text-align: left;
            color: #00253d
        }

            .on-stand-menu_content_main_content_inner .menu-content-section > ul > li .inner .cals {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #7c7c7c;
                display: inline
            }

            .on-stand-menu_content_main_content_inner .menu-content-section > ul > li .inner .type {
                font-weight: 500;
                font-size: 10px;
                line-height: 14px;
                text-align: left;
                color: #001a30;
                border: 1px solid #001a30;
                border-radius: 3px;
                display: inline;
                padding: 1px 2px
            }

        .on-stand-menu_content_main_content_inner .menu-content-section > ul > li .price {
            font-weight: 500;
            font-size: 16px;
            text-align: right;
            color: #7c7c7c;
            margin-left: auto
        }

.on-stand-menu_content_footer {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .on-stand-menu_content_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px
    }
}

.on-stand-menu_content_footer_image {
    width: 272px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:767px) {
    .on-stand-menu_content_footer_image {
        width: 100%
    }
}

.on-stand-menu_content_footer_image::before {
    content: "";
    width: 100%;
    padding-top: 68.75%;
    pointer-events: none;
    display: block
}

.on-stand-menu_content_footer_content {
    padding: 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: center;
    align-self: center
}

.on-stand-menu_content_footer_content_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #00253d
}

.on-stand-menu_content_footer_content p {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.on-stand-menu_content_footer_content .ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

    .on-stand-menu_content_footer_content .ctas a,
    .on-stand-menu_content_footer_content .ctas button {
        font-family: Arial;
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: #fff;
        padding: 14px;
        background-color: #e40046;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #e40046;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .on-stand-menu_content_footer_content .ctas a:hover,
        .on-stand-menu_content_footer_content .ctas button:hover {
            color: #e40046 !important;
            background-color: #fff
        }

.on-stand-menu_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 11px
}

.on-stand-menu_sidebar_view-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #001a30;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px
}

@media (max-width:767px) {
    .on-stand-menu_sidebar_view-more {
        display: none
    }
}

.on-stand-menu_sidebar_view-more_title {
    background-color: #161616;
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    padding: 12px 17px
}

.on-stand-menu_sidebar_view-more > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    padding: 7px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none
}

    .on-stand-menu_sidebar_view-more > a i,
    .on-stand-menu_sidebar_view-more > a svg {
        font-size: 20px
    }

    .on-stand-menu_sidebar_view-more > a:hover {
        color: #fff !important;
        background-color: rgba(255, 255, 255, .15)
    }

    .on-stand-menu_sidebar_view-more > a.selected {
        color: #fff !important;
        background-color: rgba(255, 255, 255, .15);
        pointer-events: none
    }

.on-stand-menu_sidebar_big-cta {
    width: 100%;
    background-color: #db0740;
    border: 2px solid #db0740;
    border-radius: 5px;
    height: 78px;
    padding: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

@media (max-width:767px) {
    .on-stand-menu_sidebar_big-cta {
        display: none
    }
}

.on-stand-menu_sidebar_big-cta i,
.on-stand-menu_sidebar_big-cta svg {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.on-stand-menu_sidebar_big-cta:hover {
    color: #db0740 !important;
    background-color: #fff
}

    .on-stand-menu_sidebar_big-cta:hover i,
    .on-stand-menu_sidebar_big-cta:hover svg {
        color: #db0740 !important
    }

.on-stand-menu_sidebar_photo-gallery {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 7px
}

@media (max-width:767px) {
    .on-stand-menu_sidebar_photo-gallery {
        display: none
    }
}

.on-stand-menu_sidebar_photo-gallery_title {
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #041c2c
}

.on-stand-menu_sidebar_photo-gallery_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    width: 100%
}

    .on-stand-menu_sidebar_photo-gallery_images .osh-image-thumb {
        border-radius: 5px;
        border: 1px solid #db0740;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

        .on-stand-menu_sidebar_photo-gallery_images .osh-image-thumb:hover {
            border-color: #001a30
        }

        .on-stand-menu_sidebar_photo-gallery_images .osh-image-thumb::before {
            content: "";
            pointer-events: none;
            display: block;
            width: 100%;
            padding-top: 60.655%
        }

.on-stand-menu_sidebar_disclaimer {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.on-stand-menu_sidebar_disclaimer_title {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #041c2c;
    margin: 0 0 6px 0
}

.on-stand-big-mobile-cta {
    background-color: #fff;
    height: 95px;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, .16)
}

@media (min-width:767px) {
    .on-stand-big-mobile-cta {
        display: none
    }
}

.on-stand-big-mobile-cta a {
    background-color: #e40046;
    border-radius: 5px;
    padding: 14px 16px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #fff
}

@media (min-width:767px) {
    .on-stand-big-mobile-cta a {
        display: none
    }
}

@media (min-width:767px) {
    .on-stand-mobile-more {
        display: none
    }
}

.on-stand-mobile-more_view-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #001a30;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

    .on-stand-mobile-more_view-more.active {
        padding-bottom: 10px
    }

        .on-stand-mobile-more_view-more.active > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.on-stand-mobile-more_view-more_title {
    background-color: #161616;
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    padding: 12px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .on-stand-mobile-more_view-more_title i,
    .on-stand-mobile-more_view-more_title svg {
        font-size: 18px;
        color: #fff
    }

.on-stand-mobile-more_view-more > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    padding: 7px 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    display: none
}

    .on-stand-mobile-more_view-more > a i,
    .on-stand-mobile-more_view-more > a svg {
        font-size: 20px
    }

    .on-stand-mobile-more_view-more > a:hover {
        color: #fff !important;
        background-color: rgba(255, 255, 255, .15)
    }

    .on-stand-mobile-more_view-more > a.selected {
        color: #fff !important;
        background-color: rgba(255, 255, 255, .15);
        pointer-events: none
    }

.on-stand-gallery-modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(22, 22, 22, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

    .on-stand-gallery-modal.active {
        opacity: 1;
        pointer-events: all
    }

        .on-stand-gallery-modal.active .on-stand-gallery-modal_inner {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

.on-stand-gallery-modal_inner {
    max-width: 945px;
    max-height: 95vh;
    width: 100%;
    margin: 5px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative
}

    .on-stand-gallery-modal_inner .on-stand-modal-exit {
        position: absolute;
        top: 18px;
        right: 23px;
        cursor: pointer;
        color: #fff;
        font-size: 30px;
        z-index: 10
    }

.on-stand-gallery-modal_inner_slider {
    width: 100%
}

    .on-stand-gallery-modal_inner_slider .osh-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #041c2c
    }

        .on-stand-gallery-modal_inner_slider .osh-slide img {
            margin: auto
        }

        .on-stand-gallery-modal_inner_slider .osh-slide .osh-caption {
            width: 100%;
            padding: 19px 27px;
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #fff
        }

    .on-stand-gallery-modal_inner_slider .slick-dots li {
        height: 15px;
        width: 15px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

        .on-stand-gallery-modal_inner_slider .slick-dots li.slick-active {
            background-color: #fff
        }

        .on-stand-gallery-modal_inner_slider .slick-dots li button {
            display: none
        }

.osh-final-form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 27px
}

.osh-final-form_title {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 34px;
    min-height: 45px;
    padding: 5px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #fff;
    background-color: #041c2c;
    gap: 10px
}

@media (max-width:767px) {
    .osh-final-form_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.osh-final-form_thankyou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 37px;
    padding: 40px 0 130px 0
}

    .osh-final-form_thankyou i,
    .osh-final-form_thankyou svg {
        font-size: 70px;
        color: #19a09c
    }

    .osh-final-form_thankyou > p {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #161616
    }

.osh-final-form_left-col {
    position: static;
    top: 0
}

.osh-final-form_left-col_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #747474
}

@media (min-width:767px) {
    .osh-final-form_left-col_title {
        padding-left: 12px
    }
}

@media (max-width:767px) {
    .osh-final-form_left-col_title {
        margin: -15px 0 15px 0
    }
}

.osh-final-form_mid-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 50px
}

    .osh-final-form_mid-col > label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 7px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #161616;
        position: relative
    }

        .osh-final-form_mid-col > label.half-width {
            max-width: 304px;
            min-width: initial
        }

        .osh-final-form_mid-col > label:after {
            content: "thank you";
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-transition: .2s ease-in-out;
            -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
            font-family: Rubik;
            font-weight: 400;
            font-size: 12px;
            text-align: left;
            color: #169f9b;
            position: absolute;
            bottom: -24px;
            left: 0;
            pointer-events: none
        }

        .osh-final-form_mid-col > label textarea,
        .osh-final-form_mid-col > label > input {
            border: 1px solid #7c7c7c;
            border-radius: 8px;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            min-height: 58px;
            padding: 10px 13px
        }

            .osh-final-form_mid-col > label textarea:focus,
            .osh-final-form_mid-col > label > input:focus {
                outline: 2px solid #169f9b !important
            }

            .osh-final-form_mid-col > label textarea:not(:focus):not(:-moz-placeholder-shown):invalid,
            .osh-final-form_mid-col > label > input:not(:focus):not(:-moz-placeholder-shown):invalid {
                outline: 2px solid #d85f78 !important
            }

            .osh-final-form_mid-col > label textarea:not(:focus):not(:-ms-input-placeholder):invalid,
            .osh-final-form_mid-col > label > input:not(:focus):not(:-ms-input-placeholder):invalid {
                outline: 2px solid #d85f78 !important
            }

            .osh-final-form_mid-col > label textarea.invalid,
            .osh-final-form_mid-col > label textarea:not(:focus):not(:placeholder-shown):invalid,
            .osh-final-form_mid-col > label > input.invalid,
            .osh-final-form_mid-col > label > input:not(:focus):not(:placeholder-shown):invalid {
                outline: 2px solid #d85f78 !important
            }

        .osh-final-form_mid-col > label:has(>input:not(:focus):not(:-moz-placeholder-shown):valid)::before,
        .osh-final-form_mid-col > label:has(textarea:not(:focus):not(:-moz-placeholder-shown):valid)::before {
            content: "\f058";
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 31px;
            right: 10px;
            bottom: 0;
            margin: auto 0;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #19a09c
        }

        .osh-final-form_mid-col > label:has(>input:not(:focus):not(:-ms-input-placeholder):valid)::before,
        .osh-final-form_mid-col > label:has(textarea:not(:focus):not(:-ms-input-placeholder):valid)::before {
            content: "\f058";
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 31px;
            right: 10px;
            bottom: 0;
            margin: auto 0;
            pointer-events: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 20px;
            color: #19a09c
        }

        .osh-final-form_mid-col > label:has(>input:not(:focus):not(:placeholder-shown):valid)::before,
        .osh-final-form_mid-col > label:has(textarea:not(:focus):not(:placeholder-shown):valid)::before {
            content: "\f058";
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 31px;
            right: 10px;
            bottom: 0;
            margin: auto 0;
            pointer-events: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 20px;
            color: #19a09c
        }

        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:-moz-placeholder-shown):invalid)::before,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:-moz-placeholder-shown):invalid)::before {
            content: "\f057";
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 29px;
            right: 10px;
            bottom: 0;
            margin: auto 0;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #d75f78
        }

        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:-ms-input-placeholder):invalid)::before,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:-ms-input-placeholder):invalid)::before {
            content: "\f057";
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 29px;
            right: 10px;
            bottom: 0;
            margin: auto 0;
            pointer-events: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 20px;
            color: #d75f78
        }

        .osh-final-form_mid-col > label:has(>input.invalid)::before,
        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:placeholder-shown):invalid)::before,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:placeholder-shown):invalid)::before {
            content: "\f057";
            font-weight: 900;
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            top: 29px;
            right: 10px;
            bottom: 0;
            margin: auto 0;
            pointer-events: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 20px;
            color: #d75f78
        }

        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:-moz-placeholder-shown):invalid)::after,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:-moz-placeholder-shown):invalid)::after {
            content: "This field is required";
            opacity: 1;
            transform: translateY(0);
            color: #d75f78
        }

        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:-ms-input-placeholder):invalid)::after,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:-ms-input-placeholder):invalid)::after {
            content: "This field is required";
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
            color: #d75f78
        }

        .osh-final-form_mid-col > label:has(>input.invalid)::after,
        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:placeholder-shown):invalid)::after,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:placeholder-shown):invalid)::after {
            content: "This field is required";
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            color: #d75f78
        }

        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:-moz-placeholder-shown):invalid):has([type=email]):after,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:-moz-placeholder-shown):invalid):has([type=email]):after {
            content: "Please use a valid email address"
        }

        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:-ms-input-placeholder):invalid):has([type=email]):after,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:-ms-input-placeholder):invalid):has([type=email]):after {
            content: "Please use a valid email address"
        }

        .osh-final-form_mid-col > label:has(>input.invalid):has([type=email]):after,
        .osh-final-form_mid-col > label:has(>input:required:not(:focus):not(:placeholder-shown):invalid):has([type=email]):after,
        .osh-final-form_mid-col > label:has(textarea:required:not(:focus):not(:placeholder-shown):invalid):has([type=email]):after {
            content: "Please use a valid email address"
        }

    .osh-final-form_mid-col > p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #161616
    }

    .osh-final-form_mid-col .checkbox-container {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 15px;
        width: 100%
    }

        .osh-final-form_mid-col .checkbox-container > label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #161616;
            gap: 16px
        }

            .osh-final-form_mid-col .checkbox-container > label input {
                height: 26px;
                width: 26px;
                border: 1px solid #707070;
                border-radius: 5px
            }

    .osh-final-form_mid-col .send-enquiry {
        font-family: Arial;
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: #fff;
        width: 171px;
        height: 45px;
        border-radius: 5px;
        background: #e40046;
        border: 2px solid #e40046;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 50px auto 0 auto;
        cursor: pointer
    }

        .osh-final-form_mid-col .send-enquiry:hover {
            color: #e40046;
            background-color: #fff
        }

body:has(.web-form-modal-outer.popup-mode.active) {
    overflow: hidden
}

.web-form-modal-outer {
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    opacity: 0;
    pointer-events: none
}

@media (min-width:767px) {
    .web-form-modal-outer .mobile-only {
        display: none !important
    }
}

@media (max-width:767px) {
    .web-form-modal-outer .desktop-only {
        display: none !important
    }
}

.web-form-modal-outer.active {
    opacity: 1;
    pointer-events: all
}

    .web-form-modal-outer.active .web-form-modal-inner {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }

.web-form-modal-outer.no-bg {
    background: 0 0
}

.web-form-modal-outer.popup-mode {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    max-height: 100dvh;
    overflow-y: auto;
    padding: 10px;
    min-height: 100dvh
}

    .web-form-modal-outer.popup-mode .modal-exit {
        display: block
    }

@media (max-width:767px) {
    .web-form-modal-outer.popup-mode {
        padding: 0
    }

        .web-form-modal-outer.popup-mode .web-form-modal-inner {
            margin: 0;
            max-width: 100vw;
            width: 100%
        }

            .web-form-modal-outer.popup-mode .web-form-modal-inner .web-form-modal-container {
                height: 100dvh;
                max-height: 100dvh;
                overflow: auto;
                border-radius: 0
            }
}

@media (max-width:767px) {
    .web-form-modal-outer.popup-mode .web-form-modal-inner .web-form-modal-container {
        overflow-y: auto
    }
}

.web-form-modal-outer ::-moz-selection {
    background: #db0740;
    color: #fff
}

.web-form-modal-outer ::selection {
    background: #db0740;
    color: #fff
}

.web-form-modal-outer.thank-you .web-form-modal-container {
    display: none
}

.web-form-modal-outer.thank-you .modal-exit i,
.web-form-modal-outer.thank-you .modal-exit svg {
    color: #fff
}

.web-form-modal-outer:not(.thank-you) .form-thank-you {
    display: none
}

.web-form-modal-inner {
    max-width: 768px;
    margin: auto auto;
    width: calc(100% - 10px);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    position: relative
}

    .web-form-modal-inner .modal-exit {
        position: absolute;
        top: 28px;
        right: 23px;
        cursor: pointer;
        z-index: 1;
        display: none
    }

        .web-form-modal-inner .modal-exit i,
        .web-form-modal-inner .modal-exit svg {
            font-size: 30px;
            pointer-events: none;
            color: #1a1a1a
        }

@media (max-width:767px) {

    .web-form-modal-inner .modal-exit i,
    .web-form-modal-inner .modal-exit svg {
        color: #fff
    }
}

.tab-accessible .web-form-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px
}

.tab-accessible .web-form-controls {
    grid-template-columns: -webkit-min-content !important;
    grid-template-columns: min-content !important;
    gap: 0 !important
}

    .tab-accessible .web-form-controls .web-form-back-button,
    .tab-accessible .web-form-controls .web-form-next-button,
    .tab-accessible .web-form-controls .web-form-validate-button {
        display: none !important
    }

    .tab-accessible .web-form-controls .web-form-submit-button {
        opacity: 1 !important;
        pointer-events: all !important
    }

.tab-accessible .web-form-copy {
    display: block !important
}

.web-form-modal-container {
    background-color: #fff;
    border-radius: 6px;
    min-height: 486px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media (min-width:767px) {
    .web-form-modal-container {
        padding: 30px 10px
    }
}

.web-form-modal-container .web-form {
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px;
    position: relative
}

    .web-form-modal-container .web-form:has(.slick-slide:first-child:not(.slick-current)) .web-form-title .mobile-only {
        display: none
    }

    .web-form-modal-container .web-form.full-length .web-form-sections {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 30px
    }

    .web-form-modal-container .web-form.full-length .web-form-controls .web-form-back-button,
    .web-form-modal-container .web-form.full-length .web-form-controls .web-form-next-button {
        display: none
    }

    .web-form-modal-container .web-form.full-length .web-form-controls .web-form-submit-button {
        opacity: 1;
        pointer-events: all
    }

    .web-form-modal-container .web-form.full-length .web-form-copy {
        display: block
    }

.web-form-modal-container .web-form-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a
}

    .web-form-modal-container .web-form-title b,
    .web-form-modal-container .web-form-title strong {
        font-weight: 900
    }

@media (max-width:767px) {
    .web-form-modal-container .web-form-title {
        background-color: #0f283f;
        color: #fff;
        padding: 70px 30px 30px 30px
    }
}

.web-form-modal-container .web-form-title > div {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: left;
    color: #fff
}

.web-form-modal-container .web-form-sections {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-sections {
        max-width: 318px;
        margin: 0 auto 0 auto;
        padding-bottom: 40px
    }
}

.web-form-modal-container .web-form-sections .web-form-section {
    padding-bottom: 18px
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-sections .web-form-section {
        padding-bottom: 0
    }
}

.web-form-modal-container .web-form-sections .slick-slide {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .web-form-modal-container .web-form-sections .slick-slide.slick-active {
        opacity: 1
    }

.web-form-modal-container .web-form-sections .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto
}

@media (min-width:767px) {
    .web-form-modal-container .web-form-sections .slick-dots {
        top: 0
    }
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-sections .slick-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 0;
        margin: auto auto 0 auto;
        padding: 0 30px
    }

        .web-form-modal-container .web-form-sections .slick-dots::before {
            display: none !important
        }
}

.web-form-modal-container .web-form-sections .slick-dots::before {
    content: "";
    height: 100%;
    border-right: 1px solid #d9d9d9;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 0
}

.web-form-modal-container .web-form-sections .slick-dots li {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .web-form-modal-container .web-form-sections .slick-dots li::before {
        content: "";
        height: 100%;
        width: 100%;
        display: block;
        border-radius: 50%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background-color: #0093c9;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

    .web-form-modal-container .web-form-sections .slick-dots li.slick-active::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .web-form-modal-container .web-form-sections .slick-dots li button {
        display: none
    }

.web-form-modal-container .web-form-section {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

@media (min-width:767px) {
    .web-form-modal-container .web-form-section {
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section {
        gap: 15px
    }
}

.web-form-modal-container .web-form-section .mobile-only > p,
.web-form-modal-container .web-form-section > .desktop-only > p,
.web-form-modal-container .web-form-section > p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
    text-wrap: pretty
}

.web-form-modal-container .web-form-section > div,
.web-form-modal-container .web-form-section > label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px 14px;
    margin: 0
}

@media (max-width:767px) {

    .web-form-modal-container .web-form-section > div,
    .web-form-modal-container .web-form-section > label {
        width: 100%
    }
}

.web-form-modal-container .web-form-section > div:has(>.validation-wrapper>input[type=checkbox]),
.web-form-modal-container .web-form-section > div:has(>input[type=checkbox]),
.web-form-modal-container .web-form-section > label:has(>.validation-wrapper>input[type=checkbox]),
.web-form-modal-container .web-form-section > label:has(>input[type=checkbox]) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

    .web-form-modal-container .web-form-section > div:has(>.validation-wrapper>input[type=checkbox])::before,
    .web-form-modal-container .web-form-section > div:has(>input[type=checkbox])::before,
    .web-form-modal-container .web-form-section > label:has(>.validation-wrapper>input[type=checkbox])::before,
    .web-form-modal-container .web-form-section > label:has(>input[type=checkbox])::before {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #707070;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        color: #fff
    }

.web-form-modal-container .web-form-section > div:has(>.validation-wrapper>input[type=checkbox]:checked)::before,
.web-form-modal-container .web-form-section > div:has(>input[type=checkbox]:checked)::before,
.web-form-modal-container .web-form-section > label:has(>.validation-wrapper>input[type=checkbox]:checked)::before,
.web-form-modal-container .web-form-section > label:has(>input[type=checkbox]:checked)::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    background-color: #0093c9
}

.web-form-modal-container .web-form-section > div:has(>.validation-wrapper>input[type=checkbox]:focus),
.web-form-modal-container .web-form-section > div:has(>input[type=checkbox]:focus),
.web-form-modal-container .web-form-section > label:has(>.validation-wrapper>input[type=checkbox]:focus),
.web-form-modal-container .web-form-section > label:has(>input[type=checkbox]:focus) {
    outline: 3px solid #ffc400 !important
}

.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=checkbox],
.web-form-modal-container .web-form-section > div > input[type=checkbox],
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=checkbox],
.web-form-modal-container .web-form-section > label > input[type=checkbox] {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #707070;
    opacity: 0;
    pointer-events: none;
    position: absolute
}

    .web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=checkbox]:focus,
    .web-form-modal-container .web-form-section > div > input[type=checkbox]:focus,
    .web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=checkbox]:focus,
    .web-form-modal-container .web-form-section > label > input[type=checkbox]:focus {
        outline: 3px solid #ffc400 !important
    }

.web-form-modal-container .web-form-section > div > .address-finder > input[type=text],
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email],
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel],
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text],
.web-form-modal-container .web-form-section > div > input[type=email],
.web-form-modal-container .web-form-section > div > input[type=tel],
.web-form-modal-container .web-form-section > div > input[type=text],
.web-form-modal-container .web-form-section > label > .address-finder > input[type=text],
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email],
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel],
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text],
.web-form-modal-container .web-form-section > label > input[type=email],
.web-form-modal-container .web-form-section > label > input[type=tel],
.web-form-modal-container .web-form-section > label > input[type=text] {
    width: 375px;
    height: 42px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bababa;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a;
    padding: 11px 12px
}

@media (max-width:767px) {

    .web-form-modal-container .web-form-section > div > .address-finder > input[type=text],
    .web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email],
    .web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel],
    .web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text],
    .web-form-modal-container .web-form-section > div > input[type=email],
    .web-form-modal-container .web-form-section > div > input[type=tel],
    .web-form-modal-container .web-form-section > div > input[type=text],
    .web-form-modal-container .web-form-section > label > .address-finder > input[type=text],
    .web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email],
    .web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel],
    .web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text],
    .web-form-modal-container .web-form-section > label > input[type=email],
    .web-form-modal-container .web-form-section > label > input[type=tel],
    .web-form-modal-container .web-form-section > label > input[type=text] {
        width: 100%
    }
}

.web-form-modal-container .web-form-section > div > .address-finder > input[type=text]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=email]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=tel]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=text]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > .address-finder > input[type=text]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=email]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=tel]::-webkit-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=text]::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #bababa
}

.web-form-modal-container .web-form-section > div > .address-finder > input[type=text]::-moz-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email]::-moz-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel]::-moz-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text]::-moz-placeholder,
.web-form-modal-container .web-form-section > div > input[type=email]::-moz-placeholder,
.web-form-modal-container .web-form-section > div > input[type=tel]::-moz-placeholder,
.web-form-modal-container .web-form-section > div > input[type=text]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > .address-finder > input[type=text]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > input[type=email]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > input[type=tel]::-moz-placeholder,
.web-form-modal-container .web-form-section > label > input[type=text]::-moz-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #bababa
}

.web-form-modal-container .web-form-section > div > .address-finder > input[type=text]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=email]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=tel]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=text]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .address-finder > input[type=text]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=email]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=tel]:-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=text]:-ms-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #bababa
}

.web-form-modal-container .web-form-section > div > .address-finder > input[type=text]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=email]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=tel]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > div > input[type=text]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .address-finder > input[type=text]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=email]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=tel]::-ms-input-placeholder,
.web-form-modal-container .web-form-section > label > input[type=text]::-ms-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #bababa
}

.web-form-modal-container .web-form-section > div > .address-finder > input[type=text]::placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=email]::placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=tel]::placeholder,
.web-form-modal-container .web-form-section > div > .validation-wrapper > input[type=text]::placeholder,
.web-form-modal-container .web-form-section > div > input[type=email]::placeholder,
.web-form-modal-container .web-form-section > div > input[type=tel]::placeholder,
.web-form-modal-container .web-form-section > div > input[type=text]::placeholder,
.web-form-modal-container .web-form-section > label > .address-finder > input[type=text]::placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=email]::placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=tel]::placeholder,
.web-form-modal-container .web-form-section > label > .validation-wrapper > input[type=text]::placeholder,
.web-form-modal-container .web-form-section > label > input[type=email]::placeholder,
.web-form-modal-container .web-form-section > label > input[type=tel]::placeholder,
.web-form-modal-container .web-form-section > label > input[type=text]::placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #bababa
}

.web-form-modal-container .web-form-section .address-finder {
    display: grid;
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
    grid-template-rows: -webkit-min-content min-minmax(45px, 1fr) -webkit-min-content;
    grid-template-rows: min-content min-minmax(45px, 1fr) min-content;
    gap: 5px;
    grid-template-areas: "search button""results error";
    margin-bottom: -25px
}

    .web-form-modal-container .web-form-section .address-finder > input[type=text] {
        width: initial;
        grid-area: search
    }

    .web-form-modal-container .web-form-section .address-finder .idpc-button {
        grid-area: button;
        width: 168px;
        height: 42px;
        border-radius: 6px;
        border: 1px solid #e40246;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #e40046;
        color: #fff
    }

    .web-form-modal-container .web-form-section .address-finder .idpc-select-container {
        min-height: 45px;
        grid-area: results;
        display: block !important
    }

        .web-form-modal-container .web-form-section .address-finder .idpc-select-container select {
            width: 100%
        }

    .web-form-modal-container .web-form-section .address-finder .idpc-error {
        grid-area: error;
        font-size: 12px;
        color: red;
        min-height: 20px
    }

.web-form-modal-container .web-form-section .date-pickers {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .date-pickers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }
}

.web-form-modal-container .web-form-section .general-date {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

    .web-form-modal-container .web-form-section .general-date select {
        width: 122px
    }

.web-form-modal-container .web-form-section .specific-date {
    width: 168px;
    height: 42px;
    border-radius: 6px;
    background: #faf0f3;
    border: 1px solid #e40246;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: center;
    color: #e40046;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .web-form-modal-container .web-form-section .specific-date::-webkit-input-placeholder {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #e40046
    }

    .web-form-modal-container .web-form-section .specific-date::-moz-placeholder {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #e40046
    }

    .web-form-modal-container .web-form-section .specific-date:-ms-input-placeholder {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #e40046
    }

    .web-form-modal-container .web-form-section .specific-date::-ms-input-placeholder {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #e40046
    }

    .web-form-modal-container .web-form-section .specific-date::placeholder {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #e40046
    }

.web-form-modal-container .web-form-section .event-notes {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .event-notes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.web-form-modal-container .web-form-section .event-notes textarea {
    max-width: 370px;
    width: 100%;
    height: 144px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bababa;
    padding: 12px;
    resize: none
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .event-notes textarea {
        max-width: 100%
    }
}

.web-form-modal-container .web-form-section .event-notes > div p,
.web-form-modal-container .web-form-section .event-notes > div ul,
.web-form-modal-container .web-form-section .event-notes > div ul li {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a
}

.web-form-modal-container .web-form-section .event-notes > div ul {
    list-style-type: none;
    padding-left: 0
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .event-notes > div ul {
        margin-left: 10px
    }
}

.web-form-modal-container .web-form-section .event-notes > div ul li {
    text-indent: -5px
}

    .web-form-modal-container .web-form-section .event-notes > div ul li:before {
        content: "-";
        text-indent: -5px
    }

.web-form-modal-container .web-form-section .budget {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .budget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.web-form-modal-container .web-form-section .budget input {
    max-width: 151px;
    border-color: #bababa
}

.web-form-modal-container .web-form-section .budget p {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
    text-wrap: balance
}

.web-form-modal-container .web-form-section .validation-wrapper {
    position: relative;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .web-form-modal-container .web-form-section .validation-wrapper::after {
        content: "please complete this field";
        font-weight: 500;
        font-size: 12px;
        text-align: left;
        color: #d75f78;
        pointer-events: none;
        position: absolute;
        bottom: -18px;
        left: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .web-form-modal-container .web-form-section .validation-wrapper::before {
        content: "\f057";
        font-weight: 900;
        font-family: "Font Awesome 6 Pro";
        font-size: 14px;
        color: #d75f78;
        position: absolute;
        top: calc(50% - 7px);
        right: 17px;
        opacity: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        height: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .web-form-modal-container .web-form-section .validation-wrapper.invalid::after,
    .web-form-modal-container .web-form-section .validation-wrapper.invalid::before {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .web-form-modal-container .web-form-section .validation-wrapper.valid::before {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        color: #19a09c;
        content: "\f058"
    }

    .web-form-modal-container .web-form-section .validation-wrapper:has(>input[type=checkbox])::before {
        right: -17px
    }

    .web-form-modal-container .web-form-section .validation-wrapper.seating-choice {
        border: 1px solid rgba(215, 95, 120, 0);
        padding: 1px;
        border-radius: 4px
    }

        .web-form-modal-container .web-form-section .validation-wrapper.seating-choice::before {
            display: none
        }

        .web-form-modal-container .web-form-section .validation-wrapper.seating-choice.invalid {
            border-color: #d75f78
        }

.web-form-modal-container .web-form-section .budget > input,
.web-form-modal-container .web-form-section select {
    width: 228px;
    min-height: 42px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #707070;
    padding: 11px 12px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a
}

    .web-form-modal-container .web-form-section .budget > input::before,
    .web-form-modal-container .web-form-section select::before {
        content: "test";
        display: inline-block;
        position: absolute
    }

.web-form-modal-container .web-form-section .delegates {
    width: 100%;
    position: relative
}

    .web-form-modal-container .web-form-section .delegates input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 1px;
        background: rgba(198, 198, 198, 0);
        width: 100%;
        outline: 0;
        margin-top: 7.5px;
        margin-bottom: 18px;
        position: relative;
        z-index: 1
    }

        .web-form-modal-container .web-form-section .delegates input[type=range]::-moz-range-thumb,
        .web-form-modal-container .web-form-section .delegates input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 28px;
            height: 28px;
            background: #fff;
            border: 1px solid #707070;
            -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .16));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, .16));
            border-radius: 50%
        }

        .web-form-modal-container .web-form-section .delegates input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 28px;
            height: 28px;
            background: #fff;
            border: 1px solid #707070;
            -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .16));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, .16));
            border-radius: 50%
        }

    .web-form-modal-container .web-form-section .delegates .lines {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: calc(100% - 28px);
        margin-left: 14px;
        pointer-events: none;
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .web-form-modal-container .web-form-section .delegates .lines::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            border-top: 1px solid #c6c6c6;
            height: 0;
            pointer-events: none;
            margin: auto 0
        }

        .web-form-modal-container .web-form-section .delegates .lines > span {
            height: 15px;
            border-right: 1px solid #c6c6c6;
            width: 0
        }

    .web-form-modal-container .web-form-section .delegates .icons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: calc(100% - 28px);
        margin-left: 14px
    }

        .web-form-modal-container .web-form-section .delegates .icons > * {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .web-form-modal-container .web-form-section .delegates .icons > :first-child {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .web-form-modal-container .web-form-section .delegates .icons > :last-child {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

.web-form-modal-container .web-form-section .slider-amount {
    width: 199.58px;
    height: 40.08px;
    border-radius: 6px;
    background: #e2eff4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: center;
    color: #1a1a1a;
    border: none;
    pointer-events: none
}

    .web-form-modal-container .web-form-section .slider-amount::-webkit-input-placeholder {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #1a1a1a
    }

    .web-form-modal-container .web-form-section .slider-amount::-moz-placeholder {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #1a1a1a
    }

    .web-form-modal-container .web-form-section .slider-amount:-ms-input-placeholder {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #1a1a1a
    }

    .web-form-modal-container .web-form-section .slider-amount::-ms-input-placeholder {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #1a1a1a
    }

    .web-form-modal-container .web-form-section .slider-amount::placeholder {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -.04em;
        text-align: center;
        color: #1a1a1a
    }

@media (min-width:767px) {
    .web-form-modal-container .web-form-section .seating-choice {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 22px 40px
    }
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .seating-choice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 14px;
        display: grid;
        grid-template-columns: 50% 50%;
        width: 100%
    }
}

.web-form-modal-container .web-form-section .seating-choice > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .seating-choice > label {
        gap: 14px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.web-form-modal-container .web-form-section .seating-choice > label:has(input:checked) .img-container {
    background-color: #0093c9
}

    .web-form-modal-container .web-form-section .seating-choice > label:has(input:checked) .img-container img {
        -webkit-filter: brightness(20);
        filter: brightness(20)
    }

    .web-form-modal-container .web-form-section .seating-choice > label:has(input:checked) .img-container i,
    .web-form-modal-container .web-form-section .seating-choice > label:has(input:checked) .img-container svg {
        color: #fff
    }

.web-form-modal-container .web-form-section .seating-choice > label:has(input:focus) {
    outline: 3px solid #ffc400 !important
}

.web-form-modal-container .web-form-section .seating-choice > label .img-container {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #0093c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px;
    min-height: 56px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .web-form-modal-container .web-form-section .seating-choice > label .img-container i,
    .web-form-modal-container .web-form-section .seating-choice > label .img-container img,
    .web-form-modal-container .web-form-section .seating-choice > label .img-container svg {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

@media (max-width:767px) {
    .web-form-modal-container .web-form-section .seating-choice > label .img-container {
        opacity: 0;
        position: absolute;
        pointer-events: none
    }
}

@media (min-width:767px) {
    .web-form-modal-container .web-form-section .seating-choice > label input {
        opacity: 0;
        position: absolute;
        pointer-events: none
    }
}

.web-form-modal-container .web-form-section .seating-choice > label span {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -.04em;
    text-align: center;
    color: #1a1a1a
}

.web-form-modal-container .web-form-controls {
    display: grid;
    grid-template-columns: -webkit-min-content -webkit-min-content;
    grid-template-columns: min-content min-content;
    gap: 30px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-top: auto
}

@media (max-width:767px) {
    .web-form-modal-container .web-form-controls {
        max-width: 318px;
        margin: 0 auto 0 auto;
        padding-bottom: 40px
    }
}

.web-form-modal-container .web-form-controls .web-form-back-button,
.web-form-modal-container .web-form-controls .web-form-next-button,
.web-form-modal-container .web-form-controls .web-form-submit-button,
.web-form-modal-container .web-form-controls .web-form-validate-button {
    width: 168px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #e40246;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:767px) {

    .web-form-modal-container .web-form-controls .web-form-back-button,
    .web-form-modal-container .web-form-controls .web-form-next-button,
    .web-form-modal-container .web-form-controls .web-form-submit-button,
    .web-form-modal-container .web-form-controls .web-form-validate-button {
        width: 115px
    }
}

.web-form-modal-container .web-form-controls .web-form-back-button.disabled,
.web-form-modal-container .web-form-controls .web-form-next-button.disabled,
.web-form-modal-container .web-form-controls .web-form-submit-button.disabled,
.web-form-modal-container .web-form-controls .web-form-validate-button.disabled {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #888;
    cursor: initial;
    pointer-events: none
}

.web-form-modal-container .web-form-controls .web-form-back-button.test-disabled,
.web-form-modal-container .web-form-controls .web-form-next-button.test-disabled,
.web-form-modal-container .web-form-controls .web-form-submit-button.test-disabled,
.web-form-modal-container .web-form-controls .web-form-validate-button.test-disabled {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #888;
    cursor: initial;
    opacity: 1;
    pointer-events: all
}

.web-form-modal-container .web-form-controls .web-form-back-button.slick-disabled,
.web-form-modal-container .web-form-controls .web-form-next-button.slick-disabled,
.web-form-modal-container .web-form-controls .web-form-submit-button.slick-disabled,
.web-form-modal-container .web-form-controls .web-form-validate-button.slick-disabled {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: #888;
    cursor: initial
}

.web-form-modal-container .web-form-controls .web-form-back-button {
    background: #faf0f3;
    color: #e40046;
    grid-area: 1/1/2/2
}

.web-form-modal-container .web-form-controls .web-form-next-button,
.web-form-modal-container .web-form-controls .web-form-submit-button,
.web-form-modal-container .web-form-controls .web-form-validate-button {
    background-color: #e40046;
    color: #fff;
    grid-area: 1/2/2/3
}

.web-form-modal-container .web-form-controls .web-form-validate-button {
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

.web-form-modal-container .web-form-controls .web-form-submit-button {
    opacity: 0;
    pointer-events: none
}

.web-form-modal-container .web-form-controls:has(.web-form-back-button.slick-disabled) .web-form-back-button {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none
}

.web-form-modal-container .web-form-controls:has(.web-form-back-button.slick-disabled) .web-form-next-button,
.web-form-modal-container .web-form-controls:has(.web-form-back-button.slick-disabled) .web-form-validate-button {
    -webkit-transform: translateX(calc(-100% - 30px));
    -ms-transform: translateX(calc(-100% - 30px));
    transform: translateX(calc(-100% - 30px))
}

.web-form-modal-container .web-form-controls:has(.web-form-next-button.slick-disabled) .web-form-submit-button {
    opacity: 1;
    pointer-events: all
}

.web-form-modal-container .web-form-controls:has(.web-form-next-button.slick-disabled) .web-form-next-button {
    -webkit-transform: translateX(calc(100% + 30px));
    -ms-transform: translateX(calc(100% + 30px));
    transform: translateX(calc(100% + 30px));
    opacity: 0;
    pointer-events: none
}

.web-form-modal-container .web-form-controls:has(.web-form-next-button.slick-disabled) + .web-form-copy {
    display: block
}

.web-form-modal-container .web-form-copy {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a;
    display: none;
    text-wrap: balance
}

.form-thank-you {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border-radius: 6px;
    min-height: 486px;
    display: flex;
    overflow: hidden
}

    .form-thank-you .top-bar {
        width: 100%;
        background-color: #e40046;
        padding: 25px 10px 21px 10px
    }

@media (max-width:767px) {
    .form-thank-you .top-bar {
        padding-top: 73px
    }
}

.form-thank-you .top-bar > div {
    max-width: 612px;
    margin: 0 auto
}

@media (max-width:767px) {
    .form-thank-you .top-bar > div {
        max-width: 317px
    }
}

.form-thank-you .top-bar_title {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px
}

    .form-thank-you .top-bar_title i,
    .form-thank-you .top-bar_title svg {
        color: #fff;
        font-size: 23px
    }

.form-thank-you .top-bar p {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: left;
    color: #fff
}

.form-thank-you .main-section {
    width: 100%;
    padding: 39px 10px 21px 10px
}

    .form-thank-you .main-section > div {
        max-width: 612px;
        margin: 0 auto
    }

@media (max-width:767px) {
    .form-thank-you .main-section > div {
        max-width: 317px
    }
}

.form-thank-you .main-section_title {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 18px
}

.form-thank-you .main-section p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    text-align: left;
    color: #1a1a1a
}

.form-thank-you .main-section_links {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 17px 22px
}

@media (max-width:767px) {
    .form-thank-you .main-section_links {
        grid-template-columns: 100%
    }
}

.form-thank-you .main-section_links a {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e40046;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .form-thank-you .main-section_links a .image-half {
        width: 97px;
        height: 90px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .form-thank-you .main-section_links a .copy-half {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 2px 10px
    }

        .form-thank-you .main-section_links a .copy-half .title {
            font-weight: 600;
            font-size: 16px;
            letter-spacing: -.04em;
            text-align: left;
            color: #1a1a1a
        }

        .form-thank-you .main-section_links a .copy-half p {
            font-weight: 500;
            font-size: 14px;
            letter-spacing: -.04em;
            text-align: left;
            color: #535353;
            margin: 0
        }

#corporate-banner {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background-color: #101010
}

    #corporate-banner .corporate-logo-wrap {
        height: 100%;
        width: 100%;
        position: absolute
    }

        #corporate-banner .corporate-logo-wrap img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: auto;
            width: 500px;
            max-width: 100%;
            z-index: 1001
        }

@media (max-width:991px) {
    #corporate-banner .corporate-logo-wrap img {
        width: 55%
    }
}

@media (max-width:767px) {
    #corporate-banner .corporate-logo-wrap img {
        width: 85%
    }
}

#corporate-banner .box-shadow {
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0))
}

#corporate-banner .img-separator {
    
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 550px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width:991px) {
    #corporate-banner {
        width: auto;
        height: 325px
    }

        #corporate-banner .img-separator {
            display: none
        }
}

#content-section {
    padding: 75px 0
}

    #content-section h2 {
        font-size: 62px;
        text-transform: uppercase;
        font-weight: 700;
        color: #a28061
    }

@media (max-width:991px) {
    #content-section h2 {
        font-size: 42px
    }
}

#content-section p {
    font-size: 18px
}

@media (max-width:991px) {
    #content-section {
        padding: 35px 0
    }
}

#content-section a.sponsored-button {
    width: 250px;
    max-width: 100%;
    padding: 25px 0;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 auto
}

@media (max-width:991px) {
    #content-section a.sponsored-button {
        width: initial
    }
}

.img-container {
    position: relative;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

    .img-container .img {
        width: 100%;
        height: 775px;
        max-width: 100%;
        background-size: cover;
        background-position: center
    }

@media (max-width:991px) {
    .img-container .img {
        width: auto;
        height: 400px
    }
}

.img-container .img-separator {
    border-top: 50px solid #fefefe;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 550px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width:991px) {
    .img-container .img-separator {
        display: none
    }
}

.img-container h3 {
    position: absolute;
    top: 10%;
    left: 15%;
    color: #fefefe;
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    white-space: pre-line;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

@media (max-width:991px) {
    .img-container h3 {
        font-size: 28px;
        top: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        margin: 0
    }
}

.img-container .text-para {
    position: absolute;
    bottom: 10%;
    color: #fefefe;
    width: 60%;
    font-size: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

    .img-container .text-para p {
        letter-spacing: .5px
    }

@media (max-width:991px) {
    .img-container .text-para {
        font-size: 14px;
        width: 90%;
        bottom: 15px
    }

        .img-container .text-para p {
            margin-bottom: 0
        }
}

.img-box-wrapper .box-title {
    text-align: center
}

    .img-box-wrapper .box-title h2.dark-gold {
        color: #a28061;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 4rem
    }

    .img-box-wrapper .box-title h3 {
        margin-top: 0;
        font-size: 2.25rem
    }

.img-box-wrapper .img-box {
    margin-top: 20px
}

    .img-box-wrapper .img-box img {
        max-width: 100%;
        height: auto;
        width: 100%
    }

    .img-box-wrapper .img-box .box-text {
        background-color: #fefefe;
        text-align: center;
        display: table;
        width: 100%;
        height: 85px
    }

        .img-box-wrapper .img-box .box-text.dark-gold {
            background-color: #a28061
        }

        .img-box-wrapper .img-box .box-text h4 {
            color: #fefefe;
            font-size: 1.75rem;
            padding: 15px 10px;
            font-weight: 400;
            margin-top: 0;
            vertical-align: middle;
            display: table-cell
        }

.cvd-sts section {
    margin-bottom: 15px
}

.cvd-sts_header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 32px 0
}

.cvd-sts_header_subheading {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0 0 7px 0
}

.cvd-sts_header_heading {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    margin: 0 0 23px 0
}

.cvd-sts_header_copy {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px 0
}

.cvd-sts_header_image {
    width: 100%;
    padding-top: 55.7%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px
}

.cvd-sts_content_container {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cvd-sts_content_container_inner {
    padding: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .cvd-sts_content_container_inner.half-width {
        width: 50%
    }

@media (max-width:767px) {
    .cvd-sts_content_container_inner.half-width {
        width: 100%
    }
}

.cvd-sts_content_container_image {
    width: 50%
}

@media (max-width:767px) {
    .cvd-sts_content_container_image {
        width: 100%
    }
}

.cvd-sts_content_container_image .image-inner {
    width: 100%;
    padding-top: 55.7%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.cvd-sts_content_title {
    background-color: #001a30;
    border-radius: 5px 5px 0 0;
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 10px 27px;
    margin: 0
}

.cvd-sts_content .icon {
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .cvd-sts_content .icon i,
    .cvd-sts_content .icon svg {
        font-size: 30px;
        color: #041c2c
    }

.cvd-sts_content_copy,
.cvd-sts_content_copy p {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

    .cvd-sts_content_copy h1,
    .cvd-sts_content_copy h2,
    .cvd-sts_content_copy h3,
    .cvd-sts_content_copy h4,
    .cvd-sts_content_copy h5,
    .cvd-sts_content_copy h6,
    .cvd-sts_content_copy p h1,
    .cvd-sts_content_copy p h2,
    .cvd-sts_content_copy p h3,
    .cvd-sts_content_copy p h4,
    .cvd-sts_content_copy p h5,
    .cvd-sts_content_copy p h6 {
        margin: 0 0 6px 0;
        font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        color: #e40046
    }

    .cvd-sts_content_copy p a,
    .cvd-sts_content_copy p p a {
        color: #e40046;
        
    }

.cvd-sts_content_list_title {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616;
    margin: 0 0 18px 0
}

.cvd-sts_content_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .cvd-sts_content_list ul li {
        font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #161616;
        margin: 0 0 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .cvd-sts_content_list ul li i,
        .cvd-sts_content_list ul li svg {
            font-size: 30px;
            margin-right: 20px;
            width: 30px
        }

.cvd-sts_content .cvd-sts-button {
    width: 100%
}

    .cvd-sts_content .cvd-sts-button.filled a,
    .cvd-sts_content .cvd-sts-button.filled button {
        background-color: #e40046;
        color: #fff
    }

    .cvd-sts_content .cvd-sts-button a,
    .cvd-sts_content .cvd-sts-button button {
        font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        color: #e40046;
        border-radius: 5px;
        background: 0 0;
        border: 2px solid #d12d4a;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 13px 15px;
        margin: 28px 0 0 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

        .cvd-sts_content .cvd-sts-button a i,
        .cvd-sts_content .cvd-sts-button a svg,
        .cvd-sts_content .cvd-sts-button button i,
        .cvd-sts_content .cvd-sts-button button svg {
            font-size: 30px;
            color: #e40046;
            margin-right: 20px
        }

.cvd-sts-modal {
    position: fixed;
    background: rgba(4, 28, 44, .95);
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

    .cvd-sts-modal.open {
        opacity: 1;
        pointer-events: all
    }

        .cvd-sts-modal.open .cvd-sts-modalInner {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

.cvd-sts-modalInner {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-width: 812px;
    max-height: calc(100vh - 100px);
    margin: 60px;
    position: relative
}

.cvd-sts-modal .exit-button {
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: -45px
}

    .cvd-sts-modal .exit-button i,
    .cvd-sts-modal .exit-button svg {
        font-size: 30px;
        color: #fff;
        pointer-events: none
    }

.page-getting-here .page-content__wrapper {
    text-align: center;
    margin-top: 50px
}

.page-getting-here .page-content--get-here {
    margin-bottom: -50px
}

.page-getting-here p {
    font-size: 2rem
}

.page-getting-here .form {
    position: relative;
    z-index: 5;
    width: 375px;
    margin: 25px auto 0;
    max-width: 100%
}

    .page-getting-here .form .form__field {
        position: relative;
        margin: 0 0 40px;
        z-index: 5
    }

        .page-getting-here .form .form__field:last-of-type {
            margin-bottom: 0
        }

        .page-getting-here .form .form__field.form__field--input input {
            height: 55px;
            width: 100%;
            background-color: transparent;
            padding: 0 15px;
            font-size: 1.75rem;
            border-style: solid;
            border-width: 2px;
            border-color: #db0740
        }

            .page-getting-here .form .form__field.form__field--input input:focus ~ label {
                top: -25px;
                left: 0;
                font-size: 1.75rem
            }

        .page-getting-here .form .form__field.form__field--input label {
            position: absolute;
            left: 15px;
            top: 12px;
            font-size: 2rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            z-index: -1;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            font-weight: 400
        }

        .page-getting-here .form .form__field.form__field--active label {
            top: -25px;
            left: 0;
            font-size: 1.75rem
        }

        .page-getting-here .form .form__field.form__field--options ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .page-getting-here .form .form__field.form__field--options ul li {
                display: inline-block;
                margin-right: 10px
            }

@media screen and (max-width:991px) {
    .page-getting-here .form .form__field.form__field--options ul li {
        margin-right: 0
    }
}

.page-getting-here .form .form__field.form__field--options ul li:last-of-type {
    margin-right: 0
}

.page-getting-here .form .form__field.form__field--options ul li input {
    display: inline-block
}

.page-getting-here .form .form__field.form__field--options ul li label {
    font-size: 2rem;
    font-weight: 400
}

.page-getting-here .form .form__field button {
    padding: 15px 35px
}

.page-getting-here .page-content--get-here {
    margin-bottom: -50px
}

    .page-getting-here .page-content--get-here h2 {
        font-size: 4rem;
        margin-bottom: 45px;
        color: #db0740
    }

    .page-getting-here .page-content--get-here .card {
        margin-bottom: 45px
    }

@media screen and (max-width:991px) {
    .page-getting-here .page-content--get-here .card {
        margin-bottom: 20px
    }
}

.page-getting-here .page-content--get-here .card .card__wrapper .card__image img {
    width: 100%
}

.page-getting-here .page-content--get-here .card .card__wrapper .card__title h3 {
    margin: 0 0 20px
}

.page-getting-here .page-content--get-here .card .card__wrapper .card__info {
    padding: 35px 20px 20px;
    background-color: #fefefe;
    height: 250px
}

    .page-getting-here .page-content--get-here .card .card__wrapper .card__info p {
        font-size: 1.75rem
    }

.page-getting-here .page-content--get-here .card .card__wrapper .card__footer button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.page-getting-here .getting-here-lower-section .col-md-4 .small-panel-copy {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .cc_container .page-getting-here .getting-here-lower-section .col-md-4 .small-panel-copy .cc_btn_accept_all,
    .page-getting-here .getting-here-lower-section .col-md-4 .small-panel-copy .button,
    .page-getting-here .getting-here-lower-section .col-md-4 .small-panel-copy .cc_container .cc_btn_accept_all {
        margin-top: auto
    }

.image-card-component .card__wrapper {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden
}

    .image-card-component .card__wrapper .card__info {
        padding: 0 5% 5%
    }

.parking-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(16, 16, 16, .25)
}

.parking-modal__dialog {
    width: 720px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-width: 100%
}

.parking-modal__content {
    position: absolute;
    top: 50%;
    background-color: #fefefe;
    padding: 15px 35px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-style: none;
    border-radius: 10px
}

.parking-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #db0740;
    color: #fefefe;
    font-size: 18px;
    width: 42px;
    height: 42px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    outline: 0;
    border-style: solid;
    border-top-right-radius: 10px;
    border-color: #efefef;
    border-width: 2px;
    border-top-style: none;
    border-right-style: none
}

    .parking-modal__close:hover {
        background-color: #aa0532
    }

.parking-modal__close-txt {
    display: block;
    background-color: transparent;
    padding-bottom: 5px;
    font-size: 13px;
    margin: 10px auto;
    outline: 0;
    border-style: none;
    
    border-width: 1px
}

.parking-modal__close:hover {
    color: #e54a00
}

.parking-modal__header {
    padding: 5px 0 15px;
    
    border-width: 1px;
    border-color: #e2e2e2
}

    .parking-modal__header .fa {
        font-size: 52px
    }

.parking-modal__body {
    margin-top: 25px
}

    .parking-modal__body h4 {
        font-size: 36px
    }

    .parking-modal__body h5 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px
    }

.parking-modal.first-time.active .parking-modal__content {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
}

.parking-modal.cookie-set .parking-modal__content {
    -webkit-transform: translate(200%, -50%) scale(.5);
    -ms-transform: translate(200%, -50%) scale(.5);
    transform: translate(200%, -50%) scale(.5)
}

.parking-modal.active .parking-modal__content {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1)
}

.parking-modal--visitor .parking-modal__header .fa {
    color: #ff6319
}

.parking-modal--visitor h4 {
    color: #ff6319
}

.parking-modal--visitor h5 {
    color: #ff7433
}

.parking-modal--visitor .parking-modal__body .parking-modal__close-txt {
    color: #ff6319;
    border-color: #ff6319
}

.parking-modal--exo .parking-modal__header .fa {
    color: #7ab800
}

.parking-modal--exo h4 {
    color: #7ab800
}

.parking-modal--exo h5 {
    color: #8bd200
}

.parking-modal--exo .parking-modal__body .parking-modal__close-txt {
    color: #7ab800;
    border-color: #7ab800
}

#parking-modal-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(200%, -50%);
    -ms-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
    width: 62px;
    height: 52px;
    text-align: center;
    font-size: 32px;
    color: #fefefe;
    background-color: #ff6319;
    outline: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    border-style: none;
    border-top-left-radius: 25px;
    
}

    #parking-modal-btn:hover {
        background-color: #e54a00
    }

    #parking-modal-btn.cookie-set {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    #parking-modal-btn.modal-active {
        -webkit-transform: translate(200%, -50%);
        -ms-transform: translate(200%, -50%);
        transform: translate(200%, -50%)
    }

    #parking-modal-btn.exo-btn {
        background-color: #7ab800
    }

    #parking-modal-btn.visitor-btn {
        background-color: #ff6319
    }

.page-header--flexible-seating {
    position: relative
}

    .page-header--flexible-seating .page-header__image {
        margin-bottom: 0
    }

    .page-header--flexible-seating .page-title {
        width: 100%;
        height: 100%;
        margin: 0 auto
    }

        .page-header--flexible-seating .page-title .mobile-title {
            display: none
        }

        .page-header--flexible-seating .page-title img {
            position: absolute;
            width: 50%;
            bottom: -5px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .page-header--flexible-seating .page-title img:last-of-type {
                bottom: -120px;
                height: 85px;
                right: 0;
                -webkit-transform: translate(0);
                -ms-transform: translate(0);
                transform: translate(0)
            }

@media screen and (max-width:1199px) {
    .page-header--flexible-seating .page-title img:last-of-type {
        height: 50px;
        bottom: -70px
    }
}

@media screen and (max-width:991px) {
    .page-header--flexible-seating .page-title .desktop-title {
        display: none
    }

    .page-header--flexible-seating .page-title .mobile-title {
        display: block
    }

        .page-header--flexible-seating .page-title .mobile-title img {
            bottom: 0;
            width: 85%
        }

            .page-header--flexible-seating .page-title .mobile-title img:last-of-type {
                width: 50%;
                height: initial;
                bottom: -50px;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%)
            }
}

.page-flexible-seating {
    margin-bottom: -50px;
    background-size: contain;
    background-position: 625px 125px;
    background-repeat: no-repeat
}

@media screen and (max-width:991px) {
    .page-flexible-seating {
        padding-top: 40px
    }
}

.page-flexible-seating .seating-video-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

    .page-flexible-seating .seating-video-popup:hover i,
    .page-flexible-seating .seating-video-popup:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .page-flexible-seating .seating-video-popup i,
    .page-flexible-seating .seating-video-popup svg {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 60px;
        color: #fff
    }

.page-flexible-seating .page-content__wrapper {
    text-align: center
}

    .page-flexible-seating .page-content__wrapper h1,
    .page-flexible-seating .page-content__wrapper h5 {
        color: #fefefe
    }

    .page-flexible-seating .page-content__wrapper p {
        color: #fefefe;
        font-size: 1.25em
    }

    .page-flexible-seating .page-content__wrapper h1 {
        font-size: 4em;
        margin: 0;
        font-weight: 700
    }

    .page-flexible-seating .page-content__wrapper h5 {
        font-size: 1.5em;
        font-weight: 400
    }

.page-flexible-seating .page-content--seating {
    padding: 26px 0 35px 0;
    background-color: #001a30
}

    .page-flexible-seating .page-content--seating .disclaimer {
        margin-top: 35px
    }

        .page-flexible-seating .page-content--seating .disclaimer p {
            color: #fefefe;
            margin: 0;
            font-size: 1em
        }

.page-flexible-seating .seating-layout h4 {
    color: #fefefe;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 1.5em
}

.page-flexible-seating .seating-layout .seating-layout__seats {
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 10px;
    min-height: 475px;
    position: relative;
    overflow: hidden
}

    .page-flexible-seating .seating-layout .seating-layout__seats .seat-layout {
        display: block;
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        -webkit-animation: animateRight 1s;
        animation: animateRight 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .page-flexible-seating .seating-layout .seating-layout__seats .seat-layout.active {
            display: block;
            opacity: 1;
            left: 0;
            -webkit-animation: animateLeft 1.5s;
            animation: animateLeft 1.5s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

.page-flexible-seating .seating-layout .seating-layout__delegates {
    background-color: #a080ba;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 15px 35px;
    min-height: 475px
}

    .page-flexible-seating .seating-layout .seating-layout__delegates .seating-layout__buttons .layout-btn {
        margin: 15px 25px 30px;
        padding: 10px 0;
        display: inline-block;
        width: 30%;
        color: #fefefe;
        font-weight: 700;
        font-size: 1.25em;
        background-color: #535353;
        -webkit-box-shadow: 3px 5px 15px rgba(0, 0, 0, .25);
        box-shadow: 3px 5px 15px rgba(0, 0, 0, .25);
        border-radius: 10px;
        cursor: pointer;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

        .page-flexible-seating .seating-layout .seating-layout__delegates .seating-layout__buttons .layout-btn.active,
        .page-flexible-seating .seating-layout .seating-layout__delegates .seating-layout__buttons .layout-btn:focus,
        .page-flexible-seating .seating-layout .seating-layout__delegates .seating-layout__buttons .layout-btn:hover {
            background-color: #7a549a;
            color: #fefefe !important
        }

.page-flexible-seating .page-content--cards {
    background-color: #465560;
    padding: 50px 0 100px
}

@media screen and (max-width:991px) {
    .page-flexible-seating .page-content--cards {
        margin-top: 45px
    }
}

@media screen and (min-width:991px) {

    .page-flexible-seating .page-content--cards .download-section,
    .page-flexible-seating .page-content--cards .title-wrapper {
        text-align: left
    }

        .page-flexible-seating .page-content--cards .download-section h1,
        .page-flexible-seating .page-content--cards .download-section h2,
        .page-flexible-seating .page-content--cards .download-section h3,
        .page-flexible-seating .page-content--cards .title-wrapper h1,
        .page-flexible-seating .page-content--cards .title-wrapper h2,
        .page-flexible-seating .page-content--cards .title-wrapper h3 {
            font-family: "Work Sans";
            font-weight: 600;
            font-size: 22px;
            color: #fff;
            margin: 0 0 14px 0
        }

        .page-flexible-seating .page-content--cards .download-section > div,
        .page-flexible-seating .page-content--cards .title-wrapper > div {
            max-width: 762px
        }

            .page-flexible-seating .page-content--cards .download-section > div p,
            .page-flexible-seating .page-content--cards .title-wrapper > div p {
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: #fff
            }

    .page-flexible-seating .page-content--cards .download-section {
        margin-top: 84px
    }
}

.page-flexible-seating .card-wrapper {
    margin-top: 15px
}

    .page-flexible-seating .card-wrapper .card {
        position: relative
    }

        .page-flexible-seating .card-wrapper .card .card__header {
            border-style: solid;
            border-style: solid;
            border-color: #fefefe;
            border-width: 1px
        }

            .page-flexible-seating .card-wrapper .card .card__header .card__img {
                width: 100%;
                height: 350px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center
            }

        .page-flexible-seating .card-wrapper .card .card__body {
            background-color: #fefefe;
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
            box-shadow: 0 0 8px rgba(0, 0, 0, .15);
            width: 90%;
            position: absolute;
            padding: 20px 75px;
            bottom: -30px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            height: 165px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .page-flexible-seating .card-wrapper .card .card__body p {
                margin: 0;
                font-weight: 700;
                font-size: 1.25em;
                color: #6dc0bb
            }

@media screen and (max-width:991px) {
    .page-flexible-seating .card-wrapper {
        margin-bottom: 75px
    }
}

.page-flexible-seating .page-content--email {
    margin: 0
}

    .page-flexible-seating .page-content--email h3 {
        font-size: 2.5em;
        text-transform: uppercase;
        max-width: 100%;
        word-wrap: break-word;
        margin: 0;
        color: #e12d96;
        font-weight: 700
    }

        .page-flexible-seating .page-content--email h3:last-of-type {
            margin-bottom: 15px
        }

@media screen and (max-width:991px) {
    .page-flexible-seating .page-content--email h3 {
        font-size: 2em
    }
}

.page-flexible-seating .page-content--email h4 {
    margin-top: 25px;
    font-size: 1.5em;
    color: #e12d96
}

    .page-flexible-seating .page-content--email h4 a {
        color: #f08b00;
        border-color: #f08b00
    }

.page-flexible-seating .page-content--email .email-btn {
    background-color: #f08b00;
    color: #fefefe;
    border: none;
    width: 250px;
    display: inline-block;
    margin: 0 auto;
    margin-right: 15px;
    font-size: 1.5em;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .page-flexible-seating .page-content--email .email-btn:hover {
        background-color: #bd6d00;
        color: #fefefe !important
    }

@media screen and (max-width:991px) {
    .page-flexible-seating .page-content--email .email-btn {
        margin-top: 15px
    }
}

.page-flexible-seating .page-content--cta {
    margin-top: 50px
}

    .page-flexible-seating .page-content--cta h3 {
        font-size: 2.5em;
        text-transform: uppercase;
        max-width: 100%;
        word-wrap: break-word;
        margin: 0;
        color: #e12d96;
        font-weight: 700
    }

        .page-flexible-seating .page-content--cta h3:last-of-type {
            margin-bottom: 15px
        }

@media screen and (max-width:991px) {
    .page-flexible-seating .page-content--cta h3 {
        font-size: 2em
    }
}

.page-flexible-seating .page-content--cta p {
    color: #242424
}

.page-flexible-seating .page-content--cta .email-btn {
    background-color: #f08b00;
    color: #fefefe;
    border: none;
    width: 250px;
    display: block;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .page-flexible-seating .page-content--cta .email-btn:hover {
        background-color: #bd6d00;
        color: #fefefe !important
    }

.page-flexible-seating .page-content--boxes {
    margin-top: 50px;
    padding: 50px 0
}

@media screen and (max-width:991px) {
    .page-flexible-seating .page-content--boxes {
        padding-bottom: 25px
    }
}

.page-flexible-seating .box-wrapper {
    margin: 0 0 35px;
    text-align: left !important
}

    .page-flexible-seating .box-wrapper .box-wrapper__img-wrap img {
        width: 100%;
        height: 100%
    }

    .page-flexible-seating .box-wrapper .box-wrapper__img-wrap .box__image {
        width: 100%;
        height: 340px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .page-flexible-seating .box-wrapper .box-wrapper__txt-wrap {
        display: table;
        height: 340px
    }

        .page-flexible-seating .box-wrapper .box-wrapper__txt-wrap .box-wrapper__txt {
            background-color: #001a30;
            padding: 25px;
            display: table-cell;
            vertical-align: middle
        }

            .page-flexible-seating .box-wrapper .box-wrapper__txt-wrap .box-wrapper__txt p {
                color: #fefefe;
                font-size: 1.2em;
                text-align: left !important
            }

.page-flexible-seating .page-content--icons {
    margin-top: 50px;
    padding: 35px 0;
    background-color: #f1f1f1
}

@media screen and (max-width:991px) {
    .page-flexible-seating .page-content--icons {
        margin-top: 25px
    }
}

.page-flexible-seating .icon-wrapper .icon-wrapper__img {
    margin-bottom: 15px
}

    .page-flexible-seating .icon-wrapper .icon-wrapper__img img {
        width: 180px
    }

.page-flexible-seating .icon-wrapper .icon-wrapper__txt h4 {
    color: #a080ba;
    font-weight: 700;
    font-size: 1.75em
}

.page-flexible-seating .icon-wrapper .icon-wrapper__txt p {
    font-size: 1.35em;
    font-weight: 500;
    color: #535353;
    width: 65%;
    display: block;
    margin: 0 auto;
    word-wrap: break-word
}

@media screen and (max-width:991px) {
    .page-flexible-seating .icon-wrapper {
        margin-bottom: 35px
    }
}

@-webkit-keyframes animateLeft {
    0% {
        left: -500px
    }

    100% {
        left: 0
    }
}

@keyframes animateLeft {
    0% {
        left: -500px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes animateRight {
    0% {
        right: 0
    }

    100% {
        right: -500px
    }
}

@keyframes animateRight {
    0% {
        right: 0
    }

    100% {
        right: -500px
    }
}

.event-hero-img {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    height: 625px
}

    .event-hero-img .event-image {
        width: 100vw;
        height: 55vh !important;
        background-position: center;
        background-size: cover
    }

    .event-hero-img .event-item-info-width {
        max-width: 1170px;
        margin: 0 auto;
        right: 0;
        left: 0;
        width: 100%;
        position: relative
    }

        .event-hero-img .event-item-info-width .event-item-info-container {
            bottom: 65px;
            left: 15px;
            color: #fff
        }

            .event-hero-img .event-item-info-width .event-item-info-container .event-item-info {
                margin: 11px 0 15px 0;
                border-radius: 2px;
                min-width: 250px;
                background-color: #001a30;
                border-radius: 5px;
                background-size: cover;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

@media (min-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-item-info {
        padding: 0 21px
    }
}

@media (max-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-item-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 9px 8px
    }

        .event-hero-img .event-item-info-width .event-item-info-container .event-item-info .event-item-title-container {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 25px
        }

        .event-hero-img .event-item-info-width .event-item-info-container .event-item-info .event-item-promoter-date-type {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 100%
        }

        .event-hero-img .event-item-info-width .event-item-info-container .event-item-info .event-ticket-cta-container {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            padding-right: 25px
        }

            .event-hero-img .event-item-info-width .event-item-info-container .event-item-info .event-ticket-cta-container a {
                margin: 0 15px 17px 15px
            }
}

@media (min-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-item-title-container {
        margin: 15px 25px 15px 0
    }
}

@media (max-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-item-title-container {
        margin: 14px 15px 0 15px
    }
}

.event-hero-img .event-item-info-width .event-item-info-container .event-item-title-container h1 {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
    color: #db0740
}

@media (min-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-item-promoter-date-type {
        margin: 15px 50px 15px 0
    }
}

@media (max-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-item-promoter-date-type {
        padding: 14px 14px
    }
}

.event-hero-img .event-item-info-width .event-item-info-container .event-item-promoter-date-type .event-item-date {
    display: block;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.event-hero-img .event-item-info-width .event-item-info-container .event-item-promoter-date-type .event-item-promoter {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.event-hero-img .event-item-info-width .event-item-info-container .event-item-promoter-date-type .slider-type {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container {
    min-width: 272px
}

@media (min-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container {
        margin-left: auto
    }
}

@media (max-width:991px) {
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky a.cc_btn_accept_all,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky span.cc_btn_accept_all,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky .cc_container a.cc_btn_accept_all,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky .cc_container span.cc_btn_accept_all,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky a.button,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky span.button {
    max-height: 92px;
    
}

@media (min-width:991px) {

    .cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky a.cc_btn_accept_all,
    .cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky span.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky .cc_container a.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky .cc_container span.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky a.button,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .is-sticky span.button {
        border-radius: 0 0 0 25px
    }
}

.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .event-ticket-btn {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #db0740;
    border-radius: 5px;
    padding: 16px 32px;
    text-decoration: none;
    border: 1px solid #db0740;
    margin-left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .event-ticket-btn:hover {
        background-color: #fff;
        color: #db0740 !important
    }

.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button {
    right: 0;
    width: auto;
    
    border-right: 0;
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    min-height: 92px;
    max-height: 147px;
    min-width: 272px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: pointer
}

@media (min-width:991px) {

    .cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all,
    .cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button {
        position: absolute;
        top: 0;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, .8);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 50px 15px 125px
    }
}

@media (max-width:991px) {

    .cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all,
    .cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button,
    .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 50px;
        border-top: 1px solid rgba(255, 255, 255, .8);
        border-left: 0
    }
}

.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all::before,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button::before {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all:hover::before,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all:hover::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all:hover::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all:hover::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button:hover::before,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button:hover::before {
    background-color: #8e2268
}

.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all span.fa-ticket,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.cc_btn_accept_all span.fa-ticket-alt,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all span.fa-ticket,
.cc_container .event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.cc_btn_accept_all span.fa-ticket-alt,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all span.fa-ticket,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container a.cc_btn_accept_all span.fa-ticket-alt,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all span.fa-ticket,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container .cc_container span.cc_btn_accept_all span.fa-ticket-alt,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button span.fa-ticket,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container a.button span.fa-ticket-alt,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button span.fa-ticket,
.event-hero-img .event-item-info-width .event-item-info-container .event-ticket-cta-container span.button span.fa-ticket-alt {
    padding-right: 15px;
    position: absolute;
    opacity: .2;
    font-size: 10.214rem !important;
    left: -8px;
    top: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.event-hero-img .event-slider-item {
    margin: 0 !important;
    overflow: hidden
}

    .event-hero-img .event-slider-item .slick-track .slick-slide {
        position: relative;
        max-height: calc(501px + 65px)
    }

        .event-hero-img .event-slider-item .slick-track .slick-slide > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-image: url(event-wow.svg);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            max-height: calc(501px + 65px);
            padding-top: calc(42.672% + 65px)
        }

@media (max-width:991px) {
    .event-hero-img .event-slider-item .slick-track .slick-slide > div {
        padding-top: calc(42.672% + 65px - 16px);
        max-height: calc(501px + 65px - 16px)
    }
}

.event-hero-img .event-slider-item .slick-track .slick-slide > div .event-image {
    max-width: 1170px;
    max-height: calc(501px + 65px);
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto 45px auto;
    background-size: cover;
    height: auto !important;
    border-radius: 5px
}

@media (max-width:991px) {
    .event-hero-img .event-slider-item .slick-track .slick-slide > div .event-image {
        width: calc(100% - 34px) !important;
        max-height: calc(501px + 65px - 16px)
    }
}

.event-hero-img .event-slider-item .slider-hero-dots-event {
    margin-bottom: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.event-hero-img .event-desktop-banner-width {
    max-width: 1535px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0
}

.event-hero-img .event-desktop-banner-cta {
    position: absolute;
    top: 30px;
    right: 0
}

@media (max-width:767px) {
    .event-hero-img .event-desktop-banner-cta {
        display: none
    }
}

.event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta a.button-whatson,
.event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta span.button-whatson {
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px 0 0 30px;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize
}

    .event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta a.button-whatson:hover,
    .event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta span.button-whatson:hover {
        padding-right: 30px
    }

    .event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta a.button-whatson span.fa-ticket,
    .event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta a.button-whatson span.fa-ticket-alt,
    .event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta span.button-whatson span.fa-ticket,
    .event-hero-img .event-desktop-banner-cta .event-item-cta-container .event-item-cta span.button-whatson span.fa-ticket-alt {
        padding-right: 15px;
        position: absolute;
        opacity: .2;
        font-size: 4rem !important;
        left: 0;
        top: -4px
    }

.whats-on-outer-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 21px;
    margin-bottom: 14px
}

    .whats-on-outer-container h3 {
        margin: 0 0 29px 0 !important;
        font-weight: 500;
        font-size: 22px;
        text-align: left;
        color: #161616
    }

.whats-on-content-container {
    padding: 0
}

    .whats-on-content-container .event-item-body-copy {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #161616
    }

.event-item-body-image-container .event-item-body-image img {
    border-radius: 5px
}

.connect-with-event {
    padding: 0
}

.connect-with-event_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 21px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .connect-with-event_list a {
        text-decoration: none;
        border: 0
    }

        .connect-with-event_list a i,
        .connect-with-event_list a svg {
            font-size: 28px;
            color: #db0740
        }

.event-item-body .event-item-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .event-item-body .event-item-list li {
        font-size: 18px;
        padding: 0 65px 18px 0;
        text-transform: capitalize
    }

        .event-item-body .event-item-list li .fa {
            color: #db0740;
            padding-right: 5px
        }

.event-item-body h3 {
    margin: 30px 0 15px;
    font-weight: 900;
    position: relative;
    display: inline-block
}

.event-item-body .event-item-body-image {
    width: 100%;
    text-align: center;
    margin-top: 70px
}

    .event-item-body .event-item-body-image img {
        max-width: 250px;
        width: 100%
    }

.event-item-body .event-item-cta {
    margin-top: 25px;
    position: relative;
    overflow: hidden
}

    .event-item-body .event-item-cta a {
        font-size: 18px;
        text-align: center;
        line-height: 75px;
        font-weight: 500;
        text-transform: capitalize
    }

    .event-item-body .event-item-cta span {
        padding-right: 15px;
        position: absolute;
        opacity: .2;
        font-size: 10.214rem !important;
        left: 0;
        top: -8px
    }

@media (min-width:767px) {
    .event-item-body .event-mobile-cta {
        display: none
    }
}

.event-item-body .event-mobile-cta .event-item-cta-container .event-item-cta {
    margin-top: 0
}

.event-item-body .event-item-body-social ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .event-item-body .event-item-body-social ul li {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer
    }

        .event-item-body .event-item-body-social ul li a {
            text-decoration: none !important;
            
        }

            .event-item-body .event-item-body-social ul li a span {
                position: relative;
                color: #fff
            }

    .event-item-body .event-item-body-social ul .share-icon {
        background-color: #db0740;
        border-radius: 50%
    }

        .event-item-body .event-item-body-social ul .share-icon span {
            color: #fff;
            position: relative;
            left: 8px;
            top: 8px
        }

    .event-item-body .event-item-body-social ul .social-next {
        margin-left: 5px;
        display: inline-block
    }

        .event-item-body .event-item-body-social ul .social-next li {
            margin: 0 3px
        }

.fa-facebook-bg {
    background-color: #3b5998
}

    .fa-facebook-bg span {
        left: 13px;
        top: 9px
    }

.fa-twitter-bg {
    background-color: #4099ff
}

    .fa-twitter-bg span {
        top: 9px;
        left: 9px
    }

.fa-linkedin-bg {
    background-color: #0077b5
}

    .fa-linkedin-bg span {
        left: 11px;
        top: 7px
    }

.fa-pin-bg {
    background-color: #c92228
}

    .fa-pin-bg span {
        left: 11px;
        top: 7px
    }

.fa-insta-bg {
    background-color: #000
}

    .fa-insta-bg span {
        left: 11px;
        top: 8px
    }

.fa-yt-bg {
    background-color: #db0740
}

    .fa-yt-bg span {
        left: 11px;
        top: 8px
    }

.pluss {
    left: 11px !important;
    top: 9px !important
}

.event-item-info-click a,
.official-website-outer a,
.parking-item-info-click a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #db0740;
    padding: 16px 19px;
    gap: 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #db0740;
    line-height: 1;
    min-width: 244px
}

    .event-item-info-click a i,
    .event-item-info-click a svg,
    .official-website-outer a i,
    .official-website-outer a svg,
    .parking-item-info-click a i,
    .parking-item-info-click a svg {
        font-size: 24px;
        color: #001a30
    }

    .official-website-outer a::before {
        content: "\f37e";
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        font-size: 24px;
        color: #001a30;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto
    }

.event-item-info-grey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e5e8ea;
    padding: 16px 19px;
    gap: 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    background: #e5e8ea;
    font-weight: 500;
    font-size: 16px;
    color: #001a30;
    line-height: 1;
    min-width: 244px
}

    .event-item-info-grey i,
    .event-item-info-grey svg {
        font-size: 24px;
        color: #001a30
    }

.event-item-info .event-item-info-click span {
    color: #fff
}

.event-item-info .event-item-info-wrap {
    font-size: 18px;
    display: inline-block;
    padding-top: 15px;
    width: 100%;
    float: left;
    padding-left: 20px
}

    .event-item-info .event-item-info-wrap span {
        color: #fff !important
    }

.event-item-info .event-item-info-inner {
    display: none;
    position: absolute;
    background-color: #001a30;
    color: #fff;
    z-index: 3;
    top: 0;
    left: 0;
    width: 300%;
    min-height: 125px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .event-item-info .event-item-info-inner .event-add-item-wrapper-all {
        width: 100%;
        float: left;
        padding: 5px 10px
    }

        .event-item-info .event-item-info-inner .event-add-item-wrapper-all .event-add-item-wrapper {
            display: inline-block;
            margin: 10px;
            line-height: 30px !important;
            border: 1px solid #fff;
            border-radius: 5px
        }

            .event-item-info .event-item-info-inner .event-add-item-wrapper-all .event-add-item-wrapper .event-item-info-1 {
                color: #fff
            }

                .event-item-info .event-item-info-inner .event-add-item-wrapper-all .event-add-item-wrapper .event-item-info-1.price {
                    padding: 6px !important;
                    background-color: #fff;
                    font-weight: 900;
                    color: #001a30;
                    border-radius: 5px
                }

            .event-item-info .event-item-info-inner .event-add-item-wrapper-all .event-add-item-wrapper .event-item-name-info-2 {
                color: #fff;
                margin-right: 10px;
                padding-left: 10px
            }

        .event-item-info .event-item-info-inner .event-add-item-wrapper-all .event-close {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            padding: 15px;
            background-color: rgba(255, 255, 255, .2)
        }

            .event-item-info .event-item-info-inner .event-add-item-wrapper-all .event-close span {
                color: #fff !important;
                margin-left: 5px
            }

.event-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.no-indent {
    left: 0
}

.indent {
    left: -15px
}

@media (max-width:767px) {
    .fa-pin-bg {
        background-color: #c92228
    }

        .fa-pin-bg span {
            left: 0 !important;
            top: 7px
        }

    .fa-insta-bg {
        background-color: #000
    }

        .fa-insta-bg span {
            left: 0 !important;
            top: 8px
        }

    .fa-yt-bg {
        background-color: #db0740
    }

        .fa-yt-bg span {
            left: 0 !important;
            top: 8px
        }

    .fa-facebook-bg {
        background-color: #3b5998
    }

        .fa-facebook-bg span {
            left: 0 !important;
            top: 9px
        }

    .fa-twitter-bg {
        background-color: #4099ff
    }

        .fa-twitter-bg span {
            left: 0 !important;
            left: 9px
        }

    .fa-linkedin-bg {
        background-color: #0077b5
    }

        .fa-linkedin-bg span {
            left: 0 !important;
            top: 7px
        }

    .share-icon {
        background-color: #db0740;
        border-radius: 50%
    }

        .share-icon span {
            color: #fff;
            position: relative;
            left: 0 !important;
            top: 8px
        }

    .event-hero-img {
        height: auto !important
    }

    .text-c {
        text-align: center
    }

    .no-indent {
        left: 15px !important
    }

    .indent {
        left: 0 !important
    }

    .event-item-list li {
        padding-left: 30px !important
    }

    .event-item-title h1 {
        font-size: 24px !important
    }

    .event-item-date {
        font-size: 14px !important
    }

    .event-item-info-container {
        left: 0 !important
    }

    .event-item-info-inner {
        width: 100% !important
    }

    .event-add-item-wrapper {
        line-height: 30px !important
    }

    .event-item-info-1 {
        padding: 6px !important
    }
}

@media (min-width:768px) {
    .event-hero-img {
        height: auto !important
    }
}

@media (min-width:992px) {
    .event-item-info-inner p {
        display: inline-block;
        margin: 0 10px
    }

        .event-item-info-inner p .event-item-info-1 {
            padding: 10px
        }

            .event-item-info-inner p .event-item-info-1.price {
                background-color: #fff;
                color: #001a30 !important
            }

        .event-item-info-inner p .event-item-name-info-2 {
            padding: 9px;
            margin-left: 0;
            border: 1px solid #fff;
            border-radius: 0 5px 5px 0
        }
}

.ticket-lightboxes {
    display: none
}

.custom-ticket-lightbox .featherlight-content {
    padding: 0 !important;
    
    border-radius: 8px
}

    .custom-ticket-lightbox .featherlight-content button {
        border-radius: 0 8px !important
    }

    .custom-ticket-lightbox .featherlight-content .featherlight-inner {
        background-color: #800053 !important
    }

        .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter {
            background-color: rgba(255, 255, 255, .2) !important
        }

            .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .col-xs-12,
            .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .publish-cta__btn-wrap,
            .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .publish-icons__list-item {
                color: #fff !important
            }

                .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .col-xs-12 a,
                .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .publish-cta__btn-wrap a,
                .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .publish-icons__list-item a {
                    color: #001a30 !important;
                    text-transform: none !important
                }

                    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .col-xs-12 a.straight-to-booking,
                    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .publish-cta__btn-wrap a.straight-to-booking,
                    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .publish-icons__list-item a.straight-to-booking {
                        border: 0 !important;
                        background-color: #fff;
                        -webkit-transition: all .25s ease-in-out;
                        -o-transition: all .25s ease-in-out;
                        transition: all .25s ease-in-out;
                        margin-top: 8px !important;
                        min-width: 130px;
                        height: 45px;
                        padding: 14px 36px
                    }

            .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form {
                margin-bottom: 16px
            }

@media (max-width:768px) {
    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:768px) {
    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form form input[type=email] {
        margin-bottom: 16px
    }
}

.custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form form input[type=submit] {
    min-width: 130px;
    background-color: #800053 !important
}

@media (max-width:768px) {
    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form form input[type=submit] {
        width: 80%
    }
}

.custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form .legal-copy {
    margin-bottom: 32px !important;
    color: #fff
}

    .custom-ticket-lightbox .featherlight-content .featherlight-inner .newsletter .newsletter-form .legal-copy p a {
        color: #fff !important;
        text-transform: capitalize
    }

.whats-on-search {
    height: auto;
    min-height: 200px;
    border-top: 1px solid #001a30;
    background-color: #001a30;
    padding-bottom: 20px;
    background-image: url(img-wow-single.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .whats-on-search .listTitle h1 {
        color: #fff;
        font-weight: 900;
        margin-bottom: 0;
        font-size: 40px;
        color: #fff
    }

    .whats-on-search #whatsonForm {
        margin-top: 20px
    }

        .whats-on-search #whatsonForm .whats-on-input input {
            width: 100%;
            padding-left: 15px;
            border: 1px solid #001a30;
            border-radius: 5px !important
        }

            .whats-on-search #whatsonForm .whats-on-input input::-webkit-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .whats-on-search #whatsonForm .whats-on-input input::-moz-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .whats-on-search #whatsonForm .whats-on-input input:-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .whats-on-search #whatsonForm .whats-on-input input::-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

            .whats-on-search #whatsonForm .whats-on-input input::placeholder {
                font-weight: 500;
                font-size: 16px;
                text-align: left;
                color: #161616
            }

        .whats-on-search #whatsonForm .whats-on-select select {
            position: relative;
            width: 100%;
            padding-left: 15px;
            border-radius: 5px !important;
            border: 1px solid #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #001a30;
            color: #fff;
            font-size: 16px;
            font-weight: 500
        }

            .whats-on-search #whatsonForm .whats-on-select select::-ms-expand {
                display: none
            }

        .whats-on-search #whatsonForm .whats-on-select:after {
            position: absolute;
            right: 35px;
            top: 10px;
            color: #000
        }

    .whats-on-search .list-view-wrapper {
        text-align: left;
        margin-top: 15px
    }

        .whats-on-search .list-view-wrapper .listview-checkbox-item {
            display: none;
            visibility: hidden
        }

        .whats-on-search .list-view-wrapper .list-view-icon {
            color: #fefefe;
            font-size: 14px;
            cursor: pointer;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
            text-transform: capitalize;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .whats-on-search .list-view-wrapper .list-view-icon::after {
                content: "";
                display: inline-block;
                height: 10px;
                width: 10px;
                margin-left: 5px;
                border-style: solid;
                border-width: 2px;
                border-color: #fefefe;
                border-radius: 2px
            }

            .whats-on-search .list-view-wrapper .list-view-icon.checkbox-active::after {
                background-color: #fefefe
            }

#whats-on #ViewMoreLink {
    background-color: #db0740
}

.whats-on-event {
    width: 100%;
    background-color: #7c7c7c;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 45%;
    border: none;
    text-decoration: none;
    cursor: pointer;
    display: inline-block
}

    .whats-on-event .rear-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        z-index: 1
    }

    .whats-on-event .front-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        z-index: 2
    }

@media (max-width:767px) {
    .whats-on-event {
        padding-top: 63.518%
    }
}

.whats-on-event_outer {
    padding: 16px
}

.whats-on-event_content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3
}

.whats-on-event_date {
    background-color: #161616;
    padding: 5px 16px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.whats-on-event_title {
    background-color: #fff;
    padding: 13px 16px;
    font-weight: 900;
    font-size: 20px;
    text-align: left;
    color: #db0740;
    line-height: 1;
    width: 100%;
    margin: 0;
    text-transform: uppercase
}

.whats-on-event_container {
    background-color: #fff;
    padding: 6px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2px;
    width: 100%
}

.whats-on-event_container_title {
    font-weight: 900;
    font-size: 18px;
    text-align: left;
    color: #db0740;
    margin: 0
}

    .whats-on-event_container_title.ArenaNec {
        color: #000096
    }

    .whats-on-event_container_title.ArenaCityCentre {
        color: #da1884
    }

.whats-on-event_container_date {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #041c2c
}

.whats-on-event_container_location {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #041c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

    .whats-on-event_container_location > i,
    .whats-on-event_container_location > svg {
        color: #db0740;
        font-size: 14px
    }

    .whats-on-event_container_location.ArenaNec > i,
    .whats-on-event_container_location.ArenaNec > svg {
        color: #000096
    }

    .whats-on-event_container_location.ArenaCityCentre > i,
    .whats-on-event_container_location.ArenaCityCentre > svg {
        color: #da1884
    }

.whats-on-item article {
    border: 1px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 20px 0
}

    .whats-on-item article .whats-on-item-img-container {
        height: 250px;
        position: relative
    }

        .whats-on-item article .whats-on-item-img-container .whats-on-item-img {
            position: absolute;
            height: 250px;
            width: 100%;
            background-position: center;
            background-size: cover;
            top: 0
        }

        .whats-on-item article .whats-on-item-img-container h3 {
            position: absolute;
            margin: 0;
            font-weight: 500;
            z-index: 2;
            bottom: -12px;
            width: 100%;
            line-height: 30px
        }

            .whats-on-item article .whats-on-item-img-container h3 a {
                border-color: transparent;
                width: 100%;
                border: 0;
                padding: 10px;
                background: #fff;
                border-radius: 0 0 5px 5px;
                overflow: hidden;
                font-weight: 900;
                font-size: 20px;
                color: #db0740 !important
            }

                .whats-on-item article .whats-on-item-img-container h3 a::before {
                    display: none
                }

                .whats-on-item article .whats-on-item-img-container h3 a:hover {
                    border-color: #fff
                }

        .whats-on-item article .whats-on-item-img-container .article-author {
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 10px
        }

            .whats-on-item article .whats-on-item-img-container .article-author p {
                margin-bottom: 0
            }

    .whats-on-item article .whats-on-item-body {
        position: absolute;
        top: -32px;
        left: 0;
        z-index: 1
    }

        .whats-on-item article .whats-on-item-body .date {
            text-transform: uppercase;
            display: inline;
            color: #fff !important;
            padding: 5px 15px;
            background-color: #161616;
            font-size: 18px !important
        }

    .whats-on-item article:hover {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5)
    }

.whats-on-item.list-view .whats-on-item-wrap {
    line-height: 1.5;
    margin: 15px 0
}

    .whats-on-item.list-view .whats-on-item-wrap a {
        color: #fff !important;
        background-color: #db0740;
        border-radius: 5px
    }

        .whats-on-item.list-view .whats-on-item-wrap a::before {
            display: none
        }

    .whats-on-item.list-view .whats-on-item-wrap .item-date {
        color: #161616
    }

.whats-on-item.list-view h2 {
    display: inline-block;
    float: left;
    margin: 0
}

    .cc_container .whats-on-item.list-view h2 .cc_btn_accept_all,
    .whats-on-item.list-view h2 .button,
    .whats-on-item.list-view h2 .cc_container .cc_btn_accept_all {
        overflow: hidden
    }

.whats-on-item.list-view .item-date {
    float: left;
    font-size: 15px;
    padding: 5px 15px
}

.whats-on-item.list-view .list-view-container {
    text-decoration: none !important;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 18px
}

.whats-on-item.list-view .list-view-container_title {
    font-weight: 900;
    font-size: 18px;
    text-align: left;
    color: #e40046 !important;
    margin: 0 !important;
    text-transform: uppercase
}

    .whats-on-item.list-view .list-view-container_title.ArenaNec {
        color: #000096 !important
    }

    .whats-on-item.list-view .list-view-container_title.ArenaCityCentre {
        color: #da1884 !important
    }

.whats-on-item.list-view .list-view-container_date {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #041c2c !important
}

.whats-on-item.list-view .list-view-container_location {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #041c2c !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

    .whats-on-item.list-view .list-view-container_location > i,
    .whats-on-item.list-view .list-view-container_location > svg {
        color: #db0740 !important;
        font-size: 14px
    }

    .whats-on-item.list-view .list-view-container_location.ArenaNec > i,
    .whats-on-item.list-view .list-view-container_location.ArenaNec > svg {
        color: #000096 !important
    }

    .whats-on-item.list-view .list-view-container_location.ArenaCityCentre > i,
    .whats-on-item.list-view .list-view-container_location.ArenaCityCentre > svg {
        color: #da1884 !important
    }

.newsFeed .loadMoreMedia {
    text-align: center
}

    .newsFeed .loadMoreMedia a {
        width: auto !important;
        text-align: center;
        padding: 10px 50px
    }

        .newsFeed .loadMoreMedia a::before {
            background-color: #db0740
        }

.newsFeed .whats-on-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.hero {
    height: 150px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
    font-size: 46px;
    background-color: #333;
    -webkit-box-shadow: inset 0 0 15px -5px rgba(0, 0, 0, .75)
}

@media (max-width:767px) {
    .whats-on-search {
        height: auto;
        padding-bottom: 20px
    }

        .whats-on-search .whats-on-input input {
            height: 45px
        }

        .whats-on-search .whats-on-select select {
            height: 45px;
            margin-top: 20px
        }

    .whats-on-item article .whats-on-item-img-container h3 {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .whats-on-input input {
        height: 45px
    }

    .whats-on-select select {
        height: 45px;
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .whats-on-input input {
        height: 55px
    }

    .whats-on-select select {
        height: 55px;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .whats-on-input input {
        height: 55px
    }

    .whats-on-select select {
        height: 55px;
        margin-top: 0
    }
}

#whats-on {
    background-color: #eaeaea
}

    #whats-on .whats-on__wrapper {
        background-image: url(../images/whatson-highlight.png);
        background-size: cover;
        background-position: center center
    }

        #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__title {
            text-align: center
        }

            #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__title h2,
            #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__title h3,
            #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__title i.fa {
                display: inline-block;
                font-weight: 900;
                font-size: 32px;
                color: #fff
            }

            #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__title i.fa {
                font-size: 3.5rem;
                margin-right: 7px
            }

        #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__slick {
            overflow: inherit
        }

            #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__slick .slick-arrow {
                top: 50%;
                position: absolute;
                -webkit-transform: translate(0, -100%);
                -ms-transform: translate(0, -100%);
                transform: translate(0, -100%);
                font-size: 24px;
                color: #fff;
                cursor: pointer
            }

                #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__slick .slick-arrow.fa-angle-left,
                #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__slick .slick-arrow.fa-circle-arrow-left {
                    left: -25px
                }

                #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__slick .slick-arrow.fa-angle-right,
                #whats-on .whats-on__wrapper .whats-on__highlighted-events .whats-on__slick .slick-arrow.fa-circle-arrow-right {
                    right: -25px
                }

.hero-publisher {
    height: 480px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

    .hero-publisher .hero__title {
        position: absolute;
        bottom: 15px;
        padding: 20px;
        margin: 10px;
        text-align: left;
        background-color: rgba(16, 16, 16, .7);
        border-radius: 4px
    }

        .hero-publisher .hero__title h1 {
            
            margin-top: 0;
            text-transform: uppercase;
            color: #fefefe;
            font-weight: 800;
            padding-bottom: 5px
        }

        .hero-publisher .hero__title h4 {
            color: #fefefe
        }

.publisher-content {
    margin-top: 35px
}

.publisher-content__title {
    text-align: center;
    max-width: 920px;
    margin: 0 auto
}

    .publisher-content__title h2 {
        color: #db0740;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 3.5rem
    }

    .publisher-content__title p {
        font-size: 1.8rem
    }

.publisher-panels {
    margin-top: 50px
}

    .publisher-panels .publish-panel__header {
        background-color: #001a30;
        position: relative;
        height: 40px;
        line-height: 40px
    }

        .publisher-panels .publish-panel__header::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 20px 0 20px;
            border-color: #001a30 transparent transparent transparent;
            position: absolute;
            left: 30px;
            top: 37px;
            z-index: 1;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

        .publisher-panels .publish-panel__header h5 {
            font-size: 18px;
            color: #fefefe;
            margin-bottom: 0;
            text-transform: uppercase;
            padding-left: 15px;
            display: inline-block;
            font-weight: 400
        }

    .publisher-panels .publish-panel__content {
        padding: 15px
    }

        .publisher-panels .publish-panel__content p {
            font-size: 18px
        }

.publish-banner {
    margin-top: 35px;
    margin-bottom: 50px
}

.publish-banner__header {
    background-color: #001a30;
    position: relative;
    height: 40px;
    line-height: 40px
}

    .publish-banner__header h5 {
        font-size: 18px;
        color: #fefefe;
        margin-bottom: 0;
        text-transform: uppercase;
        padding-left: 15px;
        display: inline-block;
        font-weight: 400
    }

.publish-banner__wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.publish-banner__content p {
    color: #fefefe;
    font-size: 21px
}

@media screen and (max-width:768px) {
    .publish-banner__content p {
        font-size: 15px
    }
}

.publish-banner__content-footer {
    color: #fefefe;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .publish-banner__content-footer {
        font-size: 14px
    }
}

.publish-graphic {
    text-align: center
}

.publish-question {
    margin-top: 45px
}

.publish-question__header {
    background-color: #001a30;
    position: relative;
    height: 40px;
    line-height: 40px
}

    .publish-question__header::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 0 20px;
        border-color: #001a30 transparent transparent transparent;
        position: absolute;
        left: 30px;
        top: 37px;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .publish-question__header h5 {
        font-size: 18px;
        color: #fefefe;
        margin-bottom: 0;
        text-transform: uppercase;
        padding-left: 15px;
        display: inline-block;
        font-weight: 400
    }

.publish-question__content {
    margin-top: 25px;
    padding: 0 25px
}

.publish-question__why-title {
    list-style-type: none;
    font-size: 24px;
    font-weight: 800;
    color: #8cbeb3;
    margin-bottom: 10px
}

.publish-question__why-item {
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 16px
}

.publish-question__how-title {
    list-style-type: none;
    font-size: 24px;
    font-weight: 800;
    color: #8cbeb3;
    margin-bottom: 10px
}

.publish-question__how-item {
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 16px
}

.publish-studies {
    margin-top: 50px
}

.publish-studies__wrap {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e26689), color-stop(110%, #e6456f));
    background: -o-linear-gradient(top, #e26689 0, #e6456f 110%);
    background: linear-gradient(to bottom, #e26689 0, #e6456f 110%);
    padding: 15px 30px
}

.publish-studies__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .publish-studies__title .fa {
        color: #fefefe;
        opacity: .5;
        font-size: 52px;
        margin-right: 15px
    }

    .publish-studies__title h3 {
        display: inline-block;
        color: #fefefe;
        font-size: 43px;
        font-weight: 300;
        width: 120px;
        text-transform: uppercase;
        margin: 0
    }

    .publish-studies__title p {
        display: block;
        width: 275px;
        font-size: 16px;
        color: #fefefe;
        margin-left: 53px;
        margin-top: 10px
    }

.publish-studies__list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.publish-studies__list-item a {
    display: block;
    padding: 50px 10px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

    .publish-studies__list-item a:hover {
        background-color: rgba(255, 255, 255, .2)
    }

.publish-studies__list-item:last-of-type a {
    
}

.publish-studies__list-name {
    text-transform: uppercase;
    color: #fefefe;
    font-size: 18px
}

.publish-studies__list-copy {
    color: #fefefe;
    font-size: 14px;
    padding-right: 30px
}

.publish-studies__list-icon {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fefefe
}

.publish-icons {
    margin-top: 50px
}

.publish-icons__header {
    background-color: #001a30;
    position: relative;
    height: 40px;
    line-height: 40px
}

    .publish-icons__header::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 0 20px;
        border-color: #001a30 transparent transparent transparent;
        position: absolute;
        left: 30px;
        top: 37px;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .publish-icons__header h5 {
        font-size: 18px;
        color: #fefefe;
        margin-bottom: 0;
        text-transform: uppercase;
        padding-left: 15px;
        display: inline-block;
        font-weight: 400
    }

.publish-icons__wrap {
    margin-top: 35px
}

.publish-icons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (max-width:768px) {
    .publish-icons__list-item {
        margin-bottom: 20px
    }
}

.publish-icons__list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 62px;
    width: 100%;
    height: 160px;
    background-color: #ce173f;
    color: #fefefe;
    border-radius: 100px
}

    .publish-icons__list-icon img {
        border-radius: 100px;
        height: 120px;
        width: 120px;
        margin: 0 auto;
        font-size: 1rem
    }

@media screen and (max-width:768px) {
    .publish-icons__list-icon {
        height: 160px;
        width: 160px;
        margin: 0 auto
    }
}

.publish-icons__list-content {
    text-align: center;
    margin-top: 25px
}

    .publish-icons__list-content h4 {
        font-weight: 800;
        font-size: 20px;
        margin: 0 0 5px;
        word-wrap: break-word
    }

    .publish-icons__list-content p {
        margin-bottom: 0
    }

.publish-cta {
    margin-top: 50px
}

.publish-cta__wrap {
    text-align: center
}

.publish-cta__btn-wrap {
    text-align: center
}

    .publish-cta__btn-wrap:first-of-type .publish-btn {
        margin-right: 0;
        margin-left: auto
    }

    .publish-cta__btn-wrap:last-of-type .publish-btn {
        margin-right: auto;
        margin-left: 0
    }

.publish-cta--btn {
    background-color: #ce173f;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    color: #fefefe;
    border: none;
    padding: 15px 25px;
    width: 335px;
    line-height: 1;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-style: solid;
    border-width: 8px;
    border-color: #ce173f
}

    .publish-cta--btn:hover {
        background-color: #fefefe;
        color: #ce173f !important
    }

@media screen and (max-width:768px) {
    .publish-cta--btn {
        width: 100%;
        margin-bottom: 15px
    }
}

.comp-side-tabs {
    margin: 20px auto;
    padding: 0
}

    .comp-side-tabs .tabs-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
        border-top: 5px solid #db0740
    }

@media (max-width:991px) {
    .comp-side-tabs .tabs-wrapper {
        display: none
    }
}

.comp-side-tabs .tabs-wrapper .side-tabs {
    
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .comp-side-tabs .tabs-wrapper .side-tabs .side-tab {
        width: 100%;
        background: #001a30;
        color: #fff;
        height: auto;
        min-height: 50px;
        margin-bottom: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        padding-left: 15px;
        cursor: pointer;
        text-transform: uppercase
    }

@media (min-width:991px) {
    .comp-side-tabs .tabs-wrapper .side-tabs .side-tab {
        font-size: calc(7px + .5vw)
    }
}

.comp-side-tabs .tabs-wrapper .side-tabs .side-tab .far,
.comp-side-tabs .tabs-wrapper .side-tabs .side-tab .fas {
    color: #db0740;
    margin-right: 15px;
    font-size: 20px
}

.comp-side-tabs .tabs-wrapper .side-tabs .side-tab:first-child {
    margin-top: 5px
}

.comp-side-tabs .tabs-wrapper .side-tabs .side-tab:last-child {
    margin-bottom: 0
}

.comp-side-tabs .tabs-wrapper .side-tabs .side-tab.active {
    color: #dd4b39;
    background: #fff;
    color: #001a30;
    pointer-events: none
}

    .comp-side-tabs .tabs-wrapper .side-tabs .side-tab.active .far {
        font-weight: 900
    }

.comp-side-tabs .tabs-wrapper .side-panels {
    width: 75%;
    position: relative
}

    .comp-side-tabs .tabs-wrapper .side-panels .side-panel {
        padding: 5% 15%;
        display: none
    }

        .comp-side-tabs .tabs-wrapper .side-panels .side-panel:first-child {
            display: block
        }

.comp-side-tabs .mobile-stabs {
    width: 100%;
    margin: 0 auto 30px;
    list-style: none;
    padding: 0
}

@media (min-width:991px) {
    .comp-side-tabs .mobile-stabs {
        display: none
    }
}

.comp-side-tabs .mobile-stabs li {
    position: relative;
    margin-bottom: 5px
}

@media (min-width:991px) {
    .comp-side-tabs .mobile-stabs li {
        margin-bottom: 10px
    }
}

.comp-side-tabs .mobile-stabs li div.acc-content {
    display: none;
    padding: 20px 30px;
    color: #001a30;
    position: relative;
    border-top: 0;
    width: 100%;
    margin: 0 auto 30px auto;
    background: #fff
}

@media (max-width:991px) {
    .comp-side-tabs .mobile-stabs li div.acc-content {
        padding: 20px 15px
    }
}

.comp-side-tabs .mobile-stabs a.acc-title {
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 2.5;
    font-size: calc(.8rem + 1vw);
    padding-left: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    background: #001a30;
    color: #fff;
    text-transform: uppercase
}

    .comp-side-tabs .mobile-stabs a.acc-title .far,
    .comp-side-tabs .mobile-stabs a.acc-title .fas {
        color: #db0740;
        margin-right: 15px;
        font-size: 20px
    }

.comp-side-tabs .mobile-stabs div.acc-content {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 2;
    padding: 15px
}

.comp-side-tabs .mobile-stabs a.accordion-active {
    background: #fff;
    color: #001a30
}

    .comp-side-tabs .mobile-stabs a.accordion-active .far {
        font-weight: 900
    }

.single-page-header {
    background-image: url(img-wow-single.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 7px
}

    .single-page-header h1 {
        margin: 0;
        padding: 0;
        color: #fff;
        padding: 50px 0 0;
        display: inline-block;
        font-size: 24px !important;
        font-weight: 900
    }

    .single-page-header span {
        color: #fff;
        padding-right: 15px;
        display: inline-block;
        font-size: 36px
    }

@media (max-width:991px) {

    .single-page-header .breadcrumb,
    .single-page-header h1 {
        margin-left: 15px
    }
}

.expand-comp {
    display: inline-block;
    margin-top: 5px;
    width: 100%
}

    .expand-comp .expand-title {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-right: 15px;
        cursor: pointer;
        color: #db0740
    }

        .expand-comp .expand-title .comp-icon {
            display: inline-block;
            width: 26px;
            height: 26px;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

            .expand-comp .expand-title .comp-icon span {
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center
            }

        .expand-comp .expand-title h2 {
            display: inline-block;
            margin: 10px;
            line-height: 30px
        }

        .expand-comp .expand-title span {
            color: #db0740;
            position: relative;
            font-size: 26px
        }

    .expand-comp .expand-item {
        display: none
    }

        .expand-comp .expand-item .expand-image {
            height: 250px;
            background-position: center;
            background-size: cover;
            margin: 15px 0
        }

        .expand-comp .expand-item .expand-inner-copy p {
            font-size: 18px
        }

.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-comp {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    height: 720px
}

    .video-comp .video-comp-container iframe {
        width: 100%;
        height: 720px
    }

@media (max-width:991px) {
    .video-comp .video-comp-container iframe {
        height: 350px
    }
}

@media (max-width:991px) {
    .video-comp {
        height: 350px
    }
}

.img-comp .img-comp-container .img-div {
    height: 320px;
    background-position: center;
    background-size: cover;
    margin: 15px 0
}

.img-comp-full .img-comp-container .img-div {
    height: 320px;
    background-position: center;
    background-size: cover;
    margin: 15px 0
}

.copy-image-container {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

    .copy-image-container .copy-inner-copy {
        padding: 20px
    }

.copy-comp {
    display: inline-block;
    margin-top: 5px;
    width: 100%
}

    .copy-comp .copy-title {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-right: 15px
    }

        .copy-comp .copy-title .comp-icon {
            display: inline-block;
            width: 15px;
            height: 15px;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center
        }

            .copy-comp .copy-title .comp-icon span {
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center
            }

        .copy-comp .copy-title h2 {
            display: inline-block;
            margin: 10px;
            line-height: 30px
        }

        .copy-comp .copy-title span {
            color: #222;
            position: relative;
            top: -5px
        }

    .copy-comp .copy-image {
        height: 250px;
        background-position: center;
        background-size: cover;
        margin: 15px 0
    }

    .copy-comp .copy-image-float {
        height: 300px;
        width: 50%;
        float: right;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px
    }

    .copy-comp .copy-inner-copy p {
        font-size: 18px
    }

.space-search-cta .space-search-cta-container {
    background-image: url(img-wow-space.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px
}

.space-search-cta .space-search-cta-container {
    min-height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden
}

    .space-search-cta .space-search-cta-container .space-search-cta-flex {
        height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .space-search-cta .space-search-cta-container .space-search-cta-flex .space-search-cta-title .fa-big {
            color: #fff;
            font-size: 15.214rem;
            margin: 20px;
            position: relative;
            text-align: center;
            padding-left: 20%
        }

        .space-search-cta .space-search-cta-container .space-search-cta-flex .space-search-cta-copy {
            -ms-flex-item-align: center;
            align-self: center;
            color: #fff;
            padding-right: 25px;
            z-index: 2
        }

            .space-search-cta .space-search-cta-container .space-search-cta-flex .space-search-cta-copy h1 {
                padding-bottom: 5px
            }

            .space-search-cta .space-search-cta-container .space-search-cta-flex .space-search-cta-copy p {
                font-size: 18px;
                padding-bottom: 5px
            }

.promotion-box-ex .event-promotion-container {
    min-height: 550px;
    width: 100%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.promotion-box-ex .event-promotion-gradient {
    height: 100%;
    width: 100%
}

.promotion-box-ex .event-promotion-copy {
    padding: 50px;
    color: #fff
}

    .promotion-box-ex .event-promotion-copy .event {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none
    }

    .promotion-box-ex .event-promotion-copy .event-header {
        width: 100%
    }

        .promotion-box-ex .event-promotion-copy .event-header h1 {
            margin: 0;
            padding-bottom: 20px;
            font-size: 41px;
            font-weight: 900
        }

        .promotion-box-ex .event-promotion-copy .event-header h3 {
            margin: 0;
            padding: 0
        }

    .promotion-box-ex .event-promotion-copy .event-copy {
        font-size: 18px
    }

    .promotion-box-ex .event-promotion-copy a {
        margin-top: 20px;
        display: table
    }

.promotion-box-ex .event-promotion-list {
    list-style: none;
    margin: 0;
    padding: 20px
}

    .promotion-box-ex .event-promotion-list li {
        height: 150px;
        cursor: pointer;
        margin: 1% 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .promotion-box-ex .event-promotion-list li .event-box {
            height: 100%;
            width: 100%;
            background-position: bottom;
            background-size: cover;
            opacity: .5;
            border: 2px solid #fff
        }

            .promotion-box-ex .event-promotion-list li .event-box:hover {
                opacity: 1
            }

        .promotion-box-ex .event-promotion-list li h4 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            padding: 0;
            position: absolute;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.promotion-box-ex .event-promotion-list-mobile {
    list-style: none;
    margin: 0;
    padding: 0
}

    .promotion-box-ex .event-promotion-list-mobile li {
        height: 100px;
        width: 100%;
        cursor: pointer;
        position: relative;
        display: inline-block
    }

        .promotion-box-ex .event-promotion-list-mobile li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .8;
            border: 2px solid transparent
        }

            .promotion-box-ex .event-promotion-list-mobile li .event-box:hover {
                opacity: 1
            }

        .promotion-box-ex .event-promotion-list-mobile li h3 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 40px;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.promotion-box-ex .promote-active {
    opacity: 1 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.promotion-box-ex .promote-op {
    opacity: 1 !important
}

.promotion-box-ex .promote {
    opacity: 1 !important
}

@media (max-width:767px) {
    .event-promotion-copy {
        padding: 15px !important
    }
}

@media (min-width:768px) {
    .event-promotion-list h2 {
        font-size: 24px !important
    }
}

.parking-price {
    position: absolute;
    right: -15px;
    top: 0;
    padding: 25px !important;
    font-size: 18px !important;
    color: #fff !important
}

@media (max-width:767px) {
    .great-outdoors__right--copy {
        height: auto !important
    }

        .great-outdoors__right--copy img {
            display: none
        }

    .space-search-cta-flex {
        display: block !important;
        padding: 15px;
        height: auto !important
    }

        .space-search-cta-flex .fa-big {
            color: #fff !important;
            font-size: 3.929rem;
            margin: 20px;
            position: relative
        }

        .space-search-cta-flex a {
            margin-bottom: 15px
        }

    .parking-price {
        position: absolute;
        left: 0 !important;
        top: -45px !important;
        padding: 10px !important;
        font-size: 18px !important;
        color: #fff !important;
        width: 100%;
        text-align: center
    }

    .small-panel .small-panel-copy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

        .small-panel .small-panel-copy .parking-price {
            position: relative !important;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
            width: calc(100% + 30px);
            margin: -15px 0 -45px -15px
        }

        .small-panel .small-panel-copy h2,
        .small-panel .small-panel-copy li,
        .small-panel .small-panel-copy p,
        .small-panel .small-panel-copy ul {
            width: 100%
        }

    .copy-comp .copy-image-float {
        float: none !important;
        margin: 0 !important;
        width: 100%
    }

    .promotion-box-ex .event-promotion-list li {
        height: 100px !important
    }
}

@media (min-width:768px) {
    .margin-top-mobile {
        margin-top: 30px
    }
}

@media (min-width:992px) {
    .margin-top-mobile {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .margin-top-mobile {
        margin-top: 30px
    }
}

.great-outdoors__left {
    padding: 15px;
    height: 330px
}

    .great-outdoors__left ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .great-outdoors__left ul li {
            padding: 25px 10px;
            color: #fff;
            cursor: pointer;
            font-size: 18px;
            
        }

            .great-outdoors__left ul li:last-child {
                
            }

            .great-outdoors__left ul li:hover {
                background-color: rgba(255, 255, 255, .2)
            }

.great-outdoors__right {
    min-height: 330px;
    border: 5px solid #001a30
}

.great-outdoors__right--copy {
    margin: 0 -15px;
    height: auto;
    width: 100%;
    padding-top: 30px;
    font-size: 18px;
    padding: 30px
}

    .great-outdoors__right--copy img {
        position: absolute;
        z-index: -1;
        right: -5px;
        bottom: 0;
        height: 180px
    }

.active-od {
    background-color: rgba(255, 255, 255, .2)
}

.hide-element {
    display: none
}

.form-section-general label {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px
}

.form-section-general .form-cta input {
    width: 100%;
    padding-left: 15px;
    border: 1px solid #db0740;
    height: 55px;
    border-radius: 5px
}

.form-section-general .form-cta textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #db0740
}

.form-section-general .form-cta-select .select-wrapper {
    position: relative
}

    .form-section-general .form-cta-select .select-wrapper select {
        height: 55px;
        position: relative;
        width: 100%;
        padding-left: 15px;
        border-radius: 5px;
        border: 1px solid #db0740;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff
    }

    .form-section-general .form-cta-select .select-wrapper:after {
        content: url(select-icon.png);
        position: absolute;
        right: 15px;
        top: 13px;
        color: #000
    }

.form-section-general button {
    margin-top: 5px;
    border: 0 !important;
    float: right
}

.form-section-general .contact-form__message {
    margin-top: 50px
}

.contact-list .contact-list-img {
    display: none
}

.contact-list ul {
    list-style: none
}

    .contact-list ul li {
        margin: 10px 0;
        padding: 10px
    }

        .contact-list ul li h3 {
            margin-top: 0;
            font-weight: 900;
            color: #db0740
        }

.panel-header-cta {
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 900;
    color: #fff !important;
    background-color: rgba(219, 7, 64, .7)
}

@media (max-width:767px) {
    .contact-list {
        margin-top: 20px
    }

        .contact-list ul {
            margin-top: 50px;
            padding: 0
        }
}

.downloads {
    height: auto;
    min-height: 200px;
    margin: 0 0 20px;
    border-top: 1px solid #222;
    background-color: #222;
    padding-bottom: 20px;
    background-image: url(img-wow-single.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .downloads .listTitle h1 {
        color: #fff;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0 15px
    }

    .downloads #downloadsForm {
        margin-top: 20px
    }

        .downloads #downloadsForm .downloads-input input {
            height: 55px;
            width: 100%;
            padding-left: 15px;
            border: 1px solid #222;
            border-radius: 5px
        }

        .downloads #downloadsForm .downloads-select select {
            height: 55px;
            position: relative;
            width: 100%;
            padding-left: 15px;
            border-radius: 5px;
            border: 1px solid #222;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #fff
        }

.downloads-title h3 span {
    padding-right: 5px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.downloads-cat {
    text-align: center;
    margin: 20px;
    padding: 10px
}

    .downloads-cat .download-cat-title {
        padding: 10px
    }

        .downloads-cat .download-cat-title h3 {
            margin: 0;
            padding: 0
        }

            .downloads-cat .download-cat-title h3 span {
                font-size: 18px
            }

.downloads-container .downloads-title {
    height: 40px;
    background-color: #001a30;
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    position: relative;
    border-radius: 5px 5px 0 0
}

    .downloads-container .downloads-title h3 {
        padding-left: 10px;
        font-weight: 500;
        font-size: 22px;
        text-align: left;
        color: #fff;
        margin: 0;
        display: inline-block
    }

.downloads-container_content {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 14px;
    border-radius: 0 0 5px 5px
}

    .downloads-container_content .downlaods-file-container {
        border: none !important;
        padding: 24px 27px !important
    }

        .downloads-container_content .downlaods-file-container ul li {
            background: 0 0 !important;
            padding: 8px 0
        }

            .downloads-container_content .downlaods-file-container ul li:nth-child(2n-2) {
                background: 0 0 !important
            }

            .downloads-container_content .downlaods-file-container ul li a {
                border: none;
                font-family: "Work Sans";
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                text-align: left;
                color: #db0740
            }

                .downloads-container_content .downlaods-file-container ul li a span {
                    font-size: 16px;
                    color: #161616
                }

.downlaods-file-container.download-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 20px;
    border: 1px solid #e60987;
    border-radius: 5px;
    background-color: rgba(230, 9, 135, .1);
    text-align: center
}

    .downlaods-file-container.download-featured li {
        margin: 5px 0
    }

        .downlaods-file-container.download-featured li:nth-child(2n-2) {
            background-color: transparent !important
        }

        .downlaods-file-container.download-featured li a {
            font-weight: 500
        }

.downlaods-file-container.visitors-download {
    padding: 5px 0;
    border: 1px solid #ff6319;
    border-radius: 5px
}

    .downlaods-file-container.visitors-download li:nth-child(2n-2) {
        background-color: rgba(255, 99, 25, .1) !important
    }

.downlaods-file-container.organisers-download {
    padding: 5px 0;
    border: 1px solid #001a30;
    border-radius: 5px
}

    .downlaods-file-container.organisers-download li:nth-child(2n-2) {
        background-color: rgba(0, 26, 48, .1) !important
    }

.downlaods-file-container.exhibitors-download {
    padding: 5px 0;
    border: 1px solid #7ab800;
    border-radius: 5px
}

    .downlaods-file-container.exhibitors-download li:nth-child(2n-2) {
        background-color: rgba(122, 184, 0, .1) !important
    }

.downlaods-file-container.result-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border: 1px solid #db0740;
    border-radius: 5px
}

    .downlaods-file-container.result-download li:nth-child(2n-2) {
        background-color: rgba(219, 7, 64, .1) !important
    }

.downlaods-file-container {
    border: 1px solid #777;
    border-radius: 5px
}

    .downlaods-file-container ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .downlaods-file-container ul li {
            margin: 5px 0;
            padding: 5px 20px
        }

            .downlaods-file-container ul li:nth-child(2n-2) {
                background-color: #eee
            }

            .downlaods-file-container ul li a {
                color: #222;
                font-size: 18px
            }

                .downlaods-file-container ul li a span {
                    padding-right: 5px
                }

@media (max-width:767px) {
    .downloads {
        display: block !important
    }

        .downloads #downloadsForm select {
            margin-bottom: 10px
        }

    .downlaods-file-container a {
        font-size: 12px !important
    }
}

.event-promotion .event-promotion-container {
    min-height: 550px;
    width: 100%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.event-promotion .event-promotion-gradient {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover
}

.event-promotion .event-promotion-copy {
    height: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    padding: 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}

    .event-promotion .event-promotion-copy .event {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        width: 100% !important
    }

    .event-promotion .event-promotion-copy .event-header {
        width: 100%
    }

        .event-promotion .event-promotion-copy .event-header h1 {
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            font-weight: 900;
            font-size: 46px;
            margin-bottom: 30px;
            text-shadow: 0 5px 20px rgba(0, 0, 0, .3)
        }

        .event-promotion .event-promotion-copy .event-header h4 {
            text-transform: uppercase;
            margin: 0;
            padding: 0
        }

    .event-promotion .event-promotion-copy .event-copy {
        margin: 10px 0;
        font-size: 18px
    }

    .event-promotion .event-promotion-copy a {
        margin-top: 10px;
        display: inline-block;
        width: 90px
    }

.event-promotion .event-promotion-list {
    list-style: none;
    margin: 0;
    padding: 20px
}

    .event-promotion .event-promotion-list li {
        height: 150px;
        cursor: pointer;
        margin: 5% 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .event-promotion .event-promotion-list li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .5;
            border: 2px solid #fff;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

            .event-promotion .event-promotion-list li .event-box:hover {
                opacity: 1
            }

        .event-promotion .event-promotion-list li h2 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            left: 0;
            padding: 0;
            position: absolute;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.event-promotion .event-promotion-list-mobile {
    list-style: none;
    margin: 0;
    padding: 0
}

    .event-promotion .event-promotion-list-mobile li {
        height: 100px;
        width: 100%;
        cursor: pointer;
        position: relative;
        display: inline-block
    }

        .event-promotion .event-promotion-list-mobile li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .8;
            border: 2px solid transparent
        }

            .event-promotion .event-promotion-list-mobile li .event-box:hover {
                opacity: 1
            }

        .event-promotion .event-promotion-list-mobile li h3 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 40px;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.event-promotion .promote-active {
    opacity: 1 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.event-promotion .promote-op {
    opacity: 1 !important
}

.event-promotion .promote {
    opacity: 1 !important
}

.margin-right {
    margin-right: 0 !important
}

.ie .event-promotion-list li h2 {
    width: auto !important;
    left: 30px !important
}

.ie .event-promotion-copy {
    width: auto !important;
    display: block !important
}

@media (max-width:767px) {
    .event-promotion-copy {
        padding: 15px !important
    }
}

@media (min-width:768px) {
    .event-promotion-list h2 {
        font-size: 24px !important
    }
}

#enquiry-form {
    display: none
}

.exhibitor-desktop-item {
    display: none
}

    .exhibitor-desktop-item.exhibitor-active {
        display: block
    }

.expand-panel-cta {
    cursor: pointer
}

    .expand-panel-cta .small-panel:hover {
        color: #fff !important
    }

        .expand-panel-cta .small-panel:hover span {
            color: #fff !important
        }

        .expand-panel-cta .small-panel:hover .title,
        .expand-panel-cta .small-panel:hover h4 {
            color: #fff !important
        }

    .expand-panel-cta.active .icon-ramp {
        background-color: #001a30
    }

        .expand-panel-cta.active .icon-ramp .icon-ramp_arrow {
            background-color: #001a30
        }

    .expand-panel-cta .icon-ramp {
        background-color: #465560;
        height: auto;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative
    }

        .expand-panel-cta .icon-ramp .icon-cta {
            padding: 24px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

            .expand-panel-cta .icon-ramp .icon-cta .title,
            .expand-panel-cta .icon-ramp .icon-cta h4 {
                text-transform: none
            }

    .expand-panel-cta .icon-ramp_arrow {
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        margin: 0 auto;
        height: 22px;
        width: 22px;
        background-color: #465560;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .expand-panel-cta .radio-wrapper {
        display: block
    }

        .expand-panel-cta .radio-wrapper .radio-button {
            display: inline-block
        }

    .expand-panel-cta .small-panel.organisers:hover {
        color: #fff !important;
        background-color: #001a30
    }

        .expand-panel-cta .small-panel.organisers:hover span {
            color: #fff !important
        }

        .expand-panel-cta .small-panel.organisers:hover .title,
        .expand-panel-cta .small-panel.organisers:hover h4 {
            color: #fff !important
        }

    .expand-panel-cta .small-panel.exhibitors:hover {
        color: #fff !important;
        background-color: #7ab800
    }

        .expand-panel-cta .small-panel.exhibitors:hover span {
            color: #fff !important
        }

        .expand-panel-cta .small-panel.exhibitors:hover .title,
        .expand-panel-cta .small-panel.exhibitors:hover h4 {
            color: #fff !important
        }

    .expand-panel-cta .small-panel.visitors:hover {
        color: #fff !important;
        background-color: #ff6319
    }

        .expand-panel-cta .small-panel.visitors:hover span {
            color: #fff !important
        }

        .expand-panel-cta .small-panel.visitors:hover .title,
        .expand-panel-cta .small-panel.visitors:hover h4 {
            color: #fff !important
        }

    .expand-panel-cta.active .small-panel.organisers {
        color: #fff !important;
        background-color: #001a30
    }

        .expand-panel-cta.active .small-panel.organisers span {
            color: #fff !important
        }

        .expand-panel-cta.active .small-panel.organisers .title,
        .expand-panel-cta.active .small-panel.organisers h4 {
            color: #fff !important
        }

        .expand-panel-cta.active .small-panel.organisers:hover {
            color: #fff !important;
            background-color: #001a30
        }

            .expand-panel-cta.active .small-panel.organisers:hover span {
                color: #fff !important
            }

            .expand-panel-cta.active .small-panel.organisers:hover .title,
            .expand-panel-cta.active .small-panel.organisers:hover h4 {
                color: #fff !important
            }

    .expand-panel-cta.active .small-panel.exhibitors {
        color: #fff !important;
        background-color: #7ab800
    }

        .expand-panel-cta.active .small-panel.exhibitors span {
            color: #fff !important
        }

        .expand-panel-cta.active .small-panel.exhibitors .title,
        .expand-panel-cta.active .small-panel.exhibitors h4 {
            color: #fff !important
        }

        .expand-panel-cta.active .small-panel.exhibitors:hover {
            color: #fff !important;
            background-color: #7ab800 !important
        }

            .expand-panel-cta.active .small-panel.exhibitors:hover span {
                color: #fff !important
            }

            .expand-panel-cta.active .small-panel.exhibitors:hover .title,
            .expand-panel-cta.active .small-panel.exhibitors:hover h4 {
                color: #fff !important
            }

    .expand-panel-cta.active .small-panel.visitors {
        color: #fff !important;
        background-color: #ff6319
    }

        .expand-panel-cta.active .small-panel.visitors span {
            color: #fff !important
        }

        .expand-panel-cta.active .small-panel.visitors .title,
        .expand-panel-cta.active .small-panel.visitors h4 {
            color: #fff !important
        }

.exhibitor-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.exhibition-action {
    display: inline-block;
    width: 100%
}

.panel-cta-form {
    height: auto;
    border: 1px solid transparent;
    min-height: 240px;
    border: 0 !important
}

    .panel-cta-form .small-panel-copy p {
        padding: 15px 0
    }

.contact-form__message.exhib-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

    .contact-form__message.exhib-form label {
        width: inherit;
        margin: 0
    }

    .contact-form__message.exhib-form p {
        margin: 0
    }

    .contact-form__message.exhib-form input {
        margin-right: 20px;
        width: 35px !important
    }

.panel-cta-form.exhibitors {
    border: 1px solid #7ab800;
    background: 0 0;
    color: #7ab800
}

    .panel-cta-form.exhibitors input {
        border: 1px solid #7ab800;
        padding: 5px
    }

    .panel-cta-form.exhibitors textarea {
        border: 1px solid #7ab800;
        padding: 5px
    }

.panel-cta-form.nec {
    border: 1px solid #db0740;
    background: 0 0;
    color: #db0740
}

    .panel-cta-form.nec input {
        border: 1px solid #db0740;
        padding: 5px
    }

    .panel-cta-form.nec textarea {
        border: 1px solid #db0740;
        padding: 5px
    }

.panel-cta-form.organisers {
    border: 1px solid #001a30;
    background: 0 0;
    color: #001a30
}

    .panel-cta-form.organisers input {
        border: 1px solid #001a30;
        padding: 5px
    }

    .panel-cta-form.organisers textarea {
        border: 1px solid #001a30;
        padding: 5px
    }

.panel-cta-form.visitors {
    border: 1px solid #ff6319;
    background: 0 0;
    color: #ff6319
}

    .panel-cta-form.visitors input {
        border: 1px solid #ff6319;
        padding: 5px
    }

    .panel-cta-form.visitors textarea {
        border: 1px solid #ff6319;
        padding: 5px
    }

.panel-cta-form .validate {
    text-align: center
}

    .panel-cta-form .validate.fail {
        background-color: #db0740;
        color: #fff;
        padding: 10px 0;
        font-size: 18px
    }

    .panel-cta-form .validate.success {
        background-color: #7ab800;
        color: #fff;
        padding: 10px 0;
        font-size: 18px
    }

.panel-cta-form .form-section {
    margin: 10px -15px;
    display: inline-block;
    width: 100%
}

    .panel-cta-form .form-section .form-cta {
        padding-top: 10px
    }

        .panel-cta-form .form-section .form-cta input {
            width: 100%;
            height: 35px;
            border-radius: 5px;
            color: #222
        }

        .panel-cta-form .form-section .form-cta textarea {
            width: 100%;
            border-radius: 5px;
            resize: none
        }

        .panel-cta-form .form-section .form-cta select {
            width: 100%;
            width: 100%;
            border-radius: 5px;
            height: 35px;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding-left: 15px
        }

.panel-cta-form .button-hide {
    float: left;
    font-size: 18px;
    margin-top: 15px
}

.panel-cta-form button {
    float: right;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 15px;
    border: transparent
}

.facilities .facilities-item {
    margin: 21px 0 0 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0
}

    .facilities .facilities-item .facilities-wrap {
        border: 0;
        font-size: 24px;
        text-align: left;
        height: auto;
        margin-bottom: 0;
        font-weight: 900;
        background-color: #001a30;
        padding: 17px 29px
    }

@media (max-width:767px) {
    .facilities .facilities-item .facilities-wrap {
        text-align: center
    }
}

.facilities .facilities-item .facilities-wrap .facilities-icon {
    display: inline-block;
    padding: 0 10px;
    line-height: 1
}

    .facilities .facilities-item .facilities-wrap .facilities-icon i,
    .facilities .facilities-item .facilities-wrap .facilities-icon span,
    .facilities .facilities-item .facilities-wrap .facilities-icon svg {
        font-size: 24px;
        min-width: 30px;
        color: #fff
    }

@media (max-width:767px) {
    .facilities .facilities-item .facilities-wrap .facilities-icon {
        display: none
    }
}

.facilities .facilities-item .facilities-wrap .facilities-add-title {
    display: inline-block;
    position: relative
}

    .facilities .facilities-item .facilities-wrap .facilities-add-title,
    .facilities .facilities-item .facilities-wrap .facilities-add-title h2,
    .facilities .facilities-item .facilities-wrap .facilities-add-title h3 {
        font-weight: 500;
        font-size: 22px;
        text-align: left;
        color: #fff;
        line-height: 1
    }

        .facilities .facilities-item .facilities-wrap .facilities-add-title h2,
        .facilities .facilities-item .facilities-wrap .facilities-add-title h3 {
            display: inline-block;
            margin: 0
        }

.facilities .facilities-item .facilities-content {
    width: 100%;
    position: relative;
    background-color: transparent;
    color: #222;
    padding-top: 0;
    height: auto
}

    .facilities .facilities-item .facilities-content .facilities-copy {
        font-size: 18px;
        height: auto;
        position: relative;
        z-index: 5;
        max-width: 946px;
        margin: 21px auto 29px auto;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #161616
    }

        .cc_container .facilities .facilities-item .facilities-content .facilities-copy .cc_btn_accept_all,
        .facilities .facilities-item .facilities-content .facilities-copy .button,
        .facilities .facilities-item .facilities-content .facilities-copy .cc_container .cc_btn_accept_all {
            cursor: pointer;
            padding: 16px 36px;
            line-height: 1;
            border-radius: 5px;
            border: 0
        }

        .facilities .facilities-item .facilities-content .facilities-copy .read-more-content {
            display: none;
            padding: 10px 0
        }

    .facilities .facilities-item .facilities-content .facilities-close {
        display: none
    }

    .facilities .facilities-item .facilities-content h3 {
        display: none
    }

.facilities .facilities-item .read-more-selector {
    cursor: pointer;
    padding: 16px 36px
}

    .facilities .facilities-item .read-more-selector i,
    .facilities .facilities-item .read-more-selector svg {
        font-size: 27px;
        color: #db0740
    }

    .facilities .facilities-item .read-more-selector .minus {
        display: none
    }

    .facilities .facilities-item .read-more-selector.open .minus {
        display: block
    }

    .facilities .facilities-item .read-more-selector.open .plus {
        display: none
    }

.f-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.active-z {
    z-index: 9999
}

@media (max-width:767px) {
    .facilities-item {
        padding: 10px;
        text-align: center;
        width: calc(100% - 16px);
        margin: 21px 8px 0 !important
    }

        .facilities-item .facilities-wrap .facilities-icon {
            text-align: center !important;
            font-size: 36px !important
        }

        .facilities-item .facilities-wrap .facilities-add-title {
            top: 0 !important;
            left: 0 !important
        }

            .facilities-item .facilities-wrap .facilities-add-title h3 {
                display: block !important;
                text-align: center !important;
                font-size: 24px !important
            }

    .facilities-copy {
        text-align: left;
        padding: 0 17px
    }

    .facilities-content {
        display: none
    }

    .read-more-content {
        display: block !important;
        padding: 10px 0
    }
}

.food-and-drink-hero {
    background-image: url(visitors-wow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 21px 0;
    margin-bottom: 26px
}

    .food-and-drink-hero h1,
    .food-and-drink-hero h2,
    .food-and-drink-hero h3 {
        font-weight: 900;
        font-size: 40px;
        text-align: left;
        color: #fff;
        margin: 16px 0 16px 0
    }

.food-and-drink-hero_copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    max-width: 459px
}

.food-and-drink-hero_slider_image {
    padding-top: 55.7%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
    background-color: #7c7c7c
}

.food-and-drink-hero_slider .slick-dots li {
    height: 10px;
    width: 18px;
    padding: 0 4px;
    margin: 0
}

    .food-and-drink-hero_slider .slick-dots li button {
        height: 10px;
        width: 10px;
        padding: 0;
        margin: 0;
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .food-and-drink-hero_slider .slick-dots li button::before {
            display: none
        }

    .food-and-drink-hero_slider .slick-dots li.slick-active button {
        background-color: #fff
    }

.small-panels-logos {
    padding: 25px 11px 41px
}

.small-panels-logos_logo {
    border: 2px solid #db0740;
    background-position: center center;
    background-size: contain;
    margin: 0 0 25px 0;
    border-radius: 5px;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.small-panels-logos .logo-finisher {
    padding-top: 15px
}

    .small-panels-logos .logo-finisher p {
        max-width: 404px;
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        text-align: left;
        color: #161616
    }

.hero-food {
    height: 500px;
    width: 100%;
    background-color: gray;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    .hero-food {
        height: 300px
    }
}

.border-top {
    margin-top: 50px;
    border-top: 15px solid #ff6319;
    background-image: url(bg-wood.jpg);
    background-size: cover;
    background-position: center
}

.component-border.visitors {
    border-top: 15px solid #ff6319
}

.component-border.organisers {
    border-top: 15px solid #001a30
}

.component-border.exhibitors {
    border-top: 15px solid #7ab800
}

.component-border.dark-grey {
    border-top: 15px solid #333
}

.component-border.brand-red {
    border-top: 15px solid #db0740
}

.border-orange {
    margin: 0;
    background-position: center center;
    background-size: contain;
    margin: 25px 0;
    border: #ff6319 solid 2px;
    border-radius: 5px;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

    .border-orange img {
        width: 70%;
        height: auto
    }

    .border-orange.button,
    .cc_container .border-orange.cc_btn_accept_all {
        color: #ff6319 !important;
        font-size: 24px !important;
        min-height: 100px !important;
        height: 100px;
        padding: 0
    }

        .border-orange.button:before,
        .cc_container .border-orange.cc_btn_accept_all:before {
            background-color: #fff !important
        }

        .border-orange.button:after,
        .cc_container .border-orange.cc_btn_accept_all:after {
            background: #ff6319 !important
        }

        .border-orange.button:hover h3,
        .border-orange.button:hover span,
        .cc_container .border-orange.cc_btn_accept_all:hover h3,
        .cc_container .border-orange.cc_btn_accept_all:hover span {
            color: #fff
        }

        .border-orange.button .logo,
        .cc_container .border-orange.cc_btn_accept_all .logo {
            padding: 0;
            margin: 0;
            background-position: center center;
            min-height: 100px
        }

        .border-orange.button span,
        .cc_container .border-orange.cc_btn_accept_all span {
            font-size: 36px !important
        }

        .border-orange.button h3,
        .cc_container .border-orange.cc_btn_accept_all h3 {
            margin: 0
        }

.copy-food {
    font-size: 18px
}

.food-journey h1,
.logos h1 {
    margin-top: 50px
}

.j-item {
    margin: 15px 0
}

    .j-item .j-img img {
        width: 100%;
        height: 250px
    }

    .j-item .j-copy {
        margin: 10px 0;
        font-size: 16px
    }

.expand-copy {
    margin-top: 20px;
    display: none
}

.promotion-box .event-promotion-container {
    min-height: 550px;
    width: 100%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.promotion-box .event-promotion-gradient {
    height: 100%;
    width: 100%
}

.promotion-box .event-promotion-copy {
    padding: 50px;
    color: #fff;
    width: 100%
}

    .promotion-box .event-promotion-copy .event {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        width: 100%
    }

    .promotion-box .event-promotion-copy .event-header {
        width: 100%
    }

        .promotion-box .event-promotion-copy .event-header h1 {
            margin: 0;
            padding-bottom: 20px;
            font-size: 41px;
            font-weight: 900
        }

        .promotion-box .event-promotion-copy .event-header h3 {
            margin: 0;
            padding: 0
        }

    .promotion-box .event-promotion-copy .event-copy {
        margin-top: 30px;
        font-size: 18px
    }

    .promotion-box .event-promotion-copy a {
        margin-top: 20px;
        display: inline-block;
        width: 90px
    }

.promotion-box .event-promotion-list {
    list-style: none;
    margin: 0;
    padding: 20px
}

    .promotion-box .event-promotion-list li {
        height: 150px;
        cursor: pointer;
        margin: 1% 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .promotion-box .event-promotion-list li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .5;
            border: 2px solid #fff
        }

            .promotion-box .event-promotion-list li .event-box:hover {
                opacity: 1
            }

            .promotion-box .event-promotion-list li .event-box h2 {
                color: #fff;
                text-align: center;
                text-shadow: 0 5px 10px #000;
                margin: 0;
                padding: 0;
                left: 0;
                position: absolute;
                width: 100%;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                pointer-events: none
            }

.promotion-box .event-promotion-list-mobile {
    list-style: none;
    margin: 0;
    padding: 0
}

    .promotion-box .event-promotion-list-mobile li {
        height: 100px;
        width: 100%;
        cursor: pointer;
        position: relative;
        display: inline-block
    }

        .promotion-box .event-promotion-list-mobile li .event-box {
            height: 100%;
            width: 100%;
            background-position: center;
            background-size: cover;
            opacity: .8;
            border: 2px solid transparent
        }

            .promotion-box .event-promotion-list-mobile li .event-box:hover {
                opacity: 1
            }

        .promotion-box .event-promotion-list-mobile li h3 {
            color: #fff;
            text-align: center;
            text-shadow: 0 5px 10px #000;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 40px;
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none
        }

.promotion-box .promote-active {
    opacity: 1 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important
}

.promotion-box .promote-op {
    opacity: 1 !important
}

.promotion-box .promote {
    opacity: 1 !important
}

@media (max-width:767px) {
    .event-promotion-copy {
        padding: 15px !important
    }
}

@media (min-width:768px) {
    .event-promotion-list h2 {
        font-size: 24px !important
    }
}

.sustainability--desktop {
    position: relative
}

@media (max-width:960px) {
    .sustainability--desktop {
        display: none
    }
}

.sustainability--desktop .main-box {
    padding: 0 15px
}

.sustainability--desktop .main-box--inner {
    background: url(../images/sustainability-bg.jpg);
    height: 270px;
    padding: 0
}

.sustainability--desktop .main-box--logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

    .sustainability--desktop .main-box--logo img {
        width: 70%
    }

.sustainability--desktop .main-box--copy {
    height: 100%;
    background: rgba(93, 190, 130, .8);
    background: -o-linear-gradient(331deg, rgba(93, 190, 130, .8) 0, rgba(165, 207, 89, .8) 100%);
    background: linear-gradient(119deg, rgba(93, 190, 130, .8) 0, rgba(165, 207, 89, .8) 100%);
    padding: 3rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .sustainability--desktop .main-box--copy p,
    .sustainability--desktop .main-box--copy span {
        color: #fff;
        font-size: 16px
    }

@media (max-width:1200px) {

    .sustainability--desktop .main-box--copy p,
    .sustainability--desktop .main-box--copy span {
        font-size: 14px
    }
}

.sustainability--desktop .main-box--copy p {
    width: 100%
}

.sustainability--mobile {
    display: none
}

@media (max-width:960px) {
    .sustainability--mobile {
        display: block
    }
}

.visitor-venue-protect-page {
    font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_hero-img.vvp-desktop-hero {
        display: none
    }
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_hero-img.vvp-mobile-hero {
        display: none
    }
}

.visitor-venue-protect-page .vvp_intro_col {
    font-family: inherit;
    text-align: center;
    padding: 45px 10% 30px 10%
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_intro_col {
        text-align: left;
        padding: 30px 20px
    }
}

.visitor-venue-protect-page .vvp_intro_col_start {
    font-size: 26px;
    font-weight: 900;
    color: #e50044
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_intro_col_start {
        font-size: 20px
    }
}

.visitor-venue-protect-page .vvp_intro_col_middle p {
    font-weight: 400;
    color: #001a30;
    font-size: 22px
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_intro_col_middle p {
        font-size: 18px
    }
}

.visitor-venue-protect-page .vvp_intro_col_end {
    font-size: 22px;
    font-weight: 900;
    color: #e50044
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_intro_col_end {
        font-size: 18px
    }
}

.visitor-venue-protect-page .vvp_good-to-go {
    background-color: #e5dcec;
    padding: 50px 0;
    font-family: inherit;
    text-align: left
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_good-to-go {
        padding-bottom: 0
    }
}

.visitor-venue-protect-page .vvp_good-to-go_title {
    color: #e50044;
    font-family: inherit;
    font-size: 36px;
    font-weight: 900
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_good-to-go_title {
        font-size: 32px
    }
}

.visitor-venue-protect-page .vvp_good-to-go p,
.visitor-venue-protect-page .vvp_good-to-go_text,
.visitor-venue-protect-page .vvp_good-to-go_text p {
    color: #001a30;
    font-size: 22px;
    font-weight: 400
}

@media (max-width:991px) {

    .visitor-venue-protect-page .vvp_good-to-go p,
    .visitor-venue-protect-page .vvp_good-to-go_text,
    .visitor-venue-protect-page .vvp_good-to-go_text p {
        font-size: 18px
    }
}

.visitor-venue-protect-page .vvp_good-to-go p span,
.visitor-venue-protect-page .vvp_good-to-go_text p span,
.visitor-venue-protect-page .vvp_good-to-go_text span {
    font-weight: 900;
    color: #e9265f
}

.visitor-venue-protect-page .vvp_good-to-go_image {
    width: 100%;
    padding-top: calc(100% + 10px);
    margin-top: 20px;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_good-to-go_image {
        width: 80%;
        margin: 0 10%;
        padding-top: 80%
    }
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_tips {
        padding-top: 40px
    }
}

.visitor-venue-protect-page .vvp_tips .row {
    padding: 0 13.5px
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips .row {
        padding: 0
    }
}

.visitor-venue-protect-page .vvp_tips .row .col-md-4 {
    padding: 0 9px
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips .desktop-tips {
        display: none
    }
}

.visitor-venue-protect-page .vvp_tips_tip {
    width: 100%;
    padding-top: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 42.425px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #465560;
    border-radius: 5px
}

    .visitor-venue-protect-page .vvp_tips_tip:hover {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(1.001);
        -ms-transform: scale(1.001);
        transform: scale(1.001);
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1)
    }

.visitor-venue-protect-page .vvp_tips_tip_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    z-index: 2
}

.visitor-venue-protect-page .vvp_tips_tip_container_image {
    width: 36%;
    padding-top: 36%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 19px
}

.visitor-venue-protect-page .vvp_tips_tip_container_title {
    color: inherit;
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0
}

.visitor-venue-protect-page .vvp_tips_tip_container_text {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    width: 100%
}

.visitor-venue-protect-page .vvp_tips_tip_container .min-max {
    margin-top: auto;
    width: 100%;
    text-align: center
}

    .visitor-venue-protect-page .vvp_tips_tip_container .min-max i {
        color: inherit;
        font-size: 40px
    }

.visitor-venue-protect-page .vvp_tips_tip_arrow {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto auto 0;
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    background-color: #465560
}

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header {
    position: relative;
    padding: 20px
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_mobile_header {
        display: none
    }
}

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header_header_img {
    width: 30%;
    padding-top: 20%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header_header_title {
    color: inherit;
    font-size: 26px;
    font-weight: 900;
    width: 100%;
    margin: 0 10px 0 15px
}

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header_header .min-max {
    text-align: center
}

    .visitor-venue-protect-page .vvp_tips_expanded_mobile_header_header .min-max i {
        color: inherit;
        font-size: 30px
    }

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header_text {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-top: 20px;
    display: none
}

.visitor-venue-protect-page .vvp_tips_expanded_mobile_header_arrow {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto auto 0;
    height: 30px;
    width: 30px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

.visitor-venue-protect-page .vvp_tips_expanded_container {
    padding: 20px 0;
    display: none
}

    .visitor-venue-protect-page .vvp_tips_expanded_container:last-child {
        margin-bottom: 4px
    }

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container {
        padding: 20px 0
    }

        .visitor-venue-protect-page .vvp_tips_expanded_container:first-child {
            margin-top: 21.1px
        }
}

.visitor-venue-protect-page .vvp_tips_expanded_container_image {
    width: 100%;
    padding-top: calc(100% + 10px);
    position: relative;
    background-size: 80%;
    background-position: top;
    background-repeat: no-repeat
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_image {
        margin-top: 20px
    }
}

.visitor-venue-protect-page .vvp_tips_expanded_container_title {
    font-weight: 900;
    font-size: 22px;
    margin: 0 0 20px 0
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_title {
        font-size: 25px;
        margin: 14px 0 20px 0;
        min-height: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .visitor-venue-protect-page .vvp_tips_expanded_container_title::after {
            content: "\f055";
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-size: 30px;
            margin-left: auto;
            padding-left: 10px
        }

        .visitor-venue-protect-page .vvp_tips_expanded_container_title.min::after {
            content: "\f056"
        }
}

.visitor-venue-protect-page .vvp_tips_expanded_container_text {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.6
}

    .visitor-venue-protect-page .vvp_tips_expanded_container_text p,
    .visitor-venue-protect-page .vvp_tips_expanded_container_text ul {
        margin: 0 0 20px 0
    }

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_text {
        margin-left: -35%;
        display: none
    }
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_text .vvp-tip-bonus-content {
        display: none
    }
}

.visitor-venue-protect-page .vvp_tips_expanded_container_text .normal-weight {
    font-weight: 400
}

.visitor-venue-protect-page .vvp_tips_expanded_container_links {
    display: inline-block;
    margin: 15px 0 0 0
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_links {
        margin-left: -35%;
        display: none
    }
}

.visitor-venue-protect-page .vvp_tips_expanded_container_links_link {
    border: 1px solid;
    border-radius: 9px;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_links_link.vvp-read-more-button {
        display: none
    }
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_tips_expanded_container_links_link {
        margin-bottom: 10px
    }
}

.visitor-venue-protect-page .vvp_tips_expanded_container_links_link i {
    margin-left: 20px;
    font-size: 16px
}

.visitor-venue-protect-page .vvp_tips .selected {
    background-color: #001a30
}

    .visitor-venue-protect-page .vvp_tips .selected .vvp_tips_tip_arrow {
        background-color: #001a30
    }

.visitor-venue-protect-page .vvp_upcoming-events {
    background-color: #e50044
}

.visitor-venue-protect-page .vvp_upcoming-events_upper {
    background-color: #e5dcec;
    text-align: center;
    padding-bottom: 40px;
    position: relative
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_upcoming-events_upper {
        padding-top: 10px
    }
}

.visitor-venue-protect-page .vvp_upcoming-events_upper::after,
.visitor-venue-protect-page .vvp_upcoming-events_upper::before {
    content: "";
    width: 50%;
    height: 40px;
    background-color: #e50044;
    position: absolute;
    bottom: -5px
}

.visitor-venue-protect-page .vvp_upcoming-events_upper::before {
    left: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%)
}

.visitor-venue-protect-page .vvp_upcoming-events_upper::after {
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%)
}

.visitor-venue-protect-page .vvp_upcoming-events_upper_title {
    font-size: 32px;
    color: #531182;
    font-weight: 900;
    text-align: center
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_upcoming-events_upper_title br {
        display: none
    }
}

.visitor-venue-protect-page .vvp_upcoming-events_lower {
    text-align: center
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_upcoming-events_lower {
        padding-top: 25px
    }
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_title {
    width: 60%;
    margin-top: -40px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_upcoming-events_lower_title {
        width: 80%
    }
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image {
    width: 100%;
    padding-top: 56.168%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    position: relative
}

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image .slick-arrow-next,
    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image .slick-arrow-prev {
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 999
    }

        .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image .slick-arrow-next i,
        .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image .slick-arrow-prev i {
            color: inherit;
            font-size: 30px
        }

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image .slick-arrow-prev {
        left: -35px
    }

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .image .slick-arrow-next {
        right: -35px
    }

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content {
    padding: 10px 40px;
    text-align: left;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .date,
    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .title {
        color: #fff;
        font-weight: 900;
        font-size: 18px;
        margin-bottom: 5px
    }

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .link {
        margin-top: 15px;
        display: inline-block;
        background-color: #531181;
        border: 1px solid #531181;
        color: #fff;
        border-radius: 9px;
        padding: 10px;
        font-size: 16px;
        text-transform: uppercase
    }

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .link {
        width: calc(100% + 80px);
        margin-left: -40px
    }

        .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .link i {
            float: right
        }
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .link i {
    margin-left: 20px;
    color: inherit
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .vvp-slide .content .link:hover {
    background-color: #fff;
    color: #531181 !important
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-slide:not(.slick-active) {
    opacity: 0
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-active:not(.slick-current) .image {
    -webkit-transform: perspective(400px) rotateY(25deg) scale(.6);
    transform: perspective(400px) rotateY(25deg) scale(.6)
}

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-active:not(.slick-current) .image .slick-arrow-next,
    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-active:not(.slick-current) .image .slick-arrow-prev {
        opacity: 0
    }

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-active:not(.slick-current) .content {
    opacity: 0
}

.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-active + .slick-active,
.visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-current {
    background: 0 0
}

    .visitor-venue-protect-page .vvp_upcoming-events_lower_carousel .slick-track .slick-active + .slick-active + .slick-active:not(.slick-current) .image {
        -webkit-transform: perspective(400px) rotateY(-25deg) scale(.6);
        transform: perspective(400px) rotateY(-25deg) scale(.6)
    }

.visitor-venue-protect-page .vvp_find-event {
    background-color: #531182;
    padding: 60px 0;
    text-align: left
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_find-event {
        text-align: center;
        padding: 60px 20px;
        overflow-x: hidden
    }
}

.visitor-venue-protect-page .vvp_find-event_title {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-top: 0
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_find-event_title {
        margin-right: -20px;
        width: calc(100% + 120px)
    }

        .visitor-venue-protect-page .vvp_find-event_title br {
            display: none
        }
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_find-event_title {
        margin-left: -15px;
        width: calc(100% + 30px)
    }
}

.visitor-venue-protect-page .vvp_find-event_title span {
    white-space: nowrap
}

.visitor-venue-protect-page .vvp_find-event_title i {
    color: inherit;
    font-size: 30px;
    margin-bottom: -3px
}

.visitor-venue-protect-page .vvp_find-event_text {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_find-event_text {
        margin-right: -20px
    }
}

.visitor-venue-protect-page .vvp_find-event_link {
    border: 1px solid #e50044;
    background-color: #e50044;
    border-radius: 5px;
    padding: 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    margin-top: 20px;
    display: inline-block
}

    .visitor-venue-protect-page .vvp_find-event_link i {
        color: inherit
    }

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_find-event_link i {
        margin-left: 30px
    }
}

.visitor-venue-protect-page .vvp_find-event_image {
    width: 100%;
    padding-top: 50%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_find-event_image {
        margin-left: -30px;
        margin-top: -30px;
        width: calc(100% + 30px);
        padding-top: calc(50% + 30px)
    }
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_find-event_image {
        margin-top: 30px;
        margin-left: -50px;
        width: calc(100% + 100px);
        padding-top: 63%
    }
}

.visitor-venue-protect-page .vvp_visitor-faq {
    padding: 30px 0
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_visitor-faq {
        text-align: center
    }
}

.visitor-venue-protect-page .vvp_visitor-faq_title {
    color: #e50044;
    font-size: 40px;
    font-weight: 900;
    margin-top: 50px
}

@media (max-width:991px) {
    .visitor-venue-protect-page .vvp_visitor-faq_title {
        margin-top: 0
    }
}

.visitor-venue-protect-page .vvp_visitor-faq_text {
    font-size: 20px;
    color: #001a30;
    font-weight: 400
}

.visitor-venue-protect-page .vvp_visitor-faq_link {
    background-color: #e50044;
    border: 1px solid #e50044;
    border-radius: 9px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 10px;
    display: inline-block
}

@media (min-width:991px) {
    .visitor-venue-protect-page .vvp_visitor-faq_link {
        margin-top: 30%
    }
}

.visitor-venue-protect-page .vvp_visitor-faq_link i {
    margin-left: 30px;
    color: inherit
}

.visitor-venue-protect-page .vvp_visitor-faq_link:hover {
    color: #e50044 !important;
    background-color: #fff
}

.visitor-venue-protect-page .page-split-top {
    position: relative;
    padding-top: 70px
}

    .visitor-venue-protect-page .page-split-top:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-image: url(visitor-venue-protect/chevron-top.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        height: 115px
    }

.search-results-wrapper {
    height: auto;
    min-height: 200px;
    margin: 0 0 20px;
    border-top: 1px solid #db0740;
    background-color: #db0740;
    padding-bottom: 20px;
    background-image: url(img-wow-single.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .search-results-wrapper .listTitle h1 {
        color: #fff;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0 15px
    }

    .search-results-wrapper form {
        margin-top: 10px
    }

        .search-results-wrapper form input {
            height: 55px;
            position: relative;
            width: 100%;
            padding-left: 15px;
            border-radius: 5px;
            border: 1px solid #db0740;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #fff
        }

    .search-results-wrapper #searchbutton {
        background-color: #aa0532;
        border: 1px solid #780423;
        color: #fff;
        text-transform: uppercase
    }

.search-results-container {
    margin: 20px 0
}

    .search-results-container .search-img img {
        width: 100%;
        height: auto
    }

    .search-results-container h2 {
        margin-top: 0 !important
    }

@media (max-width:767px) {
    .search-result {
        display: block !important
    }

        .search-result .listTitle {
            margin-top: 30px
        }

    .search-results-container {
        margin-bottom: 35px
    }

        .search-results-container h2 {
            font-size: 24px !important
        }
}

.season-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    width: 100%;
    background-position: center center
}

@media (min-width:767px) {
    .season-bg {
        padding-top: 65%
    }
}

@media (max-width:767px) {
    .season-bg {
        height: 65vh
    }
}

.season-bg_outer {
    position: relative
}

@media (min-width:767px) {
    .season-bg_outer {
        max-height: 65vh;
        overflow: hidden
    }
}

.season-bg .season-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff
}

@media (min-width:767px) {
    .season-bg .season-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }
}

.season-bg .season-top {
    font-size: 24px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .2)
}

.season-bg .season-middle {
    font-weight: 900;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    line-height: 1.4
}

.season-bg .season-bottom {
    font-size: 24px;
    width: 60%;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    text-align: center
}

@media (max-width:767px) {
    .season-middle {
        font-size: 36px
    }

    .season-bottom {
        font-size: 18px !important;
        width: 90% !important
    }
}

@media (min-width:768px) {
    .season-middle {
        font-size: 36px
    }
}

@media (min-width:992px) {
    .season-middle {
        font-size: 66px
    }
}

@media (min-width:1200px) {
    .season-middle {
        font-size: 86px
    }
}

.stream .stream-container {
    min-height: 450px;
    width: 100%;
    border-radius: 0;
    position: relative;
    overflow: hidden
}

    .stream .stream-container .stream-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 450px;
        overflow: hidden
    }

        .stream .stream-container .stream-flex .stream-title .nec-logo {
            position: absolute;
            top: 25px;
            left: 120px;
            font-size: 5.214rem;
            font-weight: 900;
            color: #fff;
            text-transform: lowercase
        }

        .stream .stream-container .stream-flex .stream-title h1 {
            text-transform: lowercase;
            color: #fff;
            font-size: 5.214rem;
            position: absolute;
            left: 120px;
            top: 55px;
            text-align: left;
            font-family: "Klinic Slab", Georgia, Times, serif;
            font-weight: 900
        }

        .stream .stream-container .stream-flex .stream-title span {
            color: #fff;
            font-size: 5.214rem;
            margin: 20px;
            position: absolute;
            left: 30px;
            top: 20px
        }

        .stream .stream-container .stream-flex .circle-bg {
            font-size: 80rem;
            position: absolute;
            top: 0;
            right: -100px;
            color: #fff;
            opacity: .05
        }

        .stream .stream-container .stream-flex .stream-copy {
            -ms-flex-item-align: center;
            align-self: center;
            font-size: 3.357rem;
            color: #fff;
            padding-right: 25px;
            font-family: "Klinic Slab", Georgia, Times, serif;
            z-index: 2
        }

            .stream .stream-container .stream-flex .stream-copy p a {
                display: block;
                padding: 20px;
                border-top: 4px solid rgba(255, 255, 255, .4);
                
                color: #fff
            }

                .stream .stream-container .stream-flex .stream-copy p a:hover {
                    background-color: rgba(255, 255, 255, .4);
                    color: #fff
                }

@media (max-width:767px) {
    .stream-container {
        height: 250px !important;
        min-height: 0 !important
    }

        .stream-container .nec-logo {
            top: 10px !important;
            left: 90px !important
        }

        .stream-container h1 {
            top: 40px !important;
            left: 90px !important
        }

        .stream-container .stream-flex {
            display: block !important;
            height: 250px !important
        }

        .stream-container .stream-title {
            height: 100px;
            display: block !important
        }

            .stream-container .stream-title span {
                margin: 0 !important
            }

        .stream-container .stream-copy {
            font-size: 14px !important;
            width: 100% !important;
            position: relative;
            margin-top: 140px;
            width: 100% !important;
            padding-right: 0 !important
        }
}

.nec-stream-page {
    font-family: "Klinic Slab", Georgia, Times, serif
}

    .nec-stream-page .steam-title-top h1 span {
        color: #e60987;
        padding: 20px;
        font-size: 45px
    }

    .nec-stream-page .steam-title-top p {
        padding: 0 15px;
        font-size: 18px
    }

    .nec-stream-page .stream-flex-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 100%
    }

        .nec-stream-page .stream-flex-page .stream-icon span {
            color: #fff;
            font-size: 70px
        }

        .nec-stream-page .stream-flex-page .stream-title {
            text-align: center;
            font-size: 24px;
            color: #fff;
            width: 100%;
            padding: 20px 0
        }

        .nec-stream-page .stream-flex-page .stream-copy-add {
            color: #fff;
            font-size: 19px;
            position: absolute;
            bottom: 20px
        }

    .nec-stream-page .small-icon-type .stream-flex-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 100%
    }

        .nec-stream-page .small-icon-type .stream-flex-page .stream-icon span {
            color: #fff;
            font-size: 70px
        }

        .nec-stream-page .small-icon-type .stream-flex-page .stream-title {
            text-align: center;
            font-size: 18px;
            color: #fff;
            padding: 20px 50px
        }

        .nec-stream-page .small-icon-type .stream-flex-page .stream-copy-add {
            color: #fff;
            font-size: 19px;
            position: absolute;
            bottom: 20px;
            font-size: 14px
        }

    .nec-stream-page .stream-small-first-left {
        background-color: #333;
        height: 225px;
        background-position: center;
        background-size: cover
    }

        .nec-stream-page .stream-small-first-left .stream-copy {
            position: absolute;
            max-width: 80%;
            bottom: 20px;
            left: 0;
            color: #fff;
            font-size: 18px;
            padding: 10px 15px
        }

    .nec-stream-page .stream-large-left,
    .nec-stream-page .stream-large-right {
        background-position: center;
        background-size: cover
    }

        .nec-stream-page .stream-large-left .stream-copy,
        .nec-stream-page .stream-large-right .stream-copy {
            position: absolute;
            max-width: 80%;
            bottom: 20px;
            left: 0;
            color: #fff;
            font-size: 18px;
            padding: 10px 15px
        }

    .nec-stream-page .stream-large-right {
        background-color: #222;
        float: right
    }

    .nec-stream-page .stream-small-right {
        background-color: #333;
        height: 225px;
        background-position: center;
        background-image: cover
    }

        .nec-stream-page .stream-small-right .stream-copy {
            position: absolute;
            max-width: 80%;
            bottom: 20px;
            left: 0;
            color: #fff;
            font-size: 18px;
            padding: 10px 15px
        }

    .nec-stream-page .stream-small-next-right {
        float: right;
        height: 225px;
        background-color: #333;
        background-position: center;
        background-size: cover
    }

        .nec-stream-page .stream-small-next-right .stream-copy {
            position: absolute;
            max-width: 80%;
            bottom: 20px;
            left: 0;
            color: #fff;
            font-size: 18px;
            padding: 10px 15px
        }

.stream-image .stream-add-content {
    display: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

    .stream-image .stream-add-content a {
        margin-top: 20px
    }

.stream-large-full {
    height: 300px;
    text-align: center
}

    .stream-large-full p {
        margin: 0;
        padding: 0
    }

.ie .stream-copy-add {
    position: relative !important;
    bottom: 0 !important
}

@media (max-width:767px) {

    .stream-large-full,
    .stream-large-left,
    .stream-large-right {
        height: 225px !important
    }

    .stream-copy-add,
    .stream-title {
        font-size: 14px !important;
        text-align: center
    }
}

@media (max-width:991px) {

    .stream-large-left,
    .stream-large-right {
        height: 450px
    }

    .stream-copy-add,
    .stream-title {
        font-size: 14px !important;
        text-align: center
    }
}

@media (min-width:992px) {

    .stream-large-left,
    .stream-large-right {
        height: 450px
    }
}

@media (min-width:1200px) {

    .stream-large-left,
    .stream-large-right {
        height: 450px
    }
}

.tips {
    margin: 25px 0
}

    .tips .tips-container {
        margin: 20px 0;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .tips .tips-container .tips-icon {
            text-align: center;
            color: #551f59;
            font-size: 30px
        }

@media (max-width:992px) {
    .tips .tips-container .tips-icon span {
        margin-left: -13px
    }
}

.tips .tips-container .tips-copy {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.tips .tips-content-container {
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    margin: 0 15px;
    width: calc(100% - 30px)
}

#map-travel {
    height: 450px
}

.travel-desktop-item {
    display: none
}

    .travel-desktop-item.travel-active {
        display: block
    }

.travel-desktop {
    background-color: rgba(255, 99, 25, .1)
}

    .travel-desktop ul {
        margin: 0;
        padding: 0;
        min-height: 130px;
        margin: auto;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .travel-desktop ul .travel-container {
            height: 100%;
            display: inline-block;
            color: #ff6319
        }

            .travel-desktop ul .travel-container .travel-list-content-head {
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-transform: uppercase;
                font-size: 18px;
                font-weight: 500;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            }

                .travel-desktop ul .travel-container .travel-list-content-head span {
                    display: block;
                    padding: 5px
                }

                .travel-desktop ul .travel-container .travel-list-content-head:hover {
                    background-color: #ff6319;
                    color: #fff
                }

        .travel-desktop ul .active {
            cursor: pointer
        }

            .travel-desktop ul .active .travel-list-content-head {
                background-color: #ff6319
            }

                .travel-desktop ul .active .travel-list-content-head span {
                    color: #fff
                }

#select-travel {
    margin-top: 20px
}

    #select-travel a {
        cursor: pointer
    }

.travel-list-content-body p {
    font-size: 18px
}

@media (max-width:767px) {
    #map-travel {
        height: 250px !important
    }

    .travel-desktop ul {
        display: none
    }

    .travel-container {
        width: 100%;
        height: 60px
    }

        .travel-container .travel-list-content-head {
            min-height: 50px;
            display: block;
            padding: 10px !important
        }

            .travel-container .travel-list-content-head span {
                top: 5px
            }
}

@media (min-width:768px) {
    .travel-desktop ul {
        display: none
    }

    .travel-title h2 {
        font-size: 18px !important
    }

    .travel-list-content-head {
        font-size: 14px
    }

    .travel-container {
        width: 100%;
        height: 60px
    }

        .travel-container .travel-list-content-head {
            min-height: 50px;
            display: block;
            padding: 10px !important
        }

            .travel-container .travel-list-content-head span {
                top: 5px
            }
}

@media (min-width:992px) {
    .travel-desktop ul {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .travel-container {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 130px
    }

        .travel-container .travel-list-content-head {
            min-height: 130px
        }
}

@media (min-width:1200px) {
    .travel-desktop ul {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .travel-container {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 130px
    }

        .travel-container .travel-list-content-head {
            min-height: 130px
        }
}

.whynec-container {
    min-height: 280px;
    background-color: #001a30;
    background-image: url(why-nec-wow.svg);
    background-position: top;
    background-size: cover;
    text-align: center;
    padding: 25px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative
}

@media (max-width:767px) {
    .whynec-container .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:767px) {
    .whynec-container {
        max-width: 1140px;
        margin: 0 auto
    }

        .whynec-container .container {
            width: auto
        }
}

.whynec-container .whynec-item-first {
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 20px
}

    .whynec-container .whynec-item-first span {
        color: #fff;
        font-size: 50px
    }

    .whynec-container .whynec-item-first h4 {
        font-weight: 900;
        font-size: 40px;
        text-align: center;
        color: #fff;
        line-height: 1
    }

    .whynec-container .whynec-item-first h5 {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #fff;
        line-height: 1
    }

.whynec-container .whynec-item-second {
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 20px
}

    .whynec-container .whynec-item-second span {
        color: #fff;
        font-size: 50px
    }

    .whynec-container .whynec-item-second h1 {
        font-weight: 800
    }

.whynec-container .whynec-item-third {
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 20px
}

    .whynec-container .whynec-item-third span {
        color: #fff;
        font-size: 50px
    }

    .whynec-container .whynec-item-third h1 {
        font-weight: 800
    }

.whynec-container .whynec-cta {
    position: absolute;
    bottom: 10px;
    margin-left: -45px
}

.whynec-container .whynec-item-disable {
    display: none
}

.ie .whynec-cta {
    position: relative !important;
    bottom: 10px;
    margin-left: -45px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .whynec-item span {
        color: #fff;
        font-size: 35px !important
    }

    .whynec-item-first {
        padding: 15px 0 !important
    }

    .whynec-container {
        padding: 20px 0 50px 0 !important
    }
}

@media (max-width:991px) {
    .order-services-main-content .sidebar-column {
        padding-left: 5px;
        padding-right: 5px
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .logo-container .sidebar-logo-image {
        height: 100%
    }

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container {
    z-index: 100 !important
}

@media (max-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container {
        position: relative !important;
        top: initial !important;
        width: initial !important
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container {
    margin-top: 17px;
    margin-bottom: 8px
}

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container {
        background-color: #fff;
        border-top: 8px solid #dc0005
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .sticky-wrapper {
    height: initial !important
}

@media (max-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .sidebar-form-intro-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px 20px 20px 20px
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .sidebar-form-intro-container .sidebar-mobile-logo {
    height: 95px
}

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .sidebar-form-intro-container .sidebar-mobile-logo {
        display: none
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .sidebar-form-intro-container .sidebar-form-intro {
    padding: 7px 45px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin: 0
}

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container {
        position: relative !important;
        top: initial !important;
        width: initial !important
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-mobile-form-button {
    background-color: #dc0005;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding: 0 22px;
    cursor: pointer
}

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-mobile-form-button {
        display: none
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-mobile-form-button::after {
    content: "\f067";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-color: #1c1c1c;
    color: #fff;
    border-radius: 6px;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -14px;
    font-size: 17px
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-mobile-form-button.osf-mobile-show::after {
    content: "\f068"
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-mobile-form-button span {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 700
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

@media (max-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form {
        display: none;
        background-color: #d1d1d1;
        border-radius: 0 0 7px 7px;
        padding: 15px 45px;
        margin: 0 5px
    }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form.osf-mobile-show {
            display: block
        }
}

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input {
        background-color: #fff;
        border-radius: 8px;
        height: 32px;
        width: 100%;
        text-align: left;
        padding: 8px 16px 8px 16px;
        font-size: 12px;
        line-height: 16px;
        color: #1c1c1c;
        font-weight: 300;
        margin-bottom: 9px;
        border: 0
    }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input::-webkit-input-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input::-moz-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input:-ms-input-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input::-ms-input-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input::placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .sb-form-input.sb-select {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none
        }

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .select-container {
        position: relative;
        width: 100%
    }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .select-container::after {
            content: "\f2ec";
            font-family: "Font Awesome 6 Pro";
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-size: 9px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            position: absolute;
            right: 15px;
            top: 0;
            bottom: 9px;
            margin: auto;
            color: #afafaf;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 900;
            pointer-events: none
        }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .select-container::after {
        content: none !important
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .start-shopping {
    background-color: #dc0005;
    border: 2px solid #1c1c1c;
    border-radius: 4px;
    padding: 10px;
    min-width: 166px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 11px
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .g-recaptcha {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .os-form-checkbox-label {
    font-size: 11px
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-container .os-form-checkbox-label input[type=checkbox] {
        position: relative;
        bottom: -3px
    }

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-footer {
    width: 100%;
    text-align: center;
    margin-top: 9px
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-form-container .form-container .order-services-sidebar-form .sb-form-footer p {
        margin: 0;
        font-size: 12px;
        line-height: 15px
    }

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container {
        background-color: #fff;
        padding: 24px 0 6px 0
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block {
    padding: 0 18px 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .icon-half {
        width: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 18px;
        margin-top: 10px
    }

@media (min-width:991px) {
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .icon-half {
        display: none
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .icon-half i {
    font-size: 25px;
    color: #dc0005;
    width: 30px
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half a,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h1,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h2,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h3,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h4,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h5,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h6,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half p,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half span {
        color: #1c1c1c
    }

@media (max-width:991px) {

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half a,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h1,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h2,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h3,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h4,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h5,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half h6,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half p,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half span {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-contact-container .contact-block .info-half a {
    text-decoration: underline
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container {
    text-align: center;
    padding: 20px 20px;
    background-color: #fff
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container h4 {
        font-size: 16px;
        line-height: 18px;
        color: #1c1c1c
    }

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .the-quote {
    font-size: 12px;
    line-height: 19px;
    color: #1c1c1c;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 12px
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .the-quote::after,
    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .the-quote::before {
        font-family: "Font Awesome 6 Pro";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: #898989;
        font-size: 12px
    }

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .the-quote::before {
        content: "\f10d"
    }

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .the-quote::after {
        content: "\f10e";
        width: 12px;
        height: 12px;
        margin-right: -12px;
        padding-left: 5px
    }

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .company,
.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .name {
    font-size: 12px;
    line-height: 14px;
    font-weight: bolder;
    margin-bottom: 3px
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .name {
    color: #1c1c1c
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick-slide .company {
    color: #898989;
    margin-bottom: 10px
}

.order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: -15px
}

    .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick .slick-dots li {
        margin-right: 0;
        width: 7px;
        height: 7px;
        margin-left: 7px
    }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick .slick-dots li.slick-active button {
            background-color: #1c1c1c
        }

        .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick .slick-dots li button {
            height: 7px;
            width: 7px;
            border: 1px solid #707070;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: unset;
            border-radius: 50%
        }

            .order-services-main-content .sidebar-column .order-services-sidebar-container .sidebar-content-container .sidebar-quote-container-slick .slick-dots li button::before {
                content: none
            }

@media (max-width:991px) {
    .order-services-main-content .main-column {
        padding-left: 5px;
        padding-right: 5px
    }
}

.order-services-main-content .main-column .best-sellers-container .best-sellers-slick {
    margin-bottom: 45px
}

.order-services-main-content .main-column .best-sellers-container .best-sellers-slick-slide {
    border-radius: 6px;
    min-height: 115px;
    max-height: 300px
}

    .order-services-main-content .main-column .best-sellers-container .best-sellers-slick-slide img {
        width: 100%;
        border-radius: 6px
    }

.order-services-main-content .main-column .best-sellers-container .best-sellers-slick .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: -15px
}

    .order-services-main-content .main-column .best-sellers-container .best-sellers-slick .slick-dots li {
        margin-right: 0;
        width: 7px;
        height: 7px;
        margin-left: 7px
    }

        .order-services-main-content .main-column .best-sellers-container .best-sellers-slick .slick-dots li.slick-active button {
            background-color: #1c1c1c
        }

        .order-services-main-content .main-column .best-sellers-container .best-sellers-slick .slick-dots li button {
            height: 7px;
            width: 7px;
            border: 1px solid #707070;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: unset;
            border-radius: 50%
        }

            .order-services-main-content .main-column .best-sellers-container .best-sellers-slick .slick-dots li button::before {
                content: none
            }

.order-services-main-content .main-column .intro-content-container-title {
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 0
}

.order-services-main-content .main-column .stand-selection-title-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-title-container .desktop-title {
        display: none
    }
}

.order-services-main-content .main-column .stand-selection-title-container .mobile-title {
    display: none
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-title-container .mobile-title {
        display: block
    }
}

.order-services-main-content .main-column .stand-selection-title-container .desktop-title h3,
.order-services-main-content .main-column .stand-selection-title-container .mobile-title h3 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.order-services-main-content .main-column .stand-selection-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content,
.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab {
    width: 50%;
    padding: 20px 5px 0 5px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px 42px 10px 10px;
        background-color: #ebebeb;
        border-radius: 7px;
        min-height: 120px;
        height: auto;
        position: relative;
        margin-top: 11px
    }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab::after,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab::after {
            content: "\f067";
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            background-color: #1c1c1c;
            color: #fff;
            border-radius: 0 7px 7px 0;
            height: 100%;
            width: 42px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 17px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0
        }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-mob-active::after,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-mob-active::after {
            content: "\f068"
        }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .image-container,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .image-container {
    border: 2px solid #898989;
    border-radius: 9px 9px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    opacity: .6;
    position: relative;
    overflow: hidden
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .image-container,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .image-container {
        height: 100px;
        width: 160px;
        border-radius: 9px;
        padding-left: 160px;
        border: 2px solid #afafaf;
        opacity: 1;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .image-container:hover .hover-image,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .image-container:hover .hover-image {
    opacity: 1
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .image-container .hover-image,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .image-container .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container {
    background-color: #000;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 2
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container {
        width: auto;
        background: 0 0;
        color: #1c1c1c;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container::after,
.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container::before,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container::after,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container::before {
    content: "";
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container::after,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container::before,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container::after,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container::before {
        display: none
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container .ssc-title h3,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container .ssc-title h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container .ssc-subtitle h4,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container .ssc-subtitle h4 {
    font-size: 12px;
    line-height: 19px;
    margin: 0
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container .black-arrow,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab .text-container .green-arrow,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container .black-arrow,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab .text-container .green-arrow {
        display: none
    }
}

@media (min-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active {
        padding-top: 0
    }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .image-container,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .image-container {
            border-color: #009b3a;
            opacity: 1
        }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container::after,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container::before,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container::after,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container::before {
            bottom: -50px;
            height: 50px
        }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container::after,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container::after {
            left: 0;
            background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000));
            background: -o-linear-gradient(left bottom, transparent 50%, #000 50%);
            background: linear-gradient(to right top, transparent 50%, #000 50%)
        }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container::before,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container::before {
            right: 0;
            background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #000));
            background: -o-linear-gradient(right bottom, transparent 50%, #000 50%);
            background: linear-gradient(to left top, transparent 50%, #000 50%)
        }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .green-arrow,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .green-arrow {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%
        }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .green-arrow::after,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .green-arrow::before,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .green-arrow::after,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .green-arrow::before {
                content: "";
                position: absolute;
                bottom: -60px;
                width: 25px;
                height: 25px;
                z-index: 3
            }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .green-arrow::before,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .green-arrow::before {
                border-left: 2px solid #bed600;
                left: 50.6%;
                -webkit-transform: rotate(75deg);
                -ms-transform: rotate(75deg);
                transform: rotate(75deg)
            }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .green-arrow::after,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .green-arrow::after {
                border-right: 2px solid #bed600;
                right: 50.6%;
                -webkit-transform: rotate(-75deg);
                -ms-transform: rotate(-75deg);
                transform: rotate(-75deg)
            }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%
        }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::after,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::before,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::after,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::before {
                content: "";
                position: absolute;
                bottom: -143px;
                width: 25px;
                height: 213px;
                z-index: 3
            }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::before,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::before {
                border-left: 2px solid #000;
                -webkit-transform: rotate(76.5deg);
                -ms-transform: rotate(76.5deg);
                transform: rotate(76.5deg);
                right: 89px
            }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::after,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::after {
                border-right: 2px solid #000;
                left: 88px;
                -webkit-transform: rotate(-76.5deg);
                -ms-transform: rotate(-76.5deg);
                transform: rotate(-76.5deg)
            }
}

@media (min-width:991px) and (max-width:1200px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::after,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::before,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::after,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::before {
        bottom: -124px;
        height: 177px
    }

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::before,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::before {
        -webkit-transform: rotate(73.5deg);
        -ms-transform: rotate(73.5deg);
        transform: rotate(73.5deg);
        right: 69px
    }

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab.ssc-active .text-container .black-arrow::after,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab.ssc-active .text-container .black-arrow::after {
        left: 69px;
        -webkit-transform: rotate(-73.5deg);
        -ms-transform: rotate(-73.5deg);
        transform: rotate(-73.5deg)
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content {
    width: 100%;
    display: none;
    opacity: 0;
    padding: 60px 35px 15px 35px;
    border: 1px solid #afafaf;
    position: relative
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content {
        margin-left: 6px;
        margin-right: 6px;
        width: -webkit-fill-available;
        width: -moz-available;
        width: stretch;
        background-color: #d1d1d1;
        padding: 14px 14px 38px 14px;
        border: 0;
        border-radius: 0 0 7px 7px
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content::before,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background: -o-linear-gradient(top, #000 0, #fff 100%);
    background: linear-gradient(180deg, #000 0, #fff 100%);
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .13;
    position: absolute
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content::before,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content::before {
        display: none
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .top-content-container,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .top-content-container {
    margin-bottom: 20px
}

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .top-content-container .icon-block,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .top-content-container .icon-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .top-content-container .icon-block .icon-half,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .top-content-container .icon-block .icon-half {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            margin: 0 20px 10px 0;
            background-color: #ebebeb;
            padding-left: 45px;
            position: relative
        }

            .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .top-content-container .icon-block .icon-half i,
            .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .top-content-container .icon-block .icon-half i {
                color: #1c1c1c;
                font-size: 20px;
                font-weight: 300
            }

                .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .top-content-container .icon-block .icon-half i:before,
                .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .top-content-container .icon-block .icon-half i:before {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container_outer,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container_outer {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 15px
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container_outer,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container_outer {
        width: 100%
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block {
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 240px;
    margin-bottom: 17px;
    cursor: pointer;
    background-color: #fff
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block {
        background-color: #fff;
        margin-bottom: 5px;
        position: relative;
        padding: 10px 10px 10px 176px;
        min-height: 106px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block.offer,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block.offer {
    border-color: #009b3a;
    background-color: #eef7e8
}

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block.offer h4,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block.offer h4 {
        color: #009b3a;
        font-size: 12px
    }

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block-image,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block-image {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block-image,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block-image {
        width: 160px;
        height: 90px;
        position: absolute;
        top: 6px;
        left: 6px
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block h4,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block h4 {
    font-size: 12px;
    line-height: 13px;
    color: #1c1c1c;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block h4,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block h4 {
        text-align: left
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block p,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block p {
    font-size: 12px;
    line-height: 14px;
    color: #1c1c1c;
    margin: 0;
    text-align: center;
    width: 100%
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .bottom-content-container-block p,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .bottom-content-container-block p {
        text-align: left;
        font-size: 10px;
        line-height: 12px
    }
}

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .footer-content-container,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .footer-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .footer-content-container .browse-button,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .footer-content-container .browse-button {
        border: 2px solid #1c1c1c;
        border-radius: 4px;
        background-color: #dc0005;
        padding: 10px 35px;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .footer-content-container p,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .footer-content-container p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        color: #1c1c1c;
        margin: 0
    }

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .footer-content-container a,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .footer-content-container a {
        font-size: 12px;
        line-height: 17px;
        font-weight: 700;
        color: #1c1c1c;
        margin: 0;
        border: 0
    }

.order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .mobile-minimise,
.order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .mobile-minimise {
    display: none
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .mobile-minimise,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .mobile-minimise {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background-color: #1c1c1c;
        border-radius: 0 0 7px 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

        .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content .mobile-minimise i,
        .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content .mobile-minimise i {
            color: #fff;
            font-size: 21px
        }
}

@media (min-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content.ssc-active,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content.ssc-active {
        display: block;
        opacity: 1
    }
}

@media (max-width:991px) {

    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content.ssc-mob-active,
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content.ssc-mob-active {
        display: block;
        opacity: 1
    }
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-tab {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-tab {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-content-container .ssc-left-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:991px) {
    .order-services-main-content .main-column .stand-selection-content-container .ssc-right-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.order-services-main-content .main-column .additional-links .order-forms-container {
    padding: 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(175, 175, 175, .4);
    border-radius: 8px;
    margin: 17px 0
}

    .order-services-main-content .main-column .additional-links .order-forms-container h4 {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        margin: 0;
        color: #1c1c1c;
        text-align: center;
        width: 100%
    }

    .order-services-main-content .main-column .additional-links .order-forms-container p {
        font-size: 12px;
        line-height: 17px;
        font-weight: 300;
        margin: 0;
        color: #1c1c1c;
        text-align: center;
        width: 100%
    }

.order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

@supports (display:grid) {
    .order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 42px;
        grid-gap: 10px 30px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media (max-width:991px) {
    .order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper {
        grid-template-columns: 1fr
    }
}

.order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50%;
    height: 100%;
    border: 0;
    padding: 5px 15px
}

@supports (display:grid) {
    .order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button {
        padding: 0
    }
}

.order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button:last-child:not(:nth-child(even)) {
    grid-column: auto/span 2
}

.order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button .ofc-icon-container {
    height: 100%;
    width: 51px;
    padding-left: 51px;
    position: relative;
    background-color: rgba(28, 28, 28, .8);
    border-radius: 7px 0 0 7px
}

    .order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button .ofc-icon-container i {
        color: #bed600;
        font-size: 25px
    }

        .order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button .ofc-icon-container i::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

.order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button .ofc-content-container {
    padding: 13px;
    background-color: #fff;
    border-radius: 0 7px 7px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

    .order-services-main-content .main-column .additional-links .order-forms-container-buttons-wrapper .ofc-button .ofc-content-container p {
        font-size: 12px;
        line-height: 16px;
        color: #1c1c1c;
        margin: 0;
        text-transform: uppercase
    }

.order-services-main-content .main-column .additional-links .big-buttons-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px 17px -8px
}

@supports (display:grid) {
    .order-services-main-content .main-column .additional-links .big-buttons-container {
        grid-gap: 10px 16px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 17px 0
    }

    @media (min-width:991px) {
        .order-services-main-content .main-column .additional-links .big-buttons-container {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 50% 16px 50%;
            grid-template-columns: 1fr 1fr
        }
    }

    @media (max-width:991px) {
        .order-services-main-content .main-column .additional-links .big-buttons-container {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr
        }
    }
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px;
    width: 50%
}

@supports (display:grid) {
    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button {
        width: 100% !important;
        padding: 0 !important
    }
}

@media (max-width:991px) {
    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button {
        width: 100%
    }
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button:last-child:not(:nth-child(even)) {
    grid-column: auto/span 2
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button .bb-icon-container {
    width: 71px;
    padding-top: 44px;
    position: relative;
    background-color: rgba(28, 28, 28, .8);
    border-radius: 7px 0 0 7px
}

    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button .bb-icon-container i {
        color: #bed600;
        font-size: 30px
    }

        .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button .bb-icon-container i::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button .bb-content-container {
    padding: 13px;
    background-color: rgba(175, 175, 175, .4);
    border-radius: 0 7px 7px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button .bb-content-container p {
        font-size: 12px;
        line-height: 16px;
        color: #1c1c1c;
        margin: 0
    }

        .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button .bb-content-container p.heading {
            text-transform: uppercase
        }

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big {
    grid-column: auto/span 2;
    width: 100%
}

    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-icon-container {
        width: 120px;
        padding-top: 88px;
        background-color: #ecc245
    }

        .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-icon-container i {
            color: #1c1c1c;
            font-size: 40px
        }

    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-content-container {
        padding: 17px 167px 17px 17px;
        background-color: rgba(236, 194, 69, .4);
        position: relative
    }

@media (max-width:991px) {
    .order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-content-container {
        padding: 17px
    }
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-content-container p.heading {
    text-transform: uppercase;
    font-weight: 700
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-content-container p.subheading {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-content-container p.content {
    font-size: 12px;
    line-height: 15px
}

.order-services-main-content .main-column .additional-links .big-buttons-container .bb-button-big .bb-content-container .right-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 7px 7px 0
}

.order-services-main-content .light-boxes {
    display: none
}

@media (max-width:991px) {
    .order-services-main-content .mobile-no {
        display: none !important
    }
}

.order-services-container_form {
    background-color: #052132;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .order-services-container_form .title-container {
        background-color: #e40046;
        padding: 8px 11px
    }

        .order-services-container_form .title-container .left,
        .order-services-container_form .title-container .right {
            width: 50%;
            padding: 5px 27px
        }

        .order-services-container_form .title-container .subtitle,
        .order-services-container_form .title-container .title {
            font-weight: 600;
            text-align: left;
            color: #fff;
            margin: 0;
            padding: 0
        }

        .order-services-container_form .title-container .title {
            font-size: 20px;
            line-height: 1
        }

        .order-services-container_form .title-container .subtitle {
            font-size: 16px;
            line-height: 1.5
        }

    .order-services-container_form .form-container {
        padding: 8px 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .order-services-container_form .form-container .thank {
            font-weight: 600;
            font-size: 22px;
            text-align: left;
            color: #fff;
            padding: 5px
        }

    .order-services-container_form .form-container_intro {
        margin: 0 0 6px 0
    }

        .order-services-container_form .form-container_intro p {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            text-align: left;
            color: #fff;
            margin: 0 0 2px 0
        }

    .order-services-container_form .form-container form .os-form-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 6px;
        margin: 0 0 20px 0
    }

    .order-services-container_form .form-container form .os-form-section_title {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
        color: #fff;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 7px 0
    }

        .order-services-container_form .form-container form .os-form-section_title i,
        .order-services-container_form .form-container form .os-form-section_title svg {
            margin-left: 10px;
            font-size: 12px;
            color: #fff
        }

            .order-services-container_form .form-container form .os-form-section_title i.fa-circle-minus,
            .order-services-container_form .form-container form .os-form-section_title svg.fa-circle-minus {
                display: none
            }

    .order-services-container_form .form-container form .os-form-section_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 6px;
        overflow: hidden;
        height: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .order-services-container_form .form-container form .os-form-section_content .select {
            width: 100%;
            position: relative;
            cursor: pointer
        }

            .order-services-container_form .form-container form .os-form-section_content .select:before {
                content: "\f0d7";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                font-size: 11px;
                color: #db0740;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                z-index: 10;
                pointer-events: none;
                position: absolute;
                right: 6px;
                top: 0;
                bottom: 0
            }

        .order-services-container_form .form-container form .os-form-section_content select {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            position: relative;
            z-index: 1
        }

        .order-services-container_form .form-container form .os-form-section_content input,
        .order-services-container_form .form-container form .os-form-section_content select,
        .order-services-container_form .form-container form .os-form-section_content textarea {
            padding: 10px 7px;
            border-radius: 4px;
            font-weight: 500;
            font-size: 16px;
            line-height: 12px;
            text-align: left;
            color: #041c2c;
            width: 100%;
            border: 0;
            outline: 0
        }

            .order-services-container_form .form-container form .os-form-section_content input::-webkit-input-placeholder,
            .order-services-container_form .form-container form .os-form-section_content select::-webkit-input-placeholder,
            .order-services-container_form .form-container form .os-form-section_content textarea::-webkit-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 12px;
                text-align: left;
                color: #041c2c
            }

            .order-services-container_form .form-container form .os-form-section_content input::-moz-placeholder,
            .order-services-container_form .form-container form .os-form-section_content select::-moz-placeholder,
            .order-services-container_form .form-container form .os-form-section_content textarea::-moz-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 12px;
                text-align: left;
                color: #041c2c
            }

            .order-services-container_form .form-container form .os-form-section_content input:-ms-input-placeholder,
            .order-services-container_form .form-container form .os-form-section_content select:-ms-input-placeholder,
            .order-services-container_form .form-container form .os-form-section_content textarea:-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 12px;
                text-align: left;
                color: #041c2c
            }

            .order-services-container_form .form-container form .os-form-section_content input::-ms-input-placeholder,
            .order-services-container_form .form-container form .os-form-section_content select::-ms-input-placeholder,
            .order-services-container_form .form-container form .os-form-section_content textarea::-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 12px;
                text-align: left;
                color: #041c2c
            }

            .order-services-container_form .form-container form .os-form-section_content input::placeholder,
            .order-services-container_form .form-container form .os-form-section_content select::placeholder,
            .order-services-container_form .form-container form .os-form-section_content textarea::placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 12px;
                text-align: left;
                color: #041c2c
            }

        .order-services-container_form .form-container form .os-form-section_content textarea {
            min-height: 94px;
            max-width: 100%;
            min-width: 100%;
            padding: 10px 13px
        }

            .order-services-container_form .form-container form .os-form-section_content textarea::-webkit-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 14px;
                text-align: left;
                color: #c1c1c1
            }

            .order-services-container_form .form-container form .os-form-section_content textarea::-moz-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 14px;
                text-align: left;
                color: #c1c1c1
            }

            .order-services-container_form .form-container form .os-form-section_content textarea:-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 14px;
                text-align: left;
                color: #c1c1c1
            }

            .order-services-container_form .form-container form .os-form-section_content textarea::-ms-input-placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 14px;
                text-align: left;
                color: #c1c1c1
            }

            .order-services-container_form .form-container form .os-form-section_content textarea::placeholder {
                font-weight: 500;
                font-size: 16px;
                line-height: 14px;
                text-align: left;
                color: #c1c1c1
            }

        .order-services-container_form .form-container form .os-form-section_content .event-attending {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            background-color: #fff;
            border-radius: 4px
        }

            .order-services-container_form .form-container form .os-form-section_content .event-attending .label {
                font-weight: 500;
                font-size: 12px;
                line-height: 12px;
                text-align: left;
                color: #041c2c;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 11px 7px;
                cursor: pointer;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

                .order-services-container_form .form-container form .os-form-section_content .event-attending .label br {
                    display: none
                }

                .order-services-container_form .form-container form .os-form-section_content .event-attending .label i,
                .order-services-container_form .form-container form .os-form-section_content .event-attending .label svg {
                    font-size: 11px;
                    color: #db0740;
                    -webkit-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

            .order-services-container_form .form-container form .os-form-section_content .event-attending .event-search {
                background-color: #c1c1c1;
                border-radius: 0;
                display: none
            }

        .order-services-container_form .form-container form .os-form-section_content .event-attending_events {
            display: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .order-services-container_form .form-container form .os-form-section_content .event-attending_events .inner-label,
            .order-services-container_form .form-container form .os-form-section_content .event-attending_events label {
                cursor: pointer;
                font-weight: 500;
                font-size: 16px;
                line-height: 16px;
                text-align: left;
                color: #052132;
                padding: 11px 7px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .order-services-container_form .form-container form .os-form-section_content .event-attending_events .inner-label:hover,
                .order-services-container_form .form-container form .os-form-section_content .event-attending_events label:hover {
                    background-color: rgba(193, 193, 193, .5)
                }

                .order-services-container_form .form-container form .os-form-section_content .event-attending_events .inner-label input,
                .order-services-container_form .form-container form .os-form-section_content .event-attending_events label input {
                    width: initial;
                    pointer-events: none
                }

        .order-services-container_form .form-container form .os-form-section_content .event-attending.open .label i,
        .order-services-container_form .form-container form .os-form-section_content .event-attending.open .label svg,
        .order-services-container_form .form-container form .os-form-section_content .event-attending:focus-within .label i,
        .order-services-container_form .form-container form .os-form-section_content .event-attending:focus-within .label svg {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .order-services-container_form .form-container form .os-form-section_content .event-attending.open .event-attending_events,
        .order-services-container_form .form-container form .os-form-section_content .event-attending.open .event-search,
        .order-services-container_form .form-container form .os-form-section_content .event-attending:focus-within .event-attending_events,
        .order-services-container_form .form-container form .os-form-section_content .event-attending:focus-within .event-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .order-services-container_form .form-container form .os-form-section_content .stand-types {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            gap: 4px
        }

            .order-services-container_form .form-container form .os-form-section_content .stand-types .label {
                font-weight: 500;
                font-size: 16px;
                line-height: 2;
                text-align: left;
                color: #fff;
                margin: 0
            }

            .order-services-container_form .form-container form .os-form-section_content .stand-types .inner-label,
            .order-services-container_form .form-container form .os-form-section_content .stand-types label {
                cursor: pointer;
                font-weight: 500;
                font-size: 16px;
                line-height: 16px;
                text-align: left;
                color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

                .order-services-container_form .form-container form .os-form-section_content .stand-types .inner-label:hover,
                .order-services-container_form .form-container form .os-form-section_content .stand-types label:hover {
                    gap: 14px
                }

                .order-services-container_form .form-container form .os-form-section_content .stand-types .inner-label input,
                .order-services-container_form .form-container form .os-form-section_content .stand-types label input {
                    cursor: pointer;
                    width: initial;
                    pointer-events: none
                }

        .order-services-container_form .form-container form .os-form-section_content .stand-interests {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            background-color: #fff;
            border-radius: 4px
        }

            .order-services-container_form .form-container form .os-form-section_content .stand-interests .label {
                font-weight: 500;
                font-size: 12px;
                line-height: 12px;
                text-align: left;
                color: #041c2c;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 11px 7px;
                cursor: pointer;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests .label i,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests .label svg {
                    font-size: 11px;
                    color: #db0740;
                    -webkit-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

            .order-services-container_form .form-container form .os-form-section_content .stand-interests .stand-search {
                background-color: #c1c1c1;
                border-radius: 0;
                display: none
            }

        .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests {
            display: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

            .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label,
            .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label {
                cursor: pointer;
                font-weight: 500;
                font-size: 16px;
                line-height: 16px;
                text-align: left;
                color: #052132;
                padding: 11px 7px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label:hover,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label:hover {
                    background-color: rgba(193, 193, 193, .5)
                }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label input,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label input {
                    width: initial;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    background-color: #fff;
                    margin: 0;
                    opacity: 0;
                    pointer-events: none;
                    position: absolute
                }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label i,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label svg,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label i,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label svg {
                    font-size: 12px
                }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label .fa-circle-minus,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label .fa-circle-minus {
                    display: none;
                    color: #bababa
                }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label .fa-circle-plus,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label .fa-circle-plus {
                    color: #db0740
                }

                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label.checked,
                .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label.checked {
                    font-weight: 700
                }

                    .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label.checked .fa-circle-minus,
                    .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label.checked .fa-circle-minus {
                        display: block
                    }

                    .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests .inner-label.checked .fa-circle-plus,
                    .order-services-container_form .form-container form .os-form-section_content .stand-interests_interests label.checked .fa-circle-plus {
                        display: none
                    }

        .order-services-container_form .form-container form .os-form-section_content .stand-interests.open .label i,
        .order-services-container_form .form-container form .os-form-section_content .stand-interests.open .label svg,
        .order-services-container_form .form-container form .os-form-section_content .stand-interests:focus-within .label i,
        .order-services-container_form .form-container form .os-form-section_content .stand-interests:focus-within .label svg {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .order-services-container_form .form-container form .os-form-section_content .stand-interests.open .stand-interests_interests,
        .order-services-container_form .form-container form .os-form-section_content .stand-interests.open .stand-search,
        .order-services-container_form .form-container form .os-form-section_content .stand-interests:focus-within .stand-interests_interests,
        .order-services-container_form .form-container form .os-form-section_content .stand-interests:focus-within .stand-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .order-services-container_form .form-container form .os-form-section_content .consent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 10px;
            margin-top: 13px;
            font-weight: 500;
            font-size: 12px;
            line-height: 1;
            text-align: left;
            color: #c1c1c1;
            cursor: pointer
        }

            .order-services-container_form .form-container form .os-form-section_content .consent:focus {
                outline: 3px solid #ffc400 !important;
                z-index: 99999
            }

            .order-services-container_form .form-container form .os-form-section_content .consent input {
                width: initial;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-color: #fff;
                margin: 0;
                opacity: 0;
                pointer-events: none;
                position: absolute
            }

            .order-services-container_form .form-container form .os-form-section_content .consent > * {
                pointer-events: none
            }

            .order-services-container_form .form-container form .os-form-section_content .consent i,
            .order-services-container_form .form-container form .os-form-section_content .consent svg {
                font-size: 12px;
                color: #fff
            }

            .order-services-container_form .form-container form .os-form-section_content .consent .fa-square-check {
                display: none
            }

            .order-services-container_form .form-container form .os-form-section_content .consent.checked .fa-square-check {
                display: block
            }

            .order-services-container_form .form-container form .os-form-section_content .consent.checked .fa-square {
                display: none
            }

    .order-services-container_form .form-container form .os-form-section.open .os-form-section_title .fa-circle-minus {
        display: block
    }

    .order-services-container_form .form-container form .os-form-section.open .os-form-section_title .fa-circle-plus {
        display: none
    }

    .order-services-container_form .form-container form .os-form-section.open .os-form-section_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        height: initial
    }

    .order-services-container_form .form-container form button[type=submit] {
        background-color: #145177;
        border: 1px solid #145177;
        padding: 10px 12px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #fff;
        line-height: 1;
        margin: 0 0 11px 0;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .order-services-container_form .form-container form button[type=submit]:hover {
            color: #145177 !important;
            background-color: #fff
        }

.custom-fl .featherlight-content {
    padding: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    overflow: visible
}

    .custom-fl .featherlight-content .featherlight-close-icon {
        height: 29px;
        width: 29px;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 50%;
        right: -10px
    }

    .custom-fl .featherlight-content .eos-lb {
        background-color: #fff;
        margin: 8px;
        border-radius: 8px;
        max-width: 537px;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        position: relative;
        max-height: 95vh;
        overflow: auto
    }

@media (max-width:991px) {
    .custom-fl .featherlight-content .eos-lb {
        height: 90vh;
        overflow-y: scroll
    }
}

.custom-fl .featherlight-content .eos-lb .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.custom-fl .featherlight-content .eos-lb .before {
    padding: 8px
}

.custom-fl .featherlight-content .eos-lb .consent,
.custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types .inner-label,
.custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types .label,
.custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types label,
.custom-fl .featherlight-content .eos-lb .os-form-section_title {
    color: #052132 !important
}

    .custom-fl .featherlight-content .eos-lb .consent .fa-square,
    .custom-fl .featherlight-content .eos-lb .consent .fa-square-check,
    .custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types .inner-label .fa-square,
    .custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types .inner-label .fa-square-check,
    .custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types .label .fa-square,
    .custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types .label .fa-square-check,
    .custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types label .fa-square,
    .custom-fl .featherlight-content .eos-lb .os-form-section_content .stand-types label .fa-square-check,
    .custom-fl .featherlight-content .eos-lb .os-form-section_title .fa-square,
    .custom-fl .featherlight-content .eos-lb .os-form-section_title .fa-square-check {
        color: #052132
    }

.custom-fl .featherlight-content .eos-lb .thanks {
    font-size: 42px
}

.custom-fl .featherlight-content .eos-lb .form-container {
    padding: 10px 27px
}

.custom-fl .featherlight-content .eos-lb .os-form-section_title {
    pointer-events: none
}

    .custom-fl .featherlight-content .eos-lb .os-form-section_title i,
    .custom-fl .featherlight-content .eos-lb .os-form-section_title svg {
        opacity: 0
    }

.custom-fl .featherlight-content .eos-lb .select {
    border-radius: 4px
}

.custom-fl .featherlight-content .eos-lb .event-attending,
.custom-fl .featherlight-content .eos-lb .select,
.custom-fl .featherlight-content .eos-lb input[type=email],
.custom-fl .featherlight-content .eos-lb input[type=tel],
.custom-fl .featherlight-content .eos-lb input[type=text],
.custom-fl .featherlight-content .eos-lb textarea {
    border: 1px solid #afafaf !important;
    width: calc(50% - 3px) !important
}

@media (max-width:991px) {

    .custom-fl .featherlight-content .eos-lb .event-attending,
    .custom-fl .featherlight-content .eos-lb .select,
    .custom-fl .featherlight-content .eos-lb input[type=email],
    .custom-fl .featherlight-content .eos-lb input[type=tel],
    .custom-fl .featherlight-content .eos-lb input[type=text],
    .custom-fl .featherlight-content .eos-lb textarea {
        width: 100%
    }
}

.custom-fl .featherlight-content .eos-lb .stand-types {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px 14px !important
}

    .custom-fl .featherlight-content .eos-lb .stand-types .label {
        width: 100%
    }

.custom-fl .featherlight-content .eos-lb .event-attending.open,
.custom-fl .featherlight-content .eos-lb .event-attending:focus-within {
    width: 100% !important
}

.custom-fl .featherlight-content .eos-lb .stand-interests {
    border: none !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

    .custom-fl .featherlight-content .eos-lb .stand-interests .label {
        width: 100%;
        pointer-events: none;
        padding: 0 !important
    }

        .custom-fl .featherlight-content .eos-lb .stand-interests .label i,
        .custom-fl .featherlight-content .eos-lb .stand-interests .label svg {
            display: none !important
        }

.custom-fl .featherlight-content .eos-lb .stand-interests_interests {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px
}

    .custom-fl .featherlight-content .eos-lb .stand-interests_interests .inner-label,
    .custom-fl .featherlight-content .eos-lb .stand-interests_interests label {
        width: calc(50% - 10px);
        gap: 10px;
        padding: 0 !important;
        margin: 0 !important
    }

@media (max-width:991px) {

    .custom-fl .featherlight-content .eos-lb .stand-interests_interests .inner-label,
    .custom-fl .featherlight-content .eos-lb .stand-interests_interests label {
        width: 100%
    }
}

.custom-fl .featherlight-content .eos-lb textarea {
    margin-top: 18px;
    min-height: 61px
}

.custom-fl .featherlight-content .eos-lb .os-form-section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.custom-fl .featherlight-content .eos-lb .lightbox-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    border-radius: 10px;
    overflow: auto;
    position: relative
}

.custom-fl .featherlight-content .eos-lb .lightbox-header-title {
    padding: 65px 10px;
    width: 50%;
    background-color: #1c1c1c;
    margin-right: 50%;
    text-align: center
}

    .custom-fl .featherlight-content .eos-lb .lightbox-header-title h4 {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        text-align: center;
        text-transform: uppercase
    }

.custom-fl .featherlight-content .eos-lb .lightbox-header-image {
    width: 50%;
    height: 100%;
    padding: 0 50% 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.custom-fl .featherlight-content .eos-lb .lb-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input {
        background-color: rgba(137, 137, 137, .15);
        border-radius: 8px;
        height: 32px;
        width: 100%;
        text-align: left;
        padding: 8px 16px 8px 16px;
        font-size: 12px;
        line-height: 16px;
        color: #1c1c1c;
        font-weight: 300;
        margin-bottom: 9px;
        border: 0
    }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input::-webkit-input-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input::-moz-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input:-ms-input-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input::-ms-input-placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input::placeholder {
            font-size: 12px;
            line-height: 16px;
            color: #1c1c1c;
            font-weight: 300
        }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .sb-form-input.sb-select {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none
        }

    .custom-fl .featherlight-content .eos-lb .lb-form-container .select-container {
        position: relative;
        width: 100%
    }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .select-container::after {
            content: "\f2ec";
            font-family: "Font Awesome 6 Pro";
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-size: 9px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            position: absolute;
            right: 15px;
            top: 0;
            bottom: 9px;
            margin: auto;
            color: #afafaf;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 900;
            pointer-events: none
        }

    .custom-fl .featherlight-content .eos-lb .lb-form-container .start-shopping {
        background-color: #dc0005;
        border: 2px solid #1c1c1c;
        border-radius: 4px;
        padding: 10px;
        min-width: 166px;
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }

    .custom-fl .featherlight-content .eos-lb .lb-form-container .g-recaptcha {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .custom-fl .featherlight-content .eos-lb .lb-form-container .os-form-checkbox-label {
        font-size: 11px
    }

        .custom-fl .featherlight-content .eos-lb .lb-form-container .os-form-checkbox-label input[type=checkbox] {
            position: relative;
            bottom: -3px
        }

    .custom-fl .featherlight-content .eos-lb .lb-form-container .recaptcha-submit-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 11px;
        padding-right: 30px
    }

.custom-fl .featherlight-content .lightbox-content {
    max-width: 380px;
    margin: 26px auto
}

    .custom-fl .featherlight-content .lightbox-content p {
        font-size: 12px;
        line-height: 17px;
        color: #2b2b2b;
        margin: 0
    }

    .custom-fl .featherlight-content .lightbox-content ul {
        margin-top: 16px;
        padding: 0 25px 0 25px
    }

        .custom-fl .featherlight-content .lightbox-content ul li {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 9px;
            list-style-type: none;
            position: relative
        }

            .custom-fl .featherlight-content .lightbox-content ul li::before {
                content: "";
                height: 12px;
                width: 12px;
                border: 1px solid #1c1c1c;
                border-radius: 50%;
                position: absolute;
                left: -27px;
                top: 2px
            }

.custom-fl .featherlight-content .more-info {
    text-transform: uppercase;
    color: #dc0005;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 6px;
    border: 2px solid #dc0005;
    border-radius: 4px;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-fl .featherlight-content .images-outer {
    height: 150px;
    position: relative
}

    .custom-fl .featherlight-content .images-outer .images-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: -8px;
        bottom: -8px;
        left: -8px;
        height: 130px;
        padding: 11px 5px 20px 5px;
        border-radius: 0 0 10px 10px;
        background-color: #ebebeb
    }

        .custom-fl .featherlight-content .images-outer .images-container .lightbox-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 100%;
            margin: 3px 3px 3px 3px
        }

span.order-services-crumb-event-name {
    font-size: 17px;
    display: none
}

    span.order-services-crumb-event-name br {
        display: none
    }

    span.order-services-crumb-event-name.active {
        display: inline-block !important
    }

.prev-crumb {
    font-size: 17px !important;
    padding: 0 !important
}

.order-services-v2 {
    position: relative;
    margin-top: 17px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    gap: 31px 0;
    grid-auto-flow: row;
    grid-template-areas: "order-services-v2_section""order-services-v2_get-in-touch-bar"
}

.order-services-v2_section {
    grid-area: order-services-v2_section;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .order-services-v2_section:not(.active) {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .order-services-v2_section.active {
        opacity: 1;
        pointer-events: all;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.order-services-v2 .intro-section {
    border-radius: 5px;
    overflow: hidden
}

.order-services-v2 .intro-section_upper {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .order-services-v2 .intro-section_upper .left {
        padding: 20px 35px 25px 30px;
        width: 60%
    }

@media (max-width:767px) {
    .order-services-v2 .intro-section_upper .left {
        width: 100%
    }
}

.order-services-v2 .intro-section_upper_title {
    font-weight: 900;
    font-size: 30px;
    text-align: left;
    color: #001a30;
    margin: 0 0 15px 0
}

.order-services-v2 .intro-section_upper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #161616
}

.order-services-v2 .intro-section_upper ul {
    padding-left: 15px
}

    .order-services-v2 .intro-section_upper ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #041c2c
    }

.order-services-v2 .intro-section_upper .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px
}

.order-services-v2 .intro-section_upper .buttons_btn {
    color: #e40046 !important;
    border-radius: 5px;
    border: 1px solid #e40046;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 12px 14px
}

    .order-services-v2 .intro-section_upper .buttons_btn:hover {
        color: #fff !important;
        background-color: #e40046 !important
    }

.order-services-v2 .intro-section_upper .right {
    width: 40%
}

@media (max-width:767px) {
    .order-services-v2 .intro-section_upper .right {
        display: none
    }
}

.order-services-v2 .intro-section_upper .right > div {
    background-color: #767676;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 65.7%;
    width: 100%
}

.order-services-v2 .intro-section_selector {
    background-color: #041c2c
}

.order-services-v2 .intro-section_selector_upper {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 25px 40px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 15px
}

.order-services-v2 .intro-section_selector_upper_title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin: 0
}

.order-services-v2 .intro-section_selector_upper_copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0
}

.order-services-v2 .intro-section_selector_upper select {
    padding: 13px 16px;
    border-radius: 5px;
    max-width: 560px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #041c2c
}

.order-services-v2 .intro-section_selector_upper_btn {
    background-color: #e40046;
    border-radius: 5px;
    border: 1px solid #e40046;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 16px 32px;
    margin-top: 12px
}

    .order-services-v2 .intro-section_selector_upper_btn:hover {
        background-color: #fff;
        color: #e40046 !important
    }

.order-services-v2 .intro-section_selector_lower {
    border-top: 1px solid #fff;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 14px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:767px) {
    .order-services-v2 .intro-section_selector_lower {
        display: none
    }
}

.order-services-v2 .intro-section_selector_lower .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px
}

    .order-services-v2 .intro-section_selector_lower .icon-container i,
    .order-services-v2 .intro-section_selector_lower .icon-container svg {
        font-size: 35px;
        color: #fff;
        min-height: 35px
    }

    .order-services-v2 .intro-section_selector_lower .icon-container > span {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #fff
    }

        .order-services-v2 .intro-section_selector_lower .icon-container > span b,
        .order-services-v2 .intro-section_selector_lower .icon-container > span strong {
            font-weight: 900
        }

.order-services-v2 .intro-links {
    margin-top: 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:767px) {
    .order-services-v2 .intro-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-services-v2 .intro-links_section {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.order-services-v2 .intro-links_section_dark {
    background-color: #041c2c
}

.order-services-v2 .intro-links_section .chat-container {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px
}

.order-services-v2 .intro-links_section .chat-container_title {
    font-weight: 600;
    font-size: 26px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .order-services-v2 .intro-links_section .chat-container_title i,
    .order-services-v2 .intro-links_section .chat-container_title svg {
        color: #e40046;
        font-size: 40px
    }

.order-services-v2 .intro-links_section .chat-container_copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff
}

.order-services-v2 .intro-links_section_title {
    padding: 10px 25px;
    background-color: #041c2c;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #fff;
    width: 100%
}

.order-services-v2 .intro-links_section_content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #161616
}

    .order-services-v2 .intro-links_section_content p {
        margin-bottom: 13px
    }

        .order-services-v2 .intro-links_section_content p > a {
            border: none
        }

.order-services-v2 .intro-links_section_content_btn {
    margin-top: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #e40046;
    border-radius: 5px;
    border: 1px solid #e40046;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 16px 32px
}

    .order-services-v2 .intro-links_section_content_btn:hover {
        background-color: #fff;
        color: #e40046 !important
    }

.order-services-v2 .intro-content {
    margin-top: 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:767px) {
    .order-services-v2 .intro-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-services-v2 .intro-content_box {
    border-radius: 5px;
    background: #bababa;
    border: 1px solid #707070;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .order-services-v2 .intro-content_box::after {
        content: "";
        padding-top: 57.9%;
        width: 100%;
        display: block;
        pointer-events: none
    }

.order-services-v2 .intro-content:hover .intro-content_box {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

    .order-services-v2 .intro-content:hover .intro-content_box:nth-child(2) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }

    .order-services-v2 .intro-content:hover .intro-content_box:nth-child(3) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }

    .order-services-v2 .intro-content:hover .intro-content_box:nth-child(4) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .order-services-v2 .intro-content:hover .intro-content_box:nth-child(5) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

    .order-services-v2 .intro-content:hover .intro-content_box:nth-child(6) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

.order-services-v2_get-in-touch-bar {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 35px 100px 35px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #041c2c;
    grid-area: order-services-v2_get-in-touch-bar
}

@media (max-width:767px) {
    .order-services-v2_get-in-touch-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-services-v2_get-in-touch-bar .left {
    max-width: 550px
}

    .order-services-v2_get-in-touch-bar .left .title,
    .order-services-v2_get-in-touch-bar .left h1,
    .order-services-v2_get-in-touch-bar .left h2,
    .order-services-v2_get-in-touch-bar .left h3,
    .order-services-v2_get-in-touch-bar .left h4,
    .order-services-v2_get-in-touch-bar .left h5,
    .order-services-v2_get-in-touch-bar .left h6 {
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        color: #fff;
        line-height: 25px;
        margin: 0 0 8px 0
    }

    .order-services-v2_get-in-touch-bar .left p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #fff
    }

.order-services-v2_get-in-touch-bar .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:767px) {
    .order-services-v2_get-in-touch-bar .right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.order-services-v2_get-in-touch-bar .right > a,
.order-services-v2_get-in-touch-bar .right > span {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #fff;
    border-color: #fff
}

.order-services-v2_get-in-touch-bar .right .buttons {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-services-v2_get-in-touch-bar .right .buttons_btn {
    background-color: #e40046;
    border-radius: 5px;
    border: 1px solid #e40046;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 16px 32px
}

    .order-services-v2_get-in-touch-bar .right .buttons_btn:hover {
        background-color: #fff;
        color: #e40046 !important
    }

.order-services-v2 .benefits-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px 30px 15px 30px
}

@media (max-width:767px) {
    .order-services-v2 .benefits-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-services-v2 .benefits-section_fully-connected {
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    padding: 0
}

    .order-services-v2 .benefits-section_fully-connected .benefits-section_title {
        padding: 10px 18px 18px 18px;
        
        width: 100%;
        font-weight: 600;
        font-size: 23px;
        line-height: 24px;
        text-align: left;
        color: #161616;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .order-services-v2 .benefits-section_fully-connected .benefits-section_title > span {
            font-weight: 900;
            font-size: 23px;
            line-height: 24px;
            text-align: left;
            color: #e40046
        }

    .order-services-v2 .benefits-section_fully-connected > div > div {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #161616;
        padding: 13px 18px 18px 18px
    }

.order-services-v2 .benefits-section > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.order-services-v2 .benefits-section_title {
    font-weight: 900;
    font-size: 30px;
    text-align: left;
    color: #041c2c;
    line-height: 35px;
    margin: 0 0 10px 0
}

.order-services-v2 .benefits-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #161616
}

.order-services-v2 .benefits-section ul {
    padding-left: 15px
}

    .order-services-v2 .benefits-section ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #041c2c
    }

.order-services-v2 .benefits-section .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.order-services-v2 .benefits-section .buttons_btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #e40046;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .order-services-v2 .benefits-section .buttons_btn::before {
        content: "\f061";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1
    }

    .order-services-v2 .benefits-section .buttons_btn:hover {
        color: #e40046 !important;
        border-color: #e40046
    }

.order-services-v2 .benefits-section .promo-half {
    border: 1px solid #db0740;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .order-services-v2 .benefits-section .promo-half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-services-v2 .benefits-section .promo-half > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.order-services-v2 .benefits-section .promo-half_image {
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

    .order-services-v2 .benefits-section .promo-half_image::after {
        content: "";
        padding-top: 68.2%;
        width: 100%;
        display: block;
        pointer-events: none
    }

.order-services-v2 .benefits-section .promo-half_copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #161616;
    padding: 12px 14px
}

    .order-services-v2 .benefits-section .promo-half_copy .header {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 8px
    }

.order-services-v2 .benefits-section .promo-half.expired {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%)
}

    .order-services-v2 .benefits-section .promo-half.expired::after {
        content: "Expired";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 30px;
        color: #fff;
        background-color: rgba(255, 0, 0, .5)
    }

.order-services-v2 .benefits-section .mobile-offer-bar {
    border: 1px solid #db0740;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    padding: 10px;
    width: 100%
}

@media (min-width:767px) {
    .order-services-v2 .benefits-section .mobile-offer-bar {
        display: none
    }
}

.order-services-v2 .benefits-section .mobile-offer-bar_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    width: 100%
}

    .order-services-v2 .benefits-section .mobile-offer-bar_upper .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px;
        font-weight: 600;
        font-size: 24px;
        text-align: left;
        color: #041c2c
    }

        .order-services-v2 .benefits-section .mobile-offer-bar_upper .title b,
        .order-services-v2 .benefits-section .mobile-offer-bar_upper .title strong {
            font-weight: 900;
            font-size: 24px;
            text-align: left;
            color: #e40046;
            line-height: .8
        }

            .order-services-v2 .benefits-section .mobile-offer-bar_upper .title b.result,
            .order-services-v2 .benefits-section .mobile-offer-bar_upper .title strong.result {
                font-weight: 900;
                font-size: 15px;
                text-align: left;
                color: #041c2c
            }

    .order-services-v2 .benefits-section .mobile-offer-bar_upper .bar-button {
        cursor: pointer
    }

        .order-services-v2 .benefits-section .mobile-offer-bar_upper .bar-button i,
        .order-services-v2 .benefits-section .mobile-offer-bar_upper .bar-button svg {
            color: #e40046;
            font-size: 16px
        }

.order-services-v2 .benefits-section .mobile-offer-bar_lower {
    padding-top: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #161616;
    display: none;
    width: 100%
}

.order-services-v2 .benefits-section .mobile-offer-bar.active .mobile-offer-bar_lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-services-v2 .progress-section {
    margin-bottom: 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .order-services-v2 .progress-section {
        display: none
    }
}

.order-services-v2 .progress-section::after,
.order-services-v2 .progress-section::before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.order-services-v2 .progress-section .dashed-line {
    
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.order-services-v2 .progress-section_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .order-services-v2 .progress-section_label .number {
        background-color: #001a30;
        padding: 14px;
        font-weight: 900;
        font-size: 22px;
        text-align: left;
        line-height: .5;
        color: #fff;
        border-top: 1px solid #001a30;
        
        border-left: 1px solid #001a30;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px 0 0 5px
    }

    .order-services-v2 .progress-section_label .text {
        background-color: #d9d9d9;
        padding: 5px 14px;
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: #001a30;
        border-top: 1px solid #001a30;
        border-right: 1px solid #001a30;
        
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0 5px 5px 0
    }

    .order-services-v2 .progress-section_label:not(.active) {
        cursor: pointer
    }

    .order-services-v2 .progress-section_label.active .text {
        background-color: #465560;
        border-color: #465560;
        color: #fff
    }

.order-services-v2 .service-picker-section_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 85px;
    position: sticky;
    top: 56px;
    z-index: 9;
    background: #eaeaea;
    padding-top: 5px
}

    .order-services-v2 .service-picker-section_tabs > div {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border-radius: 5px 5px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 34px;
        cursor: pointer;
        margin-top: 10px
    }

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_tabs > div {
        padding: 10px
    }
}

.order-services-v2 .service-picker-section_tabs > div.active {
    margin-top: 0;
    padding-top: 20px;
    pointer-events: none
}

.order-services-v2 .service-picker-section_tabs .main-tab {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #042134
}

.order-services-v2 .service-picker-section_tabs .main-tab_event-name {
    font-weight: 900;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_tabs .main-tab_event-name {
        font-size: 16px
    }
}

.order-services-v2 .service-picker-section_tabs .main-tab_event-name br {
    display: none
}

.order-services-v2 .service-picker-section_tabs .main-tab_date-range {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #fff
}

.order-services-v2 .service-picker-section_tabs .final-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    background-color: #fff;
    border-top: 3px solid #db0740;
    border-right: 3px solid #db0740;
    
    border-radius: 0 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0
}

    .order-services-v2 .service-picker-section_tabs .final-tab .text-half {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 13px;
        padding: 10px 15px 10px 15px
    }

        .order-services-v2 .service-picker-section_tabs .final-tab .text-half::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #db0740;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left
        }

        .order-services-v2 .service-picker-section_tabs .final-tab .text-half i,
        .order-services-v2 .service-picker-section_tabs .final-tab .text-half svg {
            font-size: 18px;
            color: #db0740;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            z-index: 1
        }

    .order-services-v2 .service-picker-section_tabs .final-tab .icon-half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 11px;
        padding: 20px
    }

        .order-services-v2 .service-picker-section_tabs .final-tab .icon-half i,
        .order-services-v2 .service-picker-section_tabs .final-tab .icon-half svg {
            color: #fff;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            z-index: 1
        }

    .order-services-v2 .service-picker-section_tabs .final-tab.active,
    .order-services-v2 .service-picker-section_tabs .final-tab.highlight {
        padding-top: 0
    }

        .order-services-v2 .service-picker-section_tabs .final-tab.active .final-tab_title,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .final-tab_title {
            color: #fff
        }

        .order-services-v2 .service-picker-section_tabs .final-tab.active .final-tab_number,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .final-tab_number {
            color: #db0740;
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg)
        }

        .order-services-v2 .service-picker-section_tabs .final-tab.active .text-half::before,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .text-half::before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        .order-services-v2 .service-picker-section_tabs .final-tab.active .text-half i,
        .order-services-v2 .service-picker-section_tabs .final-tab.active .text-half svg,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .text-half i,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .text-half svg {
            color: #fff
        }

        .order-services-v2 .service-picker-section_tabs .final-tab.active .icon-half i,
        .order-services-v2 .service-picker-section_tabs .final-tab.active .icon-half svg,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .icon-half i,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .icon-half svg {
            color: #001a30
        }

        .order-services-v2 .service-picker-section_tabs .final-tab.active .icon-half .final-tab_number,
        .order-services-v2 .service-picker-section_tabs .final-tab.highlight .icon-half .final-tab_number {
            color: #db0740
        }

    .order-services-v2 .service-picker-section_tabs .final-tab.active {
        border-radius: 5px 5px 0 0
    }

.order-services-v2 .service-picker-section_tabs .final-tab_title {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #db0740;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_tabs .final-tab_title {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_tabs .final-tab .desktop {
        display: none
    }
}

@media (min-width:767px) {
    .order-services-v2 .service-picker-section_tabs .final-tab .mobile {
        display: none
    }
}

.order-services-v2 .service-picker-section_tabs .final-tab i,
.order-services-v2 .service-picker-section_tabs .final-tab svg {
    font-size: 24px;
    color: #fff
}

@media (max-width:767px) {

    .order-services-v2 .service-picker-section_tabs .final-tab i,
    .order-services-v2 .service-picker-section_tabs .final-tab svg {
        display: none
    }
}

.order-services-v2 .service-picker-section_tabs .final-tab_number {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: 900;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.order-services-v2 .service-picker-section_offer-bar {
    background-color: #465560;
    border-radius: 0 0 5px 5px;
    padding: 18px 36px
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_offer-bar {
        display: none
    }
}

.order-services-v2 .service-picker-section_offer-bar.active .bar-button i,
.order-services-v2 .service-picker-section_offer-bar.active .bar-button svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.order-services-v2 .service-picker-section_offer-bar.active .service-picker-section_offer-bar_lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-services-v2 .service-picker-section_offer-bar_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .order-services-v2 .service-picker-section_offer-bar_upper .title {
        font-weight: 500;
        font-size: 15px;
        text-align: left;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

        .order-services-v2 .service-picker-section_offer-bar_upper .title b,
        .order-services-v2 .service-picker-section_offer-bar_upper .title strong {
            font-size: 24px;
            font-weight: 900
        }

    .order-services-v2 .service-picker-section_offer-bar_upper .bar-button {
        font-weight: 600;
        font-size: 16px;
        text-align: right;
        color: #fff;
        gap: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .order-services-v2 .service-picker-section_offer-bar_upper .bar-button i,
        .order-services-v2 .service-picker-section_offer-bar_upper .bar-button svg {
            font-size: 15px;
            color: #fff;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

.order-services-v2 .service-picker-section_offer-bar_lower {
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 900px
}

.order-services-v2 .service-picker-section_panels {
    grid-template-columns: 100%;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    gap: 31px 0;
    grid-auto-flow: row;
    grid-template-areas: "panel-section";
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

    .order-services-v2 .service-picker-section_panels > div {
        grid-area: panel-section
    }

        .order-services-v2 .service-picker-section_panels > div:not(.active) {
            opacity: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        .order-services-v2 .service-picker-section_panels > div.active {
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            opacity: 1;
            pointer-events: all;
            position: relative;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

    .order-services-v2 .service-picker-section_panels .main-panel_picker {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 29px;
        padding: 35px
    }

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .main-panel_picker {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        gap: 0
    }
}

.order-services-v2 .service-picker-section_panels .main-panel_picker.show-standard > div > div:not(.standard) {
    display: none
}

.order-services-v2 .service-picker-section_panels .main-panel_picker.show-standard > div > select > option:not(.standard) {
    display: none
}

.order-services-v2 .service-picker-section_panels .main-panel_picker.show-fully-connected > div > div:not(.fully-connected) {
    display: none
}

.order-services-v2 .service-picker-section_panels .main-panel_picker.show-fully-connected > div > select > option:not(.fully-connected) {
    display: none
}

.order-services-v2 .service-picker-section_panels .main-panel_picker .select-container {
    background-color: #465560;
    padding: 18px 9px;
    width: 100%
}

@media (min-width:767px) {
    .order-services-v2 .service-picker-section_panels .main-panel_picker .select-container {
        display: none
    }
}

.order-services-v2 .service-picker-section_panels .main-panel_picker .select-container select {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 12px 14px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #041c2c
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 3px
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .main-panel_picker_left {
        display: none
    }
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item_icon {
    padding: 10px;
    background-color: #001a30;
    width: 46px;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item_icon i,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item_icon svg {
        color: #fff;
        font-size: 24px
    }

.order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item_text {
    background-color: #465560;
    padding: 5px 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item.active {
    margin-right: 0;
    pointer-events: none
}

    .order-services-v2 .service-picker-section_panels .main-panel_picker_left .order-service-item.active .order-service-item_text {
        background-color: #db0740;
        padding-right: 35px
    }

.order-services-v2 .service-picker-section_panels .main-panel_picker_left_disclaimer {
    width: 100%;
    border-radius: 5px;
    background: #f0f0f0;
    padding: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #161616;
    margin-top: 14px;
    -webkit-box-ordinal-group: 10000000;
    -ms-flex-order: 9999999;
    order: 9999999
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_right {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    grid-template-columns: 100%;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    gap: 31px 0;
    grid-auto-flow: row;
    grid-template-areas: "order-service-description"
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right {
        padding: 9px 14px
    }
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description {
    grid-area: order-service-description;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description:not(.active) {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description.active {
        opacity: 1;
        pointer-events: all;
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .title,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description h1,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description h2,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description h3,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description h4,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description h5,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description h6 {
        font-weight: 600;
        font-size: 24px;
        text-align: left;
        color: #161616;
        margin: 0 0 11px 0
    }

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description li,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description p {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #161616
    }

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description ul {
        padding-left: 15px
    }

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn {
        background-color: #e40046;
        border-radius: 5px;
        border: 1px solid #e40046;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 16px 32px;
        margin-top: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 11px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

        .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn i,
        .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn svg {
            font-size: 18px;
            color: inherit
        }

        .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn::before {
            font-weight: 300;
            font-size: 18px;
            color: inherit;
            content: "\f055";
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            font-family: "Font Awesome 6 Pro"
        }

        .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn::after {
            content: "Add to enquiry"
        }

        .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn.active {
            background-color: #161616
        }

            .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn.active::before {
                content: "\f056";
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn.active::after {
                content: "Remove from enquiry"
            }

        .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn:hover {
            background-color: #fff;
            color: #e40046 !important
        }

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn_link::after,
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description .add-to-enquiry-btn_link::before {
        display: none
    }

.order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description_images {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description_images {
        display: none
    }
}

.order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description_images > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #001a30;
    border-radius: 5px;
    background-color: #aaa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

    .order-services-v2 .service-picker-section_panels .main-panel_picker_right .order-service-description_images > div::after {
        content: "";
        width: 100%;
        display: block;
        pointer-events: none;
        padding-top: 100%
    }

.order-services-v2 .service-picker-section_panels .final-panel {
    padding: 30px 30px 40px 30px
}

.order-services-v2 .service-picker-section_panels .final-panel_intro {
    width: 100%;
    
    margin-bottom: 30px
}

.order-services-v2 .service-picker-section_panels .final-panel_intro_step {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #161616
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .final-panel_intro_step {
        display: none
    }
}

.order-services-v2 .service-picker-section_panels .final-panel_intro_title {
    font-weight: 900;
    font-size: 28px;
    text-align: left;
    color: #161616;
    margin: 0 0 10px 0
}

.order-services-v2 .service-picker-section_panels .final-panel_intro_copy,
.order-services-v2 .service-picker-section_panels .final-panel_intro_required {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616;
    margin: 0 0 10px 0
}

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 100px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .final-panel_form_part-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 11px
}

    .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input {
        border: 1px solid #707070;
        border-radius: 5px;
        padding: 11px;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #161616;
        width: 100%
    }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input::-webkit-input-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #7c7c7c
        }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input::-moz-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #7c7c7c
        }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input:-ms-input-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #7c7c7c
        }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input::-ms-input-placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #7c7c7c
        }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input::placeholder {
            font-weight: 500;
            font-size: 16px;
            text-align: left;
            color: #7c7c7c
        }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .initial-inputs input.input-stand-number {
            width: 50%
        }

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 568px
}

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #161616;
    margin: 0 0 5px 0
}

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs p {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616
}

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_container {
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_container {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_container > label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #e2dfdf;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-align: center
}

    .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_container > label > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        text-align: center
    }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_container > label > div img {
            height: 35px
        }

        .order-services-v2 .service-picker-section_panels .final-panel_form_part-one .stand-type-inputs_container > label > div span {
            font-weight: 600;
            font-size: 16px;
            text-align: left;
            color: #161616;
            margin: 0;
            padding: 0
        }

.order-services-v2 .service-picker-section_panels .final-panel_form_services {
    margin-bottom: 23px;
    width: 100%
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_controls {
    margin-bottom: 17px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_controls_title {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #161616;
    margin: 0
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_controls_button {
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
    text-align: right;
    color: #161616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .final-panel_form_services_controls_button {
        display: none
    }
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_controls_button i,
.order-services-v2 .service-picker-section_panels .final-panel_form_services_controls_button svg {
    color: #161616;
    font-size: 24px;
    text-decoration: none
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    gap: 12px 14px;
    grid-auto-flow: row;
    width: 100%
}

@media (max-width:767px) {
    .order-services-v2 .service-picker-section_panels .final-panel_form_services_container {
        grid-template-columns: 1fr
    }
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_container.show-standard > .final-panel_form_services_container_item:not(.standard) {
    display: none
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_container.show-fully-connected > .final-panel_form_services_container_item:not(.fully-connected) {
    display: none
}

.order-services-v2 .service-picker-section_panels .final-panel_form_services_container_item {
    background-color: #617583;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .order-services-v2 .service-picker-section_panels .final-panel_form_services_container_item::after {
        content: "\f055";
        font-weight: 300;
        font-family: "Font Awesome 6 Pro";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
        color: #fff;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .order-services-v2 .service-picker-section_panels .final-panel_form_services_container_item.active {
        background-color: #161616
    }

        .order-services-v2 .service-picker-section_panels .final-panel_form_services_container_item.active::after {
            content: "\f056";
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.order-services-v2 .service-picker-section_panels .final-panel_form_textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 104px;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 14px 17px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #161616;
    margin-bottom: 21px
}

    .order-services-v2 .service-picker-section_panels .final-panel_form_textarea::-webkit-input-placeholder {
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #7c7c7c
    }

    .order-services-v2 .service-picker-section_panels .final-panel_form_textarea::-moz-placeholder {
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #7c7c7c
    }

    .order-services-v2 .service-picker-section_panels .final-panel_form_textarea:-ms-input-placeholder {
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #7c7c7c
    }

    .order-services-v2 .service-picker-section_panels .final-panel_form_textarea::-ms-input-placeholder {
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #7c7c7c
    }

    .order-services-v2 .service-picker-section_panels .final-panel_form_textarea::placeholder {
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #7c7c7c
    }

.order-services-v2 .service-picker-section_panels .final-panel_form_compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px
}

    .order-services-v2 .service-picker-section_panels .final-panel_form_compliance input {
        height: 24px;
        width: 24px;
        border: 1px solid #707070;
        border-radius: 5px
    }

    .order-services-v2 .service-picker-section_panels .final-panel_form_compliance > div {
        font-weight: 500;
        font-size: 14px;
        text-align: left;
        color: #161616
    }

.order-services-v2 .service-picker-section_panels .final-panel_form button[type=submit] {
    margin-top: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #e40046;
    border-radius: 5px;
    border: 1px solid #e40046;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 16px 32px
}

    .order-services-v2 .service-picker-section_panels .final-panel_form button[type=submit]:hover {
        background-color: #fff;
        color: #e40046 !important
    }

.order-services-v2 .content-bar-section {
    width: 100%;
    margin-top: 26px
}

.order-services-v2 .content-bar-section_image {
    width: 100%;
    padding-top: 11.61%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #aaa;
    border-radius: 5px;
    border: none;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.order-services-v2 .content-bar-section > a:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.os-exhibitor-store-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #042134;
    border-radius: 6px;
    padding: 20px 35px;
    width: 100%;
    margin-bottom: 10px
}

.os-exhibitor-store-title_event-name {
    font-weight: 900;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0
}

@media (max-width:767px) {
    .os-exhibitor-store-title_event-name {
        font-size: 16px
    }
}

.os-exhibitor-store-title_event-name br {
    display: none
}

.os-exhibitor-store-title_date-range {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #fff
}

.os-exhibitor-store-banner {
    background-color: #e40046;
    border-radius: 6px;
    padding: 35px;
    width: 100%;
    background-image: url(wow_red_dark.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .os-exhibitor-store-banner.coming-soon {
        background-color: #041c2c;
        background-image: url(wow_blue_dark.jpg)
    }

    .os-exhibitor-store-banner > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 13px
    }

.os-exhibitor-store-banner_title {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -.01em;
    text-align: left;
    color: #fff
}

.os-exhibitor-store-banner_copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff
}

.os-exhibitor-store-banner_cta {
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid #041c2c;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #041c2c;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 12px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

    .os-exhibitor-store-banner_cta:hover {
        color: #041c2c !important;
        background-color: #fff !important
    }

.os-exhibitor-store-banner_image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .os-exhibitor-store-banner_image img {
        max-width: 368px
    }

.os-exhibitor-store-banner_form {
    background-color: #041c2c;
    border: 2px solid #fff;
    border-radius: 9px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px
}

.os-exhibitor-store-banner_form_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -.01em;
    line-height: 22px;
    text-align: left;
    color: #fff
}

    .os-exhibitor-store-banner_form_title i,
    .os-exhibitor-store-banner_form_title svg {
        font-size: 40px;
        color: #fff
    }

.os-exhibitor-store-banner_form input {
    width: 100%;
    height: 43px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 0 0 0 17px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #001a30
}

    .os-exhibitor-store-banner_form input::-webkit-input-placeholder {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 26, 48, .6)
    }

    .os-exhibitor-store-banner_form input::-moz-placeholder {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 26, 48, .6)
    }

    .os-exhibitor-store-banner_form input:-ms-input-placeholder {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 26, 48, .6)
    }

    .os-exhibitor-store-banner_form input::-ms-input-placeholder {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 26, 48, .6)
    }

    .os-exhibitor-store-banner_form input::placeholder {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 26, 48, .6)
    }

.os-exhibitor-store-banner_form_captcha-container {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

    .os-exhibitor-store-banner_form_captcha-container:not(.active) {
        height: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left
    }

    .os-exhibitor-store-banner_form_captcha-container.active {
        height: 78px
    }

.os-exhibitor-store-banner_form p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff
}

.os-exhibitor-store-banner_form [type=submit] {
    width: 144px;
    height: 50px;
    border-radius: 5px;
    background: #db0740;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.os-exhibitor-thanks-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #042134;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px
}

    .os-exhibitor-thanks-banner > * {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .os-exhibitor-thanks-banner > * p {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #fff;
            max-width: 432px
        }

.os-exhibitor-thanks-banner_left {
    padding: 20px 35px
}

.os-exhibitor-thanks-banner_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

    .os-exhibitor-thanks-banner_right::after {
        content: "";
        padding-top: 100%;
        display: block;
        pointer-events: none
    }

.os-exhibitor-thanks-banner_title {
    font-weight: 600;
    font-size: 66px;
    letter-spacing: -.01em;
    line-height: 62px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    padding-right: 20px
}

    .os-exhibitor-thanks-banner_title i,
    .os-exhibitor-thanks-banner_title svg {
        color: #8bf88f;
        font-size: 100px
    }

.os-thanks-resources .cards-with-link {
    background-color: rgba(255, 255, 255, 0)
}

.os-thanks-resources .cards-with-link_title-section {
    display: none
}

.os-thanks-resources .cards-with-link_content-section {
    padding: 0
}

.os-thanks-resources .cards-with-link_content-section_inner {
    grid-template-columns: repeat(3, 1fr)
}

    .os-thanks-resources .cards-with-link_content-section_inner .link-card_title {
        padding: 10px 25px;
        background-color: #041c2c;
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        color: #fff;
        width: 100%
    }

    .os-thanks-resources .cards-with-link_content-section_inner .link-card_copy {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #161616;
        padding: 10px 25px
    }

.organiser-portal_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 12px 0
}

@media (max-width:767px) {
    .organiser-portal_section {
        margin-left: 8px;
        margin-right: 8px
    }
}

.organiser-portal_section:not(.active) .organiser-portal_section_content {
    display: none
}

.organiser-portal_section_header {
    background-color: #041c2c;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 32px 12px 27px;
    min-height: 70px
}

    .organiser-portal_section_header > .title-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px
    }

        .organiser-portal_section_header > .title-container > .title {
            font-weight: 900;
            font-size: 22px;
            text-align: left;
            color: #e40046;
            margin: 0;
            padding: 0
        }

        .organiser-portal_section_header > .title-container > .subtitle {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #fff;
            margin: 0;
            padding: 0
        }

.organiser-portal_section_header_control {
    cursor: pointer
}

    .organiser-portal_section_header_control i,
    .organiser-portal_section_header_control svg {
        font-size: 26px;
        color: #fff
    }

.organiser-portal_section_content {
    padding: 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px
}

.organiser-portal_subsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden
}

    .organiser-portal_subsection:not(.active) .organiser-portal_subsection_body {
        display: none
    }

.organiser-portal_subsection_header {
    background-color: #395c76;
    padding: 16px 14px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .organiser-portal_subsection_header > .title-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

        .organiser-portal_subsection_header > .title-container .folder-icon,
        .organiser-portal_subsection_header > .title-container i,
        .organiser-portal_subsection_header > .title-container svg {
            font-size: 25px;
            color: #fff
        }

        .organiser-portal_subsection_header > .title-container > .title {
            font-weight: 900;
            font-size: 20px;
            text-align: left;
            color: #fff;
            margin: 0;
            padding: 0
        }

.organiser-portal_subsection_header_control {
    cursor: pointer
}

    .organiser-portal_subsection_header_control i,
    .organiser-portal_subsection_header_control svg {
        color: #fff;
        font-size: 26px;
        min-width: 30px
    }

.organiser-portal_subsection_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.organiser-portal_subsection_body_row {
    padding: 15px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

    .organiser-portal_subsection_body_row:not(:first-child) {
        border-top: 1px solid #c3c3c3
    }

    .organiser-portal_subsection_body_row > .icon-section i,
    .organiser-portal_subsection_body_row > .icon-section svg {
        color: #001a30;
        font-size: 26px
    }

    .organiser-portal_subsection_body_row > .content-section {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .organiser-portal_subsection_body_row > .content-section .copy-section h6 {
            font-weight: 600;
            font-size: 18px;
            line-height: 20px;
            text-align: left;
            color: #041c2c;
            margin: 0 0 4px 0
        }

        .organiser-portal_subsection_body_row > .content-section .copy-section p {
            font-weight: 500;
            font-size: 14px;
            line-height: 1;
            text-align: left;
            color: #4a4a4a;
            margin: 0 0 9px 0
        }

        .organiser-portal_subsection_body_row > .content-section .copy-section a {
            color: #e40046;
            border: none
        }

            .organiser-portal_subsection_body_row > .content-section .copy-section a.medium-link {
                font-weight: 600;
                font-size: 18px;
                line-height: 24px;
                display: block
            }

        .organiser-portal_subsection_body_row > .content-section .data-container {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 20px 20px;
            margin: 10px 0
        }

            .organiser-portal_subsection_body_row > .content-section .data-container .data-pod {
                border-radius: 5px;
                overflow: hidden;
                background-color: #001a30;
                border: 1px solid #001a30;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch
            }

                .organiser-portal_subsection_body_row > .content-section .data-container .data-pod > div {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 5px
                }

                .organiser-portal_subsection_body_row > .content-section .data-container .data-pod .title {
                    padding: 10px 15px;
                    font-weight: 500;
                    font-size: 16px;
                    text-align: left;
                    color: #fff
                }

                .organiser-portal_subsection_body_row > .content-section .data-container .data-pod .data {
                    padding: 10px 15px;
                    font-weight: 500;
                    font-size: 16px;
                    text-align: left;
                    color: #041c2c;
                    background-color: #fff
                }

        .organiser-portal_subsection_body_row > .content-section .link-section {
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .organiser-portal_subsection_body_row > .content-section .link-section .copy {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                gap: 2px
            }

                .organiser-portal_subsection_body_row > .content-section .link-section .copy h6 {
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 20px;
                    text-align: left;
                    color: #e40046;
                    margin: 0
                }

                .organiser-portal_subsection_body_row > .content-section .link-section .copy p {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 14px;
                    text-align: left;
                    color: #4a4a4a;
                    margin: 0
                }

            .organiser-portal_subsection_body_row > .content-section .link-section .link-icon i,
            .organiser-portal_subsection_body_row > .content-section .link-section .link-icon svg {
                font-size: 26px;
                color: #db0740
            }

.organiser-portal .enhance-your-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 25px
}

@media (max-width:767px) {
    .organiser-portal .enhance-your-event {
        margin-left: 15px;
        margin-right: 15px
    }
}

.organiser-portal .enhance-your-event_header {
    background-color: #001a30;
    padding: 17px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    min-height: 60px
}

    .organiser-portal .enhance-your-event_header .icon-container {
        width: 40px
    }

        .organiser-portal .enhance-your-event_header .icon-container i,
        .organiser-portal .enhance-your-event_header .icon-container svg {
            font-size: 25px;
            color: #fff
        }

.organiser-portal .enhance-your-event_header_title {
    font-weight: 900;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0
}

.organiser-portal .enhance-your-event_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 29px;
    padding: 18px 23px
}

@media (max-width:767px) {
    .organiser-portal .enhance-your-event_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.organiser-portal .enhance-your-event_content > .enhance-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
    border: none
}

    .organiser-portal .enhance-your-event_content > .enhance-image .image {
        padding-top: 27.9%;
        width: 100%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

.organiser-portal .enhance-your-event_content > a.enhance-image:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.organiser-portal .group-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 25px
}

@media (max-width:767px) {
    .organiser-portal .group-news {
        margin-left: 15px;
        margin-right: 15px
    }
}

.organiser-portal .group-news_header {
    background-color: #001a30;
    padding: 17px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    min-height: 60px
}

    .organiser-portal .group-news_header .icon-container {
        width: 40px
    }

        .organiser-portal .group-news_header .icon-container i,
        .organiser-portal .group-news_header .icon-container svg {
            font-size: 25px;
            color: #fff
        }

.organiser-portal .group-news_header_title {
    font-weight: 900;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0
}

.organiser-portal .group-news_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 29px;
    padding: 18px 23px
}

    .organiser-portal .group-news_content .news-scroller {
        overflow: auto;
        width: 100%;
        max-width: 100%;
        padding: 0 0 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 20px;
        scrollbar-width: auto;
        scrollbar-color: #9b9b9b #eaeaea
    }

        .organiser-portal .group-news_content .news-scroller::-webkit-scrollbar {
            width: 16px
        }

        .organiser-portal .group-news_content .news-scroller::-webkit-scrollbar-track {
            background: #eaeaea;
            border-radius: 18px
        }

        .organiser-portal .group-news_content .news-scroller::-webkit-scrollbar-thumb {
            background-color: #9b9b9b;
            border-radius: 18px;
            border: 3px solid #eaeaea
        }

        .organiser-portal .group-news_content .news-scroller .news-item {
            width: 22%;
            border-radius: 5px;
            overflow: hidden;
            background-color: #e40046;
            border: 1px solid #e40046;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

@media (max-width:767px) {
    .organiser-portal .group-news_content .news-scroller .news-item {
        width: 75%
    }
}

.organiser-portal .group-news_content .news-scroller .news-item:hover .image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.organiser-portal .group-news_content .news-scroller .news-item .image-container {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

    .organiser-portal .group-news_content .news-scroller .news-item .image-container .image {
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 60.9%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.organiser-portal .group-news_content .news-scroller .news-item .title {
    padding: 7px 11px;
    width: 100%;
    min-height: 71px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #fff;
    margin: 0
}

.organiser-portal .portal-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 25px
}

@media (max-width:767px) {
    .organiser-portal .portal-static {
        margin-left: 15px;
        margin-right: 15px
    }
}

.organiser-portal .portal-static_header {
    background-color: #001a30;
    padding: 17px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    min-height: 60px
}

    .organiser-portal .portal-static_header .icon-container {
        width: 40px
    }

        .organiser-portal .portal-static_header .icon-container i,
        .organiser-portal .portal-static_header .icon-container svg {
            font-size: 25px;
            color: #fff
        }

.organiser-portal .portal-static_header_title {
    font-weight: 900;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0
}

.organiser-portal .portal-static_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.film-ops {
    background-color: #f0f0f0;
    overflow: hidden
}

.film-ops_header_content {
    margin: 40px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.film-ops_header_content_icon {
    border-radius: 50%;
    background-color: #dc0005;
    height: 77px;
    width: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .film-ops_header_content_icon i,
    .film-ops_header_content_icon svg {
        font-size: 42px;
        color: #fff
    }

.film-ops_header_content_title {
    text-transform: uppercase;
    font-size: 24px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1
}

@media (max-width:991px) {
    .film-ops_header_content_title {
        font-size: 18px
    }
}

.film-ops_header_content_text,
.film-ops_header_content_text div,
.film-ops_header_content_text p {
    text-transform: initial;
    font-size: 24px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.1
}

@media (max-width:991px) {

    .film-ops_header_content_text,
    .film-ops_header_content_text div,
    .film-ops_header_content_text p {
        font-size: 16px
    }
}

.film-ops_main .tabs-contain {
    padding: 0
}

.film-ops_main_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 16px
}

.film-ops_main_tabs_tab {
    border-radius: 10px 10px 0 0;
    background-color: #717073;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    cursor: pointer;
    height: 90px;
    width: calc(33.33% - 8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

@media (max-width:991px) {
    .film-ops_main_tabs_tab {
        border-radius: 0;
        width: calc(33.33% - 3px) ""
    }
}

.film-ops_main_tabs_tab.selected {
    background-color: #772059
}

    .film-ops_main_tabs_tab.selected::after,
    .film-ops_main_tabs_tab.selected::before {
        visibility: visible;
        opacity: 1;
        bottom: -30px
    }

@media (max-width:991px) {

    .film-ops_main_tabs_tab.selected::after,
    .film-ops_main_tabs_tab.selected::before {
        bottom: -15px
    }
}

.film-ops_main_tabs_tab::after,
.film-ops_main_tabs_tab::before {
    bottom: 0;
    height: 30px;
    content: "";
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: bottom .25s ease-in-out;
    -o-transition: bottom .25s ease-in-out;
    transition: bottom .25s ease-in-out;
    z-index: 9
}

@media (max-width:991px) {

    .film-ops_main_tabs_tab::after,
    .film-ops_main_tabs_tab::before {
        height: 15px
    }
}

.film-ops_main_tabs_tab::after {
    left: 0;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #772059));
    background: -o-linear-gradient(left bottom, transparent 50%, #772059 50%);
    background: linear-gradient(to right top, transparent 50%, #772059 50%)
}

.film-ops_main_tabs_tab::before {
    right: 0;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #772059));
    background: -o-linear-gradient(right bottom, transparent 50%, #772059 50%);
    background: linear-gradient(to left top, transparent 50%, #772059 50%)
}

.film-ops_main_tabs_tab .fo-tab-logo {
    height: 50%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20
}

@media (max-width:991px) {
    .film-ops_main_tabs_tab .fo-tab-logo {
        height: 40%;
        width: 80%
    }
}

.film-ops_main_content {
    background-color: #fff;
    padding: 45px 22px 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    max-width: 100vw
}

@media (max-width:991px) {
    .film-ops_main_content {
        padding-top: 30px
    }
}

@media (max-width:991px) {

    .film-ops_main_content .fo-mob-hidden,
    .film-ops_main_content .fo-mob:nth-child(n+6) {
        display: none
    }
}

@media (min-width:991px) {
    .film-ops_main_content .fo-des-hidden {
        display: none
    }
}

.film-ops_main_content .fo-des-hidden .fo-main-show-more {
    height: 60px;
    width: 60%;
    margin: 20px 20%;
    border-radius: 10px;
    background-color: #dc0005;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: initial;
    font-size: 18px;
    color: #fff;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    padding: 20px
}

    .film-ops_main_content .fo-des-hidden .fo-main-show-more i,
    .film-ops_main_content .fo-des-hidden .fo-main-show-more svg {
        margin-right: 30px;
        font-size: 30px
    }

    .film-ops_main_content .fo-des-hidden .fo-main-show-more p {
        margin: 0
    }

.film-ops_main_content_media {
    width: 100%;
    margin-bottom: 0
}

    .film-ops_main_content_media .fo-mcm-image {
        width: 100%;
        padding-top: 42.825%;
        border-radius: 10px
    }

    .film-ops_main_content_media .fo-mcm-video {
        width: 100%;
        padding-top: 42.825%;
        border-radius: 10px;
        position: relative;
        overflow: hidden
    }

        .film-ops_main_content_media .fo-mcm-video video {
            position: absolute;
            top: -11.899%;
            width: 100%;
            margin: auto;
            border-radius: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .film-ops_main_content_media .sixt_by_nine {
        padding-top: 56.25% !important
    }

        .film-ops_main_content_media .sixt_by_nine video {
            top: 0 !important
        }

.film-ops_main_content_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .film-ops_main_content_info .fo-mcm-info_title {
        text-transform: initial;
        font-size: 22px;
        color: #343434;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 700;
        line-height: 1;
        margin: 14px 0 7px 0
    }

    .film-ops_main_content_info .fo-mcm-info_content {
        text-transform: initial;
        font-size: 18px;
        color: #343434;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 400;
        line-height: 1
    }

    .film-ops_main_content_info .fo-mcm-info_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .film-ops_main_content_info .fo-mcm-info_list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: initial;
        font-size: 16px;
        color: #343434;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 400;
        margin-bottom: 8px
    }

        .film-ops_main_content_info .fo-mcm-info_list_item i,
        .film-ops_main_content_info .fo-mcm-info_list_item svg {
            margin-right: 12px;
            width: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .film-ops_main_content_info .fo-mcm-info_list_item img {
            width: 16px;
            margin-right: 12px
        }

    .film-ops_main_content_info .fo-mcm-info_subtitle {
        text-transform: initial;
        font-size: 18px;
        color: #343434;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 700;
        line-height: 1;
        margin: 14px 0 10px 0
    }

    .film-ops_main_content_info .fo-mcm-info_contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .film-ops_main_content_info .fo-mcm-info_contact i,
        .film-ops_main_content_info .fo-mcm-info_contact svg,
        .film-ops_main_content_info .fo-mcm-info_contact_icon {
            font-size: 16px;
            color: #343434;
            margin-right: 16px
        }

    .film-ops_main_content_info .fo-mcm-info_contact_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-transform: initial;
        font-size: 18px;
        color: #343434;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: initial;
        line-height: 1
    }

    .film-ops_main_content_info .fo-mcm-info_contact_info_title {
        font-weight: 700;
        margin-top: 0
    }

    .film-ops_main_content_info .fo-mcm-info_contact_info_link,
    .film-ops_main_content_info .fo-mcm-info_contact_info_text {
        font-size: 16px;
        margin-bottom: 6px
    }

    .film-ops_main_content_info .fo-mcm-info_contact_info_link {
        color: #dc0005;
        
        cursor: pointer
    }

.film-ops_main_content_second-title {
    text-transform: initial;
    font-size: 22px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 30px 0 25px 0;
    text-align: center
}

.film-ops_main_content_info-box {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .film-ops_main_content_info-box i,
    .film-ops_main_content_info-box svg,
    .film-ops_main_content_info-box_icon {
        color: #772059;
        font-size: 34px;
        margin-bottom: 5px
    }

    .film-ops_main_content_info-box img {
        width: 34px;
        max-height: 34px
    }

.film-ops_main_content_info-box_text {
    text-transform: initial;
    font-size: 16px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: initial;
    line-height: 1.1;
    margin: 10px 0 0 0;
    min-height: 70px
}

@media (max-width:991px) {
    .film-ops_main_content_info-box_text {
        width: 80%;
        margin: 10px 10% 0 10%
    }
}

.film-ops_headlines .container {
    background-color: #dedede;
    padding: 30px 17px
}

.film-ops_headlines_container {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:991px) {
    .film-ops_headlines_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .film-ops_headlines_container:first-of-type {
            margin-bottom: 20px
        }
}

.film-ops_headlines_container_left {
    width: 34%;
    padding-top: 34%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:991px) {
    .film-ops_headlines_container_left {
        border-radius: 10px;
        width: 100%;
        padding-top: 47%
    }
}

.film-ops_headlines_container_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 20px;
    width: 66%
}

@media (max-width:991px) {
    .film-ops_headlines_container_right {
        width: 100%
    }
}

.film-ops_headlines_container_right_title {
    text-transform: initial;
    font-size: 22px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px 0
}

.film-ops_headlines_container_right_content {
    margin: 0
}

.film-ops_headlines_container_right_content,
.film-ops_headlines_container_right_list {
    text-transform: initial;
    font-size: 16px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: initial;
    line-height: 1.1
}

.film-ops_headlines_container_right_list {
    margin-top: 5px;
    padding-left: 0
}

    .film-ops_headlines_container_right_list .fo-hcr_list_item {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        line-height: 20px
    }

        .film-ops_headlines_container_right_list .fo-hcr_list_item::before {
            content: "\f111";
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            font-size: 12px;
            margin-right: 5px;
            line-height: 20px
        }

.film-ops_main-slider .container {
    background-color: #fff;
    padding: 16px 17px
}

.film-ops_main-slider_container {
    width: 100%;
    z-index: 5;
    overflow: hidden;
    margin-bottom: 13px
}

    .film-ops_main-slider_container .fo-main-slider-arrow {
        position: absolute;
        top: 0;
        right: initial;
        bottom: 13px;
        left: initial;
        margin: auto 0;
        z-index: 10;
        background-color: #fff;
        cursor: pointer;
        -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
        height: 90px;
        width: 90px
    }

@media (max-width:991px) {
    .film-ops_main-slider_container .fo-main-slider-arrow {
        display: none !important
    }
}

.film-ops_main-slider_container .fo-main-slider-arrow i,
.film-ops_main-slider_container .fo-main-slider-arrow svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dc0005;
    font-size: 30px
}

.film-ops_main-slider_container .fo-main-slider-arrow.fo-msa-previous {
    left: -45px;
    border-radius: 0 50% 50% 0
}

    .film-ops_main-slider_container .fo-main-slider-arrow.fo-msa-previous i,
    .film-ops_main-slider_container .fo-main-slider-arrow.fo-msa-previous svg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: auto 20px auto auto
    }

.film-ops_main-slider_container .fo-main-slider-arrow.fo-msa-next {
    right: -45px;
    border-radius: 50% 0 0 50%
}

    .film-ops_main-slider_container .fo-main-slider-arrow.fo-msa-next i,
    .film-ops_main-slider_container .fo-main-slider-arrow.fo-msa-next svg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: auto auto auto 20px
    }

.film-ops_main-slider_container_slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 40.469%;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

@media (max-width:991px) {
    .film-ops_main-slider_container_slide {
        padding-top: 43.469%
    }
}

.film-ops_main-slider_container_slide .fo-mss-content {
    position: absolute;
    top: 12.683%;
    right: 0;
    bottom: 0;
    left: 0;
    height: initial;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: -webkit-gradient(linear, left bottom, left top, from(#343434), to(rgba(52, 52, 52, 0)));
    background: -o-linear-gradient(bottom, #343434 0, rgba(52, 52, 52, 0) 100%);
    background: linear-gradient(0deg, #343434 0, rgba(52, 52, 52, 0) 100%);
    padding: 0 7.331% 30px 7.331%
}

    .film-ops_main-slider_container_slide .fo-mss-content .fo-mss-caption-title {
        text-transform: initial;
        font-size: 22px;
        color: #fff;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        max-width: 415px
    }

@media (max-width:991px) {
    .film-ops_main-slider_container_slide .fo-mss-content .fo-mss-caption-title {
        font-size: 18px
    }
}

.film-ops_main-slider_container_slide .fo-mss-content .fo-mss-caption-text {
    text-transform: initial;
    font-size: 16px;
    color: #fff;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: initial;
    line-height: 1.1;
    max-width: 415px;
    margin: 12px 0 0
}

@media (max-width:991px) {
    .film-ops_main-slider_container_slide .fo-mss-content .fo-mss-caption-text {
        display: none
    }
}

.film-ops_main-slider_nav {
    width: 100%
}

@media (max-width:991px) {
    .film-ops_main-slider_nav {
        display: none
    }
}

.film-ops_main-slider_nav_slide {
    width: 100%;
    padding-top: 61.764%;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 10px;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

    .film-ops_main-slider_nav_slide:hover {
        opacity: .7
    }

.film-ops_main-slider_nav .slick-current .film-ops_main-slider_nav_slide {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 3px #cb2a1f;
    box-shadow: inset 0 0 0 3px #cb2a1f
}

.film-ops_main-slider_nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100% !important
}

    .film-ops_main-slider_nav .slick-track .slick-slide {
        width: initial !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 8px
    }

        .film-ops_main-slider_nav .slick-track .slick-slide:first-of-type {
            margin-left: 0
        }

        .film-ops_main-slider_nav .slick-track .slick-slide:last-of-type {
            margin-right: 0
        }

.film-ops_partners {
    text-align: center
}

    .film-ops_partners .container {
        background-color: #fff;
        padding: 16px 17px 60px 0
    }

.film-ops_partners_title {
    text-transform: initial;
    font-size: 22px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    margin-bottom: 51px
}

.film-ops_partners_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.film-ops_partners_container_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 8%
}

@media (max-width:991px) {
    .film-ops_partners_container_image {
        min-width: 25%;
        padding-top: 13%
    }
}

.film-ops_get-in-touch {
    margin: 20px 0
}

.film-ops_get-in-touch_header {
    background-color: #343434
}

.film-ops_get-in-touch_header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 10px
}

    .film-ops_get-in-touch_header_content h3 {
        text-transform: initial;
        font-size: 22px;
        color: #fff;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 900
    }

.film-ops_get-in-touch_main {
    background-color: #fff
}

.film-ops_get-in-touch_main_content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px
}

    .film-ops_get-in-touch_main_content form textarea,
    .film-ops_get-in-touch_main_content form > input {
        padding: 20px;
        border: 1px solid #707070;
        border-radius: 12px;
        width: 100%;
        text-transform: initial;
        font-size: 18px;
        color: #555;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 900;
        margin-bottom: 20px
    }

        .film-ops_get-in-touch_main_content form textarea::-webkit-input-placeholder,
        .film-ops_get-in-touch_main_content form > input::-webkit-input-placeholder {
            text-transform: initial;
            font-size: 18px;
            color: #555;
            font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
            font-weight: 900
        }

        .film-ops_get-in-touch_main_content form textarea::-moz-placeholder,
        .film-ops_get-in-touch_main_content form > input::-moz-placeholder {
            text-transform: initial;
            font-size: 18px;
            color: #555;
            font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
            font-weight: 900
        }

        .film-ops_get-in-touch_main_content form textarea:-ms-input-placeholder,
        .film-ops_get-in-touch_main_content form > input:-ms-input-placeholder {
            text-transform: initial;
            font-size: 18px;
            color: #555;
            font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
            font-weight: 900
        }

        .film-ops_get-in-touch_main_content form textarea::-ms-input-placeholder,
        .film-ops_get-in-touch_main_content form > input::-ms-input-placeholder {
            text-transform: initial;
            font-size: 18px;
            color: #555;
            font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
            font-weight: 900
        }

        .film-ops_get-in-touch_main_content form textarea::placeholder,
        .film-ops_get-in-touch_main_content form > input::placeholder {
            text-transform: initial;
            font-size: 18px;
            color: #555;
            font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
            font-weight: 900
        }

        .film-ops_get-in-touch_main_content form textarea[type=submit],
        .film-ops_get-in-touch_main_content form > input[type=submit] {
            background-color: #db0006;
            border-radius: 12px;
            padding: 20px;
            border: 1px solid #db0006;
            -webkit-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            cursor: pointer;
            color: #fff;
            text-transform: initial;
            font-size: 18px;
            color: #fff;
            font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
            font-weight: 900;
            width: initial;
            margin-right: auto
        }

            .film-ops_get-in-touch_main_content form textarea[type=submit]:hover,
            .film-ops_get-in-touch_main_content form > input[type=submit]:hover {
                background-color: #fff;
                color: #db0006 !important
            }

    .film-ops_get-in-touch_main_content form .g-recaptcha {
        margin: 0 auto 20px 0
    }

    .film-ops_get-in-touch_main_content form > span.email-info {
        text-transform: initial;
        font-size: 14px;
        color: #6f6f6f;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 400;
        margin-bottom: 20px
    }

    .film-ops_get-in-touch_main_content form .which-venue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        width: 100%;
        margin-bottom: 20px
    }

    .film-ops_get-in-touch_main_content form .which-venue_title {
        text-transform: initial;
        font-size: 18px;
        color: #000;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 900;
        margin-bottom: 8px;
        width: 100%
    }

    .film-ops_get-in-touch_main_content form .which-venue > label {
        text-transform: initial;
        font-size: 18px;
        color: #000;
        font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
        font-weight: 500;
        margin-bottom: 5px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .film-ops_get-in-touch_main_content form .which-venue > label input {
            margin-right: 10px
        }

.film-ops_questions {
    margin-top: 11px;
    margin-bottom: 30px
}

    .film-ops_questions .container {
        background-color: #fff;
        padding: 16px 17px
    }

.film-ops_questions_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.film-ops_questions_container_title {
    text-transform: uppercase;
    font-size: 22px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    line-height: 1
}

.film-ops_questions_container_text {
    text-transform: initial;
    font-size: 16px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: regular;
    line-height: 1.1;
    margin-top: 10px
}

.film-ops_questions_container_subtitle {
    text-transform: initial;
    font-size: 18px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 700;
    line-height: 1
}

.film-ops_questions_container_info {
    text-transform: initial;
    font-size: 16px;
    color: #343434;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: regular;
    line-height: 1.1
}

.film-ops_questions_container_link {
    text-transform: initial;
    font-size: 16px;
    color: #dc0005;
    font-family: Avenir, Helvetica, Arial, sans-serif, sans-serif;
    font-weight: regular;
    line-height: 1.1;
    
}

span.products-categories,
span.products-home,
span.products-list {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    padding: 0
}

    span.products-categories.clickable,
    span.products-home.clickable,
    span.products-list.clickable {
        cursor: pointer
    }

        span.products-categories.clickable:hover,
        span.products-home.clickable:hover,
        span.products-list.clickable:hover {
            
        }

.fully-connected-products > div {
    padding-top: 26px
}

.fully-connected-products .landing-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    gap: 21px 16px;
    grid-auto-flow: row
}

@media (max-width:991px) {
    .fully-connected-products .landing-section {
        grid-template-columns: 1fr
    }
}

.fully-connected-products .landing-section .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff
}

@media (max-width:991px) {
    .fully-connected-products .landing-section .category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fully-connected-products .landing-section .category_loading .category_left {
    border-radius: 10px;
    border: 10px solid #fff;
    -webkit-animation: skeleton-loading 1s linear infinite alternate;
    animation: skeleton-loading 1s linear infinite alternate
}

.fully-connected-products .landing-section .category_loading .category_left_image {
    opacity: 0
}

.fully-connected-products .landing-section .category_loading .category_right .browse-range-btn,
.fully-connected-products .landing-section .category_loading .category_right p {
    color: transparent;
    position: relative;
    background-color: transparent;
    border-radius: 10px
}

    .fully-connected-products .landing-section .category_loading .category_right .browse-range-btn::before,
    .fully-connected-products .landing-section .category_loading .category_right p::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        -webkit-animation: skeleton-loading 1s linear infinite alternate;
        animation: skeleton-loading 1s linear infinite alternate
    }

@-webkit-keyframes skeleton-loading {
    0% {
        background-color: #c1cfd6
    }

    100% {
        background-color: #eff3f4
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: #c1cfd6
    }

    100% {
        background-color: #eff3f4
    }
}

.fully-connected-products .landing-section .category_left {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

@media (max-width:991px) {
    .fully-connected-products .landing-section .category_left {
        width: 100%
    }
}

.fully-connected-products .landing-section .category_left_image {
    width: 100%;
    padding-top: 105%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fully-connected-products .landing-section .category_right {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 25px 16px 40px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:991px) {
    .fully-connected-products .landing-section .category_right {
        width: 100%
    }
}

.fully-connected-products .landing-section .category p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #161616;
    margin: 0
}

.fully-connected-products .landing-section .category_title {
    font-weight: 600 !important;
    font-size: 24px !important
}

.fully-connected-products .landing-section .category .browse-range-btn {
    border-radius: 5px;
    background: #e40046;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: auto 0 0 0
}

    .fully-connected-products .landing-section .category .browse-range-btn:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.fully-connected-products .category-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    gap: 16px;
    grid-auto-flow: row
}

@media (max-width:991px) {
    .fully-connected-products .category-section {
        grid-template-columns: 1fr;
        gap: 23px
    }
}

.fully-connected-products .category-section .product-range {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #001a30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .fully-connected-products .category-section .product-range:hover .product-range_top_image {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

.fully-connected-products .category-section .product-range_top {
    width: 100%;
    overflow: hidden
}

.fully-connected-products .category-section .product-range_top_image {
    padding-top: 53.703%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.fully-connected-products .category-section .product-range_bottom {
    width: 100%;
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #e40046;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001a30;
    padding: 20px 15px
}

.fully-connected-products .products-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    gap: 16px;
    grid-auto-flow: row
}

@media (max-width:991px) {
    .fully-connected-products .products-section {
        grid-template-columns: 1fr;
        gap: 23px
    }
}

.fully-connected-products .products-section_disclaimer {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #465560
}

@media (min-width:991px) {
    .fully-connected-products .products-section_disclaimer {
        grid-column-start: 1;
        grid-column-end: 5
    }
}

.fully-connected-products .products-section .product {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #001a30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.fully-connected-products .products-section .product_top {
    width: 100%;
    overflow: hidden
}

.fully-connected-products .products-section .product_top_image {
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fully-connected-products .products-section .product_bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    background-color: #001a30;
    padding: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .fully-connected-products .products-section .product_bottom p {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        color: #fff;
        margin: 0
    }

        .fully-connected-products .products-section .product_bottom p.title {
            font-weight: 900;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #fff;
            margin-bottom: 6px
        }

    .fully-connected-products .products-section .product_bottom .color-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px
    }

        .fully-connected-products .products-section .product_bottom .color-options > span {
            border: 1px solid #fff;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            background-color: #fff
        }

            .fully-connected-products .products-section .product_bottom .color-options > span::after {
                content: "";
                height: 100%;
                width: 50%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0
            }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white {
            background-color: #fff
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_black::after {
            background-color: #000
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_grey::after {
            background-color: #6e6e6e
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_red::after {
            background-color: #c10034
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_blue::after {
            background-color: #6dafe6
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_green::after {
            background-color: #8dc380
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_yellow::after {
            background-color: #fff621
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_orange::after {
            background-color: #ff6a27
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_purple::after {
            background-color: #912c82
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_pink::after {
            background-color: #f088c4
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_white_beige::after {
            background-color: #bea681
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_black {
            background-color: #000
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_grey {
            background-color: #6e6e6e
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_red {
            background-color: #c10034
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_dark-blue {
            background-color: #001a30
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_light-blue {
            background-color: #6dafe6
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_dark-green {
            background-color: #236513
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_light-green {
            background-color: #8dc380
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_yellow {
            background-color: #fff621
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_orange {
            background-color: #ff6a27
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_purple {
            background-color: #912c82
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_pink {
            background-color: #f088c4
        }

        .fully-connected-products .products-section .product_bottom .color-options span.circle_beige {
            background-color: #bea681
        }

body {
    scroll-behavior: smooth
}

    body .osh {
        font-size: 16px
    }

    body .osh-banner {
        margin-top: 3rem;
        margin-bottom: 3rem;
        color: #442563;
        font-size: 1.6rem;
        font-weight: 900
    }

        body .osh-banner p {
            display: inline-block;
            vertical-align: -webkit-baseline-middle;
            margin: 0
        }

            body .osh-banner p::-moz-selection {
                color: #fff;
                background: #442563
            }

            body .osh-banner p::selection {
                color: #fff;
                background: #442563
            }

    body .osh-banner_image_left {
        display: inline-block;
        margin-right: .5rem;
        vertical-align: -webkit-baseline-middle
    }

    body .osh-banner_image_right {
        float: right;
        vertical-align: -webkit-baseline-middle
    }

    body .osh-hero {
        margin-bottom: 4rem
    }

    body .osh-hero_container {
        border-radius: 20px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

@media (max-width:991px) {
    body .osh-hero_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body .osh-hero_container_left {
    background-color: #442563;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 45%;
    padding: 5%;
    color: #fff
}

@media (max-width:991px) {
    body .osh-hero_container_left {
        width: 100%
    }
}

body .osh-hero_container_left h1 {
    margin: 0 0 1.5rem 0;
    font-weight: 900;
    font-size: 3rem;
    width: 100%
}

body .osh-hero_container_left p {
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
    font-weight: 100;
    width: 100%
}

body .osh-hero_container_left_buttons {
    margin-top: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    body .osh-hero_container_left_buttons a {
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #fff;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer;
        color: #442563;
        text-transform: none;
        font-size: 15px;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 900
    }

        body .osh-hero_container_left_buttons a:hover {
            background-color: #442563;
            color: #fff !important
        }

body .osh-hero_container_left h1::-moz-selection,
body .osh-hero_container_left p::-moz-selection,
body .osh-hero_container_left strong::-moz-selection {
    background: #fff;
    color: #442563
}

body .osh-hero_container_left h1::selection,
body .osh-hero_container_left p::selection,
body .osh-hero_container_left strong::selection {
    background: #fff;
    color: #442563
}

body .osh-hero_container_right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width:991px) {
    body .osh-hero_container_right {
        width: 100%;
        padding-top: calc(33% - 30px);
        padding-bottom: calc(33% - 30px)
    }
}

body .osh-hero_container_right i,
body .osh-hero_container_right svg {
    background-color: #fff;
    border-radius: 50%;
    height: 57px;
    width: 57px;
    font-size: 1.75rem;
    color: #442563;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    body .osh-hero_container_right i:hover,
    body .osh-hero_container_right svg:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
    }

body .osh-main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body .osh-main_content_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3rem;
    width: 100%
}

@media (max-width:991px) {
    body .osh-main_content_upper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body .osh-main_content_upper_tab {
    border-radius: 20px;
    color: #fff;
    width: 50%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:991px) {
    body .osh-main_content_upper_tab {
        width: 100%;
        margin: 0 !important
    }
}

body .osh-main_content_upper_tab .inner {
    width: 380px;
    background: rgba(43, 43, 43, .66);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    height: 100%;
    width: 100%;
    padding: 2.5rem;
    border-radius: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    body .osh-main_content_upper_tab .inner h2 {
        margin: 0 0 1rem 0;
        font-size: 2rem;
        font-weight: 900
    }

    body .osh-main_content_upper_tab .inner p {
        margin: 0 0 2rem 0;
        font-size: 1.6rem
    }

    body .osh-main_content_upper_tab .inner h2,
    body .osh-main_content_upper_tab .inner p {
        width: 100%
    }

        body .osh-main_content_upper_tab .inner h2::-moz-selection,
        body .osh-main_content_upper_tab .inner p::-moz-selection {
            background: #fff;
            color: #442563
        }

        body .osh-main_content_upper_tab .inner h2::selection,
        body .osh-main_content_upper_tab .inner p::selection {
            background: #fff;
            color: #442563
        }

body .osh-main_content_upper_tab .inner_logo {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    max-height: 6rem;
    max-width: calc(100% - 14rem)
}

body .osh-main_content_upper_tab .inner button {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #fff;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    cursor: pointer;
    color: #442563;
    text-transform: none;
    font-size: 15px;
    color: #442563;
    font-family: inherit, sans-serif;
    font-weight: 900;
    margin-top: auto
}

    body .osh-main_content_upper_tab .inner button:hover {
        background-color: #442563;
        color: #fff !important
    }

    body .osh-main_content_upper_tab .inner button .selected {
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        width: 0;
        overflow: hidden;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    body .osh-main_content_upper_tab .inner button .unselected {
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        width: auto;
        overflow: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

body .osh-main_content_upper_tab .inner::after {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

body .osh-main_content_upper_tab[aria-selected=true] {
    position: relative
}

    body .osh-main_content_upper_tab[aria-selected=true] button {
        background-color: #8db700;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #8db700;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        cursor: pointer;
        color: #fff;
        text-transform: none;
        font-size: 15px;
        color: #fff;
        font-family: inherit, sans-serif;
        font-weight: 900
    }

        body .osh-main_content_upper_tab[aria-selected=true] button:hover {
            background-color: #fff;
            color: #8db700 !important
        }

        body .osh-main_content_upper_tab[aria-selected=true] button::after {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            margin-left: 1rem
        }

        body .osh-main_content_upper_tab[aria-selected=true] button .unselected {
            visibility: hidden;
            pointer-events: none;
            opacity: 0;
            width: 0;
            overflow: hidden;
            display: none
        }

        body .osh-main_content_upper_tab[aria-selected=true] button .selected {
            visibility: visible;
            pointer-events: all;
            opacity: 1;
            width: auto;
            overflow: auto
        }

    body .osh-main_content_upper_tab[aria-selected=true]::after {
        content: "\f2ec";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 1rem;
        color: #442563;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 0;
        bottom: -2rem;
        left: 0;
        margin: 0 auto;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1
    }

body .osh-main_content_upper_tab:first-child {
    margin-right: 1.5rem
}

body .osh-main_content_upper_tab:last-child {
    margin-left: 1.5rem
}

@media (max-width:991px) {
    body .osh-main_content_upper_tab:last-child {
        margin-top: 3rem !important
    }
}

body .osh-main_content_lower {
    border-radius: 20px;
    background-color: #2b2b2b;
    width: 100%;
    color: #fff;
    padding: 4rem 0;
    margin-bottom: 3rem;
    overflow-x: hidden
}

body .osh-main_content_lower_header {
    
    padding-bottom: 3rem;
    margin: 0 4rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:992px) {
    body .osh-main_content_lower_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body .osh-main_content_lower_header_intro {
    max-width: 45rem
}

    body .osh-main_content_lower_header_intro h3 {
        margin: 0 0 1rem 0;
        font-size: 2.4rem;
        font-weight: 900
    }

    body .osh-main_content_lower_header_intro p {
        font-size: 1.6rem
    }

        body .osh-main_content_lower_header_intro p:last-child {
            margin-bottom: 0
        }

        body .osh-main_content_lower_header_intro h3::-moz-selection,
        body .osh-main_content_lower_header_intro p::-moz-selection {
            background: #fff;
            color: #442563
        }

        body .osh-main_content_lower_header_intro h3::selection,
        body .osh-main_content_lower_header_intro p::selection {
            background: #fff;
            color: #442563
        }

body .osh-main_content_lower_header_controls {
    position: relative
}

body .osh-main_content_lower_header_controls_container {
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    padding: 1rem 1rem 0 1rem;
    color: #442563;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {
    body .osh-main_content_lower_header_controls_container {
        position: absolute;
        top: 0;
        right: 0
    }
}

body .osh-main_content_lower_header_controls_container .osh-controls_title {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem 0 1.5rem
}

    body .osh-main_content_lower_header_controls_container .osh-controls_title::after {
        content: "\f2ec";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-left: 2rem;
        font-size: 1rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

body .osh-main_content_lower_header_controls_container .osh-controls_items {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    body .osh-main_content_lower_header_controls_container .osh-controls_items li {
        white-space: nowrap;
        padding: 1rem 1.5rem;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer
    }

        body .osh-main_content_lower_header_controls_container .osh-controls_items li:hover {
            text-decoration: underline
        }

        body .osh-main_content_lower_header_controls_container .osh-controls_items li:not(:last-child) {
            
        }

        body .osh-main_content_lower_header_controls_container .osh-controls_items li.osh-filter-selected {
            background-color: #442563;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            body .osh-main_content_lower_header_controls_container .osh-controls_items li.osh-filter-selected::after {
                content: "\f00c";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                margin-left: 2rem;
                font-size: 1rem
            }

body .osh-main_content_lower_header_controls_container.selected .osh-controls_title {
    
    padding-bottom: 1rem
}

    body .osh-main_content_lower_header_controls_container.selected .osh-controls_title::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

body .osh-main_content_lower_header_controls_container.selected .osh-controls_items {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    height: auto;
    overflow: auto
}

body .osh-main_content_lower_categories_row {
    margin-bottom: 2rem;
    -webkit-transition: opacity .15s ease-in-out, height .2s ease-in-out;
    -o-transition: opacity .15s ease-in-out, height .2s ease-in-out;
    transition: opacity .15s ease-in-out, height .2s ease-in-out;
    opacity: 1;
    height: auto
}

body .osh-main_content_lower_categories_row_intro {
    margin: 0 4rem 3rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    body .osh-main_content_lower_categories_row_intro h4 {
        font-weight: 900;
        font-size: 1.8rem;
        margin: 0
    }

    body .osh-main_content_lower_categories_row_intro .packages-available {
        font-weight: 900;
        font-size: 1.6rem;
        text-align: right
    }

        body .osh-main_content_lower_categories_row_intro .packages-available .num-pac {
            margin-right: .6rem
        }

body .osh-main_content_lower_categories_row_slider {
    margin: 0 0 0 -5px !important
}

body .osh-main_content_lower_categories_row_slider_slide {
    background-color: #442563;
    border-radius: 20px;
    min-height: 34rem;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem
}

    body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_image {
        width: 100%;
        padding-top: 59%;
        position: relative;
        border-radius: 20px 20px 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_image_highlight {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #8db700;
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 900;
        padding: .2rem 0;
        display: none
    }

    body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_title {
        margin: 1.4rem 3rem 1rem;
        font-size: 1.6rem;
        font-weight: 900;
        min-height: 2rem
    }

    body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_content {
        margin: auto 1rem;
        font-size: 1.6rem;
        font-weight: 400;
        width: calc(100% - 2rem)
    }

    body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_button {
        background-color: #fff;
        border-radius: 20px;
        padding: .5rem 2rem;
        border: 1px solid #fff;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer;
        color: #442563;
        font-size: 1.6rem;
        font-weight: 900;
        margin: 1.4rem 0
    }

        body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_button:hover {
            background-color: #442563;
            color: #fff !important
        }

        body .osh-main_content_lower_categories_row_slider_slide .osh-cat-slide_button .selected {
            display: none
        }

    body .osh-main_content_lower_categories_row_slider_slide.osh-category-highlighted-item {
        background-color: #f4f2f9
    }

        body .osh-main_content_lower_categories_row_slider_slide.osh-category-highlighted-item .osh-cat-slide_image_highlight {
            display: block
        }

        body .osh-main_content_lower_categories_row_slider_slide.osh-category-highlighted-item .osh-cat-slide_content,
        body .osh-main_content_lower_categories_row_slider_slide.osh-category-highlighted-item .osh-cat-slide_title {
            color: #442563
        }

        body .osh-main_content_lower_categories_row_slider_slide.osh-category-highlighted-item .osh-cat-slide_button {
            background-color: #442563;
            border-radius: 20px;
            padding: .5rem 2rem;
            border: 1px solid #442563;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            cursor: pointer;
            color: #fff
        }

            body .osh-main_content_lower_categories_row_slider_slide.osh-category-highlighted-item .osh-cat-slide_button:hover {
                background-color: #fff;
                color: #442563 !important
            }

    body .osh-main_content_lower_categories_row_slider_slide.selected {
        opacity: 1
    }

        body .osh-main_content_lower_categories_row_slider_slide.selected::after {
            content: "\f2ec";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-size: 1.6rem;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            right: 0;
            bottom: -2rem;
            left: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        body .osh-main_content_lower_categories_row_slider_slide.selected .osh-cat-slide_button .selected {
            display: block
        }

        body .osh-main_content_lower_categories_row_slider_slide.selected .osh-cat-slide_button .noselect {
            display: none
        }

body .osh-main_content_lower_categories_row_slider .slick-slide {
    padding: 0 5px
}

body .osh-main_content_lower_categories_row_slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 2.5rem;
    z-index: 10;
    background-color: rgba(255, 255, 255, .39);
    border: none;
    color: #fff;
    font-size: .9rem;
    width: 3rem;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
    transition: opacity .25s ease-in-out, background-color .25s ease-in-out
}

    body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-arrow-next {
        right: 0;
        border-radius: 0 20px 20px 0
    }

        body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-arrow-next i,
        body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-arrow-next svg {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            padding-bottom: 4px
        }

    body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-arrow-previous {
        left: 5px;
        border-radius: 20px 0 0 20px
    }

        body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-arrow-previous i,
        body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-arrow-previous svg {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            padding-bottom: 4px
        }

    body .osh-main_content_lower_categories_row_slider .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none
    }

    body .osh-main_content_lower_categories_row_slider .slick-arrow.over-highlighted-slide {
        background-color: rgba(43, 43, 43, .39)
    }

body .osh-main_content_lower_categories_row_dropdown {
    background-color: #442563;
    color: #fff;
    padding: 4rem;
    margin-top: .5rem;
    display: none
}

body .osh-main_content_lower_categories_row_dropdown_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    width: 100%
}

body .osh-main_content_lower_categories_row_dropdown_upper_content {
    width: 70%;
    padding-right: 2rem
}

    body .osh-main_content_lower_categories_row_dropdown_upper_content h5 {
        font-size: 1.6rem;
        font-weight: 900;
        margin-bottom: 2rem
    }

body .osh-main_content_lower_categories_row_dropdown_upper_content_copy {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

body .osh-main_content_lower_categories_row_dropdown_upper_content_lists {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6rem
}

    body .osh-main_content_lower_categories_row_dropdown_upper_content_lists ul {
        padding-right: 1rem;
        padding-left: 2rem;
        width: 50%
    }

        body .osh-main_content_lower_categories_row_dropdown_upper_content_lists ul li {
            margin-bottom: 1rem
        }

            body .osh-main_content_lower_categories_row_dropdown_upper_content_lists ul li span {
                font-size: 1.3rem;
                text-align: left;
                color: rgba(255, 255, 255, .75)
            }

body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button {
    background-color: #fff;
    border-radius: 20px;
    padding: 1rem 3rem;
    border: 1px solid #fff;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    cursor: pointer;
    color: #442563;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4rem
}

    body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button:hover {
        background-color: #442563;
        color: #fff !important
    }

    body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button .add-to {
        display: block
    }

    body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button .added {
        display: none
    }

    body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button.selected {
        background-color: #8db700;
        border-radius: 20px;
        padding: 1rem 3rem;
        border: 1px solid #8db700;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        cursor: pointer;
        color: #fff;
        pointer-events: none
    }

        body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button.selected:hover {
            background-color: #fff;
            color: #8db700 !important
        }

        body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button.selected::after {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            margin-left: 1rem
        }

        body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button.selected .add-to {
            display: none
        }

        body .osh-main_content_lower_categories_row_dropdown_upper_content .osh-drop-add-to-enquiry-button.selected .added {
            display: block
        }

body .osh-main_content_lower_categories_row_dropdown_upper_content .cal-statement {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .75);
    top: -2rem;
    position: relative
}

body .osh-main_content_lower_categories_row_dropdown_upper_slider {
    width: 30%
}

    body .osh-main_content_lower_categories_row_dropdown_upper_slider .osh-drop-slide {
        width: 100%;
        padding-top: 90%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px
    }

    body .osh-main_content_lower_categories_row_dropdown_upper_slider .slick-dots {
        bottom: 25px
    }

        body .osh-main_content_lower_categories_row_dropdown_upper_slider .slick-dots li {
            height: 8px;
            width: 8px;
            margin: 0 2.5px
        }

            body .osh-main_content_lower_categories_row_dropdown_upper_slider .slick-dots li.slick-active button {
                background-color: #fff
            }

            body .osh-main_content_lower_categories_row_dropdown_upper_slider .slick-dots li button {
                height: 8px;
                width: 8px;
                border: 2px solid #fff;
                border-radius: 50%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0
            }

                body .osh-main_content_lower_categories_row_dropdown_upper_slider .slick-dots li button::before {
                    display: none
                }

body .osh-main_content_lower_categories_row_dropdown_lower {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    body .osh-main_content_lower_categories_row_dropdown_lower h6 {
        font-size: 1.6rem;
        font-weight: 900;
        margin-bottom: 2rem
    }

    body .osh-main_content_lower_categories_row_dropdown_lower .osh-drop-cross-sales {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    body .osh-main_content_lower_categories_row_dropdown_lower .osh-drop-cross-sales-tile {
        width: calc(25% - 1rem);
        border-radius: 20px;
        margin-right: 1rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

        body .osh-main_content_lower_categories_row_dropdown_lower .osh-drop-cross-sales-tile:last-child {
            margin-right: 0
        }

    body .osh-main_content_lower_categories_row_dropdown_lower .osh-drop-cross-sales-tile-inner {
        width: 100%;
        padding-top: 71%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    body .osh-main_content_lower_categories_row_dropdown_lower .osh-drop-cross-sales-tile-inner-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    body .osh-main_content_lower_categories_row_dropdown_lower .osh-drop-cross-sales-tile-inner-inner-title {
        padding: 1.4rem;
        color: #442563;
        background-color: #fff;
        font-weight: 900;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        margin: auto 0;
        font-size: 1.6rem;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

body .osh-main_content_lower_categories_row.osh-filtered-out {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0
}

body .osh-main_content_lower_categories_row.osh-filtered-in {
    opacity: 1 !important;
    height: auto !important;
    overflow: auto !important
}

body .osh-main_sidebar {
    position: sticky;
    top: calc(50px + 3rem)
}

body .osh-main_sidebar_enquiries {
    margin-bottom: 2rem
}

    body .osh-main_sidebar_enquiries .osh-enquiries_container {
        border-radius: 20px;
        width: 100%;
        color: #fff;
        overflow: hidden
    }

    body .osh-main_sidebar_enquiries .osh-enquiries_container_title {
        width: 100%;
        padding: 1.5rem 2rem;
        background-color: #442563;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 900;
        font-size: 1.6rem;
        border: none
    }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_title::after {
            content: "\f2ec";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            margin-left: auto;
            font-size: 1rem;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_title .osh-enq-num {
            padding: 0 2px
        }

    body .osh-main_sidebar_enquiries .osh-enquiries_container_inner {
        background-color: #2b2b2b;
        padding: 1rem 2rem 2rem;
        font-size: 1.6rem;
        min-height: 28rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        pointer-events: none;
        -webkit-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
        background-color: #2b2b2b;
        position: absolute
    }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_inner::after {
            content: "No selections added to enquiry";
            position: absolute;
            top: 2rem;
            right: 2rem;
            left: 2rem;
            font-size: 1.6rem;
            font-weight: 900;
            z-index: 1
        }

    body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries {
        padding: 0;
        margin: 0;
        font-weight: 900;
        list-style-type: none;
        width: 100%;
        background-color: #2b2b2b;
        z-index: 2;
        max-height: calc(100vh - 62rem);
        overflow-y: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries::-webkit-scrollbar {
            display: none
        }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries:not(:empty) {
            min-height: 10rem
        }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item {
            padding: 1.1rem 0;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item:not(:last-child) {
                
            }

            body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item::-moz-selection {
                background: #fff;
                color: #442563
            }

            body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item::selection {
                background: #fff;
                color: #442563
            }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item_remove-button {
            background: 0 0;
            border: none;
            margin-left: auto;
            cursor: pointer;
            height: 20px;
            width: 20px;
            position: relative;
            padding: 0
        }

            body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item_remove-button .exit-icon {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                height: 20px;
                width: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 20px;
                font-size: 12px
            }

            body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item_remove-button .anicircle {
                fill: none;
                stroke-width: 5px;
                stroke: #fff;
                stroke-dasharray: 300 300;
                stroke-dashoffset: 300;
                -webkit-transition: stroke-dashoffset 250ms linear;
                -o-transition: stroke-dashoffset 250ms linear;
                transition: stroke-dashoffset 250ms linear;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0
            }

            body .osh-main_sidebar_enquiries .osh-enquiries_container_inner_enquiries .enquiry-item_remove-button:hover .anicircle {
                stroke-dashoffset: 0
            }

    body .osh-main_sidebar_enquiries .osh-enquiries_container_inner .osh-make-an-enquiry {
        background-color: #8db700;
        border-radius: 20px;
        padding: 1rem 2rem;
        border: 1px solid #8db700;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer;
        color: #fff;
        text-transform: none;
        font-size: 1.6rem;
        color: #fff;
        font-family: inherit, sans-serif;
        font-weight: 900
    }

        body .osh-main_sidebar_enquiries .osh-enquiries_container_inner .osh-make-an-enquiry:hover {
            background-color: #fff;
            color: #8db700 !important
        }

    body .osh-main_sidebar_enquiries.selected .osh-enquiries_container_title::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    body .osh-main_sidebar_enquiries.selected .osh-enquiries_container_inner {
        visibility: visible;
        pointer-events: none;
        opacity: 1;
        height: initial;
        overflow: visible;
        position: relative;
        pointer-events: all
    }

body .osh-main_sidebar_form {
    margin-bottom: 2rem
}

body .osh-main_sidebar_form_container {
    background-color: #f4f2f9;
    border-radius: 20px;
    padding: 2rem;
    color: #442563;
    font-weight: 900
}

body .osh-main_sidebar_form_container_intro {
    margin-bottom: 1rem
}

    body .osh-main_sidebar_form_container_intro h6 {
        font-size: 1.6rem;
        margin: 0 0 .5rem;
        font-weight: 900
    }

    body .osh-main_sidebar_form_container_intro p {
        font-size: 1.6rem;
        margin: 0;
        font-weight: 400
    }

        body .osh-main_sidebar_form_container_intro h6::-moz-selection,
        body .osh-main_sidebar_form_container_intro p::-moz-selection {
            color: #fff;
            background: #442563
        }

        body .osh-main_sidebar_form_container_intro h6::selection,
        body .osh-main_sidebar_form_container_intro p::selection {
            color: #fff;
            background: #442563
        }

body .osh-main_sidebar_form_container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    body .osh-main_sidebar_form_container form input,
    body .osh-main_sidebar_form_container form text-area {
        width: 100%;
        border-radius: 16px;
        background-color: #fff;
        padding: 1rem 2rem;
        border: 0;
        margin-bottom: 1rem;
        font-size: 1.6rem
    }

        body .osh-main_sidebar_form_container form input::-webkit-input-placeholder,
        body .osh-main_sidebar_form_container form text-area::-webkit-input-placeholder {
            color: #442563;
            font-weight: 900
        }

        body .osh-main_sidebar_form_container form input::-moz-placeholder,
        body .osh-main_sidebar_form_container form text-area::-moz-placeholder {
            color: #442563;
            font-weight: 900
        }

        body .osh-main_sidebar_form_container form input:-ms-input-placeholder,
        body .osh-main_sidebar_form_container form text-area:-ms-input-placeholder {
            color: #442563;
            font-weight: 900
        }

        body .osh-main_sidebar_form_container form input::-ms-input-placeholder,
        body .osh-main_sidebar_form_container form text-area::-ms-input-placeholder {
            color: #442563;
            font-weight: 900
        }

        body .osh-main_sidebar_form_container form input::placeholder,
        body .osh-main_sidebar_form_container form text-area::placeholder {
            color: #442563;
            font-weight: 900
        }

        body .osh-main_sidebar_form_container form input::-moz-selection,
        body .osh-main_sidebar_form_container form text-area::-moz-selection {
            color: #fff;
            background: #442563
        }

        body .osh-main_sidebar_form_container form input::selection,
        body .osh-main_sidebar_form_container form text-area::selection {
            color: #fff;
            background: #442563
        }

        body .osh-main_sidebar_form_container form input[type=submit] {
            width: auto !important;
            min-width: 45%;
            background-color: #442563;
            color: #fff;
            border: 1px solid #442563;
            cursor: pointer;
            border-radius: 20px;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            body .osh-main_sidebar_form_container form input[type=submit]:hover {
                color: #442563;
                background-color: #fff
            }

    body .osh-main_sidebar_form_container form .g-recaptcha {
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        margin-bottom: 1rem
    }

@media (min-width:451px) {
    body .osh-main_sidebar_form_container form .g-recaptcha {
        -webkit-transform: scale(.57);
        -ms-transform: scale(.57);
        transform: scale(.57)
    }
}

@media (min-width:1025px) {
    body .osh-main_sidebar_form_container form .g-recaptcha {
        -webkit-transform: scale(.73);
        -ms-transform: scale(.73);
        transform: scale(.73)
    }
}

@media (max-width:320px) {
    body .osh-main_sidebar_form_container form .g-recaptcha {
        -webkit-transform: scale(.82);
        -ms-transform: scale(.82);
        transform: scale(.82)
    }
}

body .osh-main_sidebar_links {
    border-top: 1px solid #442563;
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 2rem
}

    body .osh-main_sidebar_links ul {
        width: 100;
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        body .osh-main_sidebar_links ul li {
            margin-bottom: 1rem
        }

            body .osh-main_sidebar_links ul li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: 0
            }

                body .osh-main_sidebar_links ul li a i,
                body .osh-main_sidebar_links ul li a svg {
                    font-size: 3rem;
                    color: #442563
                }

                body .osh-main_sidebar_links ul li a .osh-link-content {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    color: #442563;
                    margin-left: .5rem
                }

                body .osh-main_sidebar_links ul li a .osh-link-content_title {
                    font-size: 1.6rem;
                    padding: 0;
                    margin: 0;
                    font-weight: 900
                }

                body .osh-main_sidebar_links ul li a .osh-link-content_subtext {
                    font-weight: 500;
                    font-size: 1.6rem;
                    padding: 0;
                    margin: 0;
                    text-decoration: underline
                }

                    body .osh-main_sidebar_links ul li a .osh-link-content_subtext::-moz-selection,
                    body .osh-main_sidebar_links ul li a .osh-link-content_title::-moz-selection {
                        color: #fff;
                        background: #442563
                    }

                    body .osh-main_sidebar_links ul li a .osh-link-content_subtext::selection,
                    body .osh-main_sidebar_links ul li a .osh-link-content_title::selection {
                        color: #fff;
                        background: #442563
                    }

body .osh-testimonials_container {
    border-top: 1px solid #442563;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .osh-testimonials_container_slide {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body .osh-testimonials_container_slide_logo img {
    margin: 0 auto 2rem
}

body .osh-testimonials_container_slide_quote,
body .osh-testimonials_container_slide_quote p {
    width: 90%;
    text-align: center;
    text-transform: initial;
    font-size: 1.6rem;
    color: #2b2b2b;
    font-family: inherit, sans-serif;
    font-weight: 400;
    margin: 0 auto 1.5rem
}

    body .osh-testimonials_container_slide_quote p::-moz-selection,
    body .osh-testimonials_container_slide_quote::-moz-selection {
        color: #fff;
        background: #442563
    }

    body .osh-testimonials_container_slide_quote p::selection,
    body .osh-testimonials_container_slide_quote::selection {
        color: #fff;
        background: #442563
    }

body .osh-testimonials_container_slide_cite,
body .osh-testimonials_container_slide_cite p {
    width: 100%;
    text-align: center;
    text-transform: initial;
    font-size: 2.4rem;
    color: #442563;
    font-family: inherit, sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4rem
}

    body .osh-testimonials_container_slide_cite p::-moz-selection,
    body .osh-testimonials_container_slide_cite::-moz-selection {
        color: #fff;
        background: #442563
    }

    body .osh-testimonials_container_slide_cite p::selection,
    body .osh-testimonials_container_slide_cite::selection {
        color: #fff;
        background: #442563
    }

body .osh-testimonials_container .slick-arrow {
    position: relative;
    left: initial;
    right: initial;
    border: none;
    background: 0 0
}

    body .osh-testimonials_container .slick-arrow i,
    body .osh-testimonials_container .slick-arrow svg {
        font-size: .9rem;
        background-color: #442563;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        body .osh-testimonials_container .slick-arrow i.slick-arrow-next,
        body .osh-testimonials_container .slick-arrow svg.slick-arrow-next {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            padding-bottom: 4px
        }

        body .osh-testimonials_container .slick-arrow i.slick-arrow-previous,
        body .osh-testimonials_container .slick-arrow svg.slick-arrow-previous {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            padding-bottom: 4px
        }

body .osh-thankyou-intro h1,
body .osh-thankyou-intro h2,
body .osh-thankyou-intro h3,
body .osh-thankyou-intro h4,
body .osh-thankyou-intro h5,
body .osh-thankyou-intro h6 {
    text-transform: none;
    font-size: 24px;
    color: #442563;
    font-family: inherit, sans-serif;
    font-weight: 900;
    margin-bottom: 2rem
}

body .osh-thankyou-intro_copy {
    text-transform: none;
    font-size: 16px;
    color: #2b2b2b;
    font-family: inherit, sans-serif;
    font-weight: 500;
    margin-bottom: 3rem
}

body .osh-thankyou-intro_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3rem
}

    body .osh-thankyou-intro_buttons a,
    body .osh-thankyou-intro_buttons button {
        background-color: #442563;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #442563;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
        color: #fff;
        margin-right: 20px;
        font-weight: 900;
        font-size: 18px
    }

        body .osh-thankyou-intro_buttons a:hover,
        body .osh-thankyou-intro_buttons button:hover {
            background-color: #fff;
            color: #442563 !important
        }

body .osh-meet-the-team {
    background-color: #442563;
    color: #fff
}

body .osh-meet-the-team_intro {
    text-align: left
}

    body .osh-meet-the-team_intro h1,
    body .osh-meet-the-team_intro h2,
    body .osh-meet-the-team_intro h3,
    body .osh-meet-the-team_intro h4,
    body .osh-meet-the-team_intro h5,
    body .osh-meet-the-team_intro h6 {
        text-transform: none;
        font-size: 20px;
        color: #fff;
        font-family: inherit, sans-serif;
        font-weight: 900;
        margin-bottom: 2rem;
        width: 100%
    }

body .osh-meet-the-team_intro_copy {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 500;
    margin-bottom: 4rem;
    width: 100%
}

body .osh-meet-the-team_tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem;
    width: 100%
}

@media (max-width:991px) {
    body .osh-meet-the-team_tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body .osh-meet-the-team_tiles .tile {
    width: calc(33.33% - 45px);
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin-right: 45px;
    margin-left: 45px;
    padding-top: 120px;
    padding-bottom: 26px;
    margin-bottom: 2rem;
    margin-top: 4rem;
    min-height: 210px
}

@media (max-width:991px) {
    body .osh-meet-the-team_tiles .tile {
        width: calc(100% - 40px);
        margin: 20px !important
    }
}

body .osh-meet-the-team_tiles .tile:nth-child(3n) {
    margin-right: 0
}

body .osh-meet-the-team_tiles .tile:nth-child(3n-2) {
    margin-left: 0
}

body .osh-meet-the-team_tiles .tile::before {
    content: "";
    height: 82px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f4f2f9;
    border-radius: 20px 20px 0 0
}

body .osh-meet-the-team_tiles .tile .profile-pic {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto
}

body .osh-meet-the-team_tiles .tile .copy {
    text-transform: none;
    font-size: 22px;
    color: #442563;
    font-family: inherit, sans-serif;
    font-weight: 400;
    line-height: 30px;
    padding: 0 5px;
    width: 100%;
    text-align: center
}

    body .osh-meet-the-team_tiles .tile .copy p {
        margin: 0;
        padding: 0
    }

    body .osh-meet-the-team_tiles .tile .copy strong {
        font-weight: 900;
        font-size: 24px
    }

body .osh-modal-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: hsla(0, 0%, 17%, .4);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

    body .osh-modal-outer img {
        width: 100%
    }

    body .osh-modal-outer.open {
        opacity: 1;
        pointer-events: all;
        z-index: 999
    }

        body .osh-modal-outer.open .osh-modal-inner {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0)
        }

    body .osh-modal-outer .osh-modal-inner {
        max-width: 656px;
        width: 100vw;
        position: relative;
        border-radius: 20px;
        background: #fff;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: -webkit-transform 1s ease-in-out;
        transition: -webkit-transform 1s ease-in-out;
        -o-transition: transform 1s ease-in-out;
        transition: transform 1s ease-in-out;
        transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    body .osh-modal-outer .osh-modal-inner-inner {
        padding-top: calc(56.25% + 2rem);
        width: 100%
    }

        body .osh-modal-outer .osh-modal-inner-inner iframe {
            width: calc(100% - 4rem);
            height: calc(100% - 4rem);
            margin: 2rem;
            border-radius: 20px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider {
                margin: 2rem;
                width: calc(100% - 4rem)
            }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider_slide {
                width: 100%;
                border-radius: 20px;
                padding-top: 41%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center
            }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider .slick-dots {
                bottom: 25px
            }

                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider .slick-dots li {
                    height: 8px;
                    width: 8px;
                    margin: 0 2.5px
                }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider .slick-dots li.slick-active button {
                        background-color: #fff
                    }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider .slick-dots li button {
                        height: 8px;
                        width: 8px;
                        border: 2px solid #fff;
                        border-radius: 50%;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 0
                    }

                        body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_slider .slick-dots li button::before {
                            display: none
                        }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content {
                margin: 0 4rem 4rem 4rem;
                width: calc(100% - 8rem);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start
            }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_title {
                color: #442563;
                font-size: 1.6rem;
                font-weight: 900;
                margin-bottom: 1rem;
                margin-top: 0
            }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_copy,
            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_lists {
                color: #2b2b2b;
                font-size: 1.6rem;
                font-weight: 400;
                line-height: 1.6rem;
                margin-bottom: 1rem;
                width: 100%
            }

                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_copy P,
                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_lists P {
                    width: 100%
                }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_lists {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                width: 100%
            }

                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_lists ul {
                    padding-left: 2rem;
                    width: 45%;
                    margin-right: 5%
                }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_lists ul li {
                        margin-bottom: 1rem
                    }

                        body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_lists ul li span {
                            font-size: 1.3rem;
                            color: rgba(43, 43, 43, .75)
                        }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button {
                background-color: #442563;
                border-radius: 20px;
                padding: 10px 20px;
                border: 1px solid #442563;
                -webkit-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
                cursor: pointer;
                color: #fff;
                text-transform: none;
                font-size: 15px;
                color: #fff;
                font-family: inherit, sans-serif;
                font-weight: 900
            }

                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button:hover {
                    background-color: #fff;
                    color: #442563 !important
                }

                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button .select {
                    display: none
                }

                body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button.selected {
                    background-color: #8db700;
                    border-radius: 20px;
                    padding: 10px 20px;
                    border: 1px solid #8db700;
                    -webkit-transition: all .25s ease-in-out;
                    -o-transition: all .25s ease-in-out;
                    transition: all .25s ease-in-out;
                    cursor: pointer;
                    color: #fff;
                    text-transform: none;
                    font-size: 15px;
                    color: #fff;
                    font-family: inherit, sans-serif;
                    font-weight: 900;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    pointer-events: none
                }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button.selected:hover {
                        background-color: #fff;
                        color: #8db700 !important
                    }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button.selected::after {
                        content: "\f00c";
                        font-family: "Font Awesome 6 Pro";
                        font-weight: 600;
                        -webkit-font-smoothing: antialiased;
                        display: inline-block;
                        font-style: normal;
                        font-variant: normal;
                        text-rendering: auto;
                        line-height: 1;
                        margin-left: 1rem
                    }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button.selected .select {
                        display: block
                    }

                    body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content_add-button.selected .noselect {
                        display: none
                    }

            body .osh-modal-outer .osh-modal-inner-inner.osh-cross-sale-modal .osh-cross-sale-modal_content .cal-statement {
                font-size: 1.3rem;
                color: rgba(43, 43, 43, .75);
                margin-top: 2rem
            }

    body .osh-modal-outer .osh-modal-inner .osh-modal-exit {
        position: absolute;
        top: -1rem;
        right: -1rem
    }

body .osh-enquiry_intro_title {
    width: 100%;
    text-transform: none;
    font-size: 2.4rem;
    color: #442563;
    font-family: inherit, sans-serif;
    font-weight: 900;
    margin-bottom: 2rem
}

body .osh-enquiry_intro_copy {
    width: 100%;
    text-transform: none;
    font-size: 1.6rem;
    color: #2b2b2b;
    font-family: inherit, sans-serif;
    font-weight: 400;
    margin-bottom: 3rem
}

body .osh-enquiry_enquiries ul {
    list-style-type: none;
    padding: 0
}

    body .osh-enquiry_enquiries ul li {
        width: 100%;
        padding: 1.5rem 0;
        text-transform: none;
        font-size: 2rem;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 900;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        
    }

        body .osh-enquiry_enquiries ul li button {
            background: 0 0;
            border: none;
            margin-left: auto;
            cursor: pointer;
            height: 26px;
            width: 26px;
            position: relative;
            padding: 0
        }

            body .osh-enquiry_enquiries ul li button .exit-icon {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                height: 26px;
                width: 26px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 26px;
                font-size: 20px
            }

            body .osh-enquiry_enquiries ul li button .anicircle {
                fill: none;
                stroke-width: 4px;
                stroke: #442563;
                stroke-dasharray: 300 300;
                stroke-dashoffset: 300;
                -webkit-transition: stroke-dashoffset 250ms linear;
                -o-transition: stroke-dashoffset 250ms linear;
                transition: stroke-dashoffset 250ms linear;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0
            }

            body .osh-enquiry_enquiries ul li button:hover .anicircle {
                stroke-dashoffset: 0
            }

body .osh-enquiry_form_intro_title {
    width: 100%;
    text-transform: none;
    font-size: 2rem;
    color: #442563;
    font-family: inherit, sans-serif;
    font-weight: 900;
    margin-bottom: 2rem
}

body .osh-enquiry_form_intro_copy {
    width: 100%;
    text-transform: none;
    font-size: 1.6rem;
    color: #2b2b2b;
    font-family: inherit, sans-serif;
    font-weight: 400;
    margin-bottom: 3rem
}

body .osh-enquiry_form form input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 20px;
    height: 5rem;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem
}

    body .osh-enquiry_form form input::-webkit-input-placeholder {
        text-transform: none;
        font-size: 1.6rem;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 600
    }

    body .osh-enquiry_form form input::-moz-placeholder {
        text-transform: none;
        font-size: 1.6rem;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 600
    }

    body .osh-enquiry_form form input:-ms-input-placeholder {
        text-transform: none;
        font-size: 1.6rem;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 600
    }

    body .osh-enquiry_form form input::-ms-input-placeholder {
        text-transform: none;
        font-size: 1.6rem;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 600
    }

    body .osh-enquiry_form form input,
    body .osh-enquiry_form form input::placeholder {
        text-transform: none;
        font-size: 1.6rem;
        color: #442563;
        font-family: inherit, sans-serif;
        font-weight: 600
    }

body .osh-enquiry_form .buttons-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    body .osh-enquiry_form .buttons-container button,
    body .osh-enquiry_form .buttons-container div {
        background-color: #442563;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #442563;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer;
        color: #fff
    }

        body .osh-enquiry_form .buttons-container button:hover,
        body .osh-enquiry_form .buttons-container div:hover {
            background-color: #fff;
            color: #442563 !important
        }

    body .osh-enquiry_form .buttons-container input[type=submit] {
        background-color: #8db700;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #8db700;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        cursor: pointer;
        color: #fff
    }

        body .osh-enquiry_form .buttons-container input[type=submit]:hover {
            background-color: #fff;
            color: #8db700 !important
        }

    body .osh-enquiry_form .buttons-container button,
    body .osh-enquiry_form .buttons-container div,
    body .osh-enquiry_form .buttons-container input[type=submit] {
        text-transform: none;
        font-size: 1.8rem;
        color: #fff;
        font-family: inherit, sans-serif;
        font-weight: 900;
        margin: 0 0 0 3rem;
        width: auto
    }

body .osh-modal-exit {
    background-color: #fff;
    color: #442563;
    height: 4rem;
    width: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    cursor: pointer
}

    body .osh-modal-exit:hover {
        color: #fff;
        background-color: #442563
    }

    body .osh-modal-exit.osh-cross-sale-modal_exit {
        top: 4rem !important;
        right: 4rem !important
    }

.osh-full {
    overflow: hidden
}

.osh-full-hero_container {
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #442563;
    color: #fff;
    margin-bottom: 3rem
}

@media (max-width:991px) {
    .osh-full-hero_container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .osh-full-hero_container_left,
    .osh-full-hero_container_right {
        width: 100% !important
    }
}

.osh-full-hero_container_left {
    width: 45%;
    padding: 6rem
}

@media (max-width:991px) {
    .osh-full-hero_container_left {
        padding: 3rem
    }
}

.osh-full-hero_container_left h1 {
    text-transform: none;
    font-size: 3rem;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 900;
    width: 100%;
    margin: 0 0 2rem 0
}

.osh-full-hero_container_left p {
    text-transform: none;
    font-size: 1.6rem;
    color: #fff;
    font-family: inherit, sans-serif;
    font-weight: 400;
    width: 100%
}

.osh-full-hero_container_right {
    width: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width:991px) {
    .osh-full-hero_container_right {
        padding-top: 36%
    }
}

.osh-full-main_sidebar_selector {
    margin-bottom: 2rem;
    background-color: #442563;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    font-weight: 900
}

    .osh-full-main_sidebar_selector ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .osh-full-main_sidebar_selector .top-level {
        width: 100%
    }

        .osh-full-main_sidebar_selector .top-level li {
            width: 100%
        }

            .osh-full-main_sidebar_selector .top-level li.selected span::after {
                content: "\f00d";
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
                font-size: inherit
            }

            .osh-full-main_sidebar_selector .top-level li.selected ul {
                display: block
            }

            .osh-full-main_sidebar_selector .top-level li:last-child.selected span {
                border-width: 1px
            }

            .osh-full-main_sidebar_selector .top-level li:last-child span {
                border-width: 0
            }

            .osh-full-main_sidebar_selector .top-level li span {
                padding: 1.5rem 2rem;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 1.8rem;
                cursor: pointer;
                
            }

                .osh-full-main_sidebar_selector .top-level li span::after {
                    content: "\f2ec";
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 600;
                    -webkit-font-smoothing: antialiased;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    text-rendering: auto;
                    line-height: 1;
                    margin-left: auto;
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                    -webkit-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    font-size: 1.4rem
                }

            .osh-full-main_sidebar_selector .top-level li ul {
                width: 100%;
                background-color: #2b2b2b;
                display: none
            }

                .osh-full-main_sidebar_selector .top-level li ul li {
                    padding: 1rem 2rem;
                    width: 100%;
                    display: inline-block;
                    color: inherit;
                    text-decoration: none;
                    
                    font-size: 1.6rem;
                    cursor: pointer
                }

                    .osh-full-main_sidebar_selector .top-level li ul li.selected {
                        background-color: #8db700;
                        pointer-events: none
                    }

                    .osh-full-main_sidebar_selector .top-level li ul li:hover {
                        background-color: #fff;
                        color: #2b2b2b !important
                    }

.osh-full-main_sidebar_link-tile {
    background-color: #8db700;
    border-radius: 20px;
    margin-bottom: 2rem;
    padding: 2rem;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .osh-full-main_sidebar_link-tile .title,
    .osh-full-main_sidebar_link-tile h1,
    .osh-full-main_sidebar_link-tile h2,
    .osh-full-main_sidebar_link-tile h3,
    .osh-full-main_sidebar_link-tile h4,
    .osh-full-main_sidebar_link-tile h5,
    .osh-full-main_sidebar_link-tile h6 {
        font-weight: 900 !important;
        font-size: inherit;
        margin: 0 0 1rem 0;
        width: 100%
    }

    .osh-full-main_sidebar_link-tile p {
        font-weight: 400;
        margin-bottom: 2rem;
        width: 100%
    }

    .osh-full-main_sidebar_link-tile a,
    .osh-full-main_sidebar_link-tile button {
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 20px;
        border: 1px solid #fff;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
        color: #8db700;
        font-weight: 900 !important
    }

        .osh-full-main_sidebar_link-tile a:hover,
        .osh-full-main_sidebar_link-tile button:hover {
            background-color: #8db700;
            color: #fff !important
        }

    .osh-full-main_sidebar_link-tile.dark-bg {
        background-color: #2b2b2b
    }

        .osh-full-main_sidebar_link-tile.dark-bg a,
        .osh-full-main_sidebar_link-tile.dark-bg button {
            color: #2b2b2b
        }

            .osh-full-main_sidebar_link-tile.dark-bg a:hover,
            .osh-full-main_sidebar_link-tile.dark-bg button:hover {
                background-color: #2b2b2b
            }

.osh-full-main_sidebar_form {
    margin-bottom: 2rem
}

.osh-full-main_sidebar_form_container {
    background-color: #f4f2f9;
    border-radius: 20px;
    padding: 2rem;
    color: #442563;
    font-weight: 900
}

.osh-full-main_sidebar_form_container_intro {
    margin-bottom: 1rem
}

    .osh-full-main_sidebar_form_container_intro h6 {
        font-size: 1.6rem;
        margin: 0 0 .5rem;
        font-weight: 900
    }

    .osh-full-main_sidebar_form_container_intro p {
        font-size: 1.6rem;
        margin: 0;
        font-weight: 400
    }

        .osh-full-main_sidebar_form_container_intro h6::-moz-selection,
        .osh-full-main_sidebar_form_container_intro p::-moz-selection {
            color: #fff;
            background: #442563
        }

        .osh-full-main_sidebar_form_container_intro h6::selection,
        .osh-full-main_sidebar_form_container_intro p::selection {
            color: #fff;
            background: #442563
        }

.osh-full-main_sidebar_form_container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .osh-full-main_sidebar_form_container form input,
    .osh-full-main_sidebar_form_container form text-area {
        width: 100%;
        border-radius: 16px;
        background-color: #fff;
        padding: 1rem 2rem;
        border: 0;
        margin-bottom: 1rem;
        font-size: 1.6rem
    }

        .osh-full-main_sidebar_form_container form input::-webkit-input-placeholder,
        .osh-full-main_sidebar_form_container form text-area::-webkit-input-placeholder {
            color: #442563;
            font-weight: 900
        }

        .osh-full-main_sidebar_form_container form input::-moz-placeholder,
        .osh-full-main_sidebar_form_container form text-area::-moz-placeholder {
            color: #442563;
            font-weight: 900
        }

        .osh-full-main_sidebar_form_container form input:-ms-input-placeholder,
        .osh-full-main_sidebar_form_container form text-area:-ms-input-placeholder {
            color: #442563;
            font-weight: 900
        }

        .osh-full-main_sidebar_form_container form input::-ms-input-placeholder,
        .osh-full-main_sidebar_form_container form text-area::-ms-input-placeholder {
            color: #442563;
            font-weight: 900
        }

        .osh-full-main_sidebar_form_container form input::placeholder,
        .osh-full-main_sidebar_form_container form text-area::placeholder {
            color: #442563;
            font-weight: 900
        }

        .osh-full-main_sidebar_form_container form input::-moz-selection,
        .osh-full-main_sidebar_form_container form text-area::-moz-selection {
            color: #fff;
            background: #442563
        }

        .osh-full-main_sidebar_form_container form input::selection,
        .osh-full-main_sidebar_form_container form text-area::selection {
            color: #fff;
            background: #442563
        }

        .osh-full-main_sidebar_form_container form input[type=submit] {
            width: auto !important;
            min-width: 45%;
            background-color: #442563;
            color: #fff;
            border: 1px solid #442563;
            cursor: pointer;
            border-radius: 20px;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            .osh-full-main_sidebar_form_container form input[type=submit]:hover {
                color: #442563;
                background-color: #fff
            }

.osh-full-main_content.osh-content-wrap {
    position: relative
}

.osh-full-main_content .osh-content-container {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

    .osh-full-main_content .osh-content-container.selected {
        position: relative;
        opacity: 1;
        pointer-events: all
    }

.osh-full-main_content_intro {
    width: 100%;
    color: #442563;
    font-weight: 900;
    
    padding-bottom: 3rem;
    margin-bottom: 3rem
}

    .osh-full-main_content_intro h1,
    .osh-full-main_content_intro h2,
    .osh-full-main_content_intro h3,
    .osh-full-main_content_intro h4,
    .osh-full-main_content_intro h5,
    .osh-full-main_content_intro h6 {
        max-width: 60rem;
        font-size: 3rem;
        width: 100%;
        margin: 0 0 2rem 0
    }

    .osh-full-main_content_intro p {
        max-width: 60rem;
        font-size: 1.6rem;
        width: 100%;
        margin: 0 0 1rem 0
    }

.osh-full-main_content_slider {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 4rem;
    position: relative
}

    .osh-full-main_content_slider .slide {
        width: 100%;
        padding-top: 31%;
        border-radius: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .osh-full-main_content_slider .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 3rem;
        border: none;
        background: rgba(255, 255, 255, .39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        z-index: 1;
        cursor: pointer
    }

        .osh-full-main_content_slider .slick-arrow i,
        .osh-full-main_content_slider .slick-arrow svg {
            font-size: 1rem
        }

    .osh-full-main_content_slider .slick-arrow-previous {
        border-radius: 20px 0 0 20px;
        left: 0
    }

        .osh-full-main_content_slider .slick-arrow-previous i,
        .osh-full-main_content_slider .slick-arrow-previous svg {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

    .osh-full-main_content_slider .slick-arrow-next {
        border-radius: 0 20px 20px 0;
        right: 0
    }

        .osh-full-main_content_slider .slick-arrow-next i,
        .osh-full-main_content_slider .slick-arrow-next svg {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .osh-full-main_content_slider .slick-dots {
        bottom: 4rem
    }

@media (max-width:991px) {
    .osh-full-main_content_slider .slick-dots {
        bottom: 2rem
    }
}

.osh-full-main_content_slider .slick-dots li {
    height: .8rem;
    width: .8rem;
    margin: 0 .25rem
}

    .osh-full-main_content_slider .slick-dots li button {
        height: .8rem;
        width: .8rem;
        border-radius: 50%;
        border: .2rem solid #fff;
        background: 0 0;
        margin: 0;
        padding: 0
    }

        .osh-full-main_content_slider .slick-dots li button::before {
            display: none
        }

    .osh-full-main_content_slider .slick-dots li.slick-active button {
        background: #fff
    }

.osh-full-main_content_content_list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .osh-full-main_content_content_list li {
        border-radius: 20px;
        background-color: #f5f5f5;
        overflow: hidden;
        margin: 0 0 1rem 0;
        padding: 0
    }

        .osh-full-main_content_content_list li.selected .title {
            background-color: #8db700
        }

            .osh-full-main_content_content_list li.selected .title::after {
                content: "\f00d";
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
                font-size: inherit
            }

        .osh-full-main_content_content_list li.selected .inner-content {
            display: block
        }

        .osh-full-main_content_content_list li .title {
            background-color: #442563;
            width: 100%;
            border-radius: 20px;
            padding: 1rem 4rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 900;
            margin: 0;
            cursor: pointer
        }

            .osh-full-main_content_content_list li .title::after {
                content: "\f2ec";
                font-family: "Font Awesome 6 Pro";
                font-weight: 600;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                margin-left: auto;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                font-size: 1.2rem
            }

        .osh-full-main_content_content_list li .inner-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 4rem 3rem;
            width: 100%;
            display: none
        }

            .osh-full-main_content_content_list li .inner-content .section span {
                font-size: 1.3rem;
                opacity: .7
            }

.osh-full-main_content_content .cal-statement {
    font-size: 1.3rem;
    opacity: .7
}

.osh-full-main_content_info-page {
    width: 100%
}

    .osh-full-main_content_info-page h3 {
        font-size: 3rem;
        font-weight: 900;
        color: #442563;
        margin-bottom: 4rem;
        margin-top: 4rem
    }

    .osh-full-main_content_info-page .section {
        width: 100%;
        
        padding: 0 !important
    }

    .osh-full-main_content_info-page .section-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 3rem 4rem 3rem;
        padding: 0 0 4rem 0;
        width: calc(100% - 6rem);
        
    }

        .osh-full-main_content_info-page .section-row .left {
            width: 23%
        }

            .osh-full-main_content_info-page .section-row .left img {
                width: 90%;
                margin: 0 5%
            }

        .osh-full-main_content_info-page .section-row .right {
            width: calc(77% - 3rem);
            margin-left: 3rem
        }

            .osh-full-main_content_info-page .section-row .right .buttons-container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin-top: 2rem
            }

                .osh-full-main_content_info-page .section-row .right .buttons-container a,
                .osh-full-main_content_info-page .section-row .right .buttons-container button {
                    background-color: #442563;
                    border-radius: 20px;
                    padding: 10px 20px;
                    border: 1px solid #442563;
                    -webkit-transition: all .25s ease-in-out;
                    -o-transition: all .25s ease-in-out;
                    transition: all .25s ease-in-out;
                    cursor: pointer;
                    color: #fff;
                    margin-right: 2rem
                }

                    .osh-full-main_content_info-page .section-row .right .buttons-container a:hover,
                    .osh-full-main_content_info-page .section-row .right .buttons-container button:hover {
                        background-color: #fff;
                        color: #442563 !important
                    }

        .osh-full-main_content_info-page .section-row:last-child {
            padding-bottom: 0;
            
        }

.osh-full-main_content .section {
    
    padding: 0 0 2.5rem 0;
    margin-bottom: 2.5rem;
    color: #442563;
    width: 100%
}

    .osh-full-main_content .section h1,
    .osh-full-main_content .section h2,
    .osh-full-main_content .section h3,
    .osh-full-main_content .section h4 {
        margin: 0 0 2rem 0;
        font-size: 2rem;
        font-weight: 900
    }

    .osh-full-main_content .section h5,
    .osh-full-main_content .section h6 {
        margin: 0 0 1rem 0;
        font-size: 1.6rem;
        font-weight: 900
    }

    .osh-full-main_content .section p {
        font-size: 1.6rem;
        font-weight: 400
    }

    .osh-full-main_content .section strong {
        font-weight: 900
    }

    .osh-full-main_content .section ul,
    .osh-full-main_content .section ul li {
        font-size: 1.6rem;
        font-weight: 400;
        list-style-type: none
    }

    .osh-full-main_content .section ul {
        padding: 0 0 0 2rem
    }

    .osh-full-main_content .section li {
        position: relative;
        overflow: visible
    }

        .osh-full-main_content .section li::before {
            content: "\f111";
            font-family: "Font Awesome 6 Pro";
            font-weight: 600;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: .6rem;
            position: absolute;
            top: 0;
            left: -1.5rem;
            bottom: 0;
            margin: auto 0
        }

.new-business {
    overflow: hidden
}

    .new-business :target:before {
        content: "";
        display: block;
        height: 155px;
        margin: -100px 0 0
    }

.new-business_hero {
    background: #383b43;
    position: relative;
    overflow: hidden
}

    .new-business_hero .video-background {
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

@media (max-width:991px) {
    .new-business_hero .video-background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.new-business_hero .video-background video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200%;
    max-width: 1920px;
    margin: 0 auto;
    opacity: 0;
    height: 100%
}

@media (min-width:991px) {
    .new-business_hero .video-background video {
        height: auto;
        opacity: 1
    }
}

@media (min-width:991px) {
    .new-business_hero_content {
        max-width: 50%
    }
}

.new-business_hero_content_title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin-top: 33px;
    margin-bottom: 10px
}

@media (min-width:991px) {
    .new-business_hero_content_title {
        margin-top: 73px
    }
}

.new-business_hero_content_copy,
.new-business_hero_content_copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #fff
}

.new-business_hero_content_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 51px
}

    .new-business_hero_content_buttons a,
    .new-business_hero_content_buttons button {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #fff;
        border-radius: 6px;
        border: 2px solid #fff;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        padding: 7px 25px;
        margin-right: 25px;
        margin-bottom: 19px
    }

@media (min-width:991px) {

    .new-business_hero_content_buttons a,
    .new-business_hero_content_buttons button {
        margin-bottom: 0
    }
}

.new-business_hero_content_buttons a:hover,
.new-business_hero_content_buttons button:hover {
    color: #202124 !important;
    background: #fff
}

.new-business_hero_content_buttons a.filled,
.new-business_hero_content_buttons button.filled {
    color: #202124;
    background: #fff
}

    .new-business_hero_content_buttons a.filled:hover,
    .new-business_hero_content_buttons button.filled:hover {
        background: 0 0;
        color: #fff !important
    }

.new-business_hero_partner-title {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0;
    display: none
}

@media (min-width:991px) {
    .new-business_hero_partner-title {
        display: block
    }
}

.new-business_hero_partners {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 19px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:991px) {
    .new-business_hero_partners {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.new-business_hero_partners .logo {
    min-width: 48%;
    border-radius: 28.5px;
    background: #b4b4b4;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

@media (min-width:991px) {
    .new-business_hero_partners .logo {
        margin-right: 20px;
        margin-bottom: 0;
        min-width: 191px;
        padding: 17px
    }
}

.new-business_hero_partners img {
    max-height: 44px
}

@media (min-width:991px) {
    .new-business_hero_partners img {
        margin-right: 30px;
        margin-bottom: 0
    }
}

.new-business_explore {
    background: -webkit-gradient(linear, left top, left bottom, from(#db0006), color-stop(47.78%, #e50244), to(#001a30));
    background: -o-linear-gradient(#db0006 0, #e50244 47.78%, #001a30 100%);
    background: linear-gradient(#db0006 0, #e50244 47.78%, #001a30 100%);
    padding-bottom: 35px;
    position: relative
}

    .new-business_explore .bg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

.new-business_explore_navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 19px
}

@media (min-width:991px) {
    .new-business_explore_navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.new-business_explore_navbar_subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0
}

.new-business_explore_navbar_title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0
}

.new-business_explore_navbar .right {
    margin-top: 11px
}

@media (min-width:991px) {
    .new-business_explore_navbar .right {
        margin-left: auto;
        margin-top: 0
    }
}

.new-business_explore_navbar_hide-button {
    border: 2px solid #fff;
    border-radius: 6px;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 5px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .new-business_explore_navbar_hide-button i,
    .new-business_explore_navbar_hide-button svg {
        margin-right: 30px;
        font-size: 24px;
        line-height: 1;
        pointer-events: none;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

        .new-business_explore_navbar_hide-button i.fa-minus-circle,
        .new-business_explore_navbar_hide-button svg.fa-minus-circle {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }

        .new-business_explore_navbar_hide-button i.fa-plus-circle,
        .new-business_explore_navbar_hide-button svg.fa-plus-circle {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .new-business_explore_navbar_hide-button span {
        pointer-events: none;
        min-width: 42px
    }

.new-business_explore_slides {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 23px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

    .new-business_explore_slides.expanded {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }

    .new-business_explore_slides.shrunk {
        -webkit-transform: scaleY(0) translateY(-100%);
        -ms-transform: scaleY(0) translateY(-100%);
        transform: scaleY(0) translateY(-100%)
    }

    .new-business_explore_slides .slide {
        width: 85%;
        padding-top: 85%;
        margin-right: 10px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative
    }

        .new-business_explore_slides .slide:hover::before {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

@media (min-width:991px) {
    .new-business_explore_slides .slide {
        width: 27%;
        padding-top: 27%;
        margin-right: 20px
    }
}

.new-business_main {
    background-color: #efefef;
    background-size: 102%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative
}

@media (min-width:991px) {
    .new-business_main {
        padding-top: 14px
    }
}

.new-business_main .mobile-tab-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    background: #383b43;
    height: 57px;
    padding: 0 27px 0 36px;
    cursor: pointer;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #fff
}

    .new-business_main .mobile-tab-header i,
    .new-business_main .mobile-tab-header svg {
        font-size: 24px
    }

@media (min-width:991px) {
    .new-business_main .mobile-tab-header {
        display: none
    }
}

.new-business_main .NBtabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .new-business_main .NBtabs > [role=tablist] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tablist] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tablist] {
        position: absolute;
        top: 57px;
        right: 0;
        left: 0;
        
        background: #efefef;
        z-index: 100;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top
    }

        .new-business_main .NBtabs > [role=tablist].open {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1)
        }
}

.new-business_main .NBtabs > [role=tablist] > button {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    font-family: "Work Sans", Avenir;
    font-size: 16px;
    line-height: 18px;
    color: #383b43;
    border: 0;
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tablist] > button {
        padding: 19px 65px;
        position: relative;
        background: #fff;
        text-align: center;
        font-weight: 900
    }
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tablist] > button {
        padding: 12px 27px 12px 40px;
        text-align: left;
        white-space: nowrap;
        font-weight: 500
    }

        .new-business_main .NBtabs > [role=tablist] > button br {
            display: none
        }
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tablist] > button::after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 0;
        left: 0;
        width: 100%;
        height: 11px;
        -webkit-transition: -webkit-clip-path .25s ease-in-out;
        transition: -webkit-clip-path .25s ease-in-out;
        -o-transition: clip-path .25s ease-in-out;
        transition: clip-path .25s ease-in-out;
        transition: clip-path .25s ease-in-out, -webkit-clip-path .25s ease-in-out;
        background: #fff;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 50% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 50% 0, 0 0);
        height: 21px;
        bottom: -20px
    }
}

.new-business_main .NBtabs > [role=tablist] > button:focus {
    z-index: 1 !important
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tablist] > button[aria-selected=true] {
        font-weight: 700
    }
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tablist] > button[aria-selected=true] {
        background: #001a30;
        color: #fff
    }

        .new-business_main .NBtabs > [role=tablist] > button[aria-selected=true]::after {
            background: #001a30;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 100%, 0 20%);
            clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 100%, 0 20%)
        }
}

.new-business_main .NBtabs > [role=tabpanel] {
    width: 100%;
    margin-top: 41px
}

    .new-business_main .NBtabs > [role=tabpanel] .overflow-hidden {
        overflow: hidden
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one {
            overflow: hidden;
            margin-bottom: 16px;
            width: 100%
        }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one {
        border-radius: 6px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top {
    background: #fff;
    color: #383b43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 33px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 33px 45px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left {
        width: 27.8%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #001a30;
    margin-bottom: 7px;
    margin-top: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .intro-copy,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .intro-copy .intro-copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #383b43
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons {
        margin-bottom: 0;
        margin-top: 20px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons a,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons button {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #001a30;
    border-radius: 6px;
    border: 2px solid #001a30;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 7px 25px;
    margin-bottom: 17px;
    background: #fff;
    min-width: 161px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons a:last-child,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons button:last-child {
        margin-bottom: 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons a:hover,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons button:hover {
        color: #fff !important;
        background: #001a30
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons a.filled,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons button.filled {
        color: #fff;
        background: #e50244;
        border-color: #e50244
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons a.filled:hover,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .left .buttons button.filled:hover {
            background: 0 0;
            color: #e50244 !important
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right {
        width: 65.8%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy .intro-copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #383b43
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy .intro-copy p b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy .intro-copy p strong,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy strong {
        font-weight: 900
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .intro-copy p {
        margin-bottom: 16px
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .promises {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .promises {
        display: block
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .promises li {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #383b43;
    margin-bottom: 5px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .top .right .promises li:before {
        content: "\f00c";
        font-weight: 400;
        font-size: 13px;
        margin-right: 13px;
        font-family: "Font Awesome 6 Pro";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom {
    background: #e50044;
    color: #fff;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .left {
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .left {
        width: 61%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .left .quote {
    margin: 0;
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    border: 0;
    padding: 0
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .left .quote {
        padding: 0 17% 0 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right {
        width: 20%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .name-of-organiser {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin: 0;
    width: 100%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .company-name {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin: 0;
    width: 100%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .discover {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #fff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 7px 15px;
    margin: 14px 0 0 0;
    background: #e50044;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .discover:last-child {
        margin-bottom: 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .discover:hover {
        color: #e50044 !important;
        background: #fff
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .discover.filled {
        color: #e50044;
        background: #fff
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-one .bottom .right .discover.filled:hover {
            background: 0 0;
            color: #fff !important
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    background: #001a30;
    color: #fff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 6px;
        margin-bottom: 18px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content.flipped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: columm;
    flex-direction: columm
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content.flipped {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .half {
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .half {
        width: 50%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half {
    padding: 30px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 26px;
        line-height: 42px;
        text-align: left;
        color: #fff;
        margin: 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .subtitle {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 18px;
        text-align: left;
        color: #fff;
        margin: 0
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .subtitle {
        line-height: 1
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .content {
    margin-top: 23px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .content,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .content .content p {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #fff
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .content p {
            margin: 0 0 17px 0
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .promises {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .promises li {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin-bottom: 5px
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .promises li:before {
            content: "\f00c";
            font-weight: 400;
            font-size: 13px;
            margin-right: 13px;
            font-family: "Font Awesome 6 Pro";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons {
    margin: 27px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons a,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons button {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #fff;
        border-radius: 6px;
        border: 2px solid #fff;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        padding: 7px 25px;
        margin-bottom: 17px;
        background: 0 0;
        min-width: 161px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons a:last-child,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons button:last-child {
            margin-bottom: 0
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons a:hover,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons button:hover {
            color: #e50244 !important;
            background: #fff
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons a.filled,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons button.filled {
            color: #e50244;
            background: #fff
        }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons a.filled:hover,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .content-half .buttons button.filled:hover {
                background: 0 0;
                color: #fff !important
            }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .image-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    background: #b4b4b4
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .image-and-content .image-half .image {
        width: 100%;
        padding-top: 75%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq {
    margin: 26px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 24px;
        line-height: 20px;
        text-align: left;
        color: #001a30;
        margin: 0 0 20px 0;
        padding: 0 24px;
        width: 100%
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .title {
        padding: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .hidden-faqs,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .visible-faqs {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .hidden-faqs {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-perspective: 2000px;
        perspective: 2000px;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        overflow: hidden
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .hidden-faqs.invisible {
            max-height: 0
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .hidden-faqs.visible {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            max-height: -webkit-fit-content !important;
            max-height: -moz-fit-content !important;
            max-height: fit-content !important;
            overflow: visible
        }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row {
        padding: 19px;
        margin: 24px 24px 0 24px;
        background: #fff;
        overflow: hidden;
        border-radius: 6px
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row {
        padding: 24px 37px;
        margin: 0 0 14px 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row:nth-child(even) {
    background: #cacbcc
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content {
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content {
        width: calc(100% - 160px)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content .content p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #202124;
    margin: 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content .content p b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content .content p strong,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content strong {
        font-weight: 900
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .faq-container .faq-row .content a {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        text-decoration: underline !important;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #202124;
        border: 0 !important
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .view-more {
    cursor: pointer;
    margin: 17px auto 0 auto;
    padding: 7px 17px;
    background: #e50044;
    border-radius: 6px;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .view-more i,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .faq .view-more svg {
        margin-right: 10px;
        font-size: 25px
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 37px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .titles {
        margin-bottom: 17px;
        padding: 0 23px
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .titles {
        padding: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .titles .title-one {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
    color: #383b43;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .titles .title-two {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    text-align: left;
    color: #001a30;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left {
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left {
        width: 40%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left .video-wrapper {
    width: 100%;
    position: relative;
    display: none
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left .video-wrapper {
        display: block
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left .video-wrapper video {
    width: 100%;
    border-radius: 6px;
    pointer-events: none
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left .video-wrapper .play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 39px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    opacity: .63;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left .video-wrapper .play-button.fa-pause-circle {
        opacity: 0
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .left .video-wrapper:hover .play-button {
    opacity: 1
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right {
        width: calc(60% - 54px);
        padding: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    color: #001a30;
    margin: 0 0 8px 0;
    width: 100%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right .copy,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right .copy .copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #383b43;
    width: 100%
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right .copy p {
        margin: 0 0 16px 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .content .right .copy p:last-child {
            margin: 0
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles {
    margin-top: 30px;
    width: calc(100% - 40px);
    margin: 30px 20px 0 20px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles {
        margin: 30px 0 0 0;
        width: 100%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .slick-slide {
    margin: 0 8px
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .slick-list {
    margin: 0 -8px
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .tile {
    background: #001a30;
    border-radius: 6px;
    padding: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .tile .title {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        color: #c9c9c9;
        margin: 0 0 8px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .tile .subtitle {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin: 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .tile .icon {
        margin: 8px 0 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .tile .icon i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .tile .icon svg {
            font-weight: 300;
            font-size: 35px;
            text-align: center;
            color: #fff
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .slick-dots li {
    height: 11px;
    width: 11px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .slick-dots li button {
        height: 11px;
        width: 11px;
        border: 1px solid #707070;
        border-radius: 50%;
        background: #fff
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .slick-dots li button::before {
            display: none
        }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .intro-two .tiles .slick-dots li.slick-active button {
        background: #707070
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#001a30), to(#e50044));
    background: -o-linear-gradient(#001a30 0, #e50044 100%);
    background: linear-gradient(#001a30 0, #e50044 100%);
    position: relative;
    padding: 30px 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images .bg-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50vw, 0);
        -ms-transform: translate(-50vw, 0);
        transform: translate(-50vw, 0);
        height: 100%;
        width: 100vw;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 2
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images::after,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images::before {
        content: "";
        width: 100vw;
        background: -webkit-gradient(linear, left top, left bottom, from(#001a30), to(#e50044));
        background: -o-linear-gradient(#001a30 0, #e50044 100%);
        background: linear-gradient(#001a30 0, #e50044 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images::before {
        left: -100vw
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images::after {
        right: -100vw
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 24px;
        line-height: 26px;
        text-align: left;
        color: #fff;
        margin: 0 0 5px 0;
        padding: 0 28px
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images .title {
        padding: 0;
        margin: 0 0 20px 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs {
    width: 100%;
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs {
        width: 24%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
    margin: 0 14px 7px 14px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab {
        margin: 0 0 10px 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab:last-child {
    margin-bottom: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab[aria-selected=true] .tab-title {
    background: #001a30
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab[aria-selected=true] .tab-title {
        border-radius: 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab[aria-selected=true] .tab-title:after {
            right: -42px;
            background: #001a30
        }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab[aria-selected=true] .tab-title span {
    background: #001a30;
    color: #fff
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab[aria-selected=true] .tab-title span {
        border-radius: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab .icon {
    background: #383b43;
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 15px 0 0 15px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab .icon i,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab .icon svg {
        font-weight: 300;
        font-size: 25px;
        text-align: center;
        color: #fff
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab .tab-title {
    background: #eaeaea;
    width: 78%;
    margin: 0;
    position: relative;
    border-radius: 0 15px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab .tab-title:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 42px;
        background: #eaeaea;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        border-radius: 0 15px 15px 0;
        z-index: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .NBtabs .tab .tab-title span {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        text-align: left;
        color: #202124;
        padding: 13px;
        width: 100%;
        z-index: 2;
        border-radius: 0 15px 15px 0;
        background: #eaeaea;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        min-height: 77px
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content {
        width: calc(76% - 16px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content[hidden] {
    display: none !important
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left {
    width: 100%;
    padding: 21px 21px 30px 21px;
    background: #eaeaea;
    border-radius: 15px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left {
        width: 66%;
        padding: 55px 46px 64px 46px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy .copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #383b43
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy .copy p b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy .copy p strong,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy strong {
        font-weight: 900;
        color: #001a30
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .copy p:last-child {
        margin: 0
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .promises {
    list-style-type: none;
    margin: 27px 0 0 0;
    padding: 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .promises li {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 8px;
        color: #001a30
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .left .promises li:before {
            content: "\f00c";
            font-weight: 400;
            font-size: 13px;
            margin-right: 13px;
            font-family: "Font Awesome 6 Pro";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right.flipped {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right.flipped .image-big {
            margin-top: 14px
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right.flipped .image-small {
            margin-top: 0
        }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right {
        width: calc(34% - 12px)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 40px 60px 40px 60px;
    width: calc(100% - 120px)
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right .image {
        width: 100%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right .image-big {
    height: 61%;
    padding-top: calc(105% - 120px)
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right .image-big {
        padding-top: 105%;
        margin: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right .image-small {
    height: calc(39% - 14px);
    padding-top: 60%;
    display: none
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .NBtabs-and-images_container .tab-content .right .image-small {
        display: block;
        margin: 14px 0 0 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider {
    padding: 0 20px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider {
        padding: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_navbar {
    padding-top: 19px
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_navbar_subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
    color: #383b43;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_navbar_title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    text-align: left;
    color: #383b43;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides {
    width: 100%;
    overflow-x: scroll;
    margin-top: 14px;
    margin-bottom: 35px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides::-webkit-scrollbar-track {
        background: rgba(123, 123, 123, .33) !important
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide {
        width: 80%;
        margin-right: 20px;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide {
        width: 27%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .upper {
    padding-top: 61%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .lower {
    background: #383b43;
    padding: 14px 17px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .lower .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin: 0 0 8px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .lower .content,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .lower .content .content p {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #fff
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .lower .link {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        text-decoration: underline !important;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        border: none
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .slider_slides .slide .lower .link:hover {
            color: rgba(255, 255, 255, .8) !important
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 26px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content.flipped {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
        }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .left,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right {
    width: 100%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .left {
    background: #383b43
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .left {
        width: 57%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .left .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding-top: 43%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right {
    background: #fff;
    padding: 33px 47px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right {
        width: 43%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    color: #001a30;
    margin: 0 0 15px 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .copy,
.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .copy .copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #383b43
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .copy .copy p b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .copy .copy p strong,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .copy b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .copy strong {
        font-weight: 900
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .buttons a,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .buttons button {
        background: #e50044;
        border: 2px solid #e50044;
        padding: 10px 15px;
        border-radius: 6px;
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #fff;
        margin: 0 0 11px 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .buttons a:hover,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .wide-image-and-content .right .buttons button:hover {
            color: #e50044 !important;
            background: #fff
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 23px 15px 23px
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description {
        position: absolute;
        top: 0;
        left: 0;
        width: 46%;
        z-index: 20;
        padding: 0;
        padding: 0 10px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: #383b43;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #001a30;
    margin: 0 0 12px 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .copy p {
    margin: 0 0 11px 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #383b43
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .buttons a,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .buttons button {
        background: #e50044;
        border: 2px solid #e50044;
        padding: 10px 15px;
        border-radius: 6px;
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #fff;
        margin: 0 0 11px 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .buttons a:hover,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-description .buttons button:hover {
            color: #e50044 !important;
            background: #fff
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map {
    width: calc(100% - 22px);
    margin: 0 11px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map {
        margin: 0;
        width: 100%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-text {
    width: 46%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 63.54%;
    vertical-align: middle;
    margin-bottom: 39px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg text,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg text tspan {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #202124
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g {
        -webkit-transform: scale(.99) translate(-392.367px, -866.65px);
        -ms-transform: scale(.99) translate(-392.367px, -866.65px);
        transform: scale(.99) translate(-392.367px, -866.65px);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g {
            cursor: pointer
        }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected {
                pointer-events: none;
                -webkit-transition: -webkit-transform 1.25s ease-in-out;
                transition: -webkit-transform 1.25s ease-in-out;
                -o-transition: transform 1.25s ease-in-out;
                transition: transform 1.25s ease-in-out;
                transition: transform 1.25s ease-in-out, -webkit-transform 1.25s ease-in-out
            }

                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected .custom-shape,
                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected rect {
                    fill: #fff;
                    stroke-width: 5;
                    stroke: #4a1d7d
                }

                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected circle,
                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected ellipse,
                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected text {
                    fill: #001a30
                }

                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected path {
                    stroke: #fff;
                    fill: #fff;
                    stroke-width: 1
                }

                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g.selected .plus-symbol {
                    opacity: 0
                }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g:hover > rect {
                fill: rgba(0, 26, 48, .6)
            }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-container svg > g > g:hover > .custom-shape {
                fill: rgba(0, 26, 48, .6)
            }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 34px
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card {
        width: 100%
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            background: #d6d6d6;
            overflow: hidden;
            -ms-flex-direction: column;
            flex-direction: column
        }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 6px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label {
    background: #001a30;
    padding: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label {
        width: 16.84%;
        padding-bottom: 230px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .number {
    height: 78px;
    width: 78px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #fff;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    text-align: left;
    color: #001a30;
    margin-bottom: 22px;
    display: none
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 14px;
    text-align: left;
    color: #fff;
    opacity: .5;
    margin: 0 0 5px 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .hall-title {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    color: #fff;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .ghost-number {
    position: absolute;
    right: -30px;
    bottom: -35px;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 210px;
    line-height: 1;
    text-align: right;
    color: #fff;
    opacity: .1;
    display: none
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .ghost-number {
        display: block
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .ghost-text {
    position: absolute;
    right: -110px;
    bottom: -35px;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 110px;
    line-height: 1;
    text-align: left;
    color: #fff;
    opacity: .1;
    -webkit-transform: rotate(-90deg) translate(45%, 0);
    -ms-transform: rotate(-90deg) translate(45%, 0);
    transform: rotate(-90deg) translate(45%, 0);
    display: none
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .label .ghost-text {
        display: block
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content {
    padding: 17px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content {
        width: 50.8%;
        padding: 26px 54px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .title {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    color: #383b43;
    margin: 0 0 24.5px 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .title b,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .title strong {
        font-weight: 900
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .reasons {
    padding: 0;
    margin: 0;
    list-style-type: none
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .reasons li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 21px
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .reasons li i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .reasons li svg {
            margin-right: 27px;
            min-width: 43px;
            font-weight: 400;
            font-size: 35px;
            text-align: center;
            color: #001a30
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .reasons li span {
            font-family: "Work Sans", Avenir;
            font-weight: 900;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #383b43
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .copy {
    margin: 0 0 13px 0;
    width: 100%
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .copy p {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #383b43;
        margin: 0 0 13px 0
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .small-title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #383b43;
    margin: 12px 0
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .benefits .benefit {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        text-align: left;
        color: #202124;
        margin: 0 0 7px 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .benefits .benefit i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .benefits .benefit svg {
            width: 40px;
            margin-right: 17px;
            font-size: 25px;
            text-align: center;
            color: #001a30
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button {
        background: #e50044;
        border-radius: 6px;
        margin-right: 20px;
        padding: 7px 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #fff;
        text-decoration: none;
        border: 2px solid #e50044
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a:hover,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button:hover {
            background: #d6d6d6;
            color: #e50044 !important
        }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a:hover i,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a:hover svg,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button:hover i,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button:hover svg {
                color: #e50044 !important
            }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a svg,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button svg {
            margin-right: 14px;
            font-size: 25px;
            text-align: center;
            color: #fff
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons a:last-child,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .content .buttons button:last-child {
            margin-right: 0
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs {
    background: #6c6e74;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 27px 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs {
        width: 32.36%
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    z-index: 2;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .image {
        margin-right: 50px;
        max-width: 30%;
        min-width: 92px
    }

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .image {
        margin-right: 30px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .image img {
    width: 100%
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info .big-num {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 50px;
        line-height: 1;
        text-align: left;
        color: #fff;
        position: relative
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info .big-num i {
            font-size: 30px;
            font-style: initial !important
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info .big-num .asterisk {
            font-family: "Work Sans", Avenir;
            font-weight: 900;
            font-size: 20px;
            line-height: 20px;
            text-align: left;
            color: #fff;
            margin: 0;
            position: absolute;
            top: 0;
            right: -10px
        }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info p {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin: 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info p b,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .spec .info p strong {
            font-weight: 900;
            font-size: 16px
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    z-index: 2;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a,
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button {
        background: #e50044;
        border: 2px solid #e50044;
        border-radius: 6px;
        padding: 7px 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 14px;
        white-space: no-wrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #fff
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a:last-child,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button:last-child {
            margin: 0
        }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a:hover,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button:hover {
            background: #fff;
            color: #e50044 !important
        }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a:hover i,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a:hover svg,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button:hover i,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button:hover svg {
                color: #e50044 !important
            }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons a svg,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button i,
        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .buttons button svg {
            margin-right: 14px;
            color: #fff;
            font-size: 25px
        }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .home-to {
    margin: 0 0 18px 0;
    z-index: 2;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .home-to .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 14px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 5px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .home-to img {
        width: 100%
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities {
    margin: 0 0 18px 0;
    z-index: 2;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 14px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 20px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .image {
            width: 16%
        }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .image img {
                width: 100%
            }

        .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy {
            width: 73%
        }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy .subtitle {
                font-family: "Work Sans", Avenir;
                font-weight: 900;
                font-size: 16px;
                line-height: 20px;
                text-align: left;
                color: #fff;
                margin: 0 0 2px 0
            }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy .text {
                font-family: "Work Sans", Avenir;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                text-align: left;
                color: #fff;
                margin: 0 0 8px 0
            }

            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy .link,
            .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy a {
                font-family: "Work Sans", Avenir;
                font-weight: 500;
                font-size: 15px;
                line-height: 23px;
                text-align: left;
                color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-decoration: none;
                border: 0
            }

                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy .link i,
                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy .link svg,
                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy a i,
                .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .ad-opportunities .content .copy a svg {
                    margin-right: 10px
                }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .asterisk-terms {
    margin: 10px 0 -10px 0;
    max-width: 246px;
    z-index: 2;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .new-business-map .map-cards .map-card .card-inner .specs .asterisk-terms p {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 10px;
        text-align: left;
        color: #fff;
        margin: 0
    }

.new-business_main .NBtabs > [role=tabpanel] .flex-col .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    overflow: hidden
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .cards {
        width: calc(100% + 17px);
        margin: 0 -17px 19px -17px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 11px 14px 11px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card {
        width: calc(33.3333333333% - 17px);
        margin: 0 0 14px 17px
    }
}

@media all and (-ms-high-contrast:none) {
    .new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card {
        margin: 0 0 14px 16.5px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card .top {
    width: 100%;
    padding-top: 40.8%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card .bottom {
    background: #fff;
    padding: 18px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card .bottom .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #383b43;
        margin: 0 0 8px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card .bottom .copy {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #383b43;
        margin: 0 0 12px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .flex-col .cards .card .bottom .readmore {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        text-decoration: underline !important;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
        color: #e50044;
        border: 0;
        cursor: pointer;
        margin-top: auto
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 211px) 81px;
    gap: 16px 16px;
    padding-bottom: 32px;
    grid-template-areas: "grid-item-1 grid-item-2 h-2-1""grid-item-3 grid-item-4 h-2-1""w-3-1 w-3-1 w-3-1""grid-item-5 h-2-2 grid-item-6""h-2-3 h-2-2 grid-item-7""h-2-3 grid-item-8 grid-item-9""w-3-2 w-3-2 w-3-2""grid-item-10 grid-item-11 grid-item-12""w-3-3 w-3-3 w-3-3"
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container {
        display: grid
    }
}

@media all and (-ms-high-contrast:none) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container {
        width: calc(100% + 32px);
        margin-left: -16px;
        overflow: hidden
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item {
    background: #383b43;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 16px;
    margin: 0 16px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item {
        margin: 0;
        padding: 23px
    }
}

@media all and (-ms-high-contrast:none) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item {
        margin: 8px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.image-item {
    padding-top: 55.67%
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.image-item {
        padding-top: 0
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin: 0 0 5px 0
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    margin: 0
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .content {
    width: 100%;
    padding: 30px 16px
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .content {
        width: calc(66.6666666667% + 16px);
        padding: 30px 40px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .content .title {
    font-size: 28px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .content p {
    font-size: 24px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .image {
    padding-top: 55% !important
}

@media (min-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .image {
        padding-top: 0 !important
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .cta-container,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

@media (min-width:991px) {

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .cta-container,
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .image {
        width: calc(33.3333333333% - 16px)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .cta-container .cta,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .image .cta {
    border: 2px solid #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 7px 20px
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .cta-container .cta:hover,
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item.w-3 .image .cta:hover {
        background: #fff !important;
        color: #383b43 !important
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .bg-white {
    background: #fff;
    color: #202124
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .bg-white .title {
        color: inherit;
        font-size: 24px !important;
        margin: 0
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-1 {
    grid-area: grid-item-1;
    background-color: #e50244;
    position: relative
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-1 {
        padding-bottom: 70px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-1 .choo-choo {
    position: absolute;
    bottom: 10px;
    right: -27px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-1:hover .choo-choo {
    -webkit-animation: choo-choo 4s;
    animation: choo-choo 4s
}

@-webkit-keyframes choo-choo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    55% {
        -webkit-transform: translate(-200%, 0);
        transform: translate(-200%, 0)
    }

    56% {
        -webkit-transform: translate(-200%, 200%);
        transform: translate(-200%, 200%)
    }

    57% {
        -webkit-transform: translate(200%, 200%);
        transform: translate(200%, 200%)
    }

    58% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes choo-choo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    55% {
        -webkit-transform: translate(-200%, 0);
        transform: translate(-200%, 0)
    }

    56% {
        -webkit-transform: translate(-200%, 200%);
        transform: translate(-200%, 200%)
    }

    57% {
        -webkit-transform: translate(200%, 200%);
        transform: translate(200%, 200%)
    }

    58% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-2 {
    grid-area: grid-item-2;
    position: relative
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-2 {
        padding-bottom: 60px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-2 .vroom-vroom {
    position: absolute;
    bottom: 13px;
    right: 13px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-2:hover .vroom-vroom {
    -webkit-animation: vroom-vroom 2s 2;
    animation: vroom-vroom 2s 2
}

@-webkit-keyframes vroom-vroom {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    10% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    20% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    30% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    40% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    60% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes vroom-vroom {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    10% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    20% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    30% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    40% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    60% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 {
    grid-area: h-2-1;
    background: -webkit-gradient(linear, left top, left bottom, from(#001a30), to(#e50244));
    background: -o-linear-gradient(#001a30 0, #e50244 100%);
    background: linear-gradient(#001a30 0, #e50244 100%);
    position: relative
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 {
        padding-bottom: 250px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .big-plane,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-1,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-2,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-3,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-4,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .earth,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .small-plane {
    position: absolute
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .earth {
    z-index: 3;
    bottom: 21px;
    right: 45px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .big-plane {
    z-index: 5;
    bottom: 149px;
    right: 40px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .small-plane {
    z-index: 5;
    bottom: 82px;
    left: 34px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-1 {
    z-index: 4;
    bottom: 32px;
    left: 38px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-2 {
    z-index: 4;
    bottom: 137px;
    right: 121px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-3 {
    z-index: 2;
    bottom: 48px;
    right: 150px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1 .cloud-4 {
    z-index: 2;
    bottom: 88px;
    right: 27px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1:hover .big-plane {
    -webkit-animation: planes 5s 10;
    animation: planes 5s 10
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1:hover .small-plane {
    -webkit-animation: planes 7s 5;
    animation: planes 7s 5
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1:hover .cloud-1,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1:hover .cloud-2,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1:hover .cloud-3,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-1:hover .cloud-4 {
    -webkit-animation: clouds 3s infinite;
    animation: clouds 3s infinite
}

@-webkit-keyframes planes {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(500px, 0);
        transform: translate(500px, 0)
    }

    51% {
        -webkit-transform: translate(500px, 500px);
        transform: translate(500px, 500px)
    }

    52% {
        -webkit-transform: translate(-500px, 500px);
        transform: translate(-500px, 500px)
    }

    53% {
        -webkit-transform: translate(-500px, 0);
        transform: translate(-500px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes planes {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(500px, 0);
        transform: translate(500px, 0)
    }

    51% {
        -webkit-transform: translate(500px, 500px);
        transform: translate(500px, 500px)
    }

    52% {
        -webkit-transform: translate(-500px, 500px);
        transform: translate(-500px, 500px)
    }

    53% {
        -webkit-transform: translate(-500px, 0);
        transform: translate(-500px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes clouds {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes clouds {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-3 {
    grid-area: grid-item-3;
    background-color: #fff
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-3 .title {
        color: #e50244
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-3 p {
        color: #383b43
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4 {
    grid-area: grid-item-4;
    background-color: #001a30;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4 .text-one {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        text-align: left;
        color: #fff;
        margin: 6px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4 .text-two {
        font-family: "Work Sans", Avenir;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        color: #fff;
        margin: 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4 .text-two b,
        .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4 .text-two strong {
            font-weight: 900
        }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4 .location {
        position: absolute;
        bottom: 22px;
        right: 25px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-4:hover .location {
        -webkit-animation: location 1s 2;
        animation: location 1s 2;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

@-webkit-keyframes location {

    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes location {

    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-1 {
    grid-area: w-3-1;
    background-color: #e50244
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-1 .content {
        position: relative
    }

        .new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-1 .content .big-star {
            position: absolute;
            right: 37px;
            bottom: 145px
        }

        .new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-1 .content .small-star {
            position: absolute;
            right: 136px;
            bottom: 36px
        }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 {
    grid-area: grid-item-5;
    position: relative;
    background-color: #383b43
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 .successful {
        margin-top: -16px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 .text-one {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 22px;
        letter-spacing: -.01em;
        line-height: 23px;
        text-align: left;
        color: #fff;
        position: absolute;
        top: 30px;
        right: 30px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 .text-two {
        font-family: "Work Sans", Avenir;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        color: #fff;
        margin-top: 29px
    }

        .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 .text-two b,
        .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 .text-two strong {
            font-weight: 900
        }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-5 .hand-icon {
        position: absolute;
        right: 0;
        bottom: 0
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-2 {
    grid-area: h-2-2;
    background-color: #001a30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-2 .zzz {
        margin-bottom: 13px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-2 .travel {
        margin-top: auto
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 {
    grid-area: h-2-3;
    background: -webkit-gradient(linear, left top, left bottom, from(#e50244), to(#001a30));
    background: -o-linear-gradient(#e50244 0, #001a30 100%);
    background: linear-gradient(#e50244 0, #001a30 100%);
    position: relative
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 {
        padding-bottom: 250px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .large-cloud,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .medium-cloud,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .sun,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .tree-1,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .tree-2,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .tree-3,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .waves {
    position: absolute
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .small-cloud {
    z-index: 1
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .medium-cloud {
    z-index: 1;
    right: 26px;
    bottom: 200px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .large-cloud {
    z-index: 3;
    right: 129px;
    bottom: 132px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .sun {
    z-index: 2;
    right: 149px;
    bottom: 134px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .tree-1 {
    z-index: 4;
    bottom: 0;
    left: 31px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .tree-2 {
    z-index: 5;
    bottom: 0;
    left: 96px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .tree-3 {
    z-index: 4;
    bottom: 0;
    left: 175px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .waves {
    z-index: 1;
    bottom: 11px;
    right: 25px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .large-cloud,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .medium-cloud,
.new-business_main .NBtabs > [role=tabpanel] .grid-container .h-2-3 .small-cloud {
    -webkit-animation: clouds 2s infinite;
    animation: clouds 2s infinite
}

@keyframes clouds {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-6 {
    grid-area: grid-item-6
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-7 {
    grid-area: grid-item-7
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-8 {
    grid-area: grid-item-8;
    background-color: #fff
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-8 .title {
        color: #001a30
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-8 p {
        color: #383b43
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 {
    grid-area: grid-item-9;
    background-color: #e50244;
    position: relative
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 .wow {
        margin-top: -14px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 .text-one {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 24px;
        line-height: 26px;
        text-align: left;
        color: #fff;
        margin: -9px 0 0 0;
        position: absolute;
        top: 30px;
        right: 56px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 .text-two {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 20px;
        line-height: 22px;
        text-align: left;
        color: #fff;
        margin: 10px 0 14px 0
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 .text-three {
        font-family: "Work Sans", Avenir;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: left;
        color: #fff;
        margin: 0
    }

        .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 .text-three b,
        .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-9 .text-three strong {
            font-weight: 900
        }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-2 {
    grid-area: w-3-2;
    background-color: #001a30
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-10 {
    grid-area: grid-item-10;
    background-color: #fff
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-10 .title {
        color: #e50244
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-10 p {
        color: #383b43
    }

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-11 {
    grid-area: grid-item-11;
    background-color: #e50244;
    position: relative
}

@media (max-width:991px) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-11 {
        padding-bottom: 60px
    }
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-11 .stars-n-thumb {
    position: absolute;
    bottom: 9px;
    right: 16px
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .grid-item-12 {
    grid-area: grid-item-12;
    background-color: #001a30
}

.new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-3 {
    grid-area: w-3-3
}

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-3 .title {
        color: #fff
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-3 .content {
        background-color: #383b43
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-container .w-3-3 .cta-container {
        background-color: #e50044
    }

@media all and (-ms-high-contrast:none) {
    .new-business_main .NBtabs > [role=tabpanel] .grid-container {
        display: -ms-grid;
        -ms-grid-columns: repeat(3, 1fr);
        -ms-grid-rows: repeat(8, 211px) 81px
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .h-2-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .w-3-1 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-5 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .h-2-2 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .h-2-3 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-6 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-7 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-8 {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-9 {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .w-3-2 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-10 {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-11 {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .grid-item-12 {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1
    }

    .new-business_main .NBtabs > [role=tabpanel] .w-3-3 {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

.new-business_case-studies,
.new-business_form {
    background: #fff
}

.new-business_case-studies_navbar {
    padding: 19px 15px 0 15px
}

@media (min-width:991px) {
    .new-business_case-studies_navbar {
        padding: 19px 0 0 0
    }
}

.new-business_case-studies_navbar_subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
    color: #383b43;
    margin: 0
}

.new-business_case-studies_navbar_title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    text-align: left;
    color: #e50044;
    margin: 0
}

.new-business_case-studies_slides {
    width: 100%;
    overflow-x: scroll;
    margin-top: 23px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 0 24px 0;
    margin: 23px 15px 35px 15px
}

@media (min-width:991px) {
    .new-business_case-studies_slides {
        margin: 23px 0 35px 0
    }
}

.new-business_case-studies_slides::-webkit-scrollbar-track {
    background: rgba(123, 123, 123, .33) !important
}

.new-business_case-studies_slides .slide {
    width: 80%;
    margin-right: 20px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:991px) {
    .new-business_case-studies_slides .slide {
        width: 27%
    }
}

.new-business_case-studies_slides .slide .upper {
    padding-top: 61%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new-business_case-studies_slides .slide .lower {
    background: #e50044;
    padding: 14px 17px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .new-business_case-studies_slides .slide .lower .title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin: 0 0 8px 0
    }

    .new-business_case-studies_slides .slide .lower .content,
    .new-business_case-studies_slides .slide .lower .content .content p {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #fff
    }

    .new-business_case-studies_slides .slide .lower .link {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        text-decoration: underline !important;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        border: none;
        margin-top: auto
    }

        .new-business_case-studies_slides .slide .lower .link:hover {
            color: rgba(255, 255, 255, .8) !important
        }

.new-business_form {
    padding-bottom: 40px
}

.new-business_form_container {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    background: #041c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:991px) {
    .new-business_form_container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-business_form_container_left {
    width: 100%;
    position: relative;
    background: #7b7b7b;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:991px) {
    .new-business_form_container_left {
        width: 50%
    }
}

@media (max-width:991px) {
    .new-business_form_container_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.new-business_form_container_left .back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new-business_form_container_left .front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:991px) {
    .new-business_form_container_left .front {
        padding: 21px
    }
}

.new-business_form_container_left .front_profile-pic {
    border: 5px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 19px
}

.new-business_form_container_left .front .subtitle,
.new-business_form_container_left .front .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0
}

.new-business_form_container_left .front .subtitle {
    font-size: 14px;
    min-height: 50px
}

.new-business_form_container_left .front .number {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    border: none !important
}

    .new-business_form_container_left .front .number:hover {
        color: rgba(255, 255, 255, .7) !important
    }

.new-business_form_container_left .front .email {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    border: none !important
}

    .new-business_form_container_left .front .email:hover {
        color: rgba(255, 255, 255, .7) !important
    }

.new-business_form_container_left .front .linkedin {
    color: #fff;
    font-size: 22px;
    text-decoration: none !important;
    border: none !important
}

    .new-business_form_container_left .front .linkedin:hover {
        color: rgba(255, 255, 255, .7) !important
    }

.new-business_form_container_right {
    width: 100%;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

@media (min-width:991px) {
    .new-business_form_container_right {
        width: 50%;
        padding: 26px 144px 28px 66px
    }
}

.new-business_form_container_right .form-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    gap: 10px
}

.new-business_form_container_right .form-intro_title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin: 0;
    width: 100%
}

.new-business_form_container_right .form-intro_subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    margin: 0 0 7px 0;
    width: 100%
}

.new-business_form_container_right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

    .new-business_form_container_right form .input {
        width: 100%;
        border-radius: 9px;
        background: #fff;
        padding: 8px 18px;
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #7b7b7b;
        margin: 0 0 15px 0;
        border: none
    }

        .new-business_form_container_right form .input::-webkit-input-placeholder {
            font-family: "Work Sans", Avenir;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #7b7b7b
        }

        .new-business_form_container_right form .input::-moz-placeholder {
            font-family: "Work Sans", Avenir;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #7b7b7b
        }

        .new-business_form_container_right form .input:-ms-input-placeholder {
            font-family: "Work Sans", Avenir;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #7b7b7b
        }

        .new-business_form_container_right form .input::-ms-input-placeholder {
            font-family: "Work Sans", Avenir;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #7b7b7b
        }

        .new-business_form_container_right form .input::placeholder {
            font-family: "Work Sans", Avenir;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-align: left;
            color: #7b7b7b
        }

    .new-business_form_container_right form .submit {
        border-radius: 9px;
        background: #e4053f;
        padding: 8px 18px;
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin: 8px 0 0 0;
        border: none
    }

.new-business_footer-header {
    background: #e50044
}

    .new-business_footer-header .upper {
        padding: 17px 0
    }

    .new-business_footer-header .upper_subtitle {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        text-align: left;
        color: #fff;
        margin: 0
    }

    .new-business_footer-header .upper_title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 26px;
        line-height: 42px;
        text-align: left;
        color: #fff;
        margin: 0
    }

.new-business_footer {
    background: #383b43
}

    .new-business_footer .lower {
        margin-bottom: 90px
    }

    .new-business_footer .lower_slider {
        width: 100%;
        position: relative
    }

        .new-business_footer .lower_slider .slick-arrow {
            position: absolute;
            color: #fff;
            font-size: 22px;
            top: 0;
            bottom: 0;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin: auto 0;
            cursor: pointer
        }

            .new-business_footer .lower_slider .slick-arrow.fa-circle-arrow-left {
                left: -35px
            }

            .new-business_footer .lower_slider .slick-arrow.fa-circle-arrow-right {
                right: -35px
            }

@media (max-width:991px) {
    .new-business_footer .lower_slider .slick-arrow {
        display: none
    }
}

.new-business_footer .lower_slider_slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0 40px 0
}

@media (min-width:991px) {
    .new-business_footer .lower_slider_slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-business_footer .lower_slider_slide .left {
    width: 100%
}

@media (min-width:991px) {
    .new-business_footer .lower_slider_slide .left {
        width: 57%
    }
}

.new-business_footer .lower_slider_slide .left .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 22px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin: 0
}

.new-business_footer .lower_slider_slide .left .name {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 42px;
    text-align: left;
    color: #fff
}

.new-business_footer .lower_slider_slide .left .copy,
.new-business_footer .lower_slider_slide .left .copy .copy p {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #fff
}

.new-business_footer .lower_slider_slide .right {
    width: 100%;
    margin-left: auto
}

@media (min-width:991px) {
    .new-business_footer .lower_slider_slide .right {
        width: 32%
    }
}

.new-business_footer .lower_slider_slide_image {
    width: 100%;
    padding-top: 42%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new-business_footer .lower_slider .slick-dots li {
    height: 11px;
    width: 11px
}

    .new-business_footer .lower_slider .slick-dots li button {
        height: 11px;
        width: 11px;
        border: 1px solid #707070;
        border-radius: 50%;
        background: #fff
    }

        .new-business_footer .lower_slider .slick-dots li button::before {
            display: none
        }

    .new-business_footer .lower_slider .slick-dots li.slick-active button {
        background: #e50044;
        border-color: #e50044
    }

.new-business-scrollbar {
    cursor: -webkit-grab;
    cursor: grab
}

    .new-business-scrollbar::-webkit-scrollbar {
        width: 19px;
        height: 19px;
        border-radius: 20px
    }

    .new-business-scrollbar::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .33);
        border-radius: 20px;
        width: 11px;
        height: 11px
    }

    .new-business-scrollbar::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 20px;
        width: 6px;
        height: 6px;
        border: 4px solid transparent;
        background-clip: padding-box
    }

    .new-business-scrollbar ::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none
    }

    .new-business-scrollbar::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, .8);
        border: 4px solid transparent;
        background-clip: padding-box
    }

.youtube-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%
}

    .youtube-container iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.multi-stage-form .intro {
    margin: 44px 0 31px 0
}

@media (max-width:991px) {
    .multi-stage-form .intro {
        margin: 15px 0
    }
}

.multi-stage-form .intro .title {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    color: #383b43;
    margin: 0
}

.multi-stage-form .intro .subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    text-align: left;
    color: #531182;
    margin: 0
}

.multi-stage-form .form-outer {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden
}

    .multi-stage-form .form-outer form {
        width: 100%
    }

        .multi-stage-form .form-outer form section {
            width: 100%;
            padding: 38px 124px 25px 48px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            position: relative
        }

            .multi-stage-form .form-outer form section:not(:last-child) {
                
            }

@media (max-width:991px) {
    .multi-stage-form .form-outer form section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 19px;
        min-height: calc(100vh - 91px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.multi-stage-form .form-outer form section.final {
    padding-bottom: 199px
}

.multi-stage-form .form-outer form section.closed {
    min-height: initial
}

    .multi-stage-form .form-outer form section.closed .copy {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media (max-width:991px) {
    .multi-stage-form .form-outer form section.closed .copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.multi-stage-form .form-outer form section.closed .copy .number {
    margin: 0
}

.multi-stage-form .form-outer form section.closed .copy .intro-text {
    width: 50%;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    color: #202124
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section.closed .copy .intro-text {
        width: 100%
    }
}

.multi-stage-form .form-outer form section.closed .copy .description {
    display: none
}

.multi-stage-form .form-outer form section.closed .fields {
    display: none
}

.multi-stage-form .form-outer form section.closed.final {
    padding-bottom: 38px
}

.multi-stage-form .form-outer form section.closed .submit-container {
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding: 0
}

.multi-stage-form .form-outer form section .copy {
    width: 31%
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section .copy {
        width: 100%
    }
}

.multi-stage-form .form-outer form section .copy .number {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 90px;
    line-height: 1;
    text-align: left;
    color: #595959;
    margin: 10px 0 0 0
}

.multi-stage-form .form-outer form section .copy .intro-text {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    color: #383b43;
    margin: 0
}

.multi-stage-form .form-outer form section .copy .description {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #383b43;
    margin: 10px 0 0 0
}

.multi-stage-form .form-outer form section .fields {
    width: 50%
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section .fields {
        width: 100%
    }
}

.multi-stage-form .form-outer form section .fields .text-container {
    margin-bottom: 20px
}

.multi-stage-form .form-outer form section .fields .title,
.multi-stage-form .form-outer form section .fields > label {
    width: 100%;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #202124;
    margin: 0
}

.multi-stage-form .form-outer form section .fields .text {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #202124;
    opacity: .5
}

.multi-stage-form .form-outer form section .fields .indent {
    margin-left: 10px
}

.multi-stage-form .form-outer form section .fields .two-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section .fields .two-selects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.multi-stage-form .form-outer form section .fields .two-selects > select {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section .fields .two-selects > select {
        width: 100% !important
    }
}

.multi-stage-form .form-outer form section .fields .two-selects > select,
.multi-stage-form .form-outer form section .fields input[type=date],
.multi-stage-form .form-outer form section .fields > input,
.multi-stage-form .form-outer form section .fields > select,
.multi-stage-form .form-outer form section .fields > textarea {
    width: 100%;
    min-height: 39px;
    border-radius: 9px;
    background: #fff;
    border: 2px solid #383b43;
    margin: 0 0 20px 0;
    padding-left: 10px;
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #202124
}

    .multi-stage-form .form-outer form section .fields .two-selects > select::-webkit-input-placeholder,
    .multi-stage-form .form-outer form section .fields input[type=date]::-webkit-input-placeholder,
    .multi-stage-form .form-outer form section .fields > input::-webkit-input-placeholder,
    .multi-stage-form .form-outer form section .fields > select::-webkit-input-placeholder,
    .multi-stage-form .form-outer form section .fields > textarea::-webkit-input-placeholder {
        color: #7b7b7b
    }

    .multi-stage-form .form-outer form section .fields .two-selects > select::-moz-placeholder,
    .multi-stage-form .form-outer form section .fields input[type=date]::-moz-placeholder,
    .multi-stage-form .form-outer form section .fields > input::-moz-placeholder,
    .multi-stage-form .form-outer form section .fields > select::-moz-placeholder,
    .multi-stage-form .form-outer form section .fields > textarea::-moz-placeholder {
        color: #7b7b7b
    }

    .multi-stage-form .form-outer form section .fields .two-selects > select:-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields input[type=date]:-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields > input:-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields > select:-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields > textarea:-ms-input-placeholder {
        color: #7b7b7b
    }

    .multi-stage-form .form-outer form section .fields .two-selects > select::-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields input[type=date]::-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields > input::-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields > select::-ms-input-placeholder,
    .multi-stage-form .form-outer form section .fields > textarea::-ms-input-placeholder {
        color: #7b7b7b
    }

    .multi-stage-form .form-outer form section .fields .two-selects > select::placeholder,
    .multi-stage-form .form-outer form section .fields input[type=date]::placeholder,
    .multi-stage-form .form-outer form section .fields > input::placeholder,
    .multi-stage-form .form-outer form section .fields > select::placeholder,
    .multi-stage-form .form-outer form section .fields > textarea::placeholder {
        color: #7b7b7b
    }

.multi-stage-form .form-outer form section .fields textarea {
    padding: 20px
}

.multi-stage-form .form-outer form section .fields input[type=radio] {
    height: 31px;
    width: 31px;
    border: 1px solid #707070;
    margin: 0 15px 0 0
}

.multi-stage-form .form-outer form section .fields input[type=checkbox] {
    height: 31px;
    width: 31px;
    border: 1px solid #707070;
    margin: 0 15px 0 0
}

.multi-stage-form .form-outer form section .fields .date-radio {
    width: 100%;
    margin-top: 15px
}

    .multi-stage-form .form-outer form section .fields .date-radio .radio-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 17px
    }

    .multi-stage-form .form-outer form section .fields .date-radio label {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 1.1px;
        text-align: left;
        color: #383b43;
        margin: 0
    }

.multi-stage-form .form-outer form section .fields select {
    position: relative
}

    .multi-stage-form .form-outer form section .fields select::after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        font-size: 9px;
        margin: auto 0;
        color: red;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto
    }

    .multi-stage-form .form-outer form section .fields select::-ms-expand {
        display: none !important
    }

.multi-stage-form .form-outer form section .fields .next-button {
    width: 87px;
    height: 38px;
    border-radius: 6px;
    background: #e50044;
    margin: 0;
    border: 2px solid #e50044;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section .fields .next-button {
        float: right
    }
}

.multi-stage-form .form-outer form section .fields .next-button:hover {
    color: #e50044;
    background: #fff
}

.multi-stage-form .form-outer form section .submit-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0 0 6px 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#db0006), color-stop(35.29%, #e50244), to(#531182));
    background: -o-linear-gradient(#db0006 0, #e50244 35.29%, #531182 100%);
    background: linear-gradient(#db0006 0, #e50244 35.29%, #531182 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 47px
}

@media (max-width:991px) {
    .multi-stage-form .form-outer form section .submit-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .multi-stage-form .form-outer form section .submit-container .submit-copy {
            width: 100%
        }
}

.multi-stage-form .form-outer form section .submit-container .submit-copy {
    font-family: "Work Sans", Avenir;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    text-align: left;
    color: #fff
}

.multi-stage-form .form-outer form section .submit-container input {
    width: 204px;
    height: 53px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #fff;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #e50044;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    .multi-stage-form .form-outer form section .submit-container input:hover {
        background: 0 0;
        color: #fff
    }

.multi-stage-thankyou {
    margin-top: 30px
}

    .multi-stage-thankyou .thanks {
        width: 100%;
        border-radius: 6px;
        background: -webkit-gradient(linear, left top, right top, from(#db0006), color-stop(47.78%, #e50244), to(#531182));
        background: -o-linear-gradient(left, #db0006 0, #e50244 47.78%, #531182 100%);
        background: linear-gradient(90deg, #db0006 0, #e50244 47.78%, #531182 100%)
    }

    .multi-stage-thankyou .thanks_inner {
        width: 100%;
        padding: 57px 83px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

@media (max-width:991px) {
    .multi-stage-thankyou .thanks_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px
    }
}

@media (min-width:991px) {
    .multi-stage-thankyou .thanks_inner .icon {
        margin-right: 74px
    }
}

.multi-stage-thankyou .thanks_inner .icon i,
.multi-stage-thankyou .thanks_inner .icon svg {
    font-size: 150px;
    color: #fff
}

.multi-stage-thankyou .thanks_inner .copy {
    width: 100%
}

@media (max-width:991px) {
    .multi-stage-thankyou .thanks_inner .copy {
        margin-top: 15px
    }
}

.multi-stage-thankyou .thanks_inner .copy .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 35px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0
}

.multi-stage-thankyou .thanks_inner .copy .subtitle {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0
}

.multi-stage-thankyou .thanks_inner .copy .subtext {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 16px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    margin: 0
}

.multi-stage-thankyou .case-studies {
    margin-top: 21px;
    width: 100%;
    border-radius: 6px;
    padding: 35px 47px 47px 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

@media (max-width:991px) {
    .multi-stage-thankyou .case-studies {
        padding: 30px
    }
}

.multi-stage-thankyou .case-studies .title {
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 26px;
    line-height: 42px;
    text-align: left;
    color: #531182;
    margin: 0 0 14px 0
}

.multi-stage-thankyou .case-studies .text {
    max-width: 635px;
    height: 75px;
    font-family: "Work Sans", Avenir;
    font-weight: 900;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    color: #202124;
    margin: 0;
    max-width: 635px
}

.multi-stage-thankyou .case-studies_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
    margin-top: 30px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .multi-stage-thankyou .case-studies_container .case-study {
        width: 30%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 6px;
        overflow: hidden
    }

@media (max-width:991px) {
    .multi-stage-thankyou .case-studies_container .case-study {
        width: 80%
    }
}

.multi-stage-thankyou .case-studies_container .case-study .image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60%
}

.multi-stage-thankyou .case-studies_container .case-study .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 14px 17px;
    width: 100%;
    background: #e50044
}

    .multi-stage-thankyou .case-studies_container .case-study .content .cs-title {
        font-family: "Work Sans", Avenir;
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        margin: 0 0 8px 0
    }

    .multi-stage-thankyou .case-studies_container .case-study .content .copy {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #fff;
        margin: 0 0 12px 0
    }

    .multi-stage-thankyou .case-studies_container .case-study .content a.link {
        font-family: "Work Sans", Avenir;
        font-weight: 500;
        text-decoration: underline;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
        color: #fff;
        margin: 0;
        text-decoration: none;
        
    }

.multi-stage-form-thankyou-scrollbar {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 20px
}

    .multi-stage-form-thankyou-scrollbar::-webkit-scrollbar {
        width: 19px;
        height: 19px;
        border-radius: 20px
    }

    .multi-stage-form-thankyou-scrollbar::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .33);
        border-radius: 20px;
        width: 11px;
        height: 11px
    }

    .multi-stage-form-thankyou-scrollbar::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 20px;
        width: 6px;
        height: 6px;
        border: 4px solid transparent;
        background-clip: padding-box
    }

    .multi-stage-form-thankyou-scrollbar ::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none
    }

    .multi-stage-form-thankyou-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #e50044;
        border: 4px solid transparent;
        background-clip: padding-box
    }

.ise {
    background-color: #fefefe;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .ise ::-moz-selection {
        background: #db0740;
        color: #fff
    }

    .ise ::selection {
        background: #db0740;
        color: #fff
    }

    .ise ::-moz-selection {
        background: #db0740;
        color: #fff
    }

.ise_navbar {
    background-color: #db0740;
    width: 100vw;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .ise_navbar .site-logo {
        margin: 0 80px
    }

@media only screen and (max-width:600px) {
    .ise_navbar .site-logo {
        margin: 0 auto
    }
}

.ise_container {
    max-width: 640px;
    width: 100%;
    margin: auto auto;
    padding: 15px
}

.ise_container_inner {
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #db0740;
    box-shadow: 0 0 10px #db0740;
    background-color: #fff;
    padding: 60px;
    width: 100%
}

    .ise_container_inner .error-icons {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .ise_container_inner .error-icons i,
        .ise_container_inner .error-icons svg {
            font-size: 50px;
            margin: 0 10px;
            color: #db0740
        }

    .ise_container_inner h1 {
        font-size: 50px;
        font-weight: 900
    }

    .ise_container_inner .error {
        color: #db0740;
        font-size: 30px
    }

    .ise_container_inner .message {
        font-size: 18px;
        line-height: 24px
    }

.st0 {
    opacity: .2;
    fill: #003663
}

.st1 {
    opacity: .6;
    fill: #c6c6c5
}

.map-item {
    cursor: pointer;
    fill: #000
}

    .map-item:hover {
        fill: #005196
    }

.map-active {
    fill: #005196;
    stroke: #000;
    stroke-width: 1
}

.svg-text {
    font-size: 10px;
    fill: #fff;
    font-weight: 900;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.nec-sitemap-panel-bg {
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-bottom: 0
}

.check {
    fill: #000
}

.nec-map-container {
    background-color: #eee;
    position: relative;
    z-index: 2;
    overflow: hidden
}

    .nec-map-container .nec-map-page-title {
        text-align: right;
        padding: 10px;
        margin: 20px 10px;
        background-color: rgba(255, 255, 255, .6);
        border-radius: 4px;
        text-align: right
    }

        .nec-map-container .nec-map-page-title h2 {
            text-transform: uppercase;
            font-weight: 800;
            margin-top: 0;
            
            padding-bottom: 5px
        }

    .nec-map-container .nec-map-left,
    .nec-map-container .nec-map-right {
        height: 550px
    }

    .nec-map-container .nec-map-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .nec-map-container .nec-map-left #nec-sitemap {
            margin: auto;
            position: relative;
            width: 100%
        }

    .nec-map-container .nec-map-right .panel-header {
        background-color: #000 !important;
        font-weight: 900
    }

        .nec-map-container .nec-map-right .panel-header .triangle {
            border-color: #000 transparent transparent transparent
        }

    .nec-map-container .nec-map-right .nec-sitemap-row {
        font-size: 14px;
        line-height: 30px;
        
        padding: 5px 0
    }

        .nec-map-container .nec-map-right .nec-sitemap-row p {
            margin: 0;
            padding: 0
        }

        .nec-map-container .nec-map-right .nec-sitemap-row .sitemap-title {
            font-weight: 900
        }

    .nec-map-container .nec-map-right .nec-sitemap-item p {
        font-size: 14px !important
    }

.map-bg {
    position: absolute;
    opacity: .2
}

@media (min-width:992px) {
    .map-bg {
        height: 1150px;
        top: -242px;
        left: -321px
    }
}

@media (min-width:1200px) {
    .map-bg {
        height: 1184px;
        top: -258px;
        left: -281px
    }
}

.panel-nec-sitemap {
    padding: 20px;
    margin: 0 -15px
}

    .panel-nec-sitemap .panel-nec-inner-items {
        width: 100%;
        color: #fff
    }

        .panel-nec-sitemap .panel-nec-inner-items ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center
        }

            .panel-nec-sitemap .panel-nec-inner-items ul li {
                position: static;
                padding: 10px 0;
                width: 75px;
                height: 41px;
                border: 1px solid #000;
                display: inline-block;
                margin: 10px 5px;
                background-color: #000;
                overflow: hidden
            }

                .panel-nec-sitemap .panel-nec-inner-items ul li .hall-inner-info {
                    display: none;
                    width: 100%;
                    position: absolute;
                    min-height: 100vh;
                    top: 0;
                    left: 0;
                    background-color: #000
                }

                    .panel-nec-sitemap .panel-nec-inner-items ul li .hall-inner-info .hall-inner-title {
                        text-align: center;
                        padding: 10px;
                        background-color: #000;
                        font-weight: 900;
                        font-size: 18px
                    }

                    .panel-nec-sitemap .panel-nec-inner-items ul li .hall-inner-info .hall-inner-svg {
                        text-align: center
                    }

                        .panel-nec-sitemap .panel-nec-inner-items ul li .hall-inner-info .hall-inner-svg img {
                            height: 200px
                        }

                    .panel-nec-sitemap .panel-nec-inner-items ul li .hall-inner-info .hall-inner-information {
                        text-align: left
                    }

                        .panel-nec-sitemap .panel-nec-inner-items ul li .hall-inner-info .hall-inner-information p {
                            padding: 10px 0;
                            margin: 0
                        }

.close-hall {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 20px;
    right: 0;
    z-index: 9999;
    background-color: #000
}

    .close-hall .fa {
        margin-top: 5px;
        margin-left: 2px
    }

.table-padding {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:767px) {
    .nec-map-container .nec-map-left {
        display: block !important;
        height: 100% !important
    }

        .nec-map-container .nec-map-left .nec-map-page-title {
            width: 100%
        }

    .nec-map-container .panel-nec-inner-items ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .map-bg {
        width: 200%;
        z-index: -1;
        left: -60%
    }
}

@media (min-width:768px) {
    .map-bg {
        z-index: -1
    }

    .panel-nec-inner-items ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }
}

.space-search-container {
    position: relative;
    margin: 0 !important;
    overflow: hidden
}

    .space-search-container .space-search-img .room-image {
        width: auto;
        height: 55vh !important;
        background-position: center;
        background-size: cover
    }

    .space-search-container .room-name {
        position: absolute;
        bottom: 70px;
        left: 10px;
        color: #fff;
        margin: 15px;
        border-radius: 2px;
        padding: 50px;
        min-width: 350px;
        background-color: rgba(0, 26, 48, .9);
        background-image: url(img-wow-single.svg);
        background-size: cover;
        z-index: 5
    }

        .space-search-container .room-name h1 {
            margin-top: 0;
            font-weight: 900
        }

        .space-search-container .room-name .buttons-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 25px
        }

.name-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px
}

    .name-link i,
    .name-link svg {
        font-size: 18px;
        color: #fff
    }

    .name-link:hover {
        color: #fff !important
    }

.space-search-body-content {
    font-size: 18px
}

    .space-search-body-content ul {
        margin: 0;
        padding: 0
    }

    .space-search-body-content .space-search-matching {
        color: #fff
    }

        .space-search-body-content .space-search-matching h2 {
            margin: 0;
            padding: 0;
            background-color: #001a30;
            padding: 15px
        }

        .space-search-body-content .space-search-matching h5 {
            color: #001a30
        }

.space-search-list ul {
    list-style: none
}

.space-search-list span {
    color: #001a30;
    padding-right: 15px
}

.space-search-table {
    overflow: scroll
}

    .space-search-table table {
        width: 100%
    }

        .space-search-table table tr th {
            padding: 5px 15px;
            color: #fff;
            background-color: #000
        }

        .space-search-table table tr td {
            padding: 10px 15px
        }

        .space-search-table table tr:nth-child(2n-1) {
            background-color: rgba(0, 26, 48, .1)
        }

.space-search-body li {
    margin-left: 30px
}

.space-search {
    height: auto;
    padding: 21px 0 14px 0;
    border-top: 1px solid #222;
    background-color: #222;
    padding-bottom: 20px;
    background-image: url(space-wow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .space-search .listTitle h1 {
        font-weight: 900;
        font-size: 24px;
        text-align: left;
        color: #fff;
        margin: 0;
        padding: 0 15px
    }

    .space-search #spaceSearchForm {
        margin-top: 20px
    }

        .space-search #spaceSearchForm .space-search-select .select-wrapper::after {
            color: #db0740 !important;
            content: "\f0d7";
            font-size: 18px;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900
        }

        .space-search #spaceSearchForm .space-search-select select {
            height: 55px;
            position: relative;
            width: 100%;
            padding-left: 15px;
            border-radius: 5px;
            border: 1px solid #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #001a30;
            color: #fff;
            font-size: 16px
        }

.space-search-item article {
    cursor: pointer !important;
    border: none;
    margin: 20px 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    min-height: 430px
}

    .space-search-item article .space-search-item-img-container {
        height: 250px
    }

        .space-search-item article .space-search-item-img-container .space-search-item-img {
            height: 250px;
            width: 100%;
            background-position: center;
            background-size: cover
        }

    .space-search-item article .space-search-item-body {
        padding: 16px 21px;
        border-radius: 0 0 5px 5px;
        font-style: normal !important
    }

        .space-search-item article .space-search-item-body .time {
            margin: 5px 0 10px;
            font-size: 14px;
            font-weight: 500
        }

        .space-search-item article .space-search-item-body h3 {
            margin: 0;
            font-weight: 500;
            font-size: 18px;
            text-align: left;
            color: #161616;
            padding-bottom: 5px
        }

            .space-search-item article .space-search-item-body h3 a {
                border-color: transparent
            }

                .space-search-item article .space-search-item-body h3 a:hover {
                    border-color: #222 !important
                }

        .space-search-item article .space-search-item-body .space-search-item-author {
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 10px;
            font-weight: 400 !important
        }

            .space-search-item article .space-search-item-body .space-search-item-author p {
                margin-bottom: 0
            }

        .space-search-item article .space-search-item-body em,
        .space-search-item article .space-search-item-body p {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: left;
            color: #161616
        }

        .space-search-item article .space-search-item-body .space-search-link {
            border: 0;
            text-decoration: none;
            cursor: pointer;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: left;
            color: #db0740;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .space-search-item article .space-search-item-body .space-search-link i,
            .space-search-item article .space-search-item-body .space-search-link span,
            .space-search-item article .space-search-item-body .space-search-link svg {
                margin-right: 11px;
                color: #db0740;
                font-size: 18px
            }

    .space-search-item article:hover {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

#spaceSearchDynamicItemsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

@media (max-width:767px) {
    .space-search {
        display: block !important
    }

        .space-search #spaceSearchForm select {
            margin-bottom: 10px
        }
}

.supp-item {
    margin: 10px 0;
    background-color: transparent;
    border: none
}

    .supp-item .supp-img {
        overflow: hidden;
        padding-left: 0
    }

        .supp-item .supp-img img {
            width: 100%
        }

    .supp-item h5 {
        padding: 5px 0
    }

    .supp-item .supp-address {
        display: block;
        margin-bottom: 5px
    }

    .supp-item span.supp-address {
        line-height: 1
    }

    .cc_container .supp-item .supp-btn-wrap .cc_btn_accept_all,
    .supp-item .supp-btn-wrap .button,
    .supp-item .supp-btn-wrap .cc_container .cc_btn_accept_all {
        text-transform: capitalize;
        font-size: 14px;
        padding: 10px 15px;
        width: 100px;
        text-align: center;
        cursor: pointer
    }

    .supp-item .supp-body-wrapper {
        padding-left: 0;
        padding-bottom: 70px
    }

    .supp-item .supp-item-inner-wrap {
        position: relative;
        border-style: solid;
        border-color: #efefef;
        border-width: 1px
    }

    .supp-item .address-slide-view {
        display: none
    }

        .supp-item .address-slide-view.active {
            display: block
        }

    .supp-item .email-slide-view {
        display: none
    }

        .supp-item .email-slide-view.active {
            display: block
        }

    .supp-item .phone-slide-view {
        display: none
    }

        .supp-item .phone-slide-view.active {
            display: block
        }

    .supp-item.card-supp-item {
        min-height: 560px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .supp-item.card-supp-item .supp-item-inner-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .supp-item.card-supp-item .supp-item-inner-wrap .supp-img {
                width: 100%
            }

            .supp-item.card-supp-item .supp-item-inner-wrap .supp-item-body {
                padding: 0 15px
            }

            .supp-item.card-supp-item .supp-item-inner-wrap .supp-btn-wrap {
                text-align: center;
                width: 100%
            }

                .cc_container .supp-item.card-supp-item .supp-item-inner-wrap .supp-btn-wrap .cc_btn_accept_all,
                .supp-item.card-supp-item .supp-item-inner-wrap .supp-btn-wrap .button,
                .supp-item.card-supp-item .supp-item-inner-wrap .supp-btn-wrap .cc_container .cc_btn_accept_all {
                    text-transform: capitalize;
                    font-size: 14px;
                    padding: 10px 10px;
                    width: 24%;
                    text-align: center;
                    cursor: pointer
                }

            .supp-item.card-supp-item .supp-item-inner-wrap .extra-info {
                text-align: center;
                position: absolute;
                bottom: 72px !important;
                width: 100%;
                z-index: 9999
            }

                .supp-item.card-supp-item .supp-item-inner-wrap .extra-info .active {
                    display: block
                }

                .supp-item.card-supp-item .supp-item-inner-wrap .extra-info .address-slide-view {
                    color: #101010;
                    background-color: #fefefe;
                    font-size: 18px;
                    line-height: 1.2;
                    border-style: solid;
                    border-width: 1px;
                    border-color: #101010
                }

                .supp-item.card-supp-item .supp-item-inner-wrap .extra-info .email-slide-view {
                    color: #101010;
                    font-size: 18px;
                    background-color: #fefefe
                }

                .supp-item.card-supp-item .supp-item-inner-wrap .extra-info a {
                    
                    font-weight: 700;
                    color: #101010;
                    background-color: #fefefe;
                    font-size: 18px;
                    border-style: solid;
                    border-width: 1px;
                    border-color: #101010
                }

    .supp-item.exhibitors-op .supp-item-inner-wrap {
        background-color: rgba(122, 184, 0, .2);
        border-style: solid;
        border-width: 1px;
        border-color: #7ab800
    }

        .supp-item.exhibitors-op .supp-item-inner-wrap .extra-info {
            background-color: #7ab800
        }

            .supp-item.exhibitors-op .supp-item-inner-wrap .extra-info .slide-view {
                color: #fefefe;
                background-color: transparent
            }

    .supp-item.organisers-op .supp-item-inner-wrap {
        background-color: rgba(255, 223, 0, .2);
        border-style: solid;
        border-width: 1px;
        border-color: #ffdf00
    }

        .supp-item.organisers-op .supp-item-inner-wrap .extra-info {
            background-color: #ffdf00;
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 0;
            line-height: 2.1;
            font-size: 20px
        }

            .supp-item.organisers-op .supp-item-inner-wrap .extra-info .slide-view {
                color: #101010
            }

    .supp-item.gold-op .supp-item-inner-wrap {
        background-color: rgba(255, 223, 0, .5);
        border-style: solid;
        border-width: 1px;
        border-color: #ffdf00
    }

    .supp-item.gold-op .extra-info {
        background-color: #ffdf00
    }

        .supp-item.gold-op .extra-info .slide-view {
            color: #fefefe
        }

@media (max-width:767px) {
    .supp-item {
        padding: 10px 5px
    }

        .supp-item .supp-img {
            background-color: #fff;
            text-align: center
        }

            .supp-item .supp-img img {
                width: auto;
                max-height: 150px
            }
}

.image-banner img {
    height: 200px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

@media screen and (max-width:768px) {
    .image-banner img {
        height: 85px
    }
}

.suppliers-search {
    height: auto;
    min-height: 200px;
    margin: 0 0 20px;
    border-top: 1px solid #222;
    padding-bottom: 20px;
    background-image: url(img-wow-single.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .suppliers-search .listTitle h1 {
        color: #fff;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0 15px
    }

    .suppliers-search #suppliersForm {
        margin-top: 20px
    }

        .suppliers-search #suppliersForm .suppliers-input input {
            width: 100%;
            padding-left: 15px;
            border: 1px solid #7ab800;
            height: 55px;
            border-radius: 5px;
            font-size: 16px
        }

        .suppliers-search #suppliersForm .suppliers-select select {
            height: 55px;
            position: relative;
            width: 100%;
            padding-left: 15px;
            border-radius: 5px;
            border: 1px solid #7ab800;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #fff;
            font-size: 16px
        }

.space-search-item article {
    cursor: pointer !important;
    margin: 20px 0
}

    .space-search-item article .space-search-item-img-container {
        height: 250px
    }

        .space-search-item article .space-search-item-img-container .space-search-item-img {
            height: 250px;
            width: 100%;
            background-position: center;
            background-size: cover
        }

    .space-search-item article .space-search-item-body {
        padding: 10px;
        background-color: rgba(238, 238, 238, .3);
        border-radius: 0 0 5px 5px;
        font-style: normal !important
    }

        .space-search-item article .space-search-item-body .time {
            margin: 5px 0 10px;
            font-size: 14px;
            font-weight: 500
        }

        .space-search-item article .space-search-item-body h3 {
            margin: 0;
            font-weight: 900;
            color: #222;
            line-height: 30px;
            padding-bottom: 5px
        }

            .space-search-item article .space-search-item-body h3 a {
                border-color: transparent
            }

                .space-search-item article .space-search-item-body h3 a:hover {
                    border-color: #222 !important
                }

        .space-search-item article .space-search-item-body .space-search-item-author {
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 10px;
            font-weight: 400 !important
        }

            .space-search-item article .space-search-item-body .space-search-item-author p {
                margin-bottom: 0
            }

        .space-search-item article .space-search-item-body p {
            font-style: normal !important;
            font-weight: 400 !important;
            text-align: left !important
        }

        .space-search-item article .space-search-item-body em {
            font-style: normal !important;
            font-weight: 400 !important;
            text-align: left !important
        }

    .space-search-item article:hover {
        border: 1px solid #222;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.organisers-op {
    margin-bottom: 50px
}

    .organisers-op .supp-btn-wrap {
        display: block;
        float: left;
        width: 100%;
        text-align: right;
        margin-top: -72px;
        background: #db0740;
        position: absolute;
        bottom: 0;
        z-index: 9;
        padding-top: 5px;
        padding-right: 15px
    }

    .organisers-op .supp-img {
        position: relative;
        z-index: 99
    }

    .organisers-op .supp-item-body {
        padding-left: 15px
    }

    .organisers-op .supp-item-body-gold .dots,
    .organisers-op .supp-item-body-gold .sd-read-more {
        display: none
    }

    .organisers-op .supp-item-body-gold .more-text {
        display: inline !important
    }

    .organisers-op .extra-info {
        z-index: 999;
        bottom: -43px !important;
        font-size: 20px
    }

        .organisers-op .extra-info a {
            border: none !important
        }

.supp-item-body-inner-gold .dots,
.supp-item-body-inner-gold .sd-read-more {
    display: none
}

.supp-item-body-inner-gold .more-text {
    display: inline !important
}

.exhibitors-op {
    margin-bottom: 50px
}

    .exhibitors-op .extra-info {
        z-index: 999;
        bottom: -35px !important;
        font-size: 20px;
        border: none !important;
        line-height: 2;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 100.3% !important
    }

        .exhibitors-op .extra-info .active {
            border: 1px solid #7ab800 !important
        }

        .exhibitors-op .extra-info a {
            border: none !important
        }

.card-supp-item .supp-btn-wrap {
    position: absolute;
    bottom: 0;
    background: #db0740;
    padding-top: 5px
}

.card-supp-item .supp-item-body {
    margin-bottom: 70px
}

.supp-info__legend {
    text-align: right;
    padding: 5px
}

    .supp-info__legend .week {
        margin: 5px;
        display: inline-block
    }

        .supp-info__legend .week .blue-box {
            display: inline-block;
            height: 25px;
            width: 25px;
            background-color: #001a30;
            position: relative;
            top: 6px;
            border-radius: 5px
        }

        .supp-info__legend .week .yellow-box {
            display: inline-block;
            height: 25px;
            width: 25px;
            background-color: #ffdf00;
            position: relative;
            top: 6px;
            border-radius: 5px
        }

    .supp-info__legend .premium {
        margin: 5px;
        display: inline-block
    }

        .supp-info__legend .premium .green-box {
            display: inline-block;
            height: 25px;
            width: 25px;
            background-color: #7ab800;
            position: relative;
            top: 6px;
            border-radius: 5px
        }

.supp-info__copy {
    margin: 20px 0;
    font-size: 18px
}

#spaceSearchDynamicItemsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

#suppliersDynamicItemsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .suppliers-search {
        display: block !important
    }

        .suppliers-search #suppliersForm select {
            margin-bottom: 10px
        }

    .card-supp-item .supp-item-body p {
        margin-bottom: 0
    }

    .supp-item.card-supp-item .supp-item-inner-wrap {
        display: block
    }

    .supp-img {
        padding: 25px !important
    }

    .organisers-op .supp-btn-wrap {
        position: absolute;
        bottom: 0;
        background: #db0740;
        padding-top: 5px;
        width: 100%;
        text-align: center
    }

    .organisers-op .extra-info {
        z-index: 999;
        bottom: -40px !important
    }

    .organisers-op p {
        margin-bottom: 100px
    }
}

.category-mobile-selector {
    position: relative
}

@media (min-width:767px) {
    .category-mobile-selector {
        display: none
    }
}

.category-mobile-selector select {
    width: 100%;
    margin: 0 0 28px 0;
    border-radius: 5px;
    border: none;
    height: 46px;
    font-weight: 600;
    font-size: 16px;
    color: #041c2c;
    padding: 0 0 0 18px
}

.category-mobile-selector::after {
    content: "\f0d7";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 28px;
    height: calc(100% - 28px);
    background-color: #041c2c;
    color: #fff;
    width: 34px;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    border-radius: 0 5px 5px 0
}

@media (max-width:767px) {
    .suppliers-categories-section {
        display: none
    }
}

.suppliers-categories-section .panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clear-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 2px solid #db0740;
    border-radius: 5px;
    background-color: #fff;
    padding: 8px;
    cursor: pointer;
    color: #041c2c;
    font-size: 16px;
    margin-right: 28px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none
}

@media (max-width:767px) {
    .clear-selection {
        margin: -8px 0 20px 0;
        position: absolute
    }
}

.clear-selection.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all
}

@media (max-width:767px) {
    .clear-selection.active {
        position: initial
    }
}

@media (min-width:767px) {
    .clear-selection.mobile-only {
        display: none
    }
}

.clear-selection i,
.clear-selection svg {
    color: #e40046;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.clear-selection > span {
    all: unset;
    z-index: 1
}

.clear-selection::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e40046;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: 0
}

.clear-selection:hover {
    color: #fff
}

    .clear-selection:hover i,
    .clear-selection:hover svg {
        color: #fff;
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .clear-selection:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

.suppliers-categories-selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 17px 38px;
    padding: 20px 13px 30px 13px;
    width: 100%
}

@media (max-width:767px) {
    .suppliers-categories-selector {
        grid-template-columns: 1fr
    }
}

.suppliers-categories-selector_category {
    border: 2px solid #db0740;
    border-radius: 5px;
    background-color: #fff;
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #041c2c;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

    .suppliers-categories-selector_category i,
    .suppliers-categories-selector_category svg {
        font-size: 29px;
        color: #e40046;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .suppliers-categories-selector_category:not(.selected):hover {
        background-color: #e40046;
        color: #fff
    }

        .suppliers-categories-selector_category:not(.selected):hover i,
        .suppliers-categories-selector_category:not(.selected):hover svg {
            color: #fff
        }

    .suppliers-categories-selector_category.selected {
        background-color: #001a30;
        color: #fff
    }

        .suppliers-categories-selector_category.selected i,
        .suppliers-categories-selector_category.selected svg {
            color: #fff
        }

.suppliers-category-section.hidden {
    display: none
}

.suppliers-category-section_container {
    width: 100%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px 33px
}

@media (min-width:767px) {
    .suppliers-category-section_container {
        padding: 17px 24px 24px 24px;
        background-color: #fff
    }
}

@media (max-width:767px) {
    .suppliers-category-section_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.suppliers-category-section_container .category-name {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    color: #041c2c;
    margin: 0
}

.suppliers-category-section_container .tier-one-supplier {
    width: 100%;
    background-color: #041c2c;
    border-radius: 5px;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 49px
}

@media (max-width:767px) {
    .suppliers-category-section_container .tier-one-supplier {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.suppliers-category-section_container .tier-one-supplier_slider {
    width: 100%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:767px) {
    .suppliers-category-section_container .tier-one-supplier_slider {
        max-width: 331px
    }
}

@media (max-width:767px) {
    .suppliers-category-section_container .tier-one-supplier_slider {
        max-width: 100vw
    }
}

.suppliers-category-section_container .tier-one-supplier_slider .next-arrow,
.suppliers-category-section_container .tier-one-supplier_slider .prev-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    z-index: 2
}

.suppliers-category-section_container .tier-one-supplier_slider .prev-arrow {
    left: 8px
}

.suppliers-category-section_container .tier-one-supplier_slider .next-arrow {
    right: 8px
}

.suppliers-category-section_container .tier-one-supplier_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    margin: 14px 0 0 0
}

    .suppliers-category-section_container .tier-one-supplier_slider .slick-dots li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #6e7c86;
        border-radius: 5px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: 0;
        width: unset;
        margin: 0
    }

        .suppliers-category-section_container .tier-one-supplier_slider .slick-dots li:not(.slick-active) {
            cursor: pointer
        }

        .suppliers-category-section_container .tier-one-supplier_slider .slick-dots li:hover {
            border-color: #fff
        }

        .suppliers-category-section_container .tier-one-supplier_slider .slick-dots li.slick-active {
            border-color: #fff;
            -webkit-transform: scaleY(2);
            -ms-transform: scaleY(2);
            transform: scaleY(2);
            background-color: #fff
        }

        .suppliers-category-section_container .tier-one-supplier_slider .slick-dots li button {
            display: none
        }

.suppliers-category-section_container .tier-one-supplier_slider .tier-one-supplier_slider_image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px
}

    .suppliers-category-section_container .tier-one-supplier_slider .tier-one-supplier_slider_image::before {
        content: "";
        width: 100%;
        opacity: 0;
        pointer-events: none;
        padding-top: 100%;
        position: relative;
        display: block
    }

.suppliers-category-section_container .tier-one-supplier_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.suppliers-category-section_container .tier-one-supplier_content_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #fff
}

.suppliers-category-section_container .tier-one-supplier_content_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

    .suppliers-category-section_container .tier-one-supplier_content_buttons > a,
    .suppliers-category-section_container .tier-one-supplier_content_buttons > div {
        border: 2px solid #db0740;
        background-color: #fff;
        cursor: pointer;
        padding: 8px 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        gap: 18px;
        border-radius: 5px;
        min-width: 230px;
        min-height: 40px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        color: #041c2c;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .suppliers-category-section_container .tier-one-supplier_content_buttons > a i,
        .suppliers-category-section_container .tier-one-supplier_content_buttons > a svg,
        .suppliers-category-section_container .tier-one-supplier_content_buttons > div i,
        .suppliers-category-section_container .tier-one-supplier_content_buttons > div svg {
            color: #041c2c;
            font-size: 24px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .suppliers-category-section_container .tier-one-supplier_content_buttons > a:not(.active):hover,
        .suppliers-category-section_container .tier-one-supplier_content_buttons > div:not(.active):hover {
            background-color: #db0740;
            color: #fff !important
        }

            .suppliers-category-section_container .tier-one-supplier_content_buttons > a:not(.active):hover i,
            .suppliers-category-section_container .tier-one-supplier_content_buttons > a:not(.active):hover svg,
            .suppliers-category-section_container .tier-one-supplier_content_buttons > div:not(.active):hover i,
            .suppliers-category-section_container .tier-one-supplier_content_buttons > div:not(.active):hover svg {
                color: #fff !important
            }

        .suppliers-category-section_container .tier-one-supplier_content_buttons > a.reveal-more-button span,
        .suppliers-category-section_container .tier-one-supplier_content_buttons > div.reveal-more-button span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 18px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto 0;
            color: #041c2c
        }

            .suppliers-category-section_container .tier-one-supplier_content_buttons > a.reveal-more-button span a,
            .suppliers-category-section_container .tier-one-supplier_content_buttons > div.reveal-more-button span a {
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 18px;
                color: #041c2c
            }

            .suppliers-category-section_container .tier-one-supplier_content_buttons > a.reveal-more-button span:nth-child(1),
            .suppliers-category-section_container .tier-one-supplier_content_buttons > div.reveal-more-button span:nth-child(1) {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .suppliers-category-section_container .tier-one-supplier_content_buttons > a.reveal-more-button span:nth-child(2),
            .suppliers-category-section_container .tier-one-supplier_content_buttons > div.reveal-more-button span:nth-child(2) {
                opacity: 0;
                display: none;
                position: absolute
            }

        .suppliers-category-section_container .tier-one-supplier_content_buttons > a.reveal-more-button.active span:nth-child(1),
        .suppliers-category-section_container .tier-one-supplier_content_buttons > div.reveal-more-button.active span:nth-child(1) {
            opacity: 0;
            position: absolute;
            display: none
        }

        .suppliers-category-section_container .tier-one-supplier_content_buttons > a.reveal-more-button.active span:nth-child(2),
        .suppliers-category-section_container .tier-one-supplier_content_buttons > div.reveal-more-button.active span:nth-child(2) {
            opacity: 1;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.suppliers-category-section_container .tier-one-supplier_content_copy,
.suppliers-category-section_container .tier-one-supplier_content_copy p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff
}

.suppliers-category-section_container .tier-two-supplier {
    border: 1px solid #001a30;
    border-radius: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 35px;
    overflow: hidden
}

@media (max-width:767px) {
    .suppliers-category-section_container .tier-two-supplier {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

.suppliers-category-section_container .tier-two-supplier_slider {
    background-color: #001a30;
    padding: 20px;
    width: 100%;
    position: relative;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:767px) {
    .suppliers-category-section_container .tier-two-supplier_slider {
        max-width: 238px
    }
}

@media (max-width:767px) {
    .suppliers-category-section_container .tier-two-supplier_slider {
        max-width: 100vw
    }
}

.suppliers-category-section_container .tier-two-supplier_slider .next-arrow,
.suppliers-category-section_container .tier-two-supplier_slider .prev-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.suppliers-category-section_container .tier-two-supplier_slider:hover .next-arrow,
.suppliers-category-section_container .tier-two-supplier_slider:hover .prev-arrow {
    opacity: 1
}

.suppliers-category-section_container .tier-two-supplier_slider .prev-arrow {
    left: 8px
}

.suppliers-category-section_container .tier-two-supplier_slider .next-arrow {
    right: 8px
}

.suppliers-category-section_container .tier-two-supplier_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    margin: 14px 0 0 0;
    bottom: 12px;
    width: calc(100% - 40px)
}

    .suppliers-category-section_container .tier-two-supplier_slider .slick-dots li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #6e7c86;
        border-radius: 5px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: 0;
        width: unset;
        margin: 0
    }

        .suppliers-category-section_container .tier-two-supplier_slider .slick-dots li:not(.slick-active) {
            cursor: pointer
        }

        .suppliers-category-section_container .tier-two-supplier_slider .slick-dots li:hover {
            border-color: #fff
        }

        .suppliers-category-section_container .tier-two-supplier_slider .slick-dots li.slick-active {
            border-color: #fff;
            -webkit-transform: scaleY(2);
            -ms-transform: scaleY(2);
            transform: scaleY(2);
            background-color: #fff
        }

        .suppliers-category-section_container .tier-two-supplier_slider .slick-dots li button {
            display: none
        }

.suppliers-category-section_container .tier-two-supplier_slider .tier-two-supplier_slider_image {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px
}

    .suppliers-category-section_container .tier-two-supplier_slider .tier-two-supplier_slider_image::before {
        content: "";
        width: 100%;
        opacity: 0;
        pointer-events: none;
        padding-top: 100%;
        position: relative;
        display: block
    }

.suppliers-category-section_container .tier-two-supplier_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 37px 18px 0
}

@media (max-width:767px) {
    .suppliers-category-section_container .tier-two-supplier_content {
        padding: 8px 20px
    }
}

.suppliers-category-section_container .tier-two-supplier_content_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #001a30
}

.suppliers-category-section_container .tier-two-supplier_content_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

    .suppliers-category-section_container .tier-two-supplier_content_buttons > a,
    .suppliers-category-section_container .tier-two-supplier_content_buttons > div {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        text-align: left;
        color: #001a30;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 13px;
        border: none;
        cursor: pointer
    }

        .suppliers-category-section_container .tier-two-supplier_content_buttons > a i,
        .suppliers-category-section_container .tier-two-supplier_content_buttons > a svg,
        .suppliers-category-section_container .tier-two-supplier_content_buttons > div i,
        .suppliers-category-section_container .tier-two-supplier_content_buttons > div svg {
            min-width: 20px;
            font-size: 16px;
            color: #001a30;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none
        }

        .suppliers-category-section_container .tier-two-supplier_content_buttons > a.reveal-more-button span,
        .suppliers-category-section_container .tier-two-supplier_content_buttons > div.reveal-more-button span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 18px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto 0;
            color: #041c2c
        }

            .suppliers-category-section_container .tier-two-supplier_content_buttons > a.reveal-more-button span a,
            .suppliers-category-section_container .tier-two-supplier_content_buttons > div.reveal-more-button span a {
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 18px;
                color: #041c2c
            }

            .suppliers-category-section_container .tier-two-supplier_content_buttons > a.reveal-more-button span:nth-child(1),
            .suppliers-category-section_container .tier-two-supplier_content_buttons > div.reveal-more-button span:nth-child(1) {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .suppliers-category-section_container .tier-two-supplier_content_buttons > a.reveal-more-button span:nth-child(2),
            .suppliers-category-section_container .tier-two-supplier_content_buttons > div.reveal-more-button span:nth-child(2) {
                opacity: 0;
                display: none;
                position: absolute
            }

        .suppliers-category-section_container .tier-two-supplier_content_buttons > a.reveal-more-button.active span:nth-child(1),
        .suppliers-category-section_container .tier-two-supplier_content_buttons > div.reveal-more-button.active span:nth-child(1) {
            opacity: 0;
            position: absolute;
            display: none
        }

        .suppliers-category-section_container .tier-two-supplier_content_buttons > a.reveal-more-button.active span:nth-child(2),
        .suppliers-category-section_container .tier-two-supplier_content_buttons > div.reveal-more-button.active span:nth-child(2) {
            opacity: 1;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.suppliers-category-section_container .tier-two-supplier_content_copy,
.suppliers-category-section_container .tier-two-supplier_content_copy p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #001a30
}

.suppliers-category-section_container .tier-two-supplier .read-more-section p {
    max-height: 80px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.suppliers-category-section_container .tier-two-supplier .read-more-section:not(.active) p:not(:first-child) {
    display: none
}

.suppliers-category-section_container .tier-two-supplier .read-more-section:not(.active) .read-more-section_button span:nth-child(2) {
    display: none
}

.suppliers-category-section_container .tier-two-supplier .read-more-section:not(.active) p {
    overflow: hidden;
    position: relative
}

    .suppliers-category-section_container .tier-two-supplier .read-more-section:not(.active) p::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 2;
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(0, 212, 255, 0)));
        background: -o-linear-gradient(bottom, #fff 0, rgba(0, 212, 255, 0) 100%);
        background: linear-gradient(0deg, #fff 0, rgba(0, 212, 255, 0) 100%)
    }

.suppliers-category-section_container .tier-two-supplier .read-more-section.active .read-more-section_button span:nth-child(1) {
    display: none
}

.suppliers-category-section_container .tier-two-supplier .read-more-section.active p {
    max-height: 100%
}

.suppliers-category-section_container .tier-two-supplier .read-more-section_button {
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #001a30;
    -webkit-transform: all .15s ease-in-out;
    -ms-transform: all .15s ease-in-out;
    transform: all .15s ease-in-out
}

    .suppliers-category-section_container .tier-two-supplier .read-more-section_button i,
    .suppliers-category-section_container .tier-two-supplier .read-more-section_button svg {
        color: #e40046;
        font-size: 20px;
        margin-right: 11px;
        text-decoration: none
    }

.suppliers-category-section_container .tier-three-supplier {
    border: 1px solid #001a30;
    border-radius: 5px;
    width: calc(50% - 16.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .suppliers-category-section_container .tier-three-supplier {
        width: 100%
    }
}

.suppliers-category-section_container .tier-three-supplier_slider {
    padding: 18px;
    max-width: 146px;
    width: 100%;
    position: relative;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .suppliers-category-section_container .tier-three-supplier_slider .next-arrow,
    .suppliers-category-section_container .tier-three-supplier_slider .prev-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        z-index: 2;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0
    }

    .suppliers-category-section_container .tier-three-supplier_slider:hover .next-arrow,
    .suppliers-category-section_container .tier-three-supplier_slider:hover .prev-arrow {
        opacity: 1
    }

    .suppliers-category-section_container .tier-three-supplier_slider .prev-arrow {
        left: 20px
    }

    .suppliers-category-section_container .tier-three-supplier_slider .next-arrow {
        right: 20px
    }

    .suppliers-category-section_container .tier-three-supplier_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
        margin: 14px 0 0 0;
        bottom: 12px;
        width: calc(100% - 40px)
    }

        .suppliers-category-section_container .tier-three-supplier_slider .slick-dots li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border: 1px solid #6e7c86;
            border-radius: 5px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            height: 0;
            width: unset;
            margin: 0
        }

            .suppliers-category-section_container .tier-three-supplier_slider .slick-dots li:not(.slick-active) {
                cursor: pointer
            }

            .suppliers-category-section_container .tier-three-supplier_slider .slick-dots li:hover {
                border-color: #6e7c86
            }

            .suppliers-category-section_container .tier-three-supplier_slider .slick-dots li.slick-active {
                border-color: #6e7c86;
                -webkit-transform: scaleY(2);
                -ms-transform: scaleY(2);
                transform: scaleY(2);
                background-color: #fff
            }

            .suppliers-category-section_container .tier-three-supplier_slider .slick-dots li button {
                display: none
            }

    .suppliers-category-section_container .tier-three-supplier_slider .tier-three-supplier_slider_image {
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 5px
    }

        .suppliers-category-section_container .tier-three-supplier_slider .tier-three-supplier_slider_image::before {
            content: "";
            width: 100%;
            opacity: 0;
            pointer-events: none;
            padding-top: 100%;
            position: relative;
            display: block
        }

.suppliers-category-section_container .tier-three-supplier_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 28px 18px 0
}

.suppliers-category-section_container .tier-three-supplier_content_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #001a30
}

.suppliers-category-section_container .tier-three-supplier_content_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

    .suppliers-category-section_container .tier-three-supplier_content_buttons > a,
    .suppliers-category-section_container .tier-three-supplier_content_buttons > div {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        text-align: left;
        color: #001a30;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 13px;
        border: none;
        cursor: pointer
    }

        .suppliers-category-section_container .tier-three-supplier_content_buttons > a i,
        .suppliers-category-section_container .tier-three-supplier_content_buttons > a svg,
        .suppliers-category-section_container .tier-three-supplier_content_buttons > div i,
        .suppliers-category-section_container .tier-three-supplier_content_buttons > div svg {
            min-width: 20px;
            font-size: 16px;
            color: #001a30;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none
        }

        .suppliers-category-section_container .tier-three-supplier_content_buttons > a.reveal-more-button span,
        .suppliers-category-section_container .tier-three-supplier_content_buttons > div.reveal-more-button span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 18px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto 0;
            color: #041c2c
        }

            .suppliers-category-section_container .tier-three-supplier_content_buttons > a.reveal-more-button span a,
            .suppliers-category-section_container .tier-three-supplier_content_buttons > div.reveal-more-button span a {
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 18px;
                color: #041c2c
            }

            .suppliers-category-section_container .tier-three-supplier_content_buttons > a.reveal-more-button span:nth-child(1),
            .suppliers-category-section_container .tier-three-supplier_content_buttons > div.reveal-more-button span:nth-child(1) {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .suppliers-category-section_container .tier-three-supplier_content_buttons > a.reveal-more-button span:nth-child(2),
            .suppliers-category-section_container .tier-three-supplier_content_buttons > div.reveal-more-button span:nth-child(2) {
                opacity: 0;
                display: none;
                position: absolute
            }

        .suppliers-category-section_container .tier-three-supplier_content_buttons > a.reveal-more-button.active span:nth-child(1),
        .suppliers-category-section_container .tier-three-supplier_content_buttons > div.reveal-more-button.active span:nth-child(1) {
            opacity: 0;
            position: absolute;
            display: none
        }

        .suppliers-category-section_container .tier-three-supplier_content_buttons > a.reveal-more-button.active span:nth-child(2),
        .suppliers-category-section_container .tier-three-supplier_content_buttons > div.reveal-more-button.active span:nth-child(2) {
            opacity: 1;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.suppliers-category-section_container .tier-three-supplier_content_copy,
.suppliers-category-section_container .tier-three-supplier_content_copy p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #001a30
}

.suppliers-category-section_container .tier-three-supplier_read-more-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #db0740;
    cursor: pointer
}

    .suppliers-category-section_container .tier-three-supplier_read-more-btn i,
    .suppliers-category-section_container .tier-three-supplier_read-more-btn svg {
        font-size: 20px;
        pointer-events: none
    }

.suppliers-category-section_container .tier-three-supplier_read-more-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 16px 51px 6px 16px;
    height: 100%;
    width: 100%;
    background-color: #041c2c;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.suppliers-category-section_container .tier-three-supplier_read-more-content_exit-btn {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
    right: 12px
}

.suppliers-category-section_container .tier-three-supplier_read-more-content:not(.active) {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.suppliers-category-section_container .tier-three-supplier_read-more-content.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.suppliers-premium-section.hidden {
    display: none
}

.suppliers-premium-section_title {
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    color: #041c2c;
    margin: 20px 0 17x 0
}

.suppliers-premium-section_suppliers {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media (max-width:767px) {
    .suppliers-premium-section_suppliers {
        grid-template-columns: 100%
    }
}

.suppliers-premium-section_suppliers .initial-premium-supplier {
    background-color: #041c2c;
    border-radius: 5px;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 15px;
    min-height: 675px
}

.suppliers-premium-section_suppliers .initial-premium-supplier_carousel {
    width: 100%;
    position: relative
}

    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .next-arrow,
    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .prev-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        color: #fff;
        font-size: 27px;
        cursor: pointer;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        z-index: 2
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .prev-arrow {
        left: 8px
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .next-arrow {
        right: 8px
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
        margin: 14px 0 0 0
    }

        .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .slick-dots li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border: 1px solid #6e7c86;
            border-radius: 5px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            height: 0;
            width: unset;
            margin: 0
        }

            .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .slick-dots li:not(.slick-active) {
                cursor: pointer
            }

            .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .slick-dots li:hover {
                border-color: #fff
            }

            .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .slick-dots li.slick-active {
                border-color: #fff;
                -webkit-transform: scaleY(2);
                -ms-transform: scaleY(2);
                transform: scaleY(2);
                background-color: #fff
            }

            .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .slick-dots li button {
                display: none
            }

    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .carousel_image {
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 5px
    }

        .suppliers-premium-section_suppliers .initial-premium-supplier_carousel .carousel_image::before {
            content: "";
            width: 100%;
            opacity: 0;
            pointer-events: none;
            padding-top: 100%;
            position: relative;
            display: block
        }

    .suppliers-premium-section_suppliers .initial-premium-supplier_carousel.slick-slider {
        margin-bottom: 30px
    }

.suppliers-premium-section_suppliers .initial-premium-supplier_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #fff
}

.suppliers-premium-section_suppliers .initial-premium-supplier_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

    .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a,
    .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div {
        border: 2px solid #db0740;
        background-color: #fff;
        cursor: pointer;
        padding: 8px 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        gap: 18px;
        border-radius: 5px;
        min-width: 230px;
        min-height: 40px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        color: #041c2c;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a i,
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a svg,
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div i,
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div svg {
            color: #041c2c;
            font-size: 24px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a:not(.active):hover,
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div:not(.active):hover {
            background-color: #db0740;
            color: #fff !important
        }

            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a:not(.active):hover i,
            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a:not(.active):hover svg,
            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div:not(.active):hover i,
            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div:not(.active):hover svg {
                color: #fff !important
            }

        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a.reveal-more-button span,
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div.reveal-more-button span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 18px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto 0
        }

            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a.reveal-more-button span a,
            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div.reveal-more-button span a {
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 18px;
                color: #041c2c
            }

            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a.reveal-more-button span:nth-child(1),
            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div.reveal-more-button span:nth-child(1) {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a.reveal-more-button span:nth-child(2),
            .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div.reveal-more-button span:nth-child(2) {
                opacity: 0;
                position: absolute;
                display: none
            }

        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a.reveal-more-button.active span:nth-child(1),
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div.reveal-more-button.active span:nth-child(1) {
            opacity: 0;
            position: absolute;
            display: none
        }

        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > a.reveal-more-button.active span:nth-child(2),
        .suppliers-premium-section_suppliers .initial-premium-supplier_buttons > div.reveal-more-button.active span:nth-child(2) {
            opacity: 1;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff
}

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section p {
        max-height: 80px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section:not(.active) p:not(:first-child) {
        display: none
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section:not(.active) .read-more-section_button span:nth-child(2) {
        display: none
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section:not(.active) p {
        overflow: hidden;
        position: relative
    }

        .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section:not(.active) p::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 20px;
            z-index: 2;
            background: -webkit-gradient(linear, left bottom, left top, from(#041c2c), to(rgba(0, 212, 255, 0)));
            background: -o-linear-gradient(bottom, #041c2c 0, rgba(0, 212, 255, 0) 100%);
            background: linear-gradient(0deg, #041c2c 0, rgba(0, 212, 255, 0) 100%)
        }

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section.active .read-more-section_button span:nth-child(1) {
        display: none
    }

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section.active p {
        max-height: 100%
    }

.suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section_button {
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    -webkit-transform: all .15s ease-in-out;
    -ms-transform: all .15s ease-in-out;
    transform: all .15s ease-in-out
}

    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section_button i,
    .suppliers-premium-section_suppliers .initial-premium-supplier .read-more-section_button svg {
        color: #e40046;
        font-size: 20px;
        margin-right: 11px;
        text-decoration: none
    }

footer {
    background-color: #001a30;
    height: auto;
    overflow-x: hidden
}

    footer .footer-top {
        width: 100%;
        background-color: #304456;
        padding-bottom: 20px
    }

    footer .footer-small-copy {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        padding: 20px 0
    }

    footer .footer-brand-images ul {
        padding: 0;
        margin: 0;
        text-align: center
    }

@media (min-width:767px) {
    footer .footer-brand-images ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer .footer-brand-images ul li {
    display: inline-block;
    width: 10%;
    margin: 0 1.5%
}

    footer .footer-brand-images ul li a {
        
    }

        footer .footer-brand-images ul li a img {
            width: 100%
        }

footer .footer-site-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    footer .footer-site-links ul li {
        padding: 3px 0
    }

        footer .footer-site-links ul li a {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            border: none
        }

            footer .footer-site-links ul li a span {
                padding-right: 13px
            }

            footer .footer-site-links ul li a:hover {
                color: #fff !important;
                border-color: #fff !important
            }

        footer .footer-site-links ul li:hover {
            opacity: 1
        }

footer .footer-site-links .footer-social li {
    display: inline-block;
    padding: 0 5px
}

    footer .footer-site-links .footer-social li:first-child {
        padding-left: 0
    }

footer .footer-other-links .footer-award {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

    footer .footer-other-links .footer-award a {
        
    }

        footer .footer-other-links .footer-award a img {
            margin-top: 20px;
            max-width: 200px
        }

    footer .footer-other-links .footer-award .footer-award-name {
        padding-top: 20px;
        padding-bottom: 30px
    }

        footer .footer-other-links .footer-award .footer-award-name a {
            color: #fff
        }

footer .footer-awards-slider {
    text-align: center
}

    footer .footer-awards-slider .footer-award a {
        outline: 0
    }

        footer .footer-awards-slider .footer-award a img {
            margin: 20px auto 0
        }

    footer .footer-awards-slider .footer-award .footer-award-name {
        padding-top: 0
    }

    footer .footer-awards-slider .slick-arrow {
        position: absolute;
        color: #fefefe;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 22px;
        cursor: pointer
    }

        footer .footer-awards-slider .slick-arrow.fa-angle-left,
        footer .footer-awards-slider .slick-arrow.fa-circle-arrow-left {
            left: -25px
        }

        footer .footer-awards-slider .slick-arrow.fa-angle-right,
        footer .footer-awards-slider .slick-arrow.fa-circle-arrow-right {
            right: -25px
        }

.footer-legal-copy {
    margin: 0 0;
    color: #fff;
    font-size: 12px
}

    .footer-legal-copy p {
        padding: 5px 0
    }

        .footer-legal-copy p:first-child {
            padding-top: 20px
        }

        .footer-legal-copy p a {
            font-size: 12px;
            color: #fff;
            font-weight: 900;
            padding: 5 10px;
            margin: 0 5px;
            border-color: #fff
        }

            .footer-legal-copy p a:first-child {
                margin-left: 0
            }

@media (max-width:767px) {
    .footer-legal-copy p a:last-child {
        margin-top: 10px !important;
        margin-left: 0 !important
    }

    .footer-contact-us a:last-child {
        margin-top: 10px
    }

    .footer-brand-images {
        margin-bottom: 20px
    }

        .footer-brand-images ul {
            padding: 0;
            margin: 0;
            text-align: center
        }

            .footer-brand-images ul li {
                display: inline-block;
                width: 25% !important;
                margin: 0 1.5%
            }

                .footer-brand-images ul li a {
                    
                }

                    .footer-brand-images ul li a img {
                        width: 100%
                    }
}