:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }
*, *::before, *::after {
    box-sizing: border-box;
    }
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    }
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
    }
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    }
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    }
p {
    margin-top: 0;
    margin-bottom: 1rem;
    }
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
    }
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    }
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    }
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
    }
dt {
    font-weight: 700;
    }
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
    }
blockquote {
    margin: 0 0 1rem;
    }
b, strong {
    font-weight: bolder;
    }
small {
    font-size: 80%;
    }
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    }
sub {
    bottom: -0.25em;
    }
sup {
    top: -0.5em;
    }
a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    }
a:hover {
    color: rgb(0, 86.1, 178.5);
    text-decoration: underline;
    }
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
    }
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
    }
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    }
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    }
figure {
    margin: 0 0 1rem;
    }
img {
    vertical-align: middle;
    border-style: none;
    }
svg {
    overflow: hidden;
    vertical-align: middle;
    }
table {
    border-collapse: collapse;
    }
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
    }
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    }
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    }
button {
    border-radius: 0;
    }
button:focus:not(:focus-visible) {
    outline: 0;
    }
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    }
button, input {
    overflow: visible;
    }
button, select {
    text-transform: none;
    }
[role=button] {
    cursor: pointer;
    }
select {
    word-wrap: normal;
    }
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    }
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
    }
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
    }
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    }
textarea {
    overflow: auto;
    resize: vertical;
    }
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    }
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    }
progress {
    vertical-align: baseline;
    }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
    }
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    }
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    }
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    }
output {
    display: inline-block;
    }
summary {
    display: list-item;
    cursor: pointer;
    }
template {
    display: none;
    }
[hidden] {
    display: none !important;
    }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    }
h1, .h1 {
    font-size: 2.5rem;
    }
h2, .h2 {
    font-size: 2rem;
    }
h3, .h3 {
    font-size: 1.75rem;
    }
h4, .h4 {
    font-size: 1.5rem;
    }
h5, .h5 {
    font-size: 1.25rem;
    }
h6, .h6 {
    font-size: 1rem;
    }
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    }
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
    }
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
    }
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    }
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    }
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
small, .small {
    font-size: 0.875em;
    font-weight: 400;
    }
mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
    }
.list-unstyled {
    padding-left: 0;
    list-style: none;
    }
.list-inline {
    padding-left: 0;
    list-style: none;
    }
.list-inline-item {
    display: inline-block;
    }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
    }
.initialism {
    font-size: 90%;
    text-transform: uppercase;
    }
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    }
.blockquote-footer {
    display: block;
    font-size: 0.875em;
    color: #6c757d;
    }
.blockquote-footer::before {
    content: "— ";
    }
.img-fluid {
    max-width: 100%;
    height: auto;
    }
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    }
.figure {
    display: inline-block;
    }
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
    }
.figure-caption {
    font-size: 90%;
    color: #6c757d;
    }
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
    }
a > code {
    color: inherit;
    }
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
    }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    }
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    }
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
    }
.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
        }
    }
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
        }
    }
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
        }
    }
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
        }
    }
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    }
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    }
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
    }
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    }
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
    }
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
    }
.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
    }
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
    }
.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    }
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    }
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    }
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    }
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    }
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    }
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    }
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    }
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    }
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-first {
    order: -1;
    }
.order-last {
    order: 13;
    }
.order-0 {
    order: 0;
    }
.order-1 {
    order: 1;
    }
.order-2 {
    order: 2;
    }
.order-3 {
    order: 3;
    }
.order-4 {
    order: 4;
    }
.order-5 {
    order: 5;
    }
.order-6 {
    order: 6;
    }
.order-7 {
    order: 7;
    }
.order-8 {
    order: 8;
    }
.order-9 {
    order: 9;
    }
.order-10 {
    order: 10;
    }
.order-11 {
    order: 11;
    }
.order-12 {
    order: 12;
    }
.offset-1 {
    margin-left: 8.333333%;
    }
.offset-2 {
    margin-left: 16.666667%;
    }
.offset-3 {
    margin-left: 25%;
    }
.offset-4 {
    margin-left: 33.333333%;
    }
.offset-5 {
    margin-left: 41.666667%;
    }
.offset-6 {
    margin-left: 50%;
    }
.offset-7 {
    margin-left: 58.333333%;
    }
.offset-8 {
    margin-left: 66.666667%;
    }
.offset-9 {
    margin-left: 75%;
    }
.offset-10 {
    margin-left: 83.333333%;
    }
.offset-11 {
    margin-left: 91.666667%;
    }
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        }
    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
        }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .order-sm-first {
        order: -1;
        }
    .order-sm-last {
        order: 13;
        }
    .order-sm-0 {
        order: 0;
        }
    .order-sm-1 {
        order: 1;
        }
    .order-sm-2 {
        order: 2;
        }
    .order-sm-3 {
        order: 3;
        }
    .order-sm-4 {
        order: 4;
        }
    .order-sm-5 {
        order: 5;
        }
    .order-sm-6 {
        order: 6;
        }
    .order-sm-7 {
        order: 7;
        }
    .order-sm-8 {
        order: 8;
        }
    .order-sm-9 {
        order: 9;
        }
    .order-sm-10 {
        order: 10;
        }
    .order-sm-11 {
        order: 11;
        }
    .order-sm-12 {
        order: 12;
        }
    .offset-sm-0 {
        margin-left: 0;
        }
    .offset-sm-1 {
        margin-left: 8.333333%;
        }
    .offset-sm-2 {
        margin-left: 16.666667%;
        }
    .offset-sm-3 {
        margin-left: 25%;
        }
    .offset-sm-4 {
        margin-left: 33.333333%;
        }
    .offset-sm-5 {
        margin-left: 41.666667%;
        }
    .offset-sm-6 {
        margin-left: 50%;
        }
    .offset-sm-7 {
        margin-left: 58.333333%;
        }
    .offset-sm-8 {
        margin-left: 66.666667%;
        }
    .offset-sm-9 {
        margin-left: 75%;
        }
    .offset-sm-10 {
        margin-left: 83.333333%;
        }
    .offset-sm-11 {
        margin-left: 91.666667%;
        }
    }
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        }
    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .order-md-first {
        order: -1;
        }
    .order-md-last {
        order: 13;
        }
    .order-md-0 {
        order: 0;
        }
    .order-md-1 {
        order: 1;
        }
    .order-md-2 {
        order: 2;
        }
    .order-md-3 {
        order: 3;
        }
    .order-md-4 {
        order: 4;
        }
    .order-md-5 {
        order: 5;
        }
    .order-md-6 {
        order: 6;
        }
    .order-md-7 {
        order: 7;
        }
    .order-md-8 {
        order: 8;
        }
    .order-md-9 {
        order: 9;
        }
    .order-md-10 {
        order: 10;
        }
    .order-md-11 {
        order: 11;
        }
    .order-md-12 {
        order: 12;
        }
    .offset-md-0 {
        margin-left: 0;
        }
    .offset-md-1 {
        margin-left: 8.333333%;
        }
    .offset-md-2 {
        margin-left: 16.666667%;
        }
    .offset-md-3 {
        margin-left: 25%;
        }
    .offset-md-4 {
        margin-left: 33.333333%;
        }
    .offset-md-5 {
        margin-left: 41.666667%;
        }
    .offset-md-6 {
        margin-left: 50%;
        }
    .offset-md-7 {
        margin-left: 58.333333%;
        }
    .offset-md-8 {
        margin-left: 66.666667%;
        }
    .offset-md-9 {
        margin-left: 75%;
        }
    .offset-md-10 {
        margin-left: 83.333333%;
        }
    .offset-md-11 {
        margin-left: 91.666667%;
        }
    }
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        }
    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .order-lg-first {
        order: -1;
        }
    .order-lg-last {
        order: 13;
        }
    .order-lg-0 {
        order: 0;
        }
    .order-lg-1 {
        order: 1;
        }
    .order-lg-2 {
        order: 2;
        }
    .order-lg-3 {
        order: 3;
        }
    .order-lg-4 {
        order: 4;
        }
    .order-lg-5 {
        order: 5;
        }
    .order-lg-6 {
        order: 6;
        }
    .order-lg-7 {
        order: 7;
        }
    .order-lg-8 {
        order: 8;
        }
    .order-lg-9 {
        order: 9;
        }
    .order-lg-10 {
        order: 10;
        }
    .order-lg-11 {
        order: 11;
        }
    .order-lg-12 {
        order: 12;
        }
    .offset-lg-0 {
        margin-left: 0;
        }
    .offset-lg-1 {
        margin-left: 8.333333%;
        }
    .offset-lg-2 {
        margin-left: 16.666667%;
        }
    .offset-lg-3 {
        margin-left: 25%;
        }
    .offset-lg-4 {
        margin-left: 33.333333%;
        }
    .offset-lg-5 {
        margin-left: 41.666667%;
        }
    .offset-lg-6 {
        margin-left: 50%;
        }
    .offset-lg-7 {
        margin-left: 58.333333%;
        }
    .offset-lg-8 {
        margin-left: 66.666667%;
        }
    .offset-lg-9 {
        margin-left: 75%;
        }
    .offset-lg-10 {
        margin-left: 83.333333%;
        }
    .offset-lg-11 {
        margin-left: 91.666667%;
        }
    }
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
        }
    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        }
    .order-xl-first {
        order: -1;
        }
    .order-xl-last {
        order: 13;
        }
    .order-xl-0 {
        order: 0;
        }
    .order-xl-1 {
        order: 1;
        }
    .order-xl-2 {
        order: 2;
        }
    .order-xl-3 {
        order: 3;
        }
    .order-xl-4 {
        order: 4;
        }
    .order-xl-5 {
        order: 5;
        }
    .order-xl-6 {
        order: 6;
        }
    .order-xl-7 {
        order: 7;
        }
    .order-xl-8 {
        order: 8;
        }
    .order-xl-9 {
        order: 9;
        }
    .order-xl-10 {
        order: 10;
        }
    .order-xl-11 {
        order: 11;
        }
    .order-xl-12 {
        order: 12;
        }
    .offset-xl-0 {
        margin-left: 0;
        }
    .offset-xl-1 {
        margin-left: 8.333333%;
        }
    .offset-xl-2 {
        margin-left: 16.666667%;
        }
    .offset-xl-3 {
        margin-left: 25%;
        }
    .offset-xl-4 {
        margin-left: 33.333333%;
        }
    .offset-xl-5 {
        margin-left: 41.666667%;
        }
    .offset-xl-6 {
        margin-left: 50%;
        }
    .offset-xl-7 {
        margin-left: 58.333333%;
        }
    .offset-xl-8 {
        margin-left: 66.666667%;
        }
    .offset-xl-9 {
        margin-left: 75%;
        }
    .offset-xl-10 {
        margin-left: 83.333333%;
        }
    .offset-xl-11 {
        margin-left: 91.666667%;
        }
    }
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    }
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    }
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
    }
.table-sm th, .table-sm td {
    padding: 0.3rem;
    }
.table-bordered {
    border: 1px solid #dee2e6;
    }
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    }
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
    }
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
    }
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    }
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
    }
.table-primary, .table-primary > th, .table-primary > td {
    background-color: rgb(183.6, 218.04, 255);
    }
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: rgb(122.4, 186.36, 255);
    }
.table-hover .table-primary:hover {
    background-color: rgb(158.1, 204.84, 255);
    }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: rgb(158.1, 204.84, 255);
    }
.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: rgb(213.84, 216.36, 218.6);
    }
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: rgb(178.56, 183.24, 187.4);
    }
.table-hover .table-secondary:hover {
    background-color: hsl(208.235294, 6.137184%, 79.792157%);
    }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: hsl(208.235294, 6.137184%, 79.792157%);
    }
.table-success, .table-success > th, .table-success > td {
    background-color: rgb(194.8, 230.36, 202.92);
    }
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: rgb(143.2, 209.24, 158.28);
    }
.table-hover .table-success:hover {
    background-color: rgb(176.705941, 222.954059, 187.266535);
    }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: rgb(176.705941, 222.954059, 187.266535);
    }
.table-info, .table-info > th, .table-info > td {
    background-color: rgb(190.04, 228.96, 235.12);
    }
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border-color: rgb(134.36, 206.64, 218.08);
    }
.table-hover .table-info:hover {
    background-color: hsl(188.198758, 53.135314%, 78.364706%);
    }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: hsl(188.198758, 53.135314%, 78.364706%);
    }
.table-warning, .table-warning > th, .table-warning > td {
    background-color: rgb(255, 237.64, 185.56);
    }
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: rgb(255, 222.76, 126.04);
    }
.table-hover .table-warning:hover {
    background-color: rgb(255, 231.265, 160.06);
    }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: rgb(255, 231.265, 160.06);
    }
.table-danger, .table-danger > th, .table-danger > td {
    background-color: rgb(245.2, 198.44, 202.92);
    }
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: rgb(236.8, 149.96, 158.28);
    }
.table-hover .table-danger:hover {
    background-color: hsl(354.251497, 70.464135%, 81.988235%);
    }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: hsl(354.251497, 70.464135%, 81.988235%);
    }
.table-light, .table-light > th, .table-light > td {
    background-color: rgb(253.04, 253.32, 253.6);
    }
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: rgb(251.36, 251.88, 252.4);
    }
.table-hover .table-light:hover {
    background-color: rgb(238.165, 240.57, 242.975);
    }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: rgb(238.165, 240.57, 242.975);
    }
.table-dark, .table-dark > th, .table-dark > td {
    background-color: rgb(198.16, 199.84, 201.52);
    }
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: rgb(149.44, 152.56, 155.68);
    }
.table-hover .table-dark:hover {
    background-color: hsl(210, 3.045685%, 73.368627%);
    }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: hsl(210, 3.045685%, 73.368627%);
    }
.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
    }
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
    }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
    }
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: hsl(210, 10.344828%, 30.245098%);
    }
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    }
.table-dark {
    color: #fff;
    background-color: #343a40;
    }
.table-dark th, .table-dark td, .table-dark thead th {
    border-color: hsl(210, 10.344828%, 30.245098%);
    }
.table-dark.table-bordered {
    border: 0;
    }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
    }
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
    }
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-sm > .table-bordered {
        border: 0;
        }
    }
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-md > .table-bordered {
        border: 0;
        }
    }
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-lg > .table-bordered {
        border: 0;
        }
    }
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        }
    .table-responsive-xl > .table-bordered {
        border: 0;
        }
    }
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
.table-responsive > .table-bordered {
    border: 0;
    }
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
        }
    }
.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(127.5, 189, 255);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    }
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    appearance: none;
    }
select.form-control:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #495057;
    }
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
    }
.form-control-file, .form-control-range {
    display: block;
    width: 100%;
    }
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    }
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
    }
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
    }
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0;
    }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
    }
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    }
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    }
select.form-control[size], select.form-control[multiple] {
    height: auto;
    }
textarea.form-control {
    height: auto;
    }
.form-group {
    margin-bottom: 1rem;
    }
.form-text {
    display: block;
    margin-top: 0.25rem;
    }
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    }
.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    }
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    }
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    }
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
    }
.form-check-label {
    margin-bottom: 0;
    }
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
    }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
    }
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #28a745;
    }
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
    }
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px;
    }
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block;
    }
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(../images/style_image_10.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }
.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
    }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    }
.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url(../images/style_image_11.svg);
    }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
    }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
    }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
    }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
    }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: rgb(51.695652, 206.304348, 87);
    background-color: rgb(51.695652, 206.304348, 87);
    }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
    }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
    }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    }
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
    }
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px;
    }
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block;
    }
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(../images/style_image_12.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
    }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
    }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url(../images/style_image_11.svg);
    }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
    }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
    }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
    }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
    }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: rgb(227.531646, 96.468354, 109.025316);
    background-color: rgb(227.531646, 96.468354, 109.025316);
    }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
    }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
    }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    }
.form-inline .form-check {
    width: 100%;
    }
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
        }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        }
    .form-inline .form-control-plaintext {
        display: inline-block;
        }
    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
        }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
        }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
        }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
        }
    .form-inline .custom-control-label {
        margin-bottom: 0;
        }
    }
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
        }
    }
.btn:hover {
    color: #212529;
    text-decoration: none;
    }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.btn.disabled, .btn:disabled {
    opacity: 0.65;
    }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    }
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
    }
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
.btn-primary:hover {
    color: #fff;
    background-color: rgb(0, 104.55, 216.75);
    border-color: rgb(0, 98.4, 204);
    }
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: rgb(0, 104.55, 216.75);
    border-color: rgb(0, 98.4, 204);
    box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
    }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(0, 98.4, 204);
    border-color: rgb(0, 92.25, 191.25);
    }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
    }
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    }
.btn-secondary:hover {
    color: #fff;
    background-color: rgb(90.270386, 97.792918, 104.479614);
    border-color: rgb(84.360515, 91.390558, 97.639485);
    }
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: rgb(90.270386, 97.792918, 104.479614);
    border-color: rgb(84.360515, 91.390558, 97.639485);
    box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
    }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgb(84.360515, 91.390558, 97.639485);
    border-color: rgb(78.450644, 84.988197, 90.799356);
    }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
    }
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    }
.btn-success:hover {
    color: #fff;
    background-color: rgb(32.608696, 136.141304, 56.25);
    border-color: rgb(30.144928, 125.855072, 52);
    }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: rgb(32.608696, 136.141304, 56.25);
    border-color: rgb(30.144928, 125.855072, 52);
    box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
    }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(30.144928, 125.855072, 52);
    border-color: rgb(27.681159, 115.568841, 47.75);
    }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
    }
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    }
.btn-info:hover {
    color: #fff;
    background-color: rgb(18.75, 132.065217, 150);
    border-color: rgb(17.333333, 122.086957, 138.666667);
    }
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: rgb(18.75, 132.065217, 150);
    border-color: rgb(17.333333, 122.086957, 138.666667);
    box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
    }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgb(17.333333, 122.086957, 138.666667);
    border-color: rgb(15.916667, 112.108696, 127.333333);
    }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
    }
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    }
.btn-warning:hover {
    color: #212529;
    background-color: rgb(223.75, 167.8125, 0);
    border-color: rgb(211, 158.25, 0);
    }
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: rgb(223.75, 167.8125, 0);
    border-color: rgb(211, 158.25, 0);
    box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
    }
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: rgb(211, 158.25, 0);
    border-color: rgb(198.25, 148.6875, 0);
    }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
    }
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    }
.btn-danger:hover {
    color: #fff;
    background-color: rgb(200.082278, 34.667722, 50.515823);
    border-color: rgb(189.21519, 32.78481, 47.772152);
    }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: rgb(200.082278, 34.667722, 50.515823);
    border-color: rgb(189.21519, 32.78481, 47.772152);
    box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
    }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: rgb(189.21519, 32.78481, 47.772152);
    border-color: rgb(178.348101, 30.901899, 45.028481);
    }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
    }
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    }
.btn-light:hover {
    color: #212529;
    background-color: rgb(225.6875, 229.875, 234.0625);
    border-color: rgb(218.25, 223.5, 228.75);
    }
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: rgb(225.6875, 229.875, 234.0625);
    border-color: rgb(218.25, 223.5, 228.75);
    box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
    }
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: rgb(218.25, 223.5, 228.75);
    border-color: rgb(210.8125, 217.125, 223.4375);
    }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
    }
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    }
.btn-dark:hover {
    color: #fff;
    background-color: hsl(210, 10.344828%, 15.245098%);
    border-color: rgb(29.137931, 32.5, 35.862069);
    }
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: hsl(210, 10.344828%, 15.245098%);
    border-color: rgb(29.137931, 32.5, 35.862069);
    box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
    }
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: rgb(29.137931, 32.5, 35.862069);
    border-color: hsl(210, 10.344828%, 10.245098%);
    }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
    }
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
    }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
.btn-outline-secondary, .slide-light .btn.btn-primary {
    color: #6c757d;
    border-color: #6c757d;
    }
.btn-outline-secondary:hover, .slide-light .btn.btn-primary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    }
.btn-outline-secondary:focus, .slide-light .btn.btn-primary:focus, .btn-outline-secondary.focus, .slide-light .focus.btn.btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }
.btn-outline-secondary.disabled, .slide-light .disabled.btn.btn-primary, .btn-outline-secondary:disabled, .slide-light .btn.btn-primary:disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .slide-light .btn.btn-primary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .slide-light .btn.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .slide-light .show > .dropdown-toggle.btn.btn-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .slide-light .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .slide-light .btn.btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .slide-light .show > .dropdown-toggle.btn.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    }
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
    }
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    }
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    }
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    }
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
    }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: rgba(0, 0, 0, 0);
    }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
    }
.btn-link:hover {
    color: rgb(0, 86.1, 178.5);
    text-decoration: underline;
    }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    }
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
    }
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    }
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    }
.btn-block {
    display: block;
    width: 100%;
    }
.btn-block + .btn-block {
    margin-top: 0.5rem;
    }
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
    }
.fade {
    transition: opacity 0.15s linear;
    }
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
        }
    }
.fade:not(.show) {
    opacity: 0;
    }
.collapse:not(.show) {
    display: none;
    }
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
        }
    }
.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
    }
@media (prefers-reduced-motion: reduce); {
    .collapsing.width {
        transition: none;
        }
    }
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
    }
.dropdown-toggle {
    white-space: nowrap;
    }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
    }
.dropdown-toggle:empty::after {
    margin-left: 0;
    }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    }
.dropdown-menu-left {
    right: auto;
    left: 0;
    }
.dropdown-menu-right {
    right: 0;
    left: auto;
    }
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
        }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
        }
    }
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
        }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
        }
    }
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
        }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
        }
    }
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
        }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
        }
    }
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
    }
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
    }
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
    }
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
    }
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    border-left: 0.3em solid;
    }
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
    }
.dropright .dropdown-toggle::after {
    vertical-align: 0;
    }
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
    }
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    }
.dropleft .dropdown-toggle::after {
    display: none;
    }
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-right: 0.3em solid;
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    }
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
    }
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
    }
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
    }
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
    }
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    }
.dropdown-item:hover, .dropdown-item:focus {
    color: hsl(210, 10.810811%, 9.509804%);
    text-decoration: none;
    background-color: #e9ecef;
    }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    }
.dropdown-menu.show {
    display: block;
    }
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
    }
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
    }
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    }
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
    }
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1;
    }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1;
    }
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
.btn-toolbar .input-group {
    width: auto;
    }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
    }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
    }
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
    }
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
    }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    }
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%;
    }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
    }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
    }
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    }
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    }
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    }
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
    }
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
    }
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
    }
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.input-group > .custom-file {
    display: flex;
    align-items: center;
    }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.input-group-prepend, .input-group-append {
    display: flex;
    }
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
    }
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3;
    }
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px;
    }
.input-group-prepend {
    margin-right: -1px;
    }
.input-group-append {
    margin-left: -1px;
    }
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    }
.input-group-text input[type=radio], .input-group-text input[type=checkbox] {
    margin-top: 0;
    }
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
    }
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    }
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
    }
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    }
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem;
    }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    print-color-adjust: exact;
    }
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
    }
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    }
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(127.5, 189, 255);
    }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgb(178.5, 215.4, 255);
    border-color: rgb(178.5, 215.4, 255);
    }
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
    }
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
    }
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    }
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
    }
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    }
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
    }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/style_image_13.svg);
    }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
    }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url(../images/style_image_14.svg);
    }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
    }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
    }
.custom-radio .custom-control-label::before {
    border-radius: 50%;
    }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/style_image_16.svg);
    }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
    }
.custom-switch {
    padding-left: 2.25rem;
    }
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
    }
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
@media (prefers-reduced-motion: reduce); {
    .custom-switch .custom-control-label::after {
        transition: none;
        }
    }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translatex(0.75rem);
    }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
    }
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(../images/style_image_11.svg);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
    }
.custom-select:focus {
    border-color: rgb(127.5, 189, 255);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
    }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
    }
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
    }
.custom-select::-ms-expand {
    display: none;
    }
.custom-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #495057;
    }
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    }
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    }
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
    }
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
    }
.custom-file-input:focus ~ .custom-file-label {
    border-color: rgb(127.5, 189, 255);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
    }
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
    }
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
    }
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    }
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    appearance: none;
    }
.custom-range:focus {
    outline: 0;
    }
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.custom-range::-moz-focus-outer {
    border: 0;
    }
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
        }
    }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
    }
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
        }
    }
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem;
    }
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    }
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
        }
    }
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-width: 0.5rem;
    }
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
    }
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
    }
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
    }
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
    }
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
    }
.custom-range:disabled::-moz-range-track {
    cursor: default;
    }
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
    }
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
        }
    }
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    }
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    }
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
    }
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    }
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
    }
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
    }
.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
    }
.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    }
.tab-content > .tab-pane {
    display: none;
    }
.tab-content > .active {
    display: block;
    }
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    }
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    }
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
    }
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    }
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    }
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    }
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    }
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    }
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
    }
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
    }
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
    }
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
        }
    }
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
        }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
        }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
        }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
        }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
        }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        }
    .navbar-expand-sm .navbar-toggler {
        display: none;
        }
    }
@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
        }
    }
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
        }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
        }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
        }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        }
    .navbar-expand-md .navbar-toggler {
        display: none;
        }
    }
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
        }
    }
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
        }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
        }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
        }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        }
    .navbar-expand-lg .navbar-toggler {
        display: none;
        }
    }
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
        }
    }
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
        }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
        }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
        }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        }
    .navbar-expand-xl .navbar-toggler {
        display: none;
        }
    }
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
    }
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
    }
.navbar-expand .navbar-nav {
    flex-direction: row;
    }
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    }
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    }
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap;
    }
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
    }
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    }
.navbar-expand .navbar-toggler {
    display: none;
    }
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
    }
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
    }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
    }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    }
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    }
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/style_image_18.svg);
    }
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
    }
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
    }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
    }
.navbar-dark .navbar-brand {
    color: #fff;
    }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
    }
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
    }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: hsla(0, 0%, 100%, 0.75);
    }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
    }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    }
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
    }
.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/style_image_21.svg);
    }
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
    }
.navbar-dark .navbar-text a {
    color: #fff;
    }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
    }
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    }
.card > hr {
    margin-right: 0;
    margin-left: 0;
    }
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
    }
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    }
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    }
.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0;
    }
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    }
.card-title {
    margin-bottom: 0.75rem;
    }
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
    }
.card-text:last-child {
    margin-bottom: 0;
    }
.card-link:hover {
    text-decoration: none;
    }
.card-link + .card-link {
    margin-left: 1.25rem;
    }
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    }
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
    }
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    }
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
    }
.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
    }
.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    }
.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    }
.card-deck .card {
    margin-bottom: 15px;
    }
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
        }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
        }
    }
.card-group > .card {
    margin-bottom: 15px;
    }
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
        }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
        }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        }
    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
        }
    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
        }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        }
    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
        }
    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
        }
    }
.card-columns .card {
    margin-bottom: 0.75rem;
    }
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
        }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        }
    }
.accordion {
    overflow-anchor: none;
    }
.accordion > .card {
    overflow: hidden;
    }
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
.accordion > .card:not(:first-of-type); {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
    }
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    }
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    }
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
    }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    }
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
    }
.breadcrumb-item.active {
    color: #6c757d;
    }
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    }
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    }
.page-link:hover {
    z-index: 2;
    color: rgb(0, 86.1, 178.5);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    }
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    }
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    }
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    }
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    }
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    }
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    }
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    }
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    }
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    }
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
        }
    }
a.badge:hover, a.badge:focus {
    text-decoration: none;
    }
.badge:empty {
    display: none;
    }
.btn .badge {
    position: relative;
    top: -1px;
    }
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
    }
.badge-primary {
    color: #fff;
    background-color: #007bff;
    }
a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: rgb(0, 98.4, 204);
    }
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    }
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: rgb(84.360515, 91.390558, 97.639485);
    }
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }
.badge-success {
    color: #fff;
    background-color: #28a745;
    }
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: rgb(30.144928, 125.855072, 52);
    }
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }
.badge-info {
    color: #fff;
    background-color: #17a2b8;
    }
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: rgb(17.333333, 122.086957, 138.666667);
    }
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }
.badge-warning {
    color: #212529;
    background-color: #ffc107;
    }
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: rgb(211, 158.25, 0);
    }
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }
.badge-danger {
    color: #fff;
    background-color: #dc3545;
    }
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: rgb(189.21519, 32.78481, 47.772152);
    }
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
    }
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: rgb(218.25, 223.5, 228.75);
    }
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }
.badge-dark {
    color: #fff;
    background-color: #343a40;
    }
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: rgb(29.137931, 32.5, 35.862069);
    }
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }
.badge-success {
    background-color: #bcebd7;
    color: #00844c;
    }
.badge-warning {
    background-color: #ffee7e;
    color: #081f28;
    }
.badge-danger {
    background-color: #f0aa9a;
    color: #aa2d12;
    }
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    }
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
        }
    }
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    }
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    }
.alert-heading {
    color: inherit;
    }
.alert-link {
    font-weight: 700;
    }
.alert-dismissible {
    padding-right: 4rem;
    }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
    }
.alert-primary {
    color: rgb(0, 63.96, 132.6);
    background-color: rgb(204, 228.6, 255);
    border-color: rgb(183.6, 218.04, 255);
    }
.alert-primary hr {
    border-top-color: rgb(158.1, 204.84, 255);
    }
.alert-primary .alert-link {
    color: rgb(0, 39.36, 81.6);
    }
.alert-secondary {
    color: rgb(56.16, 60.84, 65);
    background-color: rgb(225.6, 227.4, 229);
    border-color: rgb(213.84, 216.36, 218.6);
    }
.alert-secondary hr {
    border-top-color: hsl(208.235294, 6.137184%, 79.792157%);
    }
.alert-secondary .alert-link {
    color: rgb(32.520515, 35.230558, 37.639485);
    }
.alert-success {
    color: rgb(20.8, 86.84, 35.88);
    background-color: rgb(212, 237.4, 217.8);
    border-color: rgb(194.8, 230.36, 202.92);
    }
.alert-success hr {
    border-top-color: rgb(176.705941, 222.954059, 187.266535);
    }
.alert-success .alert-link {
    color: rgb(10.944928, 45.695072, 18.88);
    }
.alert-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(208.6, 236.4, 240.8);
    border-color: rgb(190.04, 228.96, 235.12);
    }
.alert-info hr {
    border-top-color: hsl(188.198758, 53.135314%, 78.364706%);
    }
.alert-info .alert-link {
    color: rgb(6.293333, 44.326957, 50.346667);
    }
.alert-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 242.6, 205.4);
    border-color: rgb(255, 237.64, 185.56);
    }
.alert-warning hr {
    border-top-color: rgb(255, 231.265, 160.06);
    }
.alert-warning .alert-link {
    color: hsl(45, 94.656489%, 16.713725%);
    }
.alert-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(248, 214.6, 217.8);
    border-color: rgb(245.2, 198.44, 202.92);
    }
.alert-danger hr {
    border-top-color: hsl(354.251497, 70.464135%, 81.988235%);
    }
.alert-danger .alert-link {
    color: rgb(73.301099, 17.658901, 22.98989);
    }
.alert-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.6, 253.8, 254);
    border-color: rgb(253.04, 253.32, 253.6);
    }
.alert-light hr {
    border-top-color: rgb(238.165, 240.57, 242.975);
    }
.alert-light .alert-link {
    color: hsl(210, 0.414277%, 40.776471%);
    }
.alert-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(214.4, 215.6, 216.8);
    border-color: rgb(198.16, 199.84, 201.52);
    }
.alert-dark hr {
    border-top-color: hsl(210, 3.045685%, 73.368627%);
    }
.alert-dark .alert-link {
    color: rgb(4.177931, 4.66, 5.142069);
    }
.alert {
    border: 0 !important;
    }
.alert-danger {
    background-color: #f0aa9a;
    color: #aa2d12;
    }
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
        } to {
        background-position: 0 0
        }
    }
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    }
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
    }
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
        }
    }
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    }
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
    }
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
        }
    }
.media {
    display: flex;
    align-items: flex-start;
    }
.media-body {
    flex: 1;
    }
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    }
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
    }
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
    }
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
    }
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    }
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    }
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    }
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }
.list-group-item + .list-group-item {
    border-top-width: 0;
    }
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
    }
.list-group-horizontal {
    flex-direction: row;
    }
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    }
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    }
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
    }
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
    }
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
    }
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
        }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
        }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
        }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
        }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
        }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
        }
    }
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
        }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
        }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
        }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
        }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
        }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
        }
    }
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
        }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
        }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
        }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
        }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
        }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
        }
    }
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
        }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
        }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
        }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
        }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
        }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
        }
    }
.list-group-flush {
    border-radius: 0;
    }
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
    }
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
    }
.list-group-item-primary {
    color: rgb(0, 63.96, 132.6);
    background-color: rgb(183.6, 218.04, 255);
    }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: rgb(0, 63.96, 132.6);
    background-color: rgb(158.1, 204.84, 255);
    }
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(0, 63.96, 132.6);
    border-color: rgb(0, 63.96, 132.6);
    }
.list-group-item-secondary {
    color: rgb(56.16, 60.84, 65);
    background-color: rgb(213.84, 216.36, 218.6);
    }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: rgb(56.16, 60.84, 65);
    background-color: hsl(208.235294, 6.137184%, 79.792157%);
    }
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(56.16, 60.84, 65);
    border-color: rgb(56.16, 60.84, 65);
    }
.list-group-item-success {
    color: rgb(20.8, 86.84, 35.88);
    background-color: rgb(194.8, 230.36, 202.92);
    }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: rgb(20.8, 86.84, 35.88);
    background-color: rgb(176.705941, 222.954059, 187.266535);
    }
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: rgb(20.8, 86.84, 35.88);
    border-color: rgb(20.8, 86.84, 35.88);
    }
.list-group-item-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(190.04, 228.96, 235.12);
    }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: rgb(11.96, 84.24, 95.68);
    background-color: hsl(188.198758, 53.135314%, 78.364706%);
    }
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgb(11.96, 84.24, 95.68);
    border-color: rgb(11.96, 84.24, 95.68);
    }
.list-group-item-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 237.64, 185.56);
    }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 231.265, 160.06);
    }
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: rgb(132.6, 100.36, 3.64);
    border-color: rgb(132.6, 100.36, 3.64);
    }
.list-group-item-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(245.2, 198.44, 202.92);
    }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: rgb(114.4, 27.56, 35.88);
    background-color: hsl(354.251497, 70.464135%, 81.988235%);
    }
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: rgb(114.4, 27.56, 35.88);
    border-color: rgb(114.4, 27.56, 35.88);
    }
.list-group-item-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.04, 253.32, 253.6);
    }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(238.165, 240.57, 242.975);
    }
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: rgb(128.96, 129.48, 130);
    border-color: rgb(128.96, 129.48, 130);
    }
.list-group-item-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(198.16, 199.84, 201.52);
    }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: rgb(27.04, 30.16, 33.28);
    background-color: hsl(210, 3.045685%, 73.368627%);
    }
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: rgb(27.04, 30.16, 33.28);
    border-color: rgb(27.04, 30.16, 33.28);
    }
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    }
.close:hover {
    color: #000;
    text-decoration: none;
    }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
    }
button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    }
a.close.disabled {
    pointer-events: none;
    }
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
    }
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
    }
.toast.showing {
    opacity: 1;
    }
.toast.show {
    display: block;
    opacity: 1;
    }
.toast.hide {
    display: none;
    }
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    }
.toast-body {
    padding: 0.75rem;
    }
.modal-open {
    overflow: hidden;
    }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    }
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    }
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
    }
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
        }
    }
.modal.show .modal-dialog {
    transform: none;
    }
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
    }
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
    }
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
    }
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
    }
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    }
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    }
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
    }
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    }
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
    }
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
    }
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    }
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    }
.modal-backdrop.fade {
    opacity: 0;
    }
.modal-backdrop.show {
    opacity: 0.5;
    }
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    }
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    }
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    }
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    }
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    }
.modal-footer > * {
    margin: 0.25rem;
    }
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
    }
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
        }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
        }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
        }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
        }
    .modal-sm {
        max-width: 300px;
        }
    }
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
        }
    }
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
        }
    }
.modal-content {
    border: 0 !important;
    }
.modal-footer > button.btn {
    width: 100%;
    }
.subs-tou-table td, .subs-tou-table th {
    border: 2px solid #000 !important;
    padding: 10px;
    }
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
    }
.tooltip.show {
    opacity: 0.9;
    }
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    }
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: 0.4rem 0;
    }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0;
    }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
    }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
    }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
    }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
    }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.4rem 0;
    }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0;
    }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
    }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
    }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
    }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
    }
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
    }
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    }
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
    }
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    }
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.5rem;
    }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
    bottom: calc(-0.5rem - 1px);
    }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
    }
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
    }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
    }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
    }
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
    }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
    top: calc(-0.5rem - 1px);
    }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
    }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid hsl(0, 0%, 97%);
    }
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
    }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
    }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
    }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
    }
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: hsl(0, 0%, 97%);
    border-bottom: 1px solid hsl(0, 0%, 92%);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    }
.popover-header:empty {
    display: none;
    }
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
    }
.carousel {
    position: relative;
    }
.carousel.pointer-event {
    touch-action: pan-y;
    }
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
    }
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
        }
    }
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
    }
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translatex(100%);
    }
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translatex(-100%);
    }
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
    }
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
    }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none;
        }
    }
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
        }
    }
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
    }
.carousel-control-prev {
    left: 0;
    }
.carousel-control-next {
    right: 0;
    }
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
    }
.carousel-control-prev-icon {
    background-image: url(../images/style_image_24.svg);
    }
.carousel-control-next-icon {
    background-image: url(../images/style_image_27.svg);
    }
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    }
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: 0.5;
    transition: opacity 0.6s ease;
    }
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
        }
    }
.carousel-indicators .active {
    opacity: 1;
    }
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    }
@keyframes spinner-border {
    to {
        transform: rotate(360deg)
        }
    }
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
    }
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
    }
@keyframes spinner-grow {
    0% {
        transform: scale(0)
        } 50% {
        opacity: 1;
        transform: none
        }
    }
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
    }
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
    }
@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s;
        }
    }
.align-baseline {
    vertical-align: baseline !important;
    }
.align-top {
    vertical-align: top !important;
    }
.align-middle {
    vertical-align: middle !important;
    }
.align-bottom {
    vertical-align: bottom !important;
    }
.align-text-bottom {
    vertical-align: text-bottom !important;
    }
.align-text-top {
    vertical-align: text-top !important;
    }
.bg-primary {
    background-color: #007bff !important;
    }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: rgb(0, 98.4, 204) !important;
    }
.bg-secondary {
    background-color: #6c757d !important;
    }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: rgb(84.360515, 91.390558, 97.639485) !important;
    }
.bg-success {
    background-color: #28a745 !important;
    }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: rgb(30.144928, 125.855072, 52) !important;
    }
.bg-info {
    background-color: #17a2b8 !important;
    }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: rgb(17.333333, 122.086957, 138.666667) !important;
    }
.bg-warning {
    background-color: #ffc107 !important;
    }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: rgb(211, 158.25, 0) !important;
    }
.bg-danger {
    background-color: #dc3545 !important;
    }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: rgb(189.21519, 32.78481, 47.772152) !important;
    }
.bg-light {
    background-color: #f8f9fa !important;
    }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: rgb(218.25, 223.5, 228.75) !important;
    }
.bg-dark {
    background-color: #343a40 !important;
    }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: rgb(29.137931, 32.5, 35.862069) !important;
    }
.bg-white {
    background-color: #fff !important;
    }
.bg-transparent {
    background-color: rgba(0, 0, 0, 0); !important;
    }
.border {
    border: 1px solid #dee2e6 !important;
    }
.border-top {
    border-top: 1px solid #dee2e6 !important;
    }
.border-right {
    border-right: 1px solid #dee2e6 !important;
    }
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    }
.border-left {
    border-left: 1px solid #dee2e6 !important;
    }
.border-0 {
    border: 0 !important;
    }
.border-top-0 {
    border-top: 0 !important;
    }
.border-right-0 {
    border-right: 0 !important;
    }
.border-bottom-0 {
    border-bottom: 0 !important;
    }
.border-left-0 {
    border-left: 0 !important;
    }
.border-primary {
    border-color: #007bff !important;
    }
.border-secondary {
    border-color: #6c757d !important;
    }
.border-success {
    border-color: #28a745 !important;
    }
.border-info {
    border-color: #17a2b8 !important;
    }
.border-warning {
    border-color: #ffc107 !important;
    }
.border-danger {
    border-color: #dc3545 !important;
    }
.border-light {
    border-color: #f8f9fa !important;
    }
.border-dark {
    border-color: #343a40 !important;
    }
.border-white {
    border-color: #fff !important;
    }
.rounded-sm {
    border-radius: 0.2rem !important;
    }
.rounded {
    border-radius: 0.25rem !important;
    }
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    }
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    }
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    }
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    }
.rounded-lg {
    border-radius: 0.3rem !important;
    }
.rounded-circle {
    border-radius: 50% !important;
    }
.rounded-pill {
    border-radius: 50rem !important;
    }
.rounded-0 {
    border-radius: 0 !important;
    }
.clearfix::after {
    display: block;
    clear: both;
    content: "";
    }
.d-none {
    display: none !important;
    }
.d-inline {
    display: inline !important;
    }
.d-inline-block {
    display: inline-block !important;
    }
.d-block {
    display: block !important;
    }
.d-table {
    display: table !important;
    }
.d-table-row {
    display: table-row !important;
    }
.d-table-cell {
    display: table-cell !important;
    }
.d-flex {
    display: flex !important;
    }
.d-inline-flex {
    display: inline-flex !important;
    }
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
        }
    .d-sm-inline {
        display: inline !important;
        }
    .d-sm-inline-block {
        display: inline-block !important;
        }
    .d-sm-block {
        display: block !important;
        }
    .d-sm-table {
        display: table !important;
        }
    .d-sm-table-row {
        display: table-row !important;
        }
    .d-sm-table-cell {
        display: table-cell !important;
        }
    .d-sm-flex {
        display: flex !important;
        }
    .d-sm-inline-flex {
        display: inline-flex !important;
        }
    }
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
        }
    .d-md-inline {
        display: inline !important;
        }
    .d-md-inline-block {
        display: inline-block !important;
        }
    .d-md-block {
        display: block !important;
        }
    .d-md-table {
        display: table !important;
        }
    .d-md-table-row {
        display: table-row !important;
        }
    .d-md-table-cell {
        display: table-cell !important;
        }
    .d-md-flex {
        display: flex !important;
        }
    .d-md-inline-flex {
        display: inline-flex !important;
        }
    }
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
        }
    .d-lg-inline {
        display: inline !important;
        }
    .d-lg-inline-block {
        display: inline-block !important;
        }
    .d-lg-block {
        display: block !important;
        }
    .d-lg-table {
        display: table !important;
        }
    .d-lg-table-row {
        display: table-row !important;
        }
    .d-lg-table-cell {
        display: table-cell !important;
        }
    .d-lg-flex {
        display: flex !important;
        }
    .d-lg-inline-flex {
        display: inline-flex !important;
        }
    }
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
        }
    .d-xl-inline {
        display: inline !important;
        }
    .d-xl-inline-block {
        display: inline-block !important;
        }
    .d-xl-block {
        display: block !important;
        }
    .d-xl-table {
        display: table !important;
        }
    .d-xl-table-row {
        display: table-row !important;
        }
    .d-xl-table-cell {
        display: table-cell !important;
        }
    .d-xl-flex {
        display: flex !important;
        }
    .d-xl-inline-flex {
        display: inline-flex !important;
        }
    }
@media print {
    .d-print-none {
        display: none !important;
        }
    .d-print-inline {
        display: inline !important;
        }
    .d-print-inline-block {
        display: inline-block !important;
        }
    .d-print-block {
        display: block !important;
        }
    .d-print-table {
        display: table !important;
        }
    .d-print-table-row {
        display: table-row !important;
        }
    .d-print-table-cell {
        display: table-cell !important;
        }
    .d-print-flex {
        display: flex !important;
        }
    .d-print-inline-flex {
        display: inline-flex !important;
        }
    }
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    }
.embed-responsive::before {
    display: block;
    content: "";
    }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
    }
.embed-responsive-16by9::before {
    padding-top: 56.25%;
    }
.embed-responsive-4by3::before {
    padding-top: 75%;
    }
.embed-responsive-1by1::before {
    padding-top: 100%;
    }
.flex-row {
    flex-direction: row !important;
    }
.flex-column {
    flex-direction: column !important;
    }
.flex-row-reverse {
    flex-direction: row-reverse !important;
    }
.flex-column-reverse {
    flex-direction: column-reverse !important;
    }
.flex-wrap {
    flex-wrap: wrap !important;
    }
.flex-nowrap {
    flex-wrap: nowrap !important;
    }
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
    }
.flex-fill {
    flex: 1 1 auto !important;
    }
.flex-grow-0 {
    flex-grow: 0 !important;
    }
.flex-grow-1 {
    flex-grow: 1 !important;
    }
.flex-shrink-0 {
    flex-shrink: 0 !important;
    }
.flex-shrink-1 {
    flex-shrink: 1 !important;
    }
.justify-content-start {
    justify-content: flex-start !important;
    }
.justify-content-end {
    justify-content: flex-end !important;
    }
.justify-content-center {
    justify-content: center !important;
    }
.justify-content-between {
    justify-content: space-between !important;
    }
.justify-content-around {
    justify-content: space-around !important;
    }
.align-items-start {
    align-items: flex-start !important;
    }
.align-items-end {
    align-items: flex-end !important;
    }
.align-items-center {
    align-items: center !important;
    }
.align-items-baseline {
    align-items: baseline !important;
    }
.align-items-stretch {
    align-items: stretch !important;
    }
.align-content-start {
    align-content: flex-start !important;
    }
.align-content-end {
    align-content: flex-end !important;
    }
.align-content-center {
    align-content: center !important;
    }
.align-content-between {
    align-content: space-between !important;
    }
.align-content-around {
    align-content: space-around !important;
    }
.align-content-stretch {
    align-content: stretch !important;
    }
.align-self-auto {
    align-self: auto !important;
    }
.align-self-start {
    align-self: flex-start !important;
    }
.align-self-end {
    align-self: flex-end !important;
    }
.align-self-center {
    align-self: center !important;
    }
.align-self-baseline {
    align-self: baseline !important;
    }
.align-self-stretch {
    align-self: stretch !important;
    }
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
        }
    .flex-sm-column {
        flex-direction: column !important;
        }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
        }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
        }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
        }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
        }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        }
    .flex-sm-fill {
        flex: 1 1 auto !important;
        }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
        }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
        }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
        }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
        }
    .justify-content-sm-start {
        justify-content: flex-start !important;
        }
    .justify-content-sm-end {
        justify-content: flex-end !important;
        }
    .justify-content-sm-center {
        justify-content: center !important;
        }
    .justify-content-sm-between {
        justify-content: space-between !important;
        }
    .justify-content-sm-around {
        justify-content: space-around !important;
        }
    .align-items-sm-start {
        align-items: flex-start !important;
        }
    .align-items-sm-end {
        align-items: flex-end !important;
        }
    .align-items-sm-center {
        align-items: center !important;
        }
    .align-items-sm-baseline {
        align-items: baseline !important;
        }
    .align-items-sm-stretch {
        align-items: stretch !important;
        }
    .align-content-sm-start {
        align-content: flex-start !important;
        }
    .align-content-sm-end {
        align-content: flex-end !important;
        }
    .align-content-sm-center {
        align-content: center !important;
        }
    .align-content-sm-between {
        align-content: space-between !important;
        }
    .align-content-sm-around {
        align-content: space-around !important;
        }
    .align-content-sm-stretch {
        align-content: stretch !important;
        }
    .align-self-sm-auto {
        align-self: auto !important;
        }
    .align-self-sm-start {
        align-self: flex-start !important;
        }
    .align-self-sm-end {
        align-self: flex-end !important;
        }
    .align-self-sm-center {
        align-self: center !important;
        }
    .align-self-sm-baseline {
        align-self: baseline !important;
        }
    .align-self-sm-stretch {
        align-self: stretch !important;
        }
    }
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
        }
    .flex-md-column {
        flex-direction: column !important;
        }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
        }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
        }
    .flex-md-wrap {
        flex-wrap: wrap !important;
        }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
        }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        }
    .flex-md-fill {
        flex: 1 1 auto !important;
        }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
        }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
        }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
        }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
        }
    .justify-content-md-start {
        justify-content: flex-start !important;
        }
    .justify-content-md-end {
        justify-content: flex-end !important;
        }
    .justify-content-md-center {
        justify-content: center !important;
        }
    .justify-content-md-between {
        justify-content: space-between !important;
        }
    .justify-content-md-around {
        justify-content: space-around !important;
        }
    .align-items-md-start {
        align-items: flex-start !important;
        }
    .align-items-md-end {
        align-items: flex-end !important;
        }
    .align-items-md-center {
        align-items: center !important;
        }
    .align-items-md-baseline {
        align-items: baseline !important;
        }
    .align-items-md-stretch {
        align-items: stretch !important;
        }
    .align-content-md-start {
        align-content: flex-start !important;
        }
    .align-content-md-end {
        align-content: flex-end !important;
        }
    .align-content-md-center {
        align-content: center !important;
        }
    .align-content-md-between {
        align-content: space-between !important;
        }
    .align-content-md-around {
        align-content: space-around !important;
        }
    .align-content-md-stretch {
        align-content: stretch !important;
        }
    .align-self-md-auto {
        align-self: auto !important;
        }
    .align-self-md-start {
        align-self: flex-start !important;
        }
    .align-self-md-end {
        align-self: flex-end !important;
        }
    .align-self-md-center {
        align-self: center !important;
        }
    .align-self-md-baseline {
        align-self: baseline !important;
        }
    .align-self-md-stretch {
        align-self: stretch !important;
        }
    }
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
        }
    .flex-lg-column {
        flex-direction: column !important;
        }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
        }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
        }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
        }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
        }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        }
    .flex-lg-fill {
        flex: 1 1 auto !important;
        }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
        }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
        }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
        }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
        }
    .justify-content-lg-start {
        justify-content: flex-start !important;
        }
    .justify-content-lg-end {
        justify-content: flex-end !important;
        }
    .justify-content-lg-center {
        justify-content: center !important;
        }
    .justify-content-lg-between {
        justify-content: space-between !important;
        }
    .justify-content-lg-around {
        justify-content: space-around !important;
        }
    .align-items-lg-start {
        align-items: flex-start !important;
        }
    .align-items-lg-end {
        align-items: flex-end !important;
        }
    .align-items-lg-center {
        align-items: center !important;
        }
    .align-items-lg-baseline {
        align-items: baseline !important;
        }
    .align-items-lg-stretch {
        align-items: stretch !important;
        }
    .align-content-lg-start {
        align-content: flex-start !important;
        }
    .align-content-lg-end {
        align-content: flex-end !important;
        }
    .align-content-lg-center {
        align-content: center !important;
        }
    .align-content-lg-between {
        align-content: space-between !important;
        }
    .align-content-lg-around {
        align-content: space-around !important;
        }
    .align-content-lg-stretch {
        align-content: stretch !important;
        }
    .align-self-lg-auto {
        align-self: auto !important;
        }
    .align-self-lg-start {
        align-self: flex-start !important;
        }
    .align-self-lg-end {
        align-self: flex-end !important;
        }
    .align-self-lg-center {
        align-self: center !important;
        }
    .align-self-lg-baseline {
        align-self: baseline !important;
        }
    .align-self-lg-stretch {
        align-self: stretch !important;
        }
    }
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
        }
    .flex-xl-column {
        flex-direction: column !important;
        }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
        }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
        }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
        }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
        }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
        }
    .flex-xl-fill {
        flex: 1 1 auto !important;
        }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
        }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
        }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
        }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
        }
    .justify-content-xl-start {
        justify-content: flex-start !important;
        }
    .justify-content-xl-end {
        justify-content: flex-end !important;
        }
    .justify-content-xl-center {
        justify-content: center !important;
        }
    .justify-content-xl-between {
        justify-content: space-between !important;
        }
    .justify-content-xl-around {
        justify-content: space-around !important;
        }
    .align-items-xl-start {
        align-items: flex-start !important;
        }
    .align-items-xl-end {
        align-items: flex-end !important;
        }
    .align-items-xl-center {
        align-items: center !important;
        }
    .align-items-xl-baseline {
        align-items: baseline !important;
        }
    .align-items-xl-stretch {
        align-items: stretch !important;
        }
    .align-content-xl-start {
        align-content: flex-start !important;
        }
    .align-content-xl-end {
        align-content: flex-end !important;
        }
    .align-content-xl-center {
        align-content: center !important;
        }
    .align-content-xl-between {
        align-content: space-between !important;
        }
    .align-content-xl-around {
        align-content: space-around !important;
        }
    .align-content-xl-stretch {
        align-content: stretch !important;
        }
    .align-self-xl-auto {
        align-self: auto !important;
        }
    .align-self-xl-start {
        align-self: flex-start !important;
        }
    .align-self-xl-end {
        align-self: flex-end !important;
        }
    .align-self-xl-center {
        align-self: center !important;
        }
    .align-self-xl-baseline {
        align-self: baseline !important;
        }
    .align-self-xl-stretch {
        align-self: stretch !important;
        }
    }
.float-left {
    float: left !important;
    }
.float-right {
    float: right !important;
    }
.float-none {
    float: none !important;
    }
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
        }
    .float-sm-right {
        float: right !important;
        }
    .float-sm-none {
        float: none !important;
        }
    }
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
        }
    .float-md-right {
        float: right !important;
        }
    .float-md-none {
        float: none !important;
        }
    }
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
        }
    .float-lg-right {
        float: right !important;
        }
    .float-lg-none {
        float: none !important;
        }
    }
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
        }
    .float-xl-right {
        float: right !important;
        }
    .float-xl-none {
        float: none !important;
        }
    }
.user-select-all {
    user-select: all !important;
    }
.user-select-auto {
    user-select: auto !important;
    }
.user-select-none {
    user-select: none !important;
    }
.overflow-auto {
    overflow: auto !important;
    }
.overflow-hidden {
    overflow: hidden !important;
    }
.position-static {
    position: static !important;
    }
.position-relative {
    position: relative !important;
    }
.position-absolute {
    position: absolute !important;
    }
.position-fixed {
    position: fixed !important;
    }
.position-sticky {
    position: sticky !important;
    }
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    }
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    }
@supports (position: sticky) {
    . sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
        }
    }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    }
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    }
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    }
.shadow-none {
    box-shadow: none !important;
    }
.w-25 {
    width: 25% !important;
    }
.w-50 {
    width: 50% !important;
    }
.w-75 {
    width: 75% !important;
    }
.w-100 {
    width: 100% !important;
    }
.w-auto {
    width: auto !important;
    }
.h-25 {
    height: 25% !important;
    }
.h-50 {
    height: 50% !important;
    }
.h-75 {
    height: 75% !important;
    }
.h-100 {
    height: 100% !important;
    }
.h-auto {
    height: auto !important;
    }
.mw-100 {
    max-width: 100% !important;
    }
.mh-100 {
    max-height: 100% !important;
    }
.min-vw-100 {
    min-width: 100vw !important;
    }
.min-vh-100 {
    min-height: 100vh !important;
    }
.vw-100 {
    width: 100vw !important;
    }
.vh-100 {
    height: 100vh !important;
    }
.m-0 {
    margin: 0 !important;
    }
.mt-0, .my-0 {
    margin-top: 0 !important;
    }
.mr-0, .mx-0 {
    margin-right: 0 !important;
    }
.mb-0, .my-0 {
    margin-bottom: 0 !important;
    }
.ml-0, .mx-0 {
    margin-left: 0 !important;
    }
.m-1 {
    margin: 0.25rem !important;
    }
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
    }
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
    }
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
    }
.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
    }
.m-2 {
    margin: 0.5rem !important;
    }
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
    }
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
    }
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
    }
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
    }
.m-3 {
    margin: 1rem !important;
    }
.mt-3, .my-3 {
    margin-top: 1rem !important;
    }
.mr-3, .mx-3 {
    margin-right: 1rem !important;
    }
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
    }
.ml-3, .mx-3 {
    margin-left: 1rem !important;
    }
.m-4 {
    margin: 1.5rem !important;
    }
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
    }
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
    }
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    }
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
    }
.m-5 {
    margin: 3rem !important;
    }
.mt-5, .my-5 {
    margin-top: 3rem !important;
    }
.mr-5, .mx-5 {
    margin-right: 3rem !important;
    }
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
    }
.ml-5, .mx-5 {
    margin-left: 3rem !important;
    }
.p-0 {
    padding: 0 !important;
    }
.pt-0, .py-0 {
    padding-top: 0 !important;
    }
.pr-0, .px-0 {
    padding-right: 0 !important;
    }
.pb-0, .py-0 {
    padding-bottom: 0 !important;
    }
.pl-0, .px-0 {
    padding-left: 0 !important;
    }
.p-1 {
    padding: 0.25rem !important;
    }
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
    }
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
    }
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
    }
.pl-1, .px-1 {
    padding-left: 0.25rem !important;
    }
.p-2 {
    padding: 0.5rem !important;
    }
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
    }
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
    }
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
    }
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
    }
.p-3 {
    padding: 1rem !important;
    }
.pt-3, .py-3 {
    padding-top: 1rem !important;
    }
.pr-3, .px-3 {
    padding-right: 1rem !important;
    }
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
    }
.pl-3, .px-3 {
    padding-left: 1rem !important;
    }
.p-4 {
    padding: 1.5rem !important;
    }
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
    }
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
    }
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
    }
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
    }
.p-5 {
    padding: 3rem !important;
    }
.pt-5, .py-5 {
    padding-top: 3rem !important;
    }
.pr-5, .px-5 {
    padding-right: 3rem !important;
    }
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
    }
.pl-5, .px-5 {
    padding-left: 3rem !important;
    }
.m-n1 {
    margin: -0.25rem !important;
    }
.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
    }
.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
    }
.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
    }
.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
    }
.m-n2 {
    margin: -0.5rem !important;
    }
.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
    }
.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
    }
.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
    }
.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
    }
.m-n3 {
    margin: -1rem !important;
    }
.mt-n3, .my-n3 {
    margin-top: -1rem !important;
    }
.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
    }
.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
    }
.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
    }
.m-n4 {
    margin: -1.5rem !important;
    }
.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
    }
.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
    }
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
    }
.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
    }
.m-n5 {
    margin: -3rem !important;
    }
.mt-n5, .my-n5 {
    margin-top: -3rem !important;
    }
.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
    }
.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
    }
.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
    }
.m-auto {
    margin: auto !important;
    }
.mt-auto, .my-auto {
    margin-top: auto !important;
    }
.mr-auto, .mx-auto {
    margin-right: auto !important;
    }
.mb-auto, .my-auto {
    margin-bottom: auto !important;
    }
.ml-auto, .mx-auto {
    margin-left: auto !important;
    }
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
        }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
        }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
        }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
        }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
        }
    .m-sm-1 {
        margin: 0.25rem !important;
        }
    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
        }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
        }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
        }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
        }
    .m-sm-2 {
        margin: 0.5rem !important;
        }
    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
        }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
        }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
        }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
        }
    .m-sm-3 {
        margin: 1rem !important;
        }
    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
        }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
        }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
        }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
        }
    .m-sm-4 {
        margin: 1.5rem !important;
        }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
        }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
        }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
        }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
        }
    .m-sm-5 {
        margin: 3rem !important;
        }
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
        }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
        }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
        }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
        }
    .p-sm-0 {
        padding: 0 !important;
        }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
        }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
        }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
        }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
        }
    .p-sm-1 {
        padding: 0.25rem !important;
        }
    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
        }
    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
        }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
        }
    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
        }
    .p-sm-2 {
        padding: 0.5rem !important;
        }
    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
        }
    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
        }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
        }
    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
        }
    .p-sm-3 {
        padding: 1rem !important;
        }
    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
        }
    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
        }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
        }
    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
        }
    .p-sm-4 {
        padding: 1.5rem !important;
        }
    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
        }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
        }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
        }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
        }
    .p-sm-5 {
        padding: 3rem !important;
        }
    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
        }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
        }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
        }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
        }
    .m-sm-n1 {
        margin: -0.25rem !important;
        }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
        }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
        }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
        }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
        }
    .m-sm-n2 {
        margin: -0.5rem !important;
        }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
        }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
        }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
        }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
        }
    .m-sm-n3 {
        margin: -1rem !important;
        }
    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
        }
    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
        }
    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
        }
    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
        }
    .m-sm-n4 {
        margin: -1.5rem !important;
        }
    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
        }
    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
        }
    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
        }
    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
        }
    .m-sm-n5 {
        margin: -3rem !important;
        }
    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
        }
    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
        }
    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
        }
    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
        }
    .m-sm-auto {
        margin: auto !important;
        }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
        }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
        }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
        }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
        }
    }
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
        }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
        }
    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
        }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
        }
    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
        }
    .m-md-1 {
        margin: 0.25rem !important;
        }
    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
        }
    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
        }
    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
        }
    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
        }
    .m-md-2 {
        margin: 0.5rem !important;
        }
    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
        }
    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
        }
    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
        }
    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
        }
    .m-md-3 {
        margin: 1rem !important;
        }
    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
        }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
        }
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
        }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
        }
    .m-md-4 {
        margin: 1.5rem !important;
        }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
        }
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
        }
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
        }
    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
        }
    .m-md-5 {
        margin: 3rem !important;
        }
    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
        }
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
        }
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
        }
    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
        }
    .p-md-0 {
        padding: 0 !important;
        }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
        }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
        }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
        }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
        }
    .p-md-1 {
        padding: 0.25rem !important;
        }
    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
        }
    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
        }
    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
        }
    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
        }
    .p-md-2 {
        padding: 0.5rem !important;
        }
    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
        }
    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
        }
    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
        }
    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
        }
    .p-md-3 {
        padding: 1rem !important;
        }
    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
        }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
        }
    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
        }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
        }
    .p-md-4 {
        padding: 1.5rem !important;
        }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
        }
    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
        }
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
        }
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
        }
    .p-md-5 {
        padding: 3rem !important;
        }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
        }
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
        }
    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
        }
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
        }
    .m-md-n1 {
        margin: -0.25rem !important;
        }
    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
        }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
        }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
        }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
        }
    .m-md-n2 {
        margin: -0.5rem !important;
        }
    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
        }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
        }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
        }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
        }
    .m-md-n3 {
        margin: -1rem !important;
        }
    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
        }
    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
        }
    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
        }
    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
        }
    .m-md-n4 {
        margin: -1.5rem !important;
        }
    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
        }
    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
        }
    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
        }
    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
        }
    .m-md-n5 {
        margin: -3rem !important;
        }
    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
        }
    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
        }
    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
        }
    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
        }
    .m-md-auto {
        margin: auto !important;
        }
    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
        }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
        }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
        }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
        }
    }
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
        }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
        }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
        }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
        }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
        }
    .m-lg-1 {
        margin: 0.25rem !important;
        }
    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
        }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
        }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
        }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
        }
    .m-lg-2 {
        margin: 0.5rem !important;
        }
    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
        }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
        }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
        }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
        }
    .m-lg-3 {
        margin: 1rem !important;
        }
    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
        }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
        }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
        }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
        }
    .m-lg-4 {
        margin: 1.5rem !important;
        }
    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
        }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
        }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
        }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
        }
    .m-lg-5 {
        margin: 3rem !important;
        }
    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
        }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
        }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
        }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
        }
    .p-lg-0 {
        padding: 0 !important;
        }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
        }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
        }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
        }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
        }
    .p-lg-1 {
        padding: 0.25rem !important;
        }
    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
        }
    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
        }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
        }
    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
        }
    .p-lg-2 {
        padding: 0.5rem !important;
        }
    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
        }
    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
        }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
        }
    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
        }
    .p-lg-3 {
        padding: 1rem !important;
        }
    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
        }
    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
        }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
        }
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
        }
    .p-lg-4 {
        padding: 1.5rem !important;
        }
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
        }
    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
        }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
        }
    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
        }
    .p-lg-5 {
        padding: 3rem !important;
        }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
        }
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
        }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
        }
    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
        }
    .m-lg-n1 {
        margin: -0.25rem !important;
        }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
        }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
        }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
        }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
        }
    .m-lg-n2 {
        margin: -0.5rem !important;
        }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
        }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
        }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
        }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
        }
    .m-lg-n3 {
        margin: -1rem !important;
        }
    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
        }
    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
        }
    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
        }
    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
        }
    .m-lg-n4 {
        margin: -1.5rem !important;
        }
    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
        }
    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
        }
    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
        }
    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
        }
    .m-lg-n5 {
        margin: -3rem !important;
        }
    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
        }
    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
        }
    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
        }
    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
        }
    .m-lg-auto {
        margin: auto !important;
        }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
        }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
        }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
        }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
        }
    }
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
        }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
        }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
        }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
        }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
        }
    .m-xl-1 {
        margin: 0.25rem !important;
        }
    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
        }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
        }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
        }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
        }
    .m-xl-2 {
        margin: 0.5rem !important;
        }
    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
        }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
        }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
        }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
        }
    .m-xl-3 {
        margin: 1rem !important;
        }
    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
        }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
        }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
        }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
        }
    .m-xl-4 {
        margin: 1.5rem !important;
        }
    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
        }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
        }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
        }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
        }
    .m-xl-5 {
        margin: 3rem !important;
        }
    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
        }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
        }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
        }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
        }
    .p-xl-0 {
        padding: 0 !important;
        }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
        }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
        }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
        }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
        }
    .p-xl-1 {
        padding: 0.25rem !important;
        }
    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
        }
    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
        }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
        }
    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
        }
    .p-xl-2 {
        padding: 0.5rem !important;
        }
    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
        }
    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
        }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
        }
    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
        }
    .p-xl-3 {
        padding: 1rem !important;
        }
    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
        }
    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
        }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
        }
    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
        }
    .p-xl-4 {
        padding: 1.5rem !important;
        }
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
        }
    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
        }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
        }
    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
        }
    .p-xl-5 {
        padding: 3rem !important;
        }
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
        }
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
        }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
        }
    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
        }
    .m-xl-n1 {
        margin: -0.25rem !important;
        }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
        }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
        }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
        }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
        }
    .m-xl-n2 {
        margin: -0.5rem !important;
        }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
        }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
        }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
        }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
        }
    .m-xl-n3 {
        margin: -1rem !important;
        }
    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
        }
    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
        }
    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
        }
    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
        }
    .m-xl-n4 {
        margin: -1.5rem !important;
        }
    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
        }
    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
        }
    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
        }
    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
        }
    .m-xl-n5 {
        margin: -3rem !important;
        }
    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
        }
    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
        }
    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
        }
    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
        }
    .m-xl-auto {
        margin: auto !important;
        }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
        }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
        }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
        }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
        }
    }
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    }
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }
.text-justify {
    text-align: justify !important;
    }
.text-wrap {
    white-space: normal !important;
    }
.text-nowrap {
    white-space: nowrap !important;
    }
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.text-left {
    text-align: left !important;
    }
.text-right {
    text-align: right !important;
    }
.text-center {
    text-align: center !important;
    }
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
        }
    .text-sm-right {
        text-align: right !important;
        }
    .text-sm-center {
        text-align: center !important;
        }
    }
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
        }
    .text-md-right {
        text-align: right !important;
        }
    .text-md-center {
        text-align: center !important;
        }
    }
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
        }
    .text-lg-right {
        text-align: right !important;
        }
    .text-lg-center {
        text-align: center !important;
        }
    }
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
        }
    .text-xl-right {
        text-align: right !important;
        }
    .text-xl-center {
        text-align: center !important;
        }
    }
.text-lowercase {
    text-transform: lowercase !important;
    }
.text-uppercase {
    text-transform: uppercase !important;
    }
.text-capitalize {
    text-transform: capitalize !important;
    }
.font-weight-light {
    font-weight: 300 !important;
    }
.font-weight-lighter {
    font-weight: lighter !important;
    }
.font-weight-normal {
    font-weight: 400 !important;
    }
.font-weight-bold {
    font-weight: 700 !important;
    }
.font-weight-bolder {
    font-weight: bolder !important;
    }
.font-italic {
    font-style: italic !important;
    }
.text-white {
    color: #fff !important;
    }
.text-primary {
    color: #007bff !important;
    }
a.text-primary:hover, a.text-primary:focus {
    color: rgb(0, 86.1, 178.5) !important;
    }
.text-secondary {
    color: #6c757d !important;
    }
a.text-secondary:hover, a.text-secondary:focus {
    color: rgb(72.540773, 78.585837, 83.959227) !important;
    }
.text-success {
    color: #28a745 !important;
    }
a.text-success:hover, a.text-success:focus {
    color: rgb(25.217391, 105.282609, 43.5) !important;
    }
.text-info {
    color: #17a2b8 !important;
    }
a.text-info:hover, a.text-info:focus {
    color: rgb(14.5, 102.130435, 116) !important;
    }
.text-warning {
    color: #ffc107 !important;
    }
a.text-warning:hover, a.text-warning:focus {
    color: rgb(185.5, 139.125, 0) !important;
    }
.text-danger {
    color: #dc3545 !important;
    }
a.text-danger:hover, a.text-danger:focus {
    color: rgb(167.481013, 29.018987, 42.28481) !important;
    }
.text-light {
    color: #f8f9fa !important;
    }
a.text-light:hover, a.text-light:focus {
    color: rgb(203.375, 210.75, 218.125) !important;
    }
.text-dark {
    color: #343a40 !important;
    }
a.text-dark:hover, a.text-dark:focus {
    color: hsl(210, 10.344828%, 7.745098%) !important;
    }
.text-body {
    color: #212529 !important;
    }
.text-muted {
    color: #6c757d !important;
    }
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
    }
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
    }
.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    }
.text-decoration-none {
    text-decoration: none !important;
    }
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
    }
.text-reset {
    color: inherit !important;
    }
.visible {
    visibility: visible !important;
    }
.invisible {
    visibility: hidden !important;
    }
@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
        }
    a:not(.btn) {
        text-decoration: underline;
        }
    abbr[title]::after {
        content: " (" attr(title) ")";
        }
    pre {
        white-space: pre-wrap !important;
        }
    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
        }
    tr, img {
        page-break-inside: avoid;
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
        }
    h2, h3 {
        page-break-after: avoid;
        }
    @page {
        size: a3;
        }
    body {
        min-width: 992px !important;
        }
    .container {
        min-width: 992px !important;
        }
    .navbar {
        display: none;
        }
    .badge {
        border: 1px solid #000;
        }
    .table {
        border-collapse: collapse !important;
        }
    .table td, .table th {
        background-color: #fff !important;
        }
    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important;
        }
    .table-dark {
        color: inherit;
        }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #dee2e6;
        }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
        }
    }
body, p, div, table {
    /* font-family: "Gellix", sans-serif; */
    font-size: 1.25rem;
    }
p {
    line-height: 1.5;
    }
.btn {
    font-family: "Gellix", sans-serif;
    font-weight: 700;
    color: #292929;
    overflow: hidden;
    }
a, p, span {
    overflow: hidden;
    }
a {
    color: #0090b1;
    }
a:hover {
    color: #00767a;
    }
.display-1 {
    font-size: 3rem;
    }
.display-2 {
    font-size: 3rem;
    }
.display-3 {
    font-size: 2rem;
    }
.display-4 {
    font-size: 2rem;
    }
@font-face {
    font-family: "Showtime";
    src: url(../fonts/Showtime_1.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_2.woff2);
    }
@font-face {
    font-family: "National-Bold";
    src: url(../fonts/National-Bold_3.woff2);
    }
@font-face {
    font-family: "Showtime";
    src: url(../fonts/Showtime_1.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_4.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_2.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_5.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_6.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_7.woff2);
    }
@font-face {
    font-family: "Gellix";
    src: url(../fonts/Gellix_8.woff2);
    }
.clanOT-book {
    font-family: "Showtime";
    font-weight: normal;
    font-style: normal;
    }
.clanOT-medium {
    font-family: "Showtime";
    font-weight: 500;
    font-style: normal;
    }
.showtime-regular {
    font-family: "Showtime", sans-serif;
    font-weight: bold;
    font-style: normal;
    }
.gellix {
    font-family: "Gellix", sans-serif;
    font-weight: normal;
    font-style: normal;
    }
.gellix-italic {
    font-family: "Gellix", sans-serif;
    font-style: italic;
    }
.gellix-medium {
    font-family: "Gellix", sans-serif;
    font-weight: 500;
    font-style: normal;
    }
.gellix-medium-italic {
    font-family: "Gellix", sans-serif;
    font-weight: 500;
    font-style: italic;
    }
.gellix-bold {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    font-style: normal;
    }
.gellix-bold-italic {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    font-style: italic;
    }
.standard-page ol.lower-roman {
    list-style-type: lower-roman;
    counter-reset: 1;
    }
.standard-page ol.lower-alpha {
    list-style-type: lower-alpha;
    counter-reset: 1;
    }
.standard-page ol.numeric {
    list-style-type: numeric;
    counter-reset: 1;
    }
.standard-page ol.alpha {
    list-style-type: alpha;
    counter-reset: 1;
    }
.standard-page ol.upper-roman {
    list-style-type: upper-roman;
    counter-reset: 1;
    }
.standard-page ol.upper-alpha {
    list-style-type: upper-alpha;
    counter-reset: 1;
    }
.btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
    }
.btn:hover {
    text-decoration: none;
    color: #000;
    background-color: #fdee8c;
    }
.yellow-btn, .button--yt, .shopify-challenge__container input.shopify-challenge__button, section.v2-draw-banner button, .outline-btn-white, .outline-btn, .rev-btn, .blue-btn {
    font-style: normal;
    color: #081f28;
    background-color: #fd0;
    border-radius: 36px;
    margin: 15px 0;
    font-family: "Gellix", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 34px 13px;
    min-width: 200px;
    border: none;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 #fc0;
    }
@media screen and (max-width: 398px) {
    .yellow-btn, .button--yt, .shopify-challenge__container input.shopify-challenge__button, section.v2-draw-banner button, .outline-btn-white, .outline-btn, .rev-btn, .blue-btn {
        padding: 10px 0;
        margin: 0;
        width: 100%;
        }
    }
.yellow-btn--inlinefix {
    margin: 0 !important;
    padding: 8px 34px 10px !important;
    }
.yellow-btn:hover, .button--yt:hover, .shopify-challenge__container input.shopify-challenge__button:hover, section.v2-draw-banner button:hover, .outline-btn-white:hover, .outline-btn:hover, .rev-btn:hover, .blue-btn:hover, .yellow-btn:focus, .button--yt:focus, .shopify-challenge__container input.shopify-challenge__button:focus, section.v2-draw-banner button:focus, .outline-btn-white:focus, .outline-btn:focus, .rev-btn:focus, .blue-btn:focus, .btn-yellow-color-bg-transparent:hover, .btn-yellow-color-bg-transparent:focus {
    color: #000;
    background-color: #fdee8c;
    outline: none;
    text-decoration: none;
    }
a.yellow-btn:active, a.button--yt:active, a.outline-btn-white:active, a.outline-btn:active, a.rev-btn:active, a.blue-btn:active {
    background-color: #fd0;
    color: #000;
    }
a.yellow-btn:focus, a.button--yt:focus, a.outline-btn-white:focus, a.outline-btn:focus, a.rev-btn:focus, a.blue-btn:focus {
    background-color: #fd0;
    color: #000;
    }
.blue-btn {
    background: rgba(0, 0, 0, 0);
    color: #081f28;
    text-shadow: 0 0 #f5f5f5;
    font-size: 24px !important;
    text-decoration: underline;
    text-decoration-color: #fd0;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
.rev-btn {
    background: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    text-shadow: none !important;
    color: #fff;
    font-size: 20px !important;
    text-decoration: underline;
    text-decoration-color: #fd0;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
.rev-btn:hover {
    background: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    text-shadow: none !important;
    color: #fff;
    font-size: 20px !important;
    text-decoration: underline;
    text-decoration-color: #00a3a8;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
.blue-btn:hover {
    color: #081f28;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px !important;
    text-decoration: underline;
    text-decoration-color: #00a3a8;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
.outline-btn {
    color: #081f28;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 #081f28;
    border: 2px solid #081f28;
    }
.outline-btn:hover {
    text-decoration: none;
    color: #081f28;
    background-color: #fffcf8;
    }
.outline-btn:active {
    background-color: #f5f5f5;
    }
.outline-btn:focus {
    background-color: #f5f5f5;
    }
.outline-btn:visited {
    background-color: #f5f5f5;
    }
.outline-btn-white {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 #081f28;
    border: 2px solid #fff;
    }
.outline-btn-white:hover {
    text-decoration: none;
    color: #081f28;
    background-color: #fffcf8;
    }
.outline-btn-white:active {
    background-color: #f5f5f5;
    }
.outline-btn-white:focus {
    background-color: #f5f5f5;
    }
.outline-btn-white:visited {
    background-color: #f5f5f5;
    }
a.outline-btn:focus {
    background-color: #f5f5f5 !important;
    }
a.outline-btn:visited {
    background-color: #f5f5f5 !important;
    }
a.outline-btn:active {
    background-color: #f5f5f5 !important;
    }
.blue-outline-btn {
    border: 2px solid #fdfdfd;
    padding: 0.3em 0.75em 0.4em;
    min-width: 164px;
    font-size: 14px;
    border-radius: 32px;
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0);
    }
@media screen and (max-width: 767px) {
    .blue-outline-btn__extended {
        display: block;
        width: 100%;
        min-width: 164px;
        border: 2px solid #fdfdfd;
        padding: 0.3em 0.75em 0.4em;
        border-radius: 32px;
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0);
        font-size: 16px;
        line-height: 24px;
        }
    }
@media screen and (min-width: 768px) {
    .blue-outline-btn__extended {
        display: none;
        }
    }
@media screen and (max-width: 1112px) {
    .blue-outline-btn .show-on-xl {
        display: none;
        }
    }
@media screen and (min-width: 1113px) {
    .blue-outline-btn .hide-on-xl {
        display: none;
        }
    }
.btn-yellow-color-bg-transparent {
    background-color: #fd0;
    color: #081f28;
    margin: 15px 0;
    font-family: "Gellix", sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    padding: 12px 34px;
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    }
@media screen and (max-width: 398px) {
    .btn-yellow-color-bg-transparent {
        padding: 12px 20px;
        }
    }
.btn-yellow-color-bg-transparent:hover {
    color: #081f28;
    background-color: #fdee8c;
    }
.btn-bg-transparent {
    color: #081f28;
    background-color: #fd0;
    font-size: 16px;
    }
.blue-text__link {
    color: #00767a;
    }
.btn-primary {
    background-color: #557ceb;
    border-color: #557ceb;
    color: #fff;
    }
.btn-primary:hover {
    background-color: hsl(224.4, 78.947368%, 47.745098%);
    border-color: #557ceb;
    }
.btn-primary:disabled {
    background-color: #e8e9eb;
    border-color: #e8e9eb;
    }
.btn-primary:disabled:hover {
    background-color: #e8e9eb;
    border-color: #e8e9eb;
    }
.btn-outline-primary {
    border-color: #557ceb;
    color: #557ceb;
    }
.btn-outline-primary:hover {
    background-color: #557ceb;
    color: #fff;
    border-color: #557ceb;
    }
.btn-secondary {
    background-color: #ccc;
    border-color: #ccc !important;
    color: #8d8d8d !important;
    }
.btn-secondary:hover {
    background-color: hsl(0, 0%, 65%);
    border-color: #ccc !important;
    }
.btn-outline-secondary, .slide-light .btn.btn-primary {
    border-color: #ccc !important;
    color: #ccc !important;
    }
.btn-outline-secondary:hover, .slide-light .btn.btn-primary:hover {
    background-color: #ccc !important;
    color: #fff !important;
    border-color: #ccc !important;
    }
.btn:hover, a:hover, select:hover {
    cursor: pointer;
    }
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    }
.btn-sm, .btn-group-sm > .btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.7rem;
    }
@media screen and (max-width: 750px) {
    a.mobile-btn {
        width: 100%;
        }
    }
.pink-text-top {
    color: #fd0;
    }
.add-to-cart-button {
    background-color: #fd0;
    border-radius: 36px;
    border: none;
    color: #081f28;
    /* font-family: "Gellix", sans-serif; */
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 24px;
    margin: 15px 0 12px;
    padding: 10px 34px 13px;
    transition: background-color 0.2s;
    }
.add-to-cart-button:hover, .add-to-cart-button:focus {
    color: #000;
    background-color: #fdee8c;
    outline: none;
    text-decoration: none;
    }
.play-button {
    height: 1.5em;
    text-align: center;
    font: 48px/1.5 sans-serif;
    color: #fff;
    text-shadow: 0 0 0.5em #000;
    border: none;
    background: rgba(0, 0, 0, 0);
    }
.ribbon {
    background-color: #de3a11;
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left: 0;
    text-align: center;
    color: var(--white);
    padding: 8px 17px;
    font-size: 20px;
    z-index: 1;
    }
@media only screen and (min-width: 767px) {
    .ribbon {
        padding-right: 50px;
        padding-left: 50px;
        }
    }
.ribbon__text {
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 700;
    }
.ribbon.prize-details__ribbon {
    bottom: 18px;
    left: 0;
    }
@media only screen and (min-width: 767px) {
    .ribbon.prize-details__ribbon {
        top: 18px;
        bottom: unset;
        right: 0;
        left: unset;
        }
    }
.carousel__full-width .carousel-cell .position-relative.has-shadow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
    }
.carousel__full-width .carousel-cell .position-relative.has-shadow .caption {
    z-index: 2;
    }
.mobile-under-hero-carousel .carousel-cell .position-relative.has-shadow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    z-index: 1;
    }
.mobile-under-hero-carousel .carousel-cell .position-relative.has-shadow .caption {
    z-index: 2;
    }
.mobile-under-hero-carousel .carousel-cell img {
    height: 100vw;
    max-height: 100vw;
    object-fit: cover;
    }
.under-hero__carousel .caption a {
    color: #f5f5f5;
    text-decoration: underline;
    }
.hero-video-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    }
@media only screen and (max-width: 767px) {
    .hero-video-title-container .embed-responsive-16by9:before {
        padding-top: 75%;
        }
    .hero-video-title-container .embed-responsive-16by9 video {
        object-fit: cover;
        }
    }
.hero-video-title-container .campaign-hero__title {
    z-index: 1;
    position: absolute;
    font-size: 5rem;
    line-height: 100%;
    padding: 60px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
    max-width: 1000px;
    }
@media only screen and (max-width: 966px) {
    .hero-video-title-container .campaign-hero__title {
        font-size: 4rem;
        }
    }
@media only screen and (max-width: 500px) {
    .hero-video-title-container .campaign-hero__title {
        font-size: 3rem;
        }
    }
@media only screen and (max-width: 380px) {
    .hero-video-title-container .campaign-hero__title {
        font-size: 2.4rem;
        }
    }
.anchor-link {
    position: relative;
    }
.anchor-link__target {
    position: absolute;
    width: 100%;
    top: -92px;
    }
@media only screen and (max-width: 991px) {
    .anchor-link__target {
        top: -72px;
        }
    }
.content-image-grid {
    background-color: #292929;
    display: flex;
    flex-wrap: wrap;
    }
.content-image-grid--single {
    background-color: rgba(0, 0, 0, 0);
    }
.content-image-grid--single .content-image-grid__image-wrap--1 {
    width: 100%;
    }
.content-image-grid--single .content-image-grid__image-wrap {
    padding-bottom: 100%;
    }
.content-image-grid__image-wrap--1 {
    width: calc(50% - 2px);
    }
.content-image-grid__image-wrap--2 {
    margin-left: 4px;
    width: calc(50% - 2px);
    }
.content-image-grid__image-wrap--3 {
    margin-top: 4px;
    width: 100%;
    }
.content-image-grid__image-wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    }
.content-image-grid__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.template-cotswolds-ii-win-50k .content-image-grid__image {
    object-fit: unset;
    }
spend-cap p, spend-cap span, .spend-cap-modal p, .spend-cap-modal span {
    font-size: 1rem;
    }
spend-cap h4, .spend-cap-modal h4 {
    font-size: 1.25rem;
    }
spend-cap h5, .spend-cap-modal h5 {
    font-size: 1rem;
    }
spend-cap input::-webkit-outer-spin-button, spend-cap input::-webkit-inner-spin-button, .spend-cap-modal input::-webkit-outer-spin-button, .spend-cap-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
spend-cap input[type=number], .spend-cap-modal input[type=number] {
    -moz-appearance: textfield;
    }
spend-cap input, spend-cap .yellow-btn, spend-cap .button--yt, spend-cap .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container spend-cap input.shopify-challenge__button, spend-cap section.v2-draw-banner button, section.v2-draw-banner spend-cap button, spend-cap .blue-btn, spend-cap .rev-btn, spend-cap .outline-btn-white, spend-cap .outline-btn, .spend-cap-modal input, .spend-cap-modal .yellow-btn, .spend-cap-modal .button--yt, .spend-cap-modal .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .spend-cap-modal input.shopify-challenge__button, .spend-cap-modal section.v2-draw-banner button, section.v2-draw-banner .spend-cap-modal button, .spend-cap-modal .blue-btn, .spend-cap-modal .rev-btn, .spend-cap-modal .outline-btn-white, .spend-cap-modal .outline-btn {
    display: block;
    }
spend-cap .yellow-btn, spend-cap .button--yt, spend-cap .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container spend-cap input.shopify-challenge__button, spend-cap section.v2-draw-banner button, section.v2-draw-banner spend-cap button, spend-cap .blue-btn, spend-cap .rev-btn, spend-cap .outline-btn-white, spend-cap .outline-btn, .spend-cap-modal .yellow-btn, .spend-cap-modal .button--yt, .spend-cap-modal .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .spend-cap-modal input.shopify-challenge__button, .spend-cap-modal section.v2-draw-banner button, section.v2-draw-banner .spend-cap-modal button, .spend-cap-modal .blue-btn, .spend-cap-modal .rev-btn, .spend-cap-modal .outline-btn-white, .spend-cap-modal .outline-btn {
    line-height: 25px;
    }
spend-cap input[type=number], .spend-cap-modal input[type=number] {
    height: 4rem;
    line-height: 1.6875rem;
    border: #c1c9d1 solid 1px;
    margin-bottom: 1.5rem;
    padding: 0 16px;
    text-align: right;
    }
spend-cap button[disabled], .spend-cap-modal button[disabled] {
    background-color: #ecf0f4;
    color: #4f5e6b;
    }
spend-cap [data-error], .spend-cap-modal [data-error] {
    display: none;
    margin-top: 8px;
    color: #db2800;
    }
spend-cap[error] [data-error], .spend-cap-modal[error] [data-error] {
    display: block;
    }
spend-cap[error] input[type=number], .spend-cap-modal[error] input[type=number] {
    outline: 1px solid #db2800;
    }
spend-cap[data-state=loading] .spend-cap__body--loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20rem;
    }
spend-cap[data-state=loading] .spend-cap__body--enabled, spend-cap[data-state=loading] .spend-cap__body--disabled, spend-cap[data-state=loading] .spend-cap__body--pending, spend-cap[data-state=loading] .spend-cap__badge {
    display: none;
    }
spend-cap[data-state=enabled] .spend-cap__body--enabled {
    display: block;
    }
spend-cap[data-state=enabled] .spend-cap__badge {
    background-color: #bcebd7;
    color: rgb(38.62069, 129.37931, 90.758621);
    }
spend-cap[data-state=disabled] .spend-cap__body--disabled {
    display: block;
    }
spend-cap[data-state=disabled] .spend-cap__badge {
    background-color: #ffa1a7;
    color: rgb(161, 0, 10.276596);
    }
spend-cap[data-state=pending] .spend-cap__body--pending {
    display: block;
    }
spend-cap[data-state=pending] .spend-cap__badge {
    background-color: #ffee7e;
    color: rgb(126, 109.395349, 0);
    }
.spend-cap__container {
    max-width: 100%;
    padding: 0 1rem 1rem;
    margin: 1rem auto;
    }
@media (min-width: 768px) {
    .spend-cap__container {
        max-width: 840px;
        margin: 3rem auto;
        padding: 0 1rem;
        }
    }
.spend-cap__pending-changes-banner {
    display: none;
    background-color: #ffa1a7;
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    text-align: center;
    }
.spend-cap__pending-changes-banner h4 {
    padding-bottom: 1rem;
    }
.spend-cap__pending-changes-banner p {
    padding: 1rem 0 0 0;
    margin: 0;
    }
.spend-cap__pending-changes-banner span {
    padding-top: 0.5rem;
    font-weight: bold;
    }
.spend-cap__pending-changes-banner button {
    margin: 2rem auto 0 auto;
    }
@media (min-width: 768px) {
    .spend-cap__pending-changes-banner {
        padding: 2rem;
        }
    }
.spend-cap__badge {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    text-transform: capitalize;
    margin: 0;
    }
@media (min-width: 768px) {
    .spend-cap__shadow {
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
        }
    }
.spend-cap__page-title {
    display: flex;
    align-items: center;
    margin: 1.25rem 0 2.1875rem 0;
    }
.spend-cap__page-title h1 {
    font-family: "Gellix", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-right: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
    }
.spend-cap__header {
    display: none;
    background: #153b4a;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    border-top-left-radius: 46px;
    }
.spend-cap__header p {
    font-size: 1.25rem;
    letter-spacing: 0.015em;
    margin: 0;
    }
@media (min-width: 768px) {
    .spend-cap__header {
        display: block;
        }
    }
.spend-cap__body {
    display: none;
    font-size: 16px;
    }
@media (min-width: 768px) {
    .spend-cap__body {
        padding: 2rem;
        background: #fff;
        }
    }
@media (min-width: 768px) {
    .spend-cap__col {
        width: 50%;
        }
    }
.spend-cap__current-settings {
    margin-bottom: 40px;
    }
.spend-cap__current-settings-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    }
.spend-cap__current-settings-row:nth-child(even) {
    background-color: #ecf0f4;
    }
.spend-cap__update-form input[type=number] {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    }
.spend-cap__update-form [data-form-controls] {
    display: none;
    }
.spend-cap__update-form [data-form-edit] {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    padding-left: 30px;
    }
.spend-cap__update-form--editing [data-form-controls] {
    display: block;
    }
.spend-cap__update-form--editing [data-form-edit] {
    display: none;
    }
.spend-cap__update-form--editing [data-confirm] {
    margin-bottom: 2rem;
    }
.spend-cap__update-form--editing [data-cancel-link] {
    text-align: center;
    }
@media (min-width: 768px) {
    .spend-cap__update-form--editing [data-cancel-link] {
        text-align: left;
        }
    }
.spend-cap__cancel-link {
    text-decoration: underline;
    color: #090f15;
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 36px;
    }
.spend-cap .breadcrumb {
    background: none;
    font-family: "Gellix", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 0;
    padding-top: 4em;
    }
.spend-cap .breadcrumb .breadcrumb-item {
    color: #081f28;
    opacity: 0.6;
    }
.spend-cap .breadcrumb .breadcrumb-item a {
    color: #081f28;
    }
.spend-cap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "•";
    }
.spend-cap .breadcrumb.white-bc .breadcrumb-item, .spend-cap .breadcrumb.white-bc .breadcrumb-item a {
    opacity: 1;
    color: #fff;
    z-index: 2;
    }
.spend-cap .breadcrumb.white-bc .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    }
@media only screen and (min-width: 769px) {
    .spend-cap .breadcrumb {
        font-size: 16px;
        }
    }
.spend-cap .breadcrumb .breadcrumb-item:first-child {
    opacity: 0.7;
    }
.spend-cap-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    align-items: start;
    justify-content: center;
    z-index: 999;
    }
.spend-cap-modal[active] {
    display: flex;
    }
.spend-cap-modal input, .spend-cap-modal .yellow-btn, .spend-cap-modal .button--yt, .spend-cap-modal .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .spend-cap-modal input.shopify-challenge__button, .spend-cap-modal section.v2-draw-banner button, section.v2-draw-banner .spend-cap-modal button, .spend-cap-modal .blue-btn, .spend-cap-modal .rev-btn, .spend-cap-modal .outline-btn-white, .spend-cap-modal .outline-btn {
    width: 100%;
    }
.spend-cap-modal .yellow-btn, .spend-cap-modal .button--yt, .spend-cap-modal .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .spend-cap-modal input.shopify-challenge__button, .spend-cap-modal section.v2-draw-banner button, section.v2-draw-banner .spend-cap-modal button, .spend-cap-modal .blue-btn, .spend-cap-modal .rev-btn, .spend-cap-modal .outline-btn, .spend-cap-modal .outline-btn-white {
    margin-bottom: 1rem;
    }
.spend-cap-modal__body {
    margin: 4rem 2rem;
    position: relative;
    max-width: 420px;
    background: #fff;
    padding: 24px 46px;
    text-align: center;
    border-radius: 0.75rem;
    }
.spend-cap-modal__body h4, .spend-cap-modal__body h5 {
    margin-bottom: 16px;
    }
@media (min-width: 768px) {
    .spend-cap-modal__body {
        margin: 12.5rem 0;
        }
    }
.spend-cap-modal__icon {
    margin: 1rem auto;
    display: inline-block;
    background-color: #081f28;
    border-radius: 100%;
    border: solid 0.625rem;
    }
.spend-cap-modal__icon svg path {
    fill: #fff;
    }
.spend-cap-modal__close-x {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.25rem;
    cursor: pointer;
    }
.spend-cap .spend-cap__update-form-input, .spend-cap-modal .spend-cap__update-form-input {
    position: relative;
    margin-bottom: 2rem;
    }
.spend-cap .spend-cap__update-form-input input, .spend-cap-modal .spend-cap__update-form-input input {
    font-size: 1.125rem;
    font-weight: 500;
    height: 4rem;
    line-height: 1.6875rem;
    border: #c1c9d1 solid 1px;
    margin-bottom: 1.5rem;
    padding-left: 27px;
    text-align: left;
    }
.spend-cap .spend-cap__update-form-input span, .spend-cap-modal .spend-cap__update-form-input span {
    position: absolute;
    font-size: 1.125rem;
    top: 1.15625rem;
    left: 1rem;
    font-weight: 500;
    }
cart-upsell, cart-payg-upsell {
    display: none;
    }
cart-upsell .cart-upsell__btn-open, cart-payg-upsell .cart-upsell__btn-open {
    max-width: 370px;
    margin: 12px auto;
    padding: 10px 22px;
    background-color: #2c424d;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    }
cart-upsell .cart-upsell__btn-open-subtext, cart-payg-upsell .cart-upsell__btn-open-subtext {
    display: block;
    font-size: 16px;
    color: #fd0;
    font-weight: 400;
    margin-top: 8px;
    }
cart-upsell .cart-upsell__modal, cart-payg-upsell .cart-upsell__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    }
cart-upsell .cart-upsell__modal-content, cart-payg-upsell .cart-upsell__modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-top: 20px;
    padding: 32px 16px;
    border-radius: 20px 20px 60px 20px;
    background-color: #2c424d;
    }
cart-upsell .cart-upsell__modal-content h4, cart-payg-upsell .cart-upsell__modal-content h4 {
    font-size: 20px;
    color: #fff;
    }
cart-upsell .cart-upsell__modal-content p, cart-payg-upsell .cart-upsell__modal-content p {
    font-size: 18px;
    color: #fff;
    }
cart-upsell .cart-upsell__modal-content a, cart-upsell .cart-upsell__modal-content a button, cart-payg-upsell .cart-upsell__modal-content a, cart-payg-upsell .cart-upsell__modal-content a button {
    width: 100%;
    }
@media (min-width: 640px) {
    cart-upsell .cart-upsell__modal-content, cart-payg-upsell .cart-upsell__modal-content {
        width: auto;
        max-width: 400px;
        margin-top: 80px;
        }
    }
@media (min-width: 768px) {
    cart-upsell .cart-upsell__modal-content, cart-payg-upsell .cart-upsell__modal-content {
        margin-top: 100px;
        }
    }
cart-upsell .cart-upsell__modal-title, cart-payg-upsell .cart-upsell__modal-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    }
cart-upsell .cart-upsell__modal-title strong, cart-payg-upsell .cart-upsell__modal-title strong {
    color: #fd0;
    }
cart-upsell .cart-upsell__slide-icon, cart-payg-upsell .cart-upsell__slide-icon {
    margin: 16px 0;
    }
cart-upsell .cart-upsell__slide-icon svg, cart-payg-upsell .cart-upsell__slide-icon svg {
    display: block;
    width: 100%;
    height: 200px;
    }
cart-upsell .cart-upsell__skip-link, cart-payg-upsell .cart-upsell__skip-link {
    color: #fff;
    text-decoration: underline !important;
    }
cart-upsell .splide, cart-payg-upsell .splide {
    margin: 0 auto;
    padding-bottom: 40px;
    }
cart-upsell .splide__pagination, cart-payg-upsell .splide__pagination {
    display: block !important;
    }
cart-upsell .splide__pagination__page, cart-payg-upsell .splide__pagination__page {
    margin-left: 12px;
    margin-right: 12px;
    }
cart-upsell .splide__pagination__page.is-active, cart-payg-upsell .splide__pagination__page.is-active {
    transform: scale(2);
    opacity: 1;
    }
cart-upsell .splide h4, cart-payg-upsell .splide h4 {
    font-size: 20px;
    color: #fff;
    }
cart-upsell .splide p, cart-payg-upsell .splide p {
    font-size: 16px;
    color: #fff;
    }
cart-upsell[open=true] .cart-upsell__modal, cart-payg-upsell[open=true] .cart-upsell__modal {
    display: flex;
    }
cart-upsell[loaded=true], cart-payg-upsell[loaded=true] {
    display: block;
    }
live-rent-sell {
    background-color: #000;
    }
live-rent-sell .hidden {
    display: none;
    }
@media (min-width: 768px) {
    live-rent-sell .show-md {
        display: block;
        }
    }
@media (min-width: 768px) {
    live-rent-sell .hide-md {
        display: none;
        }
    }
@media (min-width: 768px) {
    .lrs-container {
        display: flex;
        align-items: start;
        }
    }
.lrs-image {
    position: relative;
    aspect-ratio: 1/1;
    }
.lrs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
@media (min-width: 768px) {
    .lrs-image {
        width: 50%;
        }
    }
.lrs-image-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-align: center;
    padding: 30px 30px 0 30px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(0, 212, 255, 0) 100%);
    }
.lrs-image-content h4 {
    color: #fff;
    font-size: 14px;
    }
@media (min-width: 1040px) {
    .lrs-image-content {
        padding: 30px 5% 0 5%;
        }
    .lrs-image-content h4 {
        font-size: 25px;
        }
    .lrs-image-content p {
        font-size: 23px;
        }
    }
.lrs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    text-align: left;
    padding: 14px;
    }
@media (min-width: 768px) {
    .lrs-content {
        padding: 30px;
        width: 50%;
        }
    }
@media (max-width: 500px) {
    body:not(.template-devon-ii) .lrs-content .yellow-btn.hide-on-mobile, body:not(.template-devon-ii) .lrs-content .hide-on-mobile.button--yt, body:not(.template-devon-ii) .lrs-content .shopify-challenge__container input.hide-on-mobile.shopify-challenge__button, .shopify-challenge__container body:not(.template-devon-ii) .lrs-content input.hide-on-mobile.shopify-challenge__button, body:not(.template-devon-ii) .lrs-content section.v2-draw-banner button.hide-on-mobile, section.v2-draw-banner body:not(.template-devon-ii) .lrs-content button.hide-on-mobile, body:not(.template-devon-ii) .lrs-content .hide-on-mobile.blue-btn, body:not(.template-devon-ii) .lrs-content .hide-on-mobile.rev-btn, body:not(.template-devon-ii) .lrs-content .hide-on-mobile.outline-btn, body:not(.template-devon-ii) .lrs-content .hide-on-mobile.outline-btn-white {
        display: none;
        }
    }
.lrs-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 8px;
    row-gap: 16px;
    padding: 30px 0;
    max-width: 700px;
    width: 100%;
    margin: 0;
    }
@media (max-width: 1050px) {
    .lrs-blocks {
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
        }
    }
.lrs-block {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    }
.lrs-block .lrs-block-icon {
    margin-bottom: 8px;
    }
.lrs-block .lrs-block-icon svg {
    display: inline;
    }
.lrs-block p {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 4px;
    }
.lrs-content a[data-toggle] {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    user-select: none;
    }
.lrs-body {
    max-width: 700px;
    margin: 0;
    }
@media (max-width: 500px) {
    .lrs-body {
        max-width: 500px;
        }
    }
section.v2-draw-banner {
    background: #081f28;
    color: #f5f5f5;
    font-family: "Gellix", sans-serif;
    padding: 8px 8px 16px !important;
    text-align: center;
    }
section.v2-draw-banner button {
    margin: 0;
    pointer-events: none;
    word-break: break-all;
    }
@media (min-width: 768px) {
    section.v2-draw-banner {
        padding: 32px 8px !important;
        }
    }
section.v2-text-w-heading {
    font-family: "Gellix", sans-serif;
    padding: 32px 16px !important;
    text-align: center;
    }
section.v2-text-w-heading h1 {
    font-size: 2.625rem;
    }
section.v2-text-w-heading p {
    font-size: 1rem;
    }
section.v2-text-w-heading p:last-child {
    margin-bottom: 0;
    }
@media (min-width: 768px) {
    section.v2-text-w-heading div {
        margin: 0 auto;
        max-width: 900px;
        }
    section.v2-text-w-heading h1 {
        font-size: 3.125rem;
        }
    section.v2-text-w-heading p {
        font-size: 1.25rem;
        }
    }
section.v2-text-w-heading.v2-text-w-heading--mobile-friendly {
    background: #fff;
    text-align: left;
    }
@media (min-width: 768px) {
    section.v2-text-w-heading.v2-text-w-heading--mobile-friendly {
        background: rgba(0, 0, 0, 0);
        text-align: center;
        }
    section.v2-text-w-heading.v2-text-w-heading--mobile-friendly h1 {
        font-size: 3.125rem;
        }
    section.v2-text-w-heading.v2-text-w-heading--mobile-friendly p {
        font-size: 1.25rem;
        }
    }
section.v2-text-w-heading.v2-text-w-heading--dark-mode {
    background: #081f28;
    color: #f5f5f5;
    }
section.v2-text-w-heading.v2-text-w-heading--dark-mode p, section.v2-text-w-heading.v2-text-w-heading--dark-mode li, section.v2-text-w-heading.v2-text-w-heading--dark-mode h1, section.v2-text-w-heading.v2-text-w-heading--dark-mode h2, section.v2-text-w-heading.v2-text-w-heading--dark-mode h3, section.v2-text-w-heading.v2-text-w-heading--dark-mode h4, section.v2-text-w-heading.v2-text-w-heading--dark-mode h5, section.v2-text-w-heading.v2-text-w-heading--dark-mode h6 {
    color: #f5f5f5;
    }
section.v2-text-w-heading.v2-text-w-heading--dark-mode h1 strong, section.v2-text-w-heading.v2-text-w-heading--dark-mode h2 strong, section.v2-text-w-heading.v2-text-w-heading--dark-mode h3 strong, section.v2-text-w-heading.v2-text-w-heading--dark-mode h4 strong, section.v2-text-w-heading.v2-text-w-heading--dark-mode h5 strong, section.v2-text-w-heading.v2-text-w-heading--dark-mode h6 strong {
    color: #fd0;
    font-weight: 500;
    }
.v2-fd-prize-description {
    padding: 32px 16px !important;
    margin: 0 auto;
    text-align: left;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    align-items: center;
    overflow: visible;
    }
.v2-fd-prize-description .prize-image {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-right: 30px;
    }
.v2-fd-prize-description .heading {
    grid-column: 2/3;
    grid-row: 1/2;
    font-family: "Showtime", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 3.5rem;
    max-width: 430px;
    margin-bottom: 20px;
    }
.v2-fd-prize-description .heading * {
    font-family: inherit;
    font-size: inherit;
    line-height: 100%;
    letter-spacing: inherit;
    }
.v2-fd-prize-description .heading .line1, .v2-fd-prize-description .heading .rest {
    font-size: 32px;
    }
.v2-fd-prize-description .heading .prize-value {
    font-size: 110px;
    }
.v2-fd-prize-description .prize-description {
    grid-column: 2/3;
    grid-row: 2/3;
    position: relative;
    }
.v2-fd-prize-description .prize-description .down-arrow {
    position: absolute;
    left: 70%;
    bottom: -70px;
    height: 110px;
    }
@media only screen and (max-width: 767px) {
    .v2-fd-prize-description {
        padding: 0 8px 16px !important;
        justify-content: center;
        justify-items: center;
        text-align: center;
        align-items: flex-start;
        }
    .v2-fd-prize-description .heading {
        grid-column: 1/3;
        grid-row: 1/2;
        max-width: 400px;
        width: 100%;
        font-size: 2.5rem;
        }
    .v2-fd-prize-description .heading * {
        font-size: inherit;
        }
    .v2-fd-prize-description .heading .prize-value {
        font-size: 5rem;
        margin: 10px auto 18px;
        padding: 8px 16px;
        text-wrap: nowrap;
        }
    }
@media only screen and (max-width: 767px) and (max-width: 380px) {
    .v2-fd-prize-description .heading .prize-value {
        font-size: 4rem;
        }
    }
@media only screen and (max-width: 767px) {
    .v2-fd-prize-description .prize-image {
        grid-column: 1/3;
        grid-row: 2/3;
        margin: 30px 0;
        max-width: 400px;
        width: 100%;
        }
    .v2-fd-prize-description .prize-description {
        grid-column: 1/3;
        grid-row: 3/4;
        width: 95%;
        max-width: 600px;
        }
    }
.v2-fd-imagine {
    text-align: center;
    margin: 0 auto !important;
    padding: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    }
.v2-fd-imagine .decorative-image {
    position: absolute;
    transform: translate(-50%, -50%);
    }
.v2-fd-imagine .desktop, .v2-fd-imagine .mobile {
    width: 100%;
    max-width: 1200px;
    min-height: 850px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.v2-fd-imagine .desktop div {
    width: 90%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    }
.v2-fd-imagine .mobile {
    display: none;
    }
.v2-fd-imagine .preheading {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
    }
.v2-fd-imagine .heading {
    font-family: "Gellix", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    }
.v2-fd-imagine .body {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    }
@media only screen and (max-width: 840px) {
    .v2-fd-imagine .mobile {
        display: flex;
        max-width: 600px;
        }
    .v2-fd-imagine .mobile .heading {
        font-size: 2.1rem;
        }
    .v2-fd-imagine .desktop {
        display: none;
        }
    }
@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(0.95)
        } to {
        opacity: 1;
        transform: scale(1)
        }
    }
@keyframes translate-and-scale {
    from {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.5)
        } to {
        transform: translate(-50%, -50%) scale(1)
        }
    }
@media (prefers-reduced-motion: no-preference) {
    .v2-fd-imagine .fade-in {
        will-change: transform, opacity;
        animation: fade-in 2.5s ease-in-out both paused;
        }
    .v2-fd-imagine .translate-and-scale {
        will-change: transform, left, top;
        animation: translate-and-scale 1.5s ease-in-out both paused;
        }
    }
.v2-fd-enter-today {
    padding: 32px !important;
    margin: 0 auto;
    text-align: left;
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: visible;
    gap: 30px;
    }
.v2-fd-enter-today > * {
    flex: 1;
    }
.v2-fd-enter-today .text-content {
    text-align: inherit;
    position: relative;
    }
.v2-fd-enter-today .text-content .heading {
    font-family: "Showtime", sans-serif;
    letter-spacing: 0.02em;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 20px;
    }
.v2-fd-enter-today .text-content .subheading p {
    text-align: inherit;
    font-size: 1.3rem;
    }
.v2-fd-enter-today .text-content .right-arrow {
    position: absolute;
    left: 80%;
    height: 100px;
    }
.v2-fd-enter-today .prize-image {
    width: 50%;
    max-width: 484px;
    }
@media screen and (max-width: 820px) {
    .v2-fd-enter-today .text-content .right-arrow {
        height: 60px;
        }
    }
@media screen and (max-width: 768px) {
    .v2-fd-enter-today {
        text-align: center;
        }
    .v2-fd-enter-today .text-content .heading {
        font-size: 2.8rem;
        }
    .v2-fd-enter-today .text-content .subheading p {
        font-size: 1.4rem;
        margin-bottom: 0;
        }
    .v2-fd-enter-today .right-arrow, .v2-fd-enter-today .prize-image {
        display: none;
        }
    }
.draw-entry-cards .sse-main__packages .package_card.package_card_postal {
    flex: 1;
    order: 900;
    display: grid;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 25px;
    border-radius: 13px;
    }
.draw-entry-cards .sse-main__packages .package_card.package_card_postal .postal-entry {
    display: block;
    font-size: 25px;
    font-weight: 600;
    height: auto;
    grid-column: 1/2;
    grid-row: 1/2;
    }
.draw-entry-cards .sse-main__packages .package_card.package_card_postal .no-purchase-necessary {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    }
.draw-entry-cards .sse-main__packages .package_card.package_card_postal .btn-container {
    grid-column: 2/3;
    grid-row: 1/3;
    }
@media screen and (max-width: 991px) {
    .draw-entry-cards .sse-main__packages .package_card .btn-container button {
        font-size: 17px;
        padding: 0.3rem 0.05rem 0.5rem 0.05rem;
        min-width: 111px;
        }
    }
@media (min-width: 1024px) {
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal {
        max-width: 240px;
        grid-template-rows: 42px auto auto;
        border-radius: 29px;
        padding-left: 0;
        }
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal .no-purchase-necessary {
        grid-column: 1/3;
        grid-row: 2/3;
        margin: 2.4em auto;
        font-size: 18px;
        line-height: unset;
        }
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal .postal-entry {
        border-bottom: 1px solid #87c7ca;
        grid-column: 1/3;
        grid-row: 1/2;
        margin: 0 auto;
        width: 90%;
        font-size: 18px;
        }
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal .btn-container {
        grid-column: 1/3;
        grid-row: 3/4;
        }
    }
@media (min-width: 1190px) {
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal .no-purchase-necessary {
        margin: 1.7em auto;
        font-size: 22px;
        }
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal {
        grid-template-rows: 45px auto auto;
        }
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal .postal-entry {
        font-size: 20px;
        }
    }
@media (min-width: 1500px) {
    .draw-entry-cards .sse-main__packages .package_card.package_card_postal .no-purchase-necessary {
        font-size: 25px;
        margin: 1.3em auto;
        }
    }
section.v2-fullscreen-image picture {
    display: block;
    width: 100%;
    }
section.v2-fullscreen-image picture img {
    display: block;
    }
section.v2-jaunty-heading {
    margin: -36px 0 50px 0;
    overflow: visible;
    text-align: center;
    z-index: 1;
    }
section.v2-jaunty-heading h1 {
    display: inline-block;
    overflow: visible;
    position: relative;
    }
section.v2-jaunty-heading h1 span:first-child {
    background: #fd0;
    display: inline-block;
    font-family: "Gellix", sans-serif;
    font-size: 30px;
    font-weight: 800;
    overflow: visible;
    padding: 8px;
    position: relative;
    }
section.v2-jaunty-heading h1 span:first-child:before {
    background: rgba(255, 221, 0, 0.7);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transform: rotate(-1.48deg) translatex(-3%);
    width: 105%;
    z-index: -1;
    }
section.v2-jaunty-heading h1 span:last-child {
    background: #000;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: "Gellix", sans-serif;
    font-size: 16px;
    padding: 0 8px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%) translatey(100%);
    }
@media (min-width: 768px) {
    section.v2-jaunty-heading h1 span:first-child {
        font-size: 60px;
        }
    section.v2-jaunty-heading h1 span:last-child {
        font-size: 30px;
        }
    }
faq-card h1 {
    font-size: 24px;
    padding: 0 0 16px;
    font-family: "Gellix", sans-serif;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #ececec;
    }
faq-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }
faq-card li {
    list-style: none;
    margin: 0;
    border-radius: 25px;
    transition: all 0.2s;
    }
faq-card li h2 {
    font-family: "Gellix", sans-serif;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    padding-right: 35px;
    position: relative;
    text-transform: none;
    }
faq-card li h2:after {
    color: #55c2ff;
    content: "+";
    font-size: 2rem;
    float: right;
    line-height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    }
faq-card li div {
    margin-top: 1.5rem;
    height: 0;
    font-size: 1rem;
    color: #3d3d3d;
    margin-bottom: 0;
    line-height: 30px;
    overflow: hidden;
    opacity: 0;
    }
faq-card li.open {
    padding-bottom: 2rem;
    }
faq-card li.open h2:after {
    content: "-";
    }
faq-card li.open div {
    height: auto;
    opacity: 1;
    }
faq-card li:last-child {
    margin-bottom: 0;
    }
@media (min-width: 576px) {
    faq-card {
        border-radius: 25px;
        }
    }
@media (min-width: 768px) {
    faq-card li {
        margin: 1rem 0;
        }
    faq-card li.open {
        background-color: #f5f5f5;
        }
    }
.v2-countdown-header {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 31, 40, 0.6);
    text-align: center;
    }
.v2-countdown-header countdown-header {
    display: block;
    margin: 8px 16px;
    }
@media (min-width: 768px) {
    .v2-countdown-header {
        flex-grow: 1;
        display: flex;
        justify-content: start;
        overflow: hidden;
        width: auto;
        position: static;
        background: rgba(0, 0, 0, 0);
        text-align: left;
        }
    }
@media (min-width: 992px) {
    .v2-countdown-header {
        justify-content: end;
        }
    }
@media (min-width: 1280px) {
    .v2-countdown-header countdown-header {
        min-width: 325px;
        margin: 0;
        }
    }
.v2-shopify-video video {
    background: #081f28;
    object-fit: cover;
    z-index: 1;
    }
.v2-shopify-video video.playing {
    object-fit: contain;
    }
.subscription-management__header.card {
    background-color: #081f28;
    }
.fs-20 {
    font-size: 20px !important;
    line-height: 28px !important;
    }
.fs-16 {
    font-size: 16px !important;
    line-height: 22.4px !important;
    }
.black-underline-btn {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    color: #000;
    font: normal normal 700 16px/24px Gellix;
    }
.black-underline-btn:hover {
    text-decoration-thickness: 2px;
    }
.h3 {
    font: normal normal 700 24px/36px Gellix;
    text-transform: unset;
    }
.h4 {
    font: normal normal 700 20px/30px Gellix;
    text-transform: unset;
    margin-bottom: 0;
    }
.subscription-management .black-underline-btn.text-muted {
    opacity: 0.4;
    }
.subscription-management .alert-danger {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #db2800;
    }
.subscription-management_changeSubRadio {
    max-width: 300px;
    border: 2px solid #081f28;
    border-radius: 20px;
    overflow: hidden;
    }
.subscription-management_changeSubRadio input[type=radio] {
    accent-color: #081f28;
    height: 32px;
    width: 32px;
    }
.subscription-management_changeSubLabel {
    display: none;
    color: #0193a7;
    }
.subscription-management_changeSubBonus {
    background-color: #081f28;
    color: #fff;
    }
.subscription-management_changeSubBonus b {
    color: #fd0;
    }
:root {
    --swiper-navigation-color: rgba(255, 255, 255, 0.8);
    --swiper-pagination-color: rgba(255, 255, 255, 0.8);
    --swiper-pagination-bullet-size: 11px;
    --swiper-pagination-bullet-horizontal-gap: 9px;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    }
@media screen and (min-width: 768px) {
    :root {
        --swiper-pagination-bullet-size: 12px;
        --swiper-pagination-bullet-horizontal-gap: 10px;
        --swiper-pagination-bottom: 12px;
        }
    }
:root .swiper-button-prev {
    background-image: url(../images/style_image_28.svg); !important;
    }
:root .swiper-button-prev:after {
    content: none !important;
    }
:root .swiper-button-next {
    background-image: url(../images/style_image_29.svg);
    }
:root .swiper-button-next:after {
    content: none !important;
    }
:root .swiper-button-next, :root .swiper-button-prev {
    width: 50px !important;
    height: 51px !important;
    }
.swiper-slide div.has-shadow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    z-index: 1;
    }
.swiper-slide div.carousel-caption {
    z-index: 2;
    }
.swiper-slide div.carousel-caption a {
    color: #fff;
    }
.swiper-slide div.carousel-caption p {
    margin-bottom: 0;
    }
dialog {
    position: absolute;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: auto;
    border: solid;
    padding: 1em;
    background: #fff;
    color: #000;
    display: block;
    }
dialog:not([open]) {
    display: none;
    }
dialog + .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    }
._dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    }
dialog.fixed {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    }
dialog {
    position: fixed;
    border: unset;
    border-radius: 0.5rem;
    padding: unset;
    min-width: 300px;
    max-width: 500px;
    }
dialog.dialog-sm {
    max-width: 300px;
    }
dialog.dialog-lg {
    max-width: 800px;
    }
dialog.dialog-xl {
    max-width: 1140px;
    }
dialog header {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    align-items: baseline;
    border-bottom: 1px solid #e5e5e5;
    }
dialog header h1, dialog header h2, dialog header h3, dialog header h4, dialog header h5, dialog header h6 {
    margin: 0;
    font-size: 1.5rem;
    }
dialog header button {
    font-weight: 700;
    opacity: 0.5;
    margin-left: auto;
    background: none;
    padding: 0;
    border: none;
    }
dialog header button:hover {
    opacity: 1;
    }
dialog header button span {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0 0.5rem;
    }
dialog article {
    padding: 1rem;
    }
dialog footer {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid #e5e5e5;
    }
dialog::backdrop, dialog + .backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    }
.package-card-subscription .subs-card {
    width: 300px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #0193a7;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    }
.package-card-subscription .subs-card-price-container {
    background: #13323f;
    font-size: 28px;
    }
.package-card-subscription .subs-card-perk {
    padding: 0 0 16px 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    }
.package-card-subscription .subs-card-price {
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    }
.package-card-subscription .bonus-included {
    background: #0193a7;
    font: normal normal 700 18px/24px Gellix;
    color: #f5f5f5;
    border-bottom-left-radius: 20px;
    padding: 8px 16px;
    }
.subscription-upgrade__spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    }
.subscriptionUpgradeAvailable, .subscriptionUpgradeError, .subscriptionUpgradeErrorNoSub {
    display: none;
    }
.subscription-upgrade-login-form > section.template_login {
    padding: 0 !important;
    }
.subscription-upgrade-login-form > section.template_login h1 {
    display: none !important;
    }
.subscription-upgrade-login-form > section.template_login .login-form-register {
    display: none !important;
    }
.subscription-upgrade {
    background-color: #f7f7f7;
    }
.generic-countdown {
    color: #081f28;
    }
.subscription-upgrade-cards {
    background-color: #ebf4f8;
    }
.subscription-upgrade-cards .smallprint-content p {
    max-width: 900px;
    width: 90%;
    font-size: 14px;
    color: #6d7b89;
    margin: 10px auto;
    }
.current-plan {
    border: solid 2px #0193a7;
    border-radius: 20px;
    width: 240px;
    background-color: #ebedfa;
    }
.current-plan-label {
    color: #0193a7;
    }
header h3 {
    font-size: 40px;
    line-height: 1.5;
    padding: 0 1em;
    }
header > h1 {
    padding-top: 4rem;
    font-size: 42px;
    }
.package-card-subscription {
    gap: 32px;
    }
dialog article b {
    color: #0193a7;
    }
@media (min-width: 768px) {
    header > h1 {
        padding-top: 7.5rem;
        }
    header h3 {
        line-height: unset;
        }
    }
@media (min-width: 992px) {
    header > h1 {
        padding-top: 6rem;
        }
    }
.year-selector-container {
    color: #0090b1;
    margin: 20px 0;
    display: flex;
    }
.year-selector-container .year-nav-button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    padding: 1px 6px;
    min-height: 30px;
    }
.year-selector-container .year-nav-button:hover {
    text-decoration: none;
    }
.year-selector-container .year-nav-button.disabled {
    cursor: not-allowed;
    opacity: 0.25;
    }
.year-selector-container .current-year {
    display: inline-block;
    padding: 0 6px;
    min-width: 60px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    }
.year-selector-container .year-nav-button svg {
    vertical-align: middle;
    width: 9px;
    }
.year-selector-container .year-nav-button svg path {
    fill: #0090b1 !important;
    }
.month-selector-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
    }
.month-selector-container .month-nav-button {
    position: relative;
    text-align: center;
    min-width: 50%;
    padding: 15px 20px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1;
    border: #1498b8 1px solid;
    color: #1498b8;
    background-color: rgba(0, 0, 0, 0);
    }
.month-selector-container .month-nav-button.active {
    color: #fff;
    background-color: #00767a;
    border-color: #00767a;
    }
.month-selector-container.hidden {
    display: none;
    }
@media (min-width: 420px) {
    .month-selector-container {
        grid-template-columns: 1fr 1fr 1fr;
        }
    }
@media (min-width: 767px) {
    .month-selector-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }
.range-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 0 !important;
    }
.range-slider {
    width: 100%;
    }
.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    border-radius: 15px;
    background: #d9d9d9;
    outline: none;
    padding: 0;
    margin: 0;
    max-width: 500px;
    }
.range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: radial-gradient(rgb(214, 214, 214) 50%, rgb(150, 150, 150) 80%);
    box-shadow: 0 0 5px 10px #d9d9d9, 0 0 0 12px #d9d9d9;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
    }
.range-slider__range:active::-webkit-slider-thumb {
    background: radial-gradient(rgb(214, 214, 214) 50%, rgb(150, 150, 150) 80%);
    }
.range-slider__range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(rgb(214, 214, 214) 50%, rgb(150, 150, 150) 80%);
    cursor: pointer;
    transition: background 0.15s ease-in-out;
    }
.range-slider__range:active::-moz-range-thumb {
    background: radial-gradient(rgb(214, 214, 214) 50%, rgb(150, 150, 150) 80%);
    }
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 5px 10px #d9d9d9, 0 0 0 12px #d9d9d9;
    }
.under-hero__block span.range-slider__value {
    font-family: Gellix;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0;
    text-align: center;
    color: #0193a7;
    width: 100%;
    margin-top: 10px;
    }
.under-hero__block span.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid #d9d9d9;
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    content: "";
    }
html {
    scroll-behavior: smooth;
    }
body {
    color: #081f28;
    background: #f5f5f5 !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    }
main {
    flex: 1;
    }
section, article, .site-footer {
    position: relative;
    overflow: hidden;
    padding: 0;
    }
section {
    padding: 3rem 0;
    }
@media only screen and (max-width: 767px) {
    section {
        padding: 2rem 0;
        }
    }
.site-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    }
img {
    max-width: 100%;
    }
.largeonly {
    display: none;
    }
@media screen and (min-width: 1066px) {
    .largeonly {
        display: block;
        }
    }
.smallonly {
    display: block;
    }
@media screen and (min-width: 1066px) {
    .smallonly {
        display: none;
        }
    }
.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    }
.btn:hover, a:hover, select:hover {
    cursor: pointer;
    }
.global-header {
    position: relative;
    height: 92px;
    }
@media screen and (max-width: 991px) {
    .global-header {
        height: 67px;
        }
    }
.navbar .nav-item .nav-link i {
    font-size: 1.4em;
    }
.navbar-nav.d-md-block {
    display: flex !important;
    flex-direction: initial !important;
    }
@media only screen and (max-width: 767px) {
    .navbar-nav.d-block {
        display: flex !important;
        flex-direction: initial !important;
        }
    .navbar-nav.d-block li {
        margin: 0 0.6em !important;
        }
    .navbar-nav.d-md-block {
        display: none !important;
        }
    .dropdown-item {
        white-space: normal;
        }
    }
.order-list li {
    padding: 15px;
    margin-bottom: 15px;
    }
@media only screen and (max-width: 398px) {
    .order-list li {
        padding: 0;
        }
    }
@media only screen and (max-width: 767px) {
    .order-list li span {
        display: block;
        }
    }
.top-banner {
    display: block;
    }
.top-banner a {
    color: #f5f5f5;
    }
.legal-links {
    display: block;
    }
.legal-links li {
    display: inline;
    }
.legal-links a {
    padding: 0 4px;
    text-decoration: underline;
    }
.no-js:not(html) {
    display: none !important;
    }
.no-js .no-js:not(html) {
    display: block !important;
    }
.no-js .js {
    display: none !important;
    }
.flex-even {
    flex: 1;
    }
p.heading {
    margin-bottom: 30px;
    font-size: 36px;
    font-family: "Showtime", sans-serif;
    text-transform: uppercase;
    line-height: 52px;
    letter-spacing: 0.02em;
    text-align: left;
    }
p.heading-2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: "Gellix", sans-serif;
    text-transform: initial;
    line-height: 52px;
    letter-spacing: 0;
    text-align: left;
    }
.about-pad {
    padding-top: 1em;
    }
.wp-content p.heading {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 30px;
    }
@media only screen and (max-width: 767px) {
    .wp-content p.heading {
        margin-bottom: 10px;
        }
    }
.text-top {
    font-size: 18px;
    line-height: 32px;
    }
.template-404 section {
    padding: 5rem 0 !important;
    }
.template-404 .container .title {
    font-size: 100px;
    color: #fd0;
    }
.template-404 .container .subtitle {
    font-size: 36px;
    line-height: 52px;
    color: #081f28;
    }
.template-404 .container a.yellow-btn, .template-404 .container a.button--yt, .template-404 .container a.blue-btn, .template-404 .container a.rev-btn, .template-404 .container a.outline-btn, .template-404 .container a.outline-btn-white {
    width: 215px;
    }
.template_login, .template_register {
    padding: 5rem 0 !important;
    }
@media only screen and (min-width: 767px) {
    .template_login, .template_register {
        padding: 8rem 0 !important;
        }
    }
.template_login .form-text strong, .template_register .form-text strong {
    font-family: "National-Medium";
    }
.template_login .btn.btn-login, .template_register .btn.btn-login {
    margin-top: 5px;
    }
@media only screen and (max-width: 767px) {
    .template_login .btn.btn-login, .template_register .btn.btn-login {
        min-width: 100%;
        }
    }
.template_login .btn.btn-register, .template_register .btn.btn-register {
    margin: 15px auto;
    min-width: 100%;
    }
.template_login .btn.btn-login, .template_register .btn.btn-login {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    }
@media only screen and (max-width: 767px) {
    .template_login .btn.btn-login, .template_register .btn.btn-login {
        min-width: 100%;
        }
    }
.template_login .already-reg, .template_register .already-reg {
    min-width: 100%;
    text-align: center;
    }
.template_login .already-reg a, .template_register .already-reg a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
    }
@media only screen and (max-width: 767px) {
    .template_login .already-reg, .template_register .already-reg {
        text-align: left;
        }
    }
.template_login .forgot-pass, .template_register .forgot-pass {
    padding: 18px 0;
    }
@media only screen and (max-width: 767px) {
    .template_login .forgot-pass, .template_register .forgot-pass {
        min-width: 100%;
        }
    }
.template_login a:focus, .template_register a:focus {
    box-shadow: none;
    }
.template_login .customer-login__no-account-text, .template_register .customer-login__no-account-text {
    color: #222;
    margin-bottom: 0;
    }
.template_register.small-prize {
    padding-top: 20px !important;
    }
.template_register.small-prize .content-container {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    }
.small-prize-registration-subheading, .template_register.small-prize .form-text {
    text-align: center;
    }
.small-prize-registration-subheading a, .template_register.small-prize .form-text a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    }
.confetti-header {
    background: url(../images/style_image_30.webp);
    background-size: cover;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 30px;
    text-align: center;
    }
.confetti-header h1 {
    color: inherit;
    background-color: #092029;
    padding: 4px;
    margin: 10px auto;
    width: 200px;
    font-size: 3rem;
    }
.confetti-header h1 strong {
    color: gold;
    }
.confetti-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    align-self: center;
    }
.form-container {
    background-color: #fff;
    --shadow-color: 0deg 0% 0%;
    padding: 30px;
    border-radius: 10px;
    }
.small-prize-registration-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    }
.help-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    }
.help-container .form-text {
    margin: 0;
    }
.help-container .help-icon {
    height: 25px;
    width: 25px;
    margin: 0 0 8px 0;
    }
.how-to-redeem-section {
    margin-top: 30px;
    text-align: center;
    }
.how-to-redeem-steps {
    margin: 30px auto 50px;
    display: flex;
    justify-content: space-between;
    }
.how-to-step {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 20%;
    font-size: 0.8em;
    }
.how-to-step .step-icon {
    height: 80px;
    width: 80px;
    margin: 0 auto 15px auto;
    }
.how-to-step .text-content .step {
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 4px;
    }
.how-to-step .text-content .detail {
    font-size: 0.8em;
    }
@media (max-width: 768px) {
    .small-prize-registration-subheading, .template_register.small-prize .form-text {
        text-align: left;
        }
    .confetti-header {
        padding-top: 80px;
        padding-bottom: 20px;
        text-align: left;
        }
    .confetti-header h1 {
        width: fit-content;
        font-size: 2.3rem;
        margin: 10px;
        }
    .confetti-icon {
        align-self: flex-start;
        }
    .form-container {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        box-shadow: none;
        }
    .help-container {
        flex-direction: row;
        align-items: flex-start;
        }
    .help-container .help-icon {
        margin: 5px 12px 0 0;
        }
    .how-to-redeem-section {
        text-align: left;
        }
    .how-to-redeem-steps {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 30px;
        }
    .how-to-step {
        flex-direction: row;
        align-items: center;
        width: 100%;
        }
    .how-to-step .step-icon {
        margin: 0 20px 0 0;
        }
    }
#recoverPasswordModal .btn.btn-reset {
    padding: 10px 34px;
    }
#recoverPasswordModal .modal-body__recover-password__notice {
    font-size: 17px;
    color: #3a3a3a;
    line-height: 1.3;
    }
.editAddressModal label {
    color: #081f28;
    font-weight: bold;
    }
.editAddressModal .blue-btn {
    font-size: 19px !important;
    }
@media (max-width: 767px) {
    .editAddressModal .blue-btn {
        min-width: 0;
        }
    }
@media (max-width: 400px) {
    .editAddressModal .blue-btn {
        margin-bottom: 10px;
        }
    }
.container-dropdown .dropdown.show .title svg {
    transform: rotate(180deg);
    }
.template-customers_account section {
    padding: 7rem 0;
    }
@media (max-width: 1199px) {
    .template-customers_account .template_MyAccount {
        padding: 7rem 0 !important;
        }
    }
.template-customers_account .template_MyAccount .row {
    justify-content: space-between;
    }
@media (max-width: 767px); {
    .template-customers_account .template_MyAccount .row .col-12 {
        flex: unset;
        width: unset;
        }
    .template-customers_account .template_MyAccount .row .col-12 h2.heading {
        margin-top: 30px;
        }
    }
.template-customers_account .template_MyAccount .header_page {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
.template-customers_account .template_MyAccount .header_page .signOut {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Gellix";
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    margin-top: 5px;
    }
@media (max-width: 767px) {
    .template-customers_account .template_MyAccount .header_page .signOut {
        position: unset;
        }
    }
.template-customers_account .template_MyAccount .header_page .signOut a:hover {
    text-decoration: none;
    }
.template-customers_account .template_MyAccount .header_page .title_page {
    font-family: "Showtime";
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.04em;
    }
.template-customers_account .template_MyAccount .heading {
    font-family: "Showtime";
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: 0.04em;
    color: #081f28;
    }
@media (min-width: 1171px) {
    .template-customers_account .template_MyAccount .col-12:nth-child(3) {
        padding-left: 60px;
        }
    }
@media (min-width: 768px) and (max-width: 1170px) {
    .template-customers_account .template_MyAccount .col-12:nth-child(3) {
        padding-left: 30px;
        }
    }
.template-customers_account .template_MyAccount .col-12:nth-child(3) p:nth-child(3) {
    width: 100%;
    margin-top: 35px;
    }
.template-customers_account .template_MyAccount .order_history .btn-view {
    margin: 0;
    }
.template-customers_account .template_MyAccount .order_history table {
    width: 100%;
    margin-bottom: 25px;
    }
.template-customers_account .template_MyAccount .order_history table thead > tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
.template-customers_account .template_MyAccount .order_history table thead th {
    padding-bottom: 13px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    }
@media only screen and (max-width: 398px) {
    .template-customers_account .template_MyAccount .order_history table thead th {
        font-size: 12px;
        }
    }
.template-customers_account .template_MyAccount .order_history table tbody > tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 27px 0;
    }
.template-customers_account .template_MyAccount .order_history .block-item {
    padding: 20px 0;
    }
.template-customers_account .template_MyAccount .order_history .block-item .item-interor {
    display: flex;
    align-items: center;
    }
.template-customers_account .template_MyAccount .order_history .block-item .img {
    width: 50px;
    }
.template-customers_account .template_MyAccount .order_history .block-item .info {
    padding: 0 30px;
    }
@media only screen and (max-width: 398px) {
    .template-customers_account .template_MyAccount .order_history .block-item .info {
        padding: 0 20px;
        }
    }
.template-customers_account .template_MyAccount .order_history .block-item .title {
    margin-bottom: 5px;
    }
.template-customers_account .template_MyAccount .order_history .block-item .title:hover {
    text-decoration: none;
    }
.template-customers_account .template_MyAccount .order_history .block-item .title:hover h5 {
    color: #00767a;
    }
.template-customers_account .template_MyAccount .order_history .block-item .title h5 {
    font-family: "Gellix";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 0;
    }
@media (max-width: 550px) {
    .template-customers_account .template_MyAccount .order_history .block-item .title h5 {
        font-size: 16px;
        }
    }
@media only screen and (max-width: 398px) {
    .template-customers_account .template_MyAccount .order_history .block-item .title h5 {
        font-size: 12px;
        }
    }
.template-customers_account .template_MyAccount .order_history .block-entries, .template-customers_account .template_MyAccount .order_history .block-donation, .template-customers_account .template_MyAccount .order_history .block-qty {
    padding-right: 20px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 16px;
    line-height: 1.78;
    width: 15%;
    }
.template-customers_account .template_MyAccount .order_history .block-delete svg {
    width: 12px;
    }
.template-customers_account .section_ticket .ticket_list ul li .content .count {
    padding: 20px 20px 20px 0;
    }
.template-official-rules-uk main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-official-rules-uk main section {
        padding: 0;
        }
    }
.template-official-rules-uk main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-postal-entry-route-test main section, .template-postal-entry-route-ascot main section, .template-postal-entry-route-wimbledon main section, .template-postal-entry-route-devon main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-postal-entry-route-test main section, .template-postal-entry-route-ascot main section, .template-postal-entry-route-wimbledon main section, .template-postal-entry-route-devon main section {
        padding: 0;
        }
    }
.template-postal-entry-route-test main section .jumbotron, .template-postal-entry-route-ascot main section .jumbotron, .template-postal-entry-route-wimbledon main section .jumbotron, .template-postal-entry-route-devon main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-official-rules-uk-pre-22-june-2021 main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-official-rules-uk-pre-22-june-2021 main section {
        padding: 0;
        }
    }
.template-official-rules-uk-pre-22-june-2021 main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-experience-rules-all-draws main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-experience-rules-all-draws main section {
        padding: 0;
        }
    }
.template-experience-rules-all-draws main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-experience-rules-wimbledon-house main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-experience-rules-wimbledon-house main section {
        padding: 0;
        }
    }
.template-experience-rules-wimbledon-house main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-experience-rules-devon-house main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-experience-rules-devon-house main section {
        padding: 0;
        }
    }
.template-experience-rules-devon-house main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-experience-rules-childhood-day main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-experience-rules-childhood-day main section {
        padding: 0;
        }
    }
.template-experience-rules-childhood-day main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-experience-rules-gosh-2021 main section {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .template-experience-rules-gosh-2021 main section {
        padding: 0;
        }
    }
.template-experience-rules-gosh-2021 main section .jumbotron {
    padding: 10rem 2rem 0rem;
    }
.template-customers_order .order-list li {
    padding: 15px 0;
    }
.template-customers_order .order-list table {
    width: 100%;
    margin-bottom: 25px;
    }
.template-customers_order .order-list table thead > tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
.template-customers_order .order-list table thead th {
    padding-bottom: 13px;
    font-family: "Showtime";
    font-size: 14px;
    line-height: 1.5;
    }
.template-customers_order .order-list table tbody > tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 27px 0;
    }
.template-customers_order .order-list .block-item {
    padding: 20px 0;
    }
.template-customers_order .order-list .block-item .item-interor {
    display: flex;
    align-items: center;
    }
.template-customers_order .order-list .block-item .img {
    width: 50px;
    }
.template-customers_order .order-list .block-item .info {
    padding: 0 30px;
    }
.template-customers_order .order-list .block-item .title {
    margin-bottom: 5px;
    }
.template-customers_order .order-list .block-item .title:hover {
    text-decoration: none;
    }
.template-customers_order .order-list .block-item .title:hover h5 {
    color: #00cbf2;
    }
.template-customers_order .order-list .block-item .title h5 {
    font-family: "Showtime";
    font-size: 16px;
    font-stretch: normal;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    margin-bottom: 0;
    }
@media (max-width: 550px) {
    .template-customers_order .order-list .block-item .title h5 {
        font-size: 16px;
        }
    }
.template-customers_order .order-list .block-entries, .template-customers_order .order-list .block-donation, .template-customers_order .order-list .block-qty {
    padding-right: 20px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 16px;
    line-height: 1.78;
    width: 15%;
    }
.QuantitySelector {
    padding-right: 20px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 16px;
    line-height: 1.78;
    width: 15%;
    }
.section_tab_text .box_tab {
    max-width: 400px;
    margin: auto;
    border: 0.8px solid #e6e6e6;
    padding: 15px 30px;
    border-radius: 16px;
    font-family: "Gellix";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: gray;
    margin-bottom: 40px;
    text-align: center;
    }
@media screen and (max-width: 767px) {
    .section_tab_text .box_tab {
        margin: 0 auto 20px;
        display: flex;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        }
    }
.section_tab_text .box_tab .text_box_1 {
    font-family: "Gellix";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
    color: #081f28;
    margin-right: 30px;
    }
@media screen and (max-width: 767px) {
    .section_tab_text .box_tab .text_box_1 {
        margin-right: 0;
        }
    }
.section_tab_text .box_tab span.text_box_2 a {
    font-family: "National-Regular";
    font-size: 16px;
    line-height: 1.6;
    color: gray;
    }
.section_tab_text .tab_paragraph {
    max-width: 800px;
    margin: auto;
    font-family: "Gellix";
    font-size: 16px;
    line-height: 1.63;
    text-align: center;
    color: #626262;
    }
.section_tab_text .tab_paragraph p {
    font-size: 16px;
    }
.section_tab_text section.tab_text {
    padding: 0 40px 50px;
    }
.position-unset {
    position: unset !important;
    display: none !important;
    }
.template-customers_addresses .jumbotron {
    background-color: rgba(0, 0, 0, 0);
    }
.template-customers_addresses .container .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    }
.template-customers_addresses .container .breadcrumb .breadcrumb-item.active a:hover {
    text-decoration: none;
    }
.template-customers_addresses .container h1.display-3 {
    font-size: 36px;
    color: #081f28;
    text-align: center;
    }
.template-customers_addresses .container .card .card-body {
    color: #081f28;
    }
.template-customers_addresses .container .card .card-body h5.card-title {
    font-size: 18px;
    font-family: "Gellix";
    color: #081f28;
    }
.template-customers_addresses .container .card .card-body .badge {
    color: #f2f2f2;
    background-color: #081f28;
    }
.shopify-challenge__container {
    padding: 100px 0 !important;
    }
.shopify-challenge__container input.shopify-challenge__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
#promo-input {
    background-color: rgba(0, 0, 0, 0);
    border-color: #afafaf;
    font-size: 16px;
    font-family: "Gellix";
    line-height: 34px;
    text-align: left !important;
    padding: 14px 19px;
    width: 60%;
    margin-right: 30px;
    color: #081f28;
    border-radius: 5px;
    }
@media screen and (max-width: 767px) {
    #promo-input {
        margin-right: 15px;
        width: 55%;
        }
    }
#promo-input:focus {
    box-shadow: none;
    }
#dcodeInfo .dcIcon {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 3px;
    }
#dcodeInfo p {
    display: inline;
    font-family: "Gellix";
    font-size: 18px;
    }
#dcodeInfo button#removeDiscount {
    display: inline;
    width: 1em;
    height: 2em;
    border-radius: 16px;
    border: none;
    color: #fd0;
    }
#dcodeInfo button#removeDiscount::after {
    content: "x";
    }
#dcodeInfo button#removeDiscount svg {
    display: none;
    }
select#where-did-you-hear-about-us {
    background-color: rgba(0, 0, 0, 0);
    border-color: #292929;
    font-size: 16px;
    font-family: "Gellix";
    line-height: 34px;
    text-align: left !important;
    padding: 14px 24px;
    color: #081f28;
    border-radius: 55px;
    width: 100%;
    background-size: 16px;
    background-image: url(../images/style_image_31.svg);
    }
select#where-did-you-hear-about-us:focus {
    outline: none;
    }
#promo-submit, #promo-remove {
    width: calc(40% - 30px);
    color: #000 !important;
    border: 1px solid #fd0;
    background: #fd0;
    padding: 17px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 18px;
    display: block;
    border-radius: 36px;
    float: right;
    }
#promo-submit:hover, #promo-submit:focus, #promo-remove:hover, #promo-remove:focus {
    color: #081f28 !important;
    background-color: #fd0;
    border-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none;
    box-shadow: none !important;
    }
@media screen and (max-width: 767px) {
    #promo-submit, #promo-remove {
        width: calc(45% - 15px);
        }
    }
h6 #promo-remove {
    width: auto !important;
    color: #000 !important;
    border: none;
    background: #f5f5f5;
    padding: 0 !important;
    font-family: Gellix;
    font-weight: 700;
    font-size: 14px;
    float: none;
    display: inline-block;
    }
h6 #promo-remove:hover {
    border: none;
    background: #f5f5f5;
    }
.cart-attribute__field label {
    font-family: "Gellix";
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    display: block;
    font-weight: 900;
    }
@media (min-width: 767px) {
    .cart-attribute__field label {
        padding-top: 20px;
        padding-bottom: 12px;
        font-size: 18px;
        }
    }
.cart-attribute__field span {
    margin-bottom: 6px;
    display: block;
    font-size: 16px;
    }
@media screen and (min-width: 768px) {
    .cart-attribute__field span {
        display: none;
        }
    }
.cart-attribute__field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/style_image_32.png);
    }
.cart-attribute__field select option:focus {
    outline: none;
    }
@media only screen and (max-width: 767px) {
    .jtron-mobile-padding {
        text-align: left;
        max-width: 540px;
        padding-left: 0.5em !important;
        margin: 0 auto 1.5em 0;
        padding-right: 0.5em !important;
        padding-bottom: 1.5em !important;
        }
    }
@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
        }
    }
@media only screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none !important;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .show-on-tablet {
        display: block !important;
        }
    }
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .hide-on-tablet {
        display: none !important;
        }
    }
.standard-page .er-table-one, .standard-page .er-table-two, .standard-page .devon-table-one, .standard-page .devon-table-two {
    margin-bottom: 15px;
    }
.standard-page .er-table-one th, .standard-page .er-table-two th, .standard-page .devon-table-one th, .standard-page .devon-table-two th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #e3e3e3;
    text-align: left;
    line-height: 1.3em;
    }
.standard-page .er-table-one td, .standard-page .er-table-one th, .standard-page .er-table-two td, .standard-page .er-table-two th, .standard-page .devon-table-one td, .standard-page .devon-table-one th, .standard-page .devon-table-two td, .standard-page .devon-table-two th {
    padding: 8px;
    border: 1px solid #ddd;
    }
@media only screen and (max-width: 760px) {
    .standard-page .er-table-one table, .standard-page .er-table-one thead, .standard-page .er-table-one tbody, .standard-page .er-table-one th, .standard-page .er-table-one td, .standard-page .er-table-one tr, .standard-page .er-table-two table, .standard-page .er-table-two thead, .standard-page .er-table-two tbody, .standard-page .er-table-two th, .standard-page .er-table-two td, .standard-page .er-table-two tr, .standard-page .devon-table-one table, .standard-page .devon-table-one thead, .standard-page .devon-table-one tbody, .standard-page .devon-table-one th, .standard-page .devon-table-one td, .standard-page .devon-table-one tr, .standard-page .devon-table-two table, .standard-page .devon-table-two thead, .standard-page .devon-table-two tbody, .standard-page .devon-table-two th, .standard-page .devon-table-two td, .standard-page .devon-table-two tr {
        display: block;
        font-size: 14px;
        }
    .standard-page .er-table-one tbody > tr:nth-child(2), .standard-page .er-table-two tbody > tr:nth-child(2), .standard-page .devon-table-one tbody > tr:nth-child(2), .standard-page .devon-table-two tbody > tr:nth-child(2) {
        display: none;
        }
    .standard-page .er-table-one table, .standard-page .er-table-two table, .standard-page .devon-table-one table, .standard-page .devon-table-two table {
        width: 100% !important;
        }
    .standard-page .er-table-one thead tr, .standard-page .er-table-two thead tr, .standard-page .devon-table-one thead tr, .standard-page .devon-table-two thead tr {
        top: -9999px;
        left: -9999px;
        position: absolute;
        }
    .standard-page .er-table-one tr, .standard-page .er-table-two tr, .standard-page .devon-table-one tr, .standard-page .devon-table-two tr {
        margin: 0 0 1rem 0;
        }
    .standard-page .er-table-one tr:nth-child(even), .standard-page .er-table-two tr:nth-child(even), .standard-page .devon-table-one tr:nth-child(even), .standard-page .devon-table-two tr:nth-child(even) {
        background: #e3e3e3;
        }
    .standard-page .er-table-one td, .standard-page .er-table-two td, .standard-page .devon-table-one td, .standard-page .devon-table-two td {
        padding-left: 60%;
        height: 120px;
        width: 100% !important;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
        line-height: 1.3em;
        }
    .standard-page .er-table-one td p, .standard-page .er-table-two td p, .standard-page .devon-table-one td p, .standard-page .devon-table-two td p {
        line-height: 1em;
        }
    .standard-page .er-table-one td p span, .standard-page .er-table-two td p span, .standard-page .devon-table-one td p span, .standard-page .devon-table-two td p span {
        font-size: 1rem;
        }
    .standard-page .er-table-one td:before, .standard-page .er-table-two td:before, .standard-page .devon-table-one td:before, .standard-page .devon-table-two td:before {
        left: 6px;
        padding-right: 10px;
        width: 150px;
        position: absolute;
        line-height: 1.3em;
        min-height: 3em;
        font-size: 16px;
        font-weight: 600;
        }
    }
@media only screen and (max-width: 760px); {
    :before {
        content: "Prize";
        }
    .standard-page .er-table-one td:nth-of-type(2):before {
        content: "Online Draw Period";
        }
    .standard-page .er-table-one td:nth-of-type(3):before {
        content: "Postal Draw Period";
        }
    .standard-page .er-table-one td:nth-of-type(4):before {
        content: "Draw Date";
        }
    .standard-page .er-table-one td:nth-of-type(5):before {
        content: "Winner Announcement";
        }
    .standard-page .er-table-one td:nth-of-type(6):before {
        content: "Prize(s)**";
        }
    }
@media only screen and (max-width: 760px) {
    .standard-page .er-table-two td:nth-of-type(1):before {
        content: "Weekly Cash Prize Period";
        }
    .standard-page .er-table-two td:nth-of-type(2):before {
        content: "Online Draw Period";
        }
    .standard-page .er-table-two td:nth-of-type(3):before {
        content: "Postal Draw Period";
        }
    .standard-page .er-table-two td:nth-of-type(4):before {
        content: "Draw Date";
        }
    .standard-page .er-table-two td:nth-of-type(5):before {
        content: "Winner Announcement";
        }
    .standard-page .er-table-two td:nth-of-type(5):before {
        content: "Prize(s)**";
        }
    }
@media only screen and (max-width: 760px) {
    .standard-page .devon-table-one td:nth-of-type(1):before {
        content: "Grand-Prize Drawing";
        }
    .standard-page .devon-table-one td:nth-of-type(2):before {
        content: "Online Draw Period";
        }
    .standard-page .devon-table-one td:nth-of-type(3):before {
        content: "Postal Draw Period";
        }
    .standard-page .devon-table-one td:nth-of-type(4):before {
        content: "Draw Date";
        }
    .standard-page .devon-table-one td:nth-of-type(5):before {
        content: "Grand Prize Winner Announcement";
        }
    .standard-page .devon-table-one td:nth-of-type(6):before {
        content: "Grand Prize**";
        }
    }
@media only screen and (max-width: 760px) {
    .standard-page .devon-table-two td:nth-of-type(1):before {
        content: "Secondary Prize Drawings";
        }
    .standard-page .devon-table-two td:nth-of-type(2):before {
        content: "Online Entry Period";
        }
    .standard-page .devon-table-two td:nth-of-type(3):before {
        content: "Postal Entry Period";
        }
    .standard-page .devon-table-two td:nth-of-type(4):before {
        content: "Draw Date";
        }
    .standard-page .devon-table-two td:nth-of-type(5):before {
        content: "Secondary Prize Winner Announcement";
        }
    .standard-page .devon-table-two td:nth-of-type(6):before {
        content: "Secondary Prize**";
        }
    }
.standard-page .er-table {
    padding: 15px 0;
    display: flex;
    border: 1px solid;
    }
@media screen and (max-width: 767px) {
    .standard-page .er-table {
        flex-direction: column;
        }
    }
.standard-page .er-table > div {
    margin: 0 15px;
    }
@media screen and (max-width: 767px) {
    .standard-page .er-table > div:not(:last-child) {
        margin-bottom: 15px;
        }
    }
.standard-page .er-table > div span {
    display: block;
    }
.standard-page .er-table > div span:first-child {
    font-weight: bold;
    }
.play-video {
    position: absolute;
    color: #fd0;
    background: hsla(0, 0%, 100%, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    }
@media only screen and (max-width: 767px) {
    .play-video {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: 1em;
        }
    }
.under-hero-youtube {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    }
.template-customers_activate_account .sticky-cta {
    display: none;
    }
.standard-page p strong {
    font-family: "National-Bold";
    }
.standard-page table tr {
    border: none;
    }
.entry-code {
    font-family: "Gellix";
    font-size: 14px;
    color: #000 !important;
    }
.entry-code strong {
    font-family: "Gellix";
    font-weight: bold;
    }
.column-with-button {
    padding-bottom: 80px;
    min-width: 215px;
    }
.column-with-button .under-hero__cta {
    position: absolute;
    bottom: 0;
    }
.under-hero {
    padding: 3rem 1.5rem;
    }
.under-hero__eb-block h3 {
    line-height: 1.3em;
    }
.under-hero__eb-block h2 {
    font-size: 1.75em;
    line-height: 1.3em;
    margin-bottom: 25px;
    }
@media only screen and (max-width: 767px) {
    .under-hero__eb-block h2 {
        font-size: 1.75em;
        line-height: 1.25em;
        }
    }
.under-hero__eb-block p {
    font-size: 1.1em;
    line-height: 1.3em;
    }
@media only screen and (min-width: 961px) and (max-width: 1200px) {
    .under-hero__eb-block p {
        font-size: 0.9em;
        line-height: 1.2em;
        }
    }
@media only screen and (max-width: 960px) {
    .under-hero__eb-block p {
        font-size: 1.1em;
        line-height: 1.3em;
        }
    }
.under-hero__eb-block .under-hero__cta {
    width: 100%;
    display: block;
    margin: 0;
    }
.under-hero__eb-block .offset-button {
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    }
@media only screen and (min-width: 769px) and (max-width: 1366px) {
    .under-hero__eb-block .offset-button .yellow-btn, .under-hero__eb-block .offset-button .button--yt, .under-hero__eb-block .offset-button .blue-btn, .under-hero__eb-block .offset-button .rev-btn, .under-hero__eb-block .offset-button .outline-btn, .under-hero__eb-block .offset-button .outline-btn-white, .under-hero__eb-block .offset-button section.v2-draw-banner button, section.v2-draw-banner .under-hero__eb-block .offset-button button, .under-hero__eb-block .offset-button .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .under-hero__eb-block .offset-button input.shopify-challenge__button {
        display: inline;
        margin-right: 30px;
        }
    }
@media only screen and (max-width: 767px) {
    .under-hero__eb-block .offset-button .yellow-btn, .under-hero__eb-block .offset-button .button--yt, .under-hero__eb-block .offset-button .blue-btn, .under-hero__eb-block .offset-button .rev-btn, .under-hero__eb-block .offset-button .outline-btn, .under-hero__eb-block .offset-button .outline-btn-white, .under-hero__eb-block .offset-button section.v2-draw-banner button, section.v2-draw-banner .under-hero__eb-block .offset-button button, .under-hero__eb-block .offset-button .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .under-hero__eb-block .offset-button input.shopify-challenge__button {
        margin: 0;
        display: block;
        }
    }
.under-hero__eb-block .under-hero__cta__additional {
    text-align: center;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: underline;
    text-decoration-color: #fd0;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
    }
@media screen and (max-width: 767px) {
    .under-hero__eb-block .under-hero__cta__additional {
        font-size: 16px;
        display: block;
        width: 100%;
        height: 42px;
        margin: 24px 0 0;
        }
    }
.under-hero__eb-block .blue-bg {
    background: #081f28;
    }
@media screen and (max-width: 767px) {
    .under-hero__eb-block {
        padding: 0;
        }
    }
.under-hero__eb-block .inset {
    border: 10px solid #f5f5f5;
    }
@media screen and (max-width: 991px) {
    .under-hero__eb-block .inset {
        border: none;
        }
    }
.under-hero__eb-block h2 {
    color: #f5f5f5;
    }
.under-hero__eb-block h3 {
    color: #f5f5f5;
    font-family: "Gellix";
    font-weight: bold;
    text-transform: unset;
    line-height: 1.3em;
    }
.under-hero__eb-block p {
    color: #f5f5f5;
    font-family: "Gellix";
    font-weight: initial;
    }
.under-hero__eb-block .countdown {
    color: #f5f5f5;
    font-family: "Gellix";
    text-align: center;
    background: #de3a11;
    position: absolute;
    top: 18px;
    right: 0;
    width: 313px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 5px;
    z-index: 1;
    }
.under-hero__block {
    background: #f5f5f5;
    }
.attribution {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
    text-align: right;
    max-width: 90%;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    }
@media only screen and (max-width: 767px) {
    .attribution {
        font-size: 10px;
        }
    }
.attribution-eb {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 100px;
    z-index: 2;
    text-align: right;
    color: #f5f5f5 !important;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    }
.mobile-bg__grey {
    background: #e8e4e4;
    }
.desktop-bg__grey {
    background: #e8e4e4;
    }
.dream-houses .overflow-x-scroll {
    overflow-x: scroll;
    }
@media only screen and (max-width: 1010px) {
    .dream-houses .overflow-x-scroll {
        width: 100vw;
        overflow-x: unset;
        padding: 0;
        }
    }
.dream-houses h2 {
    padding: 0 0 0.25em 1em;
    text-transform: uppercase;
    }
@media only screen and (max-width: 767px) {
    .dream-houses h2 {
        font-size: 56px;
        padding: 15px 15px 0 15px;
        }
    }
@media screen and (max-width: 960px) {
    .dream-houses h2.past-cta-head {
        font-size: 36px;
        }
    }
.dream-houses .dream-house {
    max-width: 450px;
    }
@media only screen and (min-width: 1520px) {
    .dream-houses .dream-house {
        max-width: 720px;
        }
    }
.dream-houses .dream-house .supporting {
    position: absolute;
    bottom: 15px;
    left: 25px;
    }
.dream-houses .dream-house .supporting img {
    max-height: 50px;
    max-width: 125px;
    height: auto;
    width: auto;
    }
@media only screen and (max-width: 768px) {
    .dream-houses .dream-house .mobile-supporting img {
        max-height: 100px;
        }
    }
.dream-houses .dream-house h3 {
    font-size: 20px;
    font-family: "Gellix";
    font-weight: bold;
    }
@media only screen and (max-width: 767px) {
    .dream-houses .dream-house h3 {
        line-height: 30px;
        font-weight: normal;
        width: 100%;
        }
    }
.offcanvas-desktop {
    width: 1540px;
    overflow-x: hidden;
    }
@media only screen and (min-width: 1520px) {
    .offcanvas-desktop {
        width: 2240px;
        display: flex;
        justify-content: unset !important;
        }
    }
@media only screen and (max-width: 1010px) {
    .offcanvas-desktop {
        width: 155vw;
        width: 100%;
        overflow-x: unset;
        padding: 1em;
        margin: auto;
        }
    }
.offcanvas-desktop .house-col {
    max-width: 500px;
    }
@media only screen and (max-width: 767px) {
    .offcanvas-desktop .house-col {
        max-width: unset;
        min-width: 100%;
        }
    }
@media only screen and (min-width: 1520px) {
    .offcanvas-desktop .house-col {
        max-width: 720px;
        }
    }
.offcanvas-desktop .house-col .house-image {
    height: 406px;
    overflow: hidden;
    }
.offcanvas-desktop .house-col .house-image .dream-house-img {
    width: 500px;
    height: auto;
    }
.offcanvas-desktop .mobile-supporting {
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 1.5em;
    }
@media only screen and (max-width: 767px) {
    .offcanvas-desktop .mobile-supporting img {
        max-height: 60px;
        margin: auto;
        }
    }
.offcanvas-desktop .house-col:nth-child(1) {
    margin-left: 1.75em;
    }
@media only screen and (max-width: 767px) {
    .offcanvas-desktop .house-col:nth-child(1) {
        margin-left: unset;
        }
    }
.offcanvas-desktop .dream-house {
    padding-bottom: 0;
    margin: auto;
    }
@media only screen and (max-width: 576px) {
    .offcanvas-desktop .dream-house {
        padding-bottom: 0;
        }
    }
.offcanvas-desktop .dream-house__cta {
    padding: 10px 34px 0;
    width: 175px;
    height: 50px;
    margin: 0;
    }
@media only screen and (max-width: 1080px) {
    .offcanvas-desktop .dream-house__cta {
        padding: 10px 34px 10px 34px;
        width: 100%;
        }
    }
@media only screen and (max-width: 576px) {
    .offcanvas-desktop .dream-house__cta {
        font-size: 16px !important;
        padding: 0.8em !important;
        width: 100%;
        max-width: unset;
        }
    }
.offcanvas-desktop .dream-house .under-hero__cta__additional {
    color: #081f28;
    padding: 24px 34px 13px 10px !important;
    margin: 0;
    height: 64px;
    width: 175px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #081f28;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
.offcanvas-desktop .dream-house .under-hero__cta__additional:hover {
    text-decoration-color: #fd0;
    }
@media only screen and (max-width: 1080px) {
    .offcanvas-desktop .dream-house .under-hero__cta__additional {
        padding: 10px 0 !important;
        margin: unset;
        position: unset;
        display: block;
        width: 100%;
        display: block;
        }
    }
@media (max-width: 767px) {
    .under-hero__block mobile-accordion .col {
        background: #f5f5f5 !important;
        }
    .under-hero__block mobile-accordion .col:nth-child(even) {
        background: #f0f0f0 !important;
        }
    }
.multi-block .under-hero__block .content {
    line-height: 1.3em;
    }
@media (max-width: 767px) {
    .multi-block .under-hero__block p {
        text-align: center;
        }
    }
@media (max-width: 767px) {
    .mobile-two-rows {
        color: #000;
        max-width: 200px;
        display: block;
        margin: 0 auto;
        }
    .under-hero__half-width-carousel h2 {
        background-color: #081f28;
        color: #f5f5f5;
        margin-bottom: 0;
        }
    }
.winner-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
    max-width: 320px;
    margin: auto;
    }
.winner-testimonial .winner {
    margin-top: auto;
    }
#shopify-section-1629765382d26c69af {
    background: #fff;
    }
.text-block-with-padding {
    padding-top: 1.5em;
    }
h1.enter-heading {
    text-transform: uppercase;
    padding-top: 0;
    font-size: 56px;
    line-height: 58px;
    padding-bottom: 0;
    }
.campaign-content__carousel-row img, .campaign-content__in-the-news__carousel-row img {
    display: inline-block;
    }
.campaign-content__carousel-container, .campaign-content__in-the-news__carousel-container {
    padding: 0 10%;
    }
@media only screen and (max-width: 767px) {
    .campaign-content__carousel-container, .campaign-content__in-the-news__carousel-container {
        padding: 0 6%;
        }
    }
.campaign-content__in-the-news__carousel-row {
    padding-top: 1em;
    width: 100%;
    display: flex;
    }
.campaign-content__in-the-news {
    background: #fff;
    }
@media screen and (max-width: 767px) {
    .campaign-content__in-the-news h2 {
        font-size: 32px;
        }
    }
.campaign-content__in-the-news img {
    max-height: 35px;
    }
.enter-section-pad {
    padding-top: 4em;
    }
@media screen and (max-width: 767px) {
    .enter-section-pad {
        padding-top: 3em;
        margin-left: 1.5em;
        margin-right: 1.5em;
        }
    }
img[src=""], img:not([src]) {
    visibility: hidden;
    opacity: 0;
    }
img:not([src=""]) {
    opacity: 1;
    transition: opacity 0.5s;
    }
@media screen and (min-width: 768px) and (max-width: 1640px) {
    .shopify-section .tp-content__right__container .content-image-grid {
        grid-row: 1;
        }
    }
@media screen and (max-width: 767px) {
    .shopify-section .tp-content__right__container .content-image-grid {
        grid-row: 1/2;
        }
    }
@media screen and (min-width: 768px) and (max-width: 1640px) {
    .shopify-section .tp-content__right__container .tp-content__right__content {
        grid-row: 1;
        }
    }
@media screen and (max-width: 767px) {
    .shopify-section .tp-content__right__container .tp-content__right__content {
        grid-row: 2/2;
        }
    }
@media screen and (max-width: 576px) {
    .template-watch-this-space-september-2022-1 .winners-hero, .template-watch-this-space-october-2022-1 .winners-hero {
        height: 50vh;
        }
    }
@media screen and (min-width: 960px) {
    .template-watch-this-space-september-2022-1 .winners-hero__heading, .template-watch-this-space-october-2022-1 .winners-hero__heading {
        min-width: 800px;
        }
    }
@media screen and (max-width: 425px) {
    .template-watch-this-space-september-2022-1 .template-watch-this-space-september-2022 .tp-content__left__title, .template-watch-this-space-october-2022-1 .template-watch-this-space-september-2022 .tp-content__left__title {
        font-size: 60px;
        }
    }
.template-watch-this-space-september-2022-1 .template-watch-this-space-october-2022 .tp-content__left__title, .template-watch-this-space-october-2022-1 .template-watch-this-space-october-2022 .tp-content__left__title {
    font-size: 60px;
    }
@media screen and (max-width: 425px) {
    .template-watch-this-space-september-2022-1 .template-watch-this-space-october-2022 .tp-content__left__title, .template-watch-this-space-october-2022-1 .template-watch-this-space-october-2022 .tp-content__left__title {
        font-size: 50px;
        }
    }
.draw-container.full-card-width {
    max-width: 776px;
    }
@media screen and (max-width: 991px) {
    .draw-container.full-card-width {
        max-width: 380px;
        }
    }
.text-black {
    color: #232020 !important;
    }
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
        }
    .w-sm-50 {
        width: 50% !important;
        }
    .w-sm-75 {
        width: 75% !important;
        }
    .w-sm-100 {
        width: 100% !important;
        }
    .w-sm-auto {
        width: auto !important;
        }
    .h-sm-25 {
        height: 25% !important;
        }
    .h-sm-50 {
        height: 50% !important;
        }
    .h-sm-75 {
        height: 75% !important;
        }
    .h-sm-100 {
        height: 100% !important;
        }
    .h-sm-auto {
        height: auto !important;
        }
    }
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
        }
    .w-md-50 {
        width: 50% !important;
        }
    .w-md-75 {
        width: 75% !important;
        }
    .w-md-100 {
        width: 100% !important;
        }
    .w-md-auto {
        width: auto !important;
        }
    .h-md-25 {
        height: 25% !important;
        }
    .h-md-50 {
        height: 50% !important;
        }
    .h-md-75 {
        height: 75% !important;
        }
    .h-md-100 {
        height: 100% !important;
        }
    .h-md-auto {
        height: auto !important;
        }
    }
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
        }
    .w-lg-50 {
        width: 50% !important;
        }
    .w-lg-75 {
        width: 75% !important;
        }
    .w-lg-100 {
        width: 100% !important;
        }
    .w-lg-auto {
        width: auto !important;
        }
    .h-lg-25 {
        height: 25% !important;
        }
    .h-lg-50 {
        height: 50% !important;
        }
    .h-lg-75 {
        height: 75% !important;
        }
    .h-lg-100 {
        height: 100% !important;
        }
    .h-lg-auto {
        height: auto !important;
        }
    }
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
        }
    .w-xl-50 {
        width: 50% !important;
        }
    .w-xl-75 {
        width: 75% !important;
        }
    .w-xl-100 {
        width: 100% !important;
        }
    .w-xl-auto {
        width: auto !important;
        }
    .h-xl-25 {
        height: 25% !important;
        }
    .h-xl-50 {
        height: 50% !important;
        }
    .h-xl-75 {
        height: 75% !important;
        }
    .h-xl-100 {
        height: 100% !important;
        }
    .h-xl-auto {
        height: auto !important;
        }
    }
.top-banner {
    display: block;
    }
@media screen and (min-width: 989px) {
    .top-banner {
        margin-left: -25px;
        }
    }
.top-banner a {
    color: #fff;
    }
a, button, [role=button], input, label, select, textarea {
    touch-action: manipulation;
    }
.overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.3;
    z-index: 2;
    }
.image-bg .container, .image-bg div[class*=col] {
    position: relative;
    height: inherit;
    z-index: 3;
    }
.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(100, 102, 104, 0.05);
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    }
.background-image-holder img {
    display: none;
    }
.background-image-holder.fadeIn {
    opacity: 1;
    }
.logo-svg {
    width: 100px;
    height: 50px;
    }
.carousel-cell {
    width: 100%;
    text-align: center;
    }
.carousel-cell h1, .carousel-cell p, .carousel-cell div {
    color: #646668;
    }
.carousel-cell .embed-responsive {
    top: 20%;
    }
.carousel-hero .carousel-cell {
    padding: 10rem 0;
    }
.carousel-mip-nav {
    margin-top: 2rem;
    text-align: left;
    }
.carousel-mip-nav .carousel-cell {
    margin: 0.25rem;
    border: 1px solid #e8e9eb;
    height: 100px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    }
.carousel-mip-nav .carousel-cell.is-nav-selected {
    border-color: #557ceb;
    }
.carousel-mip-nav .carousel-cell img {
    max-height: 100%;
    }
.static-banner {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    }
.home-slider {
    padding: 0;
    }
.home-slider .align-items-center {
    position: relative;
    top: 20%;
    z-index: 2;
    text-align: left;
    }
.home-slider .align-items-center .col {
    padding: 0;
    }
.home-slider h1 {
    font-size: 3rem;
    }
.slide-dark h1 {
    color: #292929;
    }
.slide-dark p {
    color: #292929;
    }
.slide-light h1 {
    color: #fff;
    }
.slide-light p {
    color: #fff;
    }
.slide-light .btn.btn-primary {
    background: rgba(0, 0, 0, 0);
    color: #fff !important;
    border-color: #fff !important;
    }
@media only screen and (max-width: 767px) {
    .carousel-cell .embed-responsive {
        top: 10%;
        }
    .home-slider .background-image-holder {
        background-position: top left !important;
        }
    .home-slider .background-image-holder {
        background-color: #3d4246 !important;
        opacity: 0.3 !important;
        }
    .home-slider .col {
        text-align: center;
        }
    .home-slider h1 {
        font-size: 2.4rem;
        }
    }
.logo-carousel li {
    text-align: center;
    }
.logo-carousel li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0.5;
    }
.logo-carousel li:hover {
    opacity: 1;
    }
.logo-carousel img {
    max-height: 60px;
    }
.text-slider .flex-direction-nav li a:before {
    color: #222;
    }
.image-bg .text-slider .flex-direction-nav li a:before {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0.5;
    }
.image-bg .text-slider .flex-direction-nav li a:hover:before {
    opacity: 1;
    }
.text-slider .flex-direction-nav a.flex-prev {
    left: -60px;
    }
.text-slider .flex-direction-nav a.flex-next {
    right: -60px;
    }
.home-block .image-svg {
    height: auto;
    max-height: auto;
    }
.product-hero .mip-slider .flex-direction-nav a {
    top: 40% !important;
    }
.cta-image-block {
    padding: 0 !important;
    }
.media-testimonials .col-12 {
    padding-left: 50px;
    padding-right: 50px;
    }
@media only screen and (max-width: 992px) {
    .card-columns {
        column-count: 2;
        }
    }
@media only screen and (max-width: 768px) {
    .card-columns {
        column-count: 1;
        }
    }
.nav-tabs {
    border-bottom: 1px solid #02757a;
    }
.nav-tabs .nav-link {
    margin-top: 2em;
    border: 0;
    background: rgba(0, 0, 0, 0);
    padding: 1em 2.5em 0.7em 2.5em;
    font-size: 16px;
    color: #02757a;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    }
@media only screen and (max-width: 768px) {
    .nav-tabs .nav-link {
        padding: 1em 1.5em 0.7em 1.5em;
        }
    }
.nav-tabs .nav-link.active {
    background: #00767a;
    color: #f5f5f5;
    }
.home--banner {
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    max-height: calc(100vh - 100px);
    }
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .home--banner {
        min-height: unset;
        }
    }
.home--banner .yellow-btn, .home--banner .button--yt, .home--banner .blue-btn, .home--banner .rev-btn, .home--banner .outline-btn, .home--banner .outline-btn-white, .home--banner section.v2-draw-banner button, section.v2-draw-banner .home--banner button, .home--banner .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .home--banner input.shopify-challenge__button {
    text-shadow: 0 0 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
@media screen and (max-width: 767px) {
    .home--banner {
        background-color: #232020;
        }
    }
.home--banner .banner:not(.active) {
    display: none;
    }
.home--banner .banner {
    position: relative;
    }
.home--banner .banner .banner-image {
    height: 720px;
    max-height: 100vh;
    }
.home--banner .banner .banner-image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .banner-image img {
        height: 100vw;
        object-fit: cover;
        }
    }
.home--banner .banner .banner-image .roundel {
    z-index: 2;
    height: 128px;
    width: 128px;
    object-fit: unset !important;
    position: absolute;
    top: 2em;
    right: 2em;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .banner-image .roundel {
        height: 92px;
        width: 92px;
        top: 1em;
        right: 1em;
        }
    }
.home--banner .banner .banner-image .floorplan {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    }
.home--banner .banner .banner-image .floorplan img {
    object-fit: contain;
    width: auto;
    height: 640px;
    max-height: calc(100vh - 100px);
    margin: auto;
    padding: 30px;
    outline: 0;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .banner-image .floorplan img {
        height: calc(100vw - 56px) !important;
        }
    }
.home--banner .banner .banner-image .floorplan span {
    position: absolute;
    color: #f5f5f5;
    bottom: 55px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
    }
.home--banner .banner .banner-image #hero-floorplans-vue .floorplan img {
    width: 100%;
    padding: 0;
    }
.home--banner .banner .banner-image .embed-responsive {
    max-height: 100vh;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .banner-image .embed-responsive {
        overflow: visible;
        }
    }
.home--banner .banner .banner-image .embed-responsive video {
    max-height: 100vh;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .banner-image .embed-responsive video {
        object-fit: cover;
        }
    }
.home--banner .banner .wp-content {
    position: absolute;
    z-index: 2;
    top: 0;
    max-width: 45%;
    left: 50%;
    text-align: center;
    transform: translatex(-50%);
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .wp-content {
        width: 80%;
        max-width: 80%;
        }
    }
.home--banner .banner .wp-content h1, .home--banner .banner .wp-content p {
    color: #f5f5f5;
    }
.home--banner .banner .wp-content h1 {
    font-size: 46px;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .wp-content h1 {
        font-size: 32px;
        }
    }
@media screen and (max-width: 400px) {
    .home--banner .banner .wp-content h1 {
        font-size: 36px;
        }
    }
@media screen and (max-width: 767px) {
    .home--banner .banner .wp-content {
        top: 50%;
        height: 100%;
        }
    .home--banner .banner .wp-content p {
        display: none;
        }
    }
.home--banner .tct-logo {
    position: absolute;
    bottom: 40px;
    left: 40px;
    }
.home--banner .tct-logo img {
    -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.7));
    }
@media screen and (max-width: 767px) {
    .home--banner .tct-logo img {
        display: none;
        }
    }
.home--banner .banner-controls {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    display: flex;
    width: 100%;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner-controls {
        bottom: 14px;
        }
    }
.home--banner .banner-controls button {
    color: #f5f5f5;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.2px;
    padding: 16px;
    border-radius: 90px;
    font-weight: 700;
    height: 100%;
    transition: background-color 0.3s;
    }
.home--banner .banner-controls button[aria-selected=true] {
    background-color: #0090b1;
    }
@media screen and (max-width: 767px) {
    .home--banner .banner-controls button {
        font-size: 12px;
        padding: 8px;
        }
    }
.home--banner .banner-controls a {
    display: flex;
    height: 100%;
    text-decoration: none;
    }
.home--banner .banner-controls ul {
    background-color: rgba(8, 31, 40, 0.6);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    padding: 5px 8px;
    margin: auto;
    }
.home--banner .banner-controls ul li {
    display: flex;
    }
.home--banner .banner-controls ul li::after {
    font-family: FontAwesome;
    }
.home--banner .carousel-cell {
    border: 1px solid #fff;
    width: 24%;
    display: inline-block;
    }
@media screen and (max-width: 767px) {
    .home--banner .carousel-cell {
        width: 66%;
        }
    }
.home--banner .carousel-cell img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    }
@media screen and (max-width: 767px) {
    .home--banner .carousel-cell img {
        height: 187px;
        }
    }
.home--banner #hero-location #map > div:first-child {
    height: calc(100vh - 100px) !important;
    }
@media screen and (max-width: 767px) {
    .home--banner #hero-location #map > div:first-child {
        height: 50vh !important;
        }
    }
.home--banner div#hero-floorplans, .home--banner div#hero-floorplans_2, .home--banner div#hero-floorplans-vue {
    background: #232020;
    }
.hero-mobile-addendum {
    padding: 2rem 0 0;
    }
.hero-mobile-addendum .hma-content {
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 0 2rem;
    }
@media screen and (max-width: 767px) {
    .hero-mobile-addendum .hma-content {
        padding-left: 0;
        padding-right: 0;
        }
    .hero-mobile-addendum .hma-content h3 {
        font-size: 1.5rem;
        margin-top: 15px;
        }
    }
.hero-mobile-addendum .hma-content__text {
    font-size: 1rem;
    font-family: "Gellix", sans-serif;
    text-transform: initial;
    line-height: 1.5em;
    }
@media screen and (max-width: 767px) {
    .hero-mobile-addendum .hma-content__text {
        font-size: 20px;
        }
    }
@media only screen and (min-width: 767px) {
    .hero-mobile-addendum {
        display: none;
        }
    }
.template-rspca .home--banner {
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    max-height: calc(100vh - 100px);
    }
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .template-rspca .home--banner {
        min-height: 480px;
        }
    }
.page-index .home--banner {
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    max-height: calc(100vh - 100px);
    }
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .page-index .home--banner {
        min-height: unset;
        }
    }
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .page-index .home--banner {
        min-height: 790px;
        }
    }
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .page-index .home--banner {
        min-height: 850px;
        }
    }
@media screen and (min-width: 1601px) {
    .page-index .home--banner {
        min-height: 990px;
        }
    }
.template-rspca .home--banner, .template-alzheimers-research-uk .home--banner {
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    max-height: 100vh;
    }
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .template-rspca .home--banner, .template-alzheimers-research-uk .home--banner {
        min-height: unset;
        }
    }
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .template-rspca .home--banner, .template-alzheimers-research-uk .home--banner {
        min-height: unset;
        }
    }
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .template-rspca .home--banner, .template-alzheimers-research-uk .home--banner {
        min-height: unset;
        }
    }
@media screen and (min-width: 1601px) {
    .template-rspca .home--banner, .template-alzheimers-research-uk .home--banner {
        min-height: unset;
        }
    }
@media screen and (max-width: 767px) {
    .template-cornwall-win-125k .yellow-btn, .template-cornwall-win-125k .button--yt, .template-cornwall-win-125k .blue-btn, .template-cornwall-win-125k .rev-btn, .template-cornwall-win-125k .outline-btn, .template-cornwall-win-125k .outline-btn-white, .template-cornwall-win-125k section.v2-draw-banner button, section.v2-draw-banner .template-cornwall-win-125k button, .template-cornwall-win-125k .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .template-cornwall-win-125k input.shopify-challenge__button {
        display: none;
        }
    }
.main-menu .nav-item .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    font-family: "National-Medium";
    }
@media (max-width: 991px) {
    .main-menu .fa-search {
        font-size: 17px;
        padding-top: 5px;
        }
    }
.image-slider-below-banner.carousel .previous {
    position: absolute;
    top: 50%;
    bottom: 0;
    }
.image-slider-below-banner.carousel .previous svg {
    display: none;
    }
.image-slider-below-banner.carousel .previous:after {
    content: "";
    background-image: var(--sf-img-62);
    background-size: 23px;
    width: 23px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    }
.image-slider-below-banner.carousel .next {
    position: absolute;
    top: 50%;
    bottom: 0;
    }
.image-slider-below-banner.carousel .next svg {
    display: none;
    }
.image-slider-below-banner.carousel .next:after {
    content: "";
    background-image: var(--sf-img-63);
    background-size: 23px;
    width: 23px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    }
.homepage-hero {
    text-align: center;
    }
.homepage-hero__content h1 {
    color: #081f28;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 0.02em;
    margin-top: 10px;
    }
@media only screen and (max-width: 767px) {
    .homepage-hero__content h1 {
        text-align: left !important;
        padding-left: 15px;
        font-size: 42px;
        line-height: 48px;
        }
    }
.homepage-hero__content p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    }
.homepage-hero__content .cta-buttons {
    min-height: 64px;
    }
@media only screen and (max-width: 767px) {
    .homepage-hero__content .cta-buttons {
        display: none !important;
        }
    }
.homepage-hero__content .cta-buttons a {
    width: 246px;
    }
.homepage-hero__logo {
    max-width: 132px;
    }
.home-block.summary-block--c .div-btn .yellow-btn:hover, .home-block.summary-block--c .div-btn .button--yt:hover, .home-block.summary-block--c .div-btn .blue-btn:hover, .home-block.summary-block--c .div-btn .rev-btn:hover, .home-block.summary-block--c .div-btn .outline-btn:hover, .home-block.summary-block--c .div-btn .outline-btn-white:hover, .home-block.summary-block--c .div-btn section.v2-draw-banner button:hover, section.v2-draw-banner .home-block.summary-block--c .div-btn button:hover, .home-block.summary-block--c .div-btn .shopify-challenge__container input.shopify-challenge__button:hover, .shopify-challenge__container .home-block.summary-block--c .div-btn input.shopify-challenge__button:hover {
    border-color: unset;
    }
.home-block.summary-block--c .col.d-flex.flex-wrap.div-image:after {
    background: #f3f3f3;
    display: flex;
    height: 97%;
    width: 88%;
    position: absolute;
    z-index: 0;
    left: 11%;
    top: 7%;
    }
@media screen and (max-width: 767px) {
    .home-block.summary-block--c .d-flex {
        display: unset !important;
        }
    }
@media screen and (max-width: 767px) {
    .home-block.summary-block--c .container-fluid .text-left .w-75, .home-block.summary-block--c .container-sm .text-left .w-75, .home-block.summary-block--c .container-md .text-left .w-75, .home-block.summary-block--c .container-lg .text-left .w-75, .home-block.summary-block--c .container-xl .text-left .w-75 {
        width: 100% !important;
        }
    }
@media screen and (min-width: 768px) {
    .home-block.summary-block--c .container-fluid a.div-image, .home-block.summary-block--c .container-sm a.div-image, .home-block.summary-block--c .container-md a.div-image, .home-block.summary-block--c .container-lg a.div-image, .home-block.summary-block--c .container-xl a.div-image {
        align-items: center;
        }
    }
.home-block.summary-block--c .container-fluid .box, .home-block.summary-block--c .container-sm .box, .home-block.summary-block--c .container-md .box, .home-block.summary-block--c .container-lg .box, .home-block.summary-block--c .container-xl .box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 44%;
    margin: 10px 10px;
    z-index: 1;
    display: grid;
    align-content: space-between;
    justify-items: center;
    box-shadow: 3px 4px 14px rgba(8, 31, 40, 0.329412);
    width: 100%;
    height: 80%;
    margin-right: 0;
    }
@media screen and (min-width: 768px) {
    .home-block.summary-block--c .container-fluid .box, .home-block.summary-block--c .container-sm .box, .home-block.summary-block--c .container-md .box, .home-block.summary-block--c .container-lg .box, .home-block.summary-block--c .container-xl .box {
        display: block;
        height: calc(100% - 285px);
        }
    }
@media screen and (max-width: 991px) {
    .home-block.summary-block--c .container-fluid .box, .home-block.summary-block--c .container-sm .box, .home-block.summary-block--c .container-md .box, .home-block.summary-block--c .container-lg .box, .home-block.summary-block--c .container-xl .box {
        width: auto;
        padding: 3rem !important;
        }
    }
@media screen and (max-width: 398px) {
    .home-block.summary-block--c .container-fluid .box, .home-block.summary-block--c .container-sm .box, .home-block.summary-block--c .container-md .box, .home-block.summary-block--c .container-lg .box, .home-block.summary-block--c .container-xl .box {
        padding: 1rem !important;
        }
    }
.home-block.summary-block--c .container-fluid .box .title-text, .home-block.summary-block--c .container-sm .box .title-text, .home-block.summary-block--c .container-md .box .title-text, .home-block.summary-block--c .container-lg .box .title-text, .home-block.summary-block--c .container-xl .box .title-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    font-family: "ClanOT-Black", sans-serif;
    }
.home-block.summary-block--c .container-fluid .box .title-logo, .home-block.summary-block--c .container-sm .box .title-logo, .home-block.summary-block--c .container-md .box .title-logo, .home-block.summary-block--c .container-lg .box .title-logo, .home-block.summary-block--c .container-xl .box .title-logo {
    margin-bottom: 10px;
    }
.home-block.summary-block--c .container-fluid .box .div-text, .home-block.summary-block--c .container-sm .box .div-text, .home-block.summary-block--c .container-md .box .div-text, .home-block.summary-block--c .container-lg .box .div-text, .home-block.summary-block--c .container-xl .box .div-text {
    font-size: 20px;
    line-height: 26px;
    font-family: "National-Regular", sans-serif;
    }
.home-block.summary-block--c .container-fluid .box .mini-text, .home-block.summary-block--c .container-sm .box .mini-text, .home-block.summary-block--c .container-md .box .mini-text, .home-block.summary-block--c .container-lg .box .mini-text, .home-block.summary-block--c .container-xl .box .mini-text {
    font-family: "Showtime", sans-serif;
    font-size: 26px;
    }
@media screen and (max-width: 1170px) {
    .home-block.summary-block--c .container-fluid, .home-block.summary-block--c .container-sm, .home-block.summary-block--c .container-md, .home-block.summary-block--c .container-lg, .home-block.summary-block--c .container-xl {
        width: 100% !important;
        }
    }
@media screen and (max-width: 767px) {
    .home-block.summary-block--c .container-fluid .btn-desktop, .home-block.summary-block--c .container-sm .btn-desktop, .home-block.summary-block--c .container-md .btn-desktop, .home-block.summary-block--c .container-lg .btn-desktop, .home-block.summary-block--c .container-xl .btn-desktop {
        display: none !important;
        }
    }
.home-block.summary-block--c .container-fluid .btn-mobile, .home-block.summary-block--c .container-sm .btn-mobile, .home-block.summary-block--c .container-md .btn-mobile, .home-block.summary-block--c .container-lg .btn-mobile, .home-block.summary-block--c .container-xl .btn-mobile {
    display: none;
    }
@media screen and (max-width: 767px) {
    .home-block.summary-block--c .container-fluid .btn-mobile, .home-block.summary-block--c .container-sm .btn-mobile, .home-block.summary-block--c .container-md .btn-mobile, .home-block.summary-block--c .container-lg .btn-mobile, .home-block.summary-block--c .container-xl .btn-mobile {
        display: block;
        }
    }
.home-block.summary-block--c .video {
    padding-left: 0;
    }
.home-block.summary-block--c .box-text-right {
    margin-left: 30px;
    }
@media screen and (max-width: 1170px) {
    .home-block.summary-block--c .box-text-right {
        width: 90% !important;
        }
    }
@media screen and (max-width: 767px) {
    .home-block.summary-block--c .box-text-right {
        margin-left: 0;
        width: 100% !important;
        }
    }
.home-block.summary-block--c .w-80 {
    width: 80%;
    }
.home-block.summary-block--c .tct-logo {
    display: none;
    position: absolute;
    top: 550px;
    left: 33px;
    }
@media screen and (max-width: 767px) {
    .home-block.summary-block--c .tct-logo {
        top: 80px;
        }
    }
@media screen and (min-width: 768px) {
    .home-block.summary-block--c .embed-responsive {
        top: 0;
        }
    }
@media screen and (min-width: 768px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 0;
        padding-left: 0;
        }
    }
@media screen and (max-width: 767px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 40px;
        padding-left: 40px;
        }
    }
@media (min-width: 768px) and (max-width: 1170px) {
    .section-left .container-fluid, .section-left .container-sm, .section-left .container-md, .section-left .container-lg, .section-left .container-xl {
        padding-left: 3rem;
        }
    .section-left .container-fluid .col, .section-left .container-sm .col, .section-left .container-md .col, .section-left .container-lg .col, .section-left .container-xl .col {
        padding-left: 0;
        }
    }
@media screen and (min-width: 1171px) {
    .summary-block--e .text-left .div-text, .summary-block--f .text-left .div-text {
        width: 75%;
        }
    }
.summary-block--e .col.mobile, .summary-block--f .col.mobile {
    display: none !important;
    padding: 0;
    }
@media screen and (max-width: 767px) {
    .summary-block--e .col.mobile, .summary-block--f .col.mobile {
        display: block !important;
        }
    }
.summary-block--e .carousel .previous, .summary-block--f .carousel .previous {
    position: absolute;
    top: unset;
    bottom: 0;
    left: calc(50% - 45px);
    }
.summary-block--e .carousel .previous:after, .summary-block--f .carousel .previous:after {
    content: "";
    background-image: var(--sf-img-62);
    background-size: 23px;
    width: 23px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    }
.summary-block--e .carousel .next, .summary-block--f .carousel .next {
    position: absolute;
    top: unset;
    bottom: 0;
    right: calc(50% - 45px);
    }
.summary-block--e .carousel .next:after, .summary-block--f .carousel .next:after {
    content: "";
    background-image: var(--sf-img-63);
    background-size: 23px;
    width: 23px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    }
@media screen and (max-width: 767px) {
    .summary-block--e .carousel-cell, .summary-block--f .carousel-cell {
        width: 80%;
        }
    }
.summary-block--e .carousel-cell img, .summary-block--f .carousel-cell img {
    width: 100%;
    object-fit: cover;
    height: auto;
    }
@media (min-width: 768px) {
    .summary-block--e .carousel-cell img, .summary-block--f .carousel-cell img {
        padding: 90px 0;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--e .carousel-cell img, .summary-block--f .carousel-cell img {
        height: 300px;
        padding-right: 5px;
        padding-left: 5px;
        }
    }
.summary-block--e .col.desktop, .summary-block--f .col.desktop {
    padding-left: 0;
    padding-right: 0;
    }
@media screen and (max-width: 767px) {
    .summary-block--e .col.desktop, .summary-block--f .col.desktop {
        display: none !important;
        }
    }
@media (min-width: 767px) and (max-width: 830px) {
    .summary-block--e .carousel .previous, .summary-block--e .carousel .next {
        bottom: 75px;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--f .video.col .carousel-cell {
        width: 80%;
        }
    }
.summary-block--f .video.col .carousel-cell img {
    object-fit: cover;
    height: 600px;
    }
@media screen and (max-width: 767px) {
    .summary-block--f .video.col .carousel-cell img {
        height: 300px;
        padding-right: 5px;
        padding-left: 5px;
        }
    }
.summary-block--g .section-desktop div.d-flex {
    justify-content: center;
    }
@media (min-width: 768px) {
    .summary-block--g .section-desktop div.d-flex .card {
        max-width: 360px;
        }
    }
.summary-block--g .section-desktop .card {
    border: none;
    }
@media screen and (min-width: 768px) {
    .summary-block--g .section-desktop .card {
        margin: 0 15px;
        }
    .summary-block--g .section-desktop .card:first-child {
        margin-left: 0;
        }
    .summary-block--g .section-desktop .card:last-child {
        margin-right: 0;
        }
    }
.summary-block--g .section-desktop .card .background-box {
    padding: 32px;
    height: 100%;
    }
.summary-block--g .section-desktop .card .background-box .card-body {
    padding: 0 !important;
    }
.summary-block--g .section-desktop .card .background-box .card-body .card-title {
    font-size: 20px;
    line-height: 32px;
    font-family: "ClanOT-Medium";
    margin-bottom: 17px !important;
    }
.summary-block--g .section-desktop .card .wp-img {
    margin-bottom: 24px;
    }
.summary-block--g .section-desktop .card .wp-img img {
    height: 224px;
    object-fit: cover;
    }
@media screen and (max-width: 1170px) {
    .summary-block--g .section-desktop .d-flex.w-75 {
        width: 90% !important;
        }
    }
.summary-block--g .section-mobile {
    display: none;
    }
@media screen and (max-width: 767px) {
    .summary-block--g .desc {
        width: unset !important;
        text-align: left !important;
        }
    .summary-block--g .section-mobile {
        display: block;
        }
    .summary-block--g .section-mobile .card-body {
        padding: 40px 0 20px;
        }
    }
@media screen and (max-width: 767px) and (max-width: 530px) {
    .summary-block--g .section-mobile .card-body .yellow-btn, .summary-block--g .section-mobile .card-body .button--yt, .summary-block--g .section-mobile .card-body .blue-btn, .summary-block--g .section-mobile .card-body .rev-btn, .summary-block--g .section-mobile .card-body .outline-btn, .summary-block--g .section-mobile .card-body .outline-btn-white, .summary-block--g .section-mobile .card-body section.v2-draw-banner button, section.v2-draw-banner .summary-block--g .section-mobile .card-body button, .summary-block--g .section-mobile .card-body .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .summary-block--g .section-mobile .card-body input.shopify-challenge__button {
        width: 100%;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--g .section-mobile .carousel-cell .background-box {
        padding: 20px;
        border-radius: 5px;
        }
    .summary-block--g .section-mobile .carousel-cell .background-box img {
        height: 300px;
        object-fit: cover;
        }
    .summary-block--g .section-mobile .carousel-cell .background-box .card-body {
        padding: 1.25rem 0;
        }
    .summary-block--g .section-mobile .carousel-cell .background-box ul.list-group li.list-group-item {
        border-top: 1px solid #081f28;
        border-bottom: none;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 0;
        }
    .summary-block--g .section-mobile .carousel-cell .background-box ul.list-group li.list-group-item i {
        float: left;
        padding: 8px 8px 0 0;
        }
    .summary-block--g .section-desktop {
        display: none;
        }
    }
.summary-block--g ul.list-group {
    padding-top: 20px;
    }
.summary-block--g ul.list-group li.list-group-item {
    font-size: 16px;
    line-height: 24px;
    font-family: "ClanOT-Medium";
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px 0 0;
    }
.summary-block--g ul.list-group li.list-group-item i {
    padding-right: 5px;
    }
.summary-block--h .card:last-child .name, .summary-block--h .list-group .name {
    font-size: 20px;
    line-height: 32px;
    font-family: "ClanOT-Medium";
    margin-bottom: 25px;
    margin-top: 2px;
    color: #081f28;
    }
.summary-block--h .card:last-child .date, .summary-block--h .list-group .date {
    font-size: 16px;
    line-height: 24px;
    font-family: "ClanOT-Medium";
    margin-top: 25px;
    }
.summary-block--h .card:last-child .list-group-item:last-child, .summary-block--h .list-group .list-group-item:last-child {
    padding-top: 0;
    }
@media screen and (min-width: 768px) {
    .summary-block--h.summary-block--g .section-desktop .card .card-body {
        padding: 28px 30px !important;
        }
    .summary-block--h.summary-block--g .section-desktop .card .card-body .card-subtitle {
        margin-bottom: 12px;
        }
    .summary-block--h.summary-block--g .section-desktop .card .card-body .card-title {
        font-size: 38px;
        line-height: 52px;
        letter-spacing: 0;
        margin-bottom: 14px !important;
        }
    }
@media screen and (min-width: 992px) {
    .summary-block--h.summary-block--g .section-desktop .card .card-body .card-title {
        font-size: 38px;
        }
    }
@media (min-width: 768px) and (max-width: 991px) {
    .summary-block--h.summary-block--g .section-desktop .card .card-body .card-title {
        font-size: 32px;
        }
    }
.summary-block--h .list-group {
    height: 100%;
    padding-top: 0 !important;
    display: grid;
    }
.summary-block--h .list-group .list-group-item {
    border-top: none !important;
    background-color: rgba(0, 0, 0, 0);
    }
.summary-block--h .list-group .list-group-item:nth-child(1) {
    margin: 0 !important;
    }
.summary-block--h .list-group .list-group-item:nth-child(1) .date {
    padding: 10px 0 0;
    }
.summary-block--h .list-group .list-group-item .date {
    margin-bottom: 0 !important;
    }
.summary-block--h .card-subtitle {
    font-family: "ClanOT-Medium";
    font-size: 16px;
    line-height: 24px;
    }
.summary-block--h .card-link svg {
    padding-right: 10px;
    }
.summary-block--h .wp-img {
    margin: 0 !important;
    }
.summary-block--h .wp-img img {
    height: 190px !important;
    width: 100%;
    }
.summary-block--h .card_one {
    display: grid;
    }
.summary-block--h .section-mobile .carousel {
    height: 530px;
    }
.summary-block--h .section-mobile .carousel-cell {
    height: 530px;
    }
.summary-block--h .section-mobile .carousel-cell .card-body {
    text-align: left;
    }
.summary-block--h .section-mobile .carousel-cell .card-body .card-text {
    color: #081f28;
    }
@media (min-width: 768px) and (max-width: 1370px) {
    .home-image-slide {
        padding: 2rem 0;
        }
    }
.home-image-slide .w-66 {
    width: 66%;
    }
@media screen and (max-width: 767px) {
    .home-image-slide .w-66 {
        width: 90%;
        }
    }
.home-image-slide .carousel .carousel-cell {
    width: 66%;
    padding: 0 15px;
    }
@media (max-width: 398px) {
    .home-image-slide .carousel .carousel-cell {
        padding: 0 7px;
        }
    }
.home-image-slide .carousel .carousel-cell .title {
    text-align: left;
    }
.home-image-slide .carousel .carousel-cell .title p {
    font-size: 18px;
    font-family: "Showtime";
    margin-bottom: 5px;
    }
@media screen and (max-width: 767px) {
    .home-image-slide .carousel .carousel-cell .title p {
        margin-bottom: 10px;
        }
    }
@media (min-width: 768px) and (max-width: 1171px) {
    .home-image-slide .carousel .carousel-cell .heading {
        min-height: 100px;
        margin-bottom: 15px;
        }
    }
@media (max-width: 767px) {
    .home-image-slide .carousel .carousel-cell .heading {
        height: 80px;
        line-height: 40px;
        margin-bottom: 15px;
        text-align: left !important;
        overflow: hidden;
        }
    }
.home-image-slide .carousel .carousel-cell .image img {
    height: 600px;
    object-fit: cover;
    }
@media screen and (max-width: 767px) {
    .home-image-slide .carousel .carousel-cell .image img {
        height: 300px;
        }
    }
@media (min-width: 768px) and (max-width: 1370px) {
    .home-image-slide .carousel .carousel-cell .image img {
        height: 400px;
        object-position: bottom;
        }
    }
.home-image-slide .carousel .carousel-cell .image .description {
    text-align: left;
    padding-top: 30px;
    }
.home-image-slide .carousel .carousel-cell .image .description a {
    font-family: "National-Bold";
    }
.d-flex--wrap {
    flex-wrap: wrap;
    }
.summary-block--i .container-fluid div.d-flex--wrap, .summary-block--i .container-sm div.d-flex--wrap, .summary-block--i .container-md div.d-flex--wrap, .summary-block--i .container-lg div.d-flex--wrap, .summary-block--i .container-xl div.d-flex--wrap {
    justify-content: center;
    }
@media (min-width: 768px) and (max-width: 1169px) {
    .summary-block--i .container-fluid, .summary-block--i .container-sm, .summary-block--i .container-md, .summary-block--i .container-lg, .summary-block--i .container-xl {
        width: 90%;
        }
    }
.summary-block--i h2 {
    font-size: 46px;
    color: #081f28;
    margin-bottom: 30px;
    }
.summary-block--i .card {
    width: calc(33.333333% - 60px);
    background-color: rgba(0, 0, 0, 0);
    }
.summary-block--i .card img {
    height: 310px;
    object-fit: cover;
    }
@media (max-width: 767px) {
    .summary-block--i .card {
        width: 100%;
        }
    }
@media (min-width: 768px) {
    .summary-block--i .d-flex.w-75 .card {
        margin: 10px 45px;
        }
    }
@media (min-width: 768px) and (max-width: 991px) {
    .summary-block--i .d-flex.w-75 .card {
        width: calc(33.333333% - 34px);
        margin: 10px 25px;
        }
    }
@media (max-width: 767px) {
    .summary-block--i .d-flex.w-75 .card {
        padding: unset;
        }
    }
.summary-block--i .d-flex.w-75 .card:first-child {
    margin-left: 0;
    padding-left: 0 !important;
    }
.summary-block--i .d-flex.w-75 .card:last-child {
    margin-right: 0;
    padding-right: 0 !important;
    }
.summary-block--i .d-flex.w-75 .card .card-title {
    padding: 10px 0;
    }
@media screen and (max-width: 1170px) {
    .summary-block--i .d-flex.w-75 {
        width: 100% !important;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--i .d-flex.w-75 .card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--i .button a {
        width: 100% !important;
        }
    }
.summary-block--j .container-fluid .card .card-img-overlay, .summary-block--j .container-sm .card .card-img-overlay, .summary-block--j .container-md .card .card-img-overlay, .summary-block--j .container-lg .card .card-img-overlay, .summary-block--j .container-xl .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    align-items: center;
    }
.summary-block--j .container-fluid .card .card-img-overlay .card-text, .summary-block--j .container-sm .card .card-img-overlay .card-text, .summary-block--j .container-md .card .card-img-overlay .card-text, .summary-block--j .container-lg .card .card-img-overlay .card-text, .summary-block--j .container-xl .card .card-img-overlay .card-text {
    display: flex;
    height: 100%;
    align-items: center;
    }
@media (max-width: 767px) {
    .summary-block--j .container-fluid .card .card-img-overlay .card-text, .summary-block--j .container-sm .card .card-img-overlay .card-text, .summary-block--j .container-md .card .card-img-overlay .card-text, .summary-block--j .container-lg .card .card-img-overlay .card-text, .summary-block--j .container-xl .card .card-img-overlay .card-text {
        padding: 0;
        }
    }
.summary-block--j .container-fluid .card .card-img-overlay .title, .summary-block--j .container-sm .card .card-img-overlay .title, .summary-block--j .container-md .card .card-img-overlay .title, .summary-block--j .container-lg .card .card-img-overlay .title, .summary-block--j .container-xl .card .card-img-overlay .title {
    margin-top: 10px;
    }
.summary-block--j .container-fluid .card .card-img-overlay a.btn, .summary-block--j .container-sm .card .card-img-overlay a.btn, .summary-block--j .container-md .card .card-img-overlay a.btn, .summary-block--j .container-lg .card .card-img-overlay a.btn, .summary-block--j .container-xl .card .card-img-overlay a.btn {
    margin-bottom: 30px;
    }
.summary-block--j .container-fluid .card .card-img-overlay a.btn:hover, .summary-block--j .container-sm .card .card-img-overlay a.btn:hover, .summary-block--j .container-md .card .card-img-overlay a.btn:hover, .summary-block--j .container-lg .card .card-img-overlay a.btn:hover, .summary-block--j .container-xl .card .card-img-overlay a.btn:hover, .summary-block--j .container-fluid .card .card-img-overlay a.btn:focus, .summary-block--j .container-sm .card .card-img-overlay a.btn:focus, .summary-block--j .container-md .card .card-img-overlay a.btn:focus, .summary-block--j .container-lg .card .card-img-overlay a.btn:focus, .summary-block--j .container-xl .card .card-img-overlay a.btn:focus, .summary-block--j .container-fluid .card .card-img-overlay a.btn:active, .summary-block--j .container-sm .card .card-img-overlay a.btn:active, .summary-block--j .container-md .card .card-img-overlay a.btn:active, .summary-block--j .container-lg .card .card-img-overlay a.btn:active, .summary-block--j .container-xl .card .card-img-overlay a.btn:active {
    color: #0051fb;
    }
.summary-block--j .container-fluid .box-2 .ticket, .summary-block--j .container-sm .box-2 .ticket, .summary-block--j .container-md .box-2 .ticket, .summary-block--j .container-lg .box-2 .ticket, .summary-block--j .container-xl .box-2 .ticket, .summary-block--j .container-fluid .box-2 .card-text, .summary-block--j .container-sm .box-2 .card-text, .summary-block--j .container-md .box-2 .card-text, .summary-block--j .container-lg .box-2 .card-text, .summary-block--j .container-xl .box-2 .card-text {
    padding: 10px 0;
    }
@media screen and (min-width: 769px) {
    .summary-block--j .container-fluid .card:first-child, .summary-block--j .container-sm .card:first-child, .summary-block--j .container-md .card:first-child, .summary-block--j .container-lg .card:first-child, .summary-block--j .container-xl .card:first-child {
        margin-left: 0 !important;
        }
    .summary-block--j .container-fluid .card:last-child, .summary-block--j .container-sm .card:last-child, .summary-block--j .container-md .card:last-child, .summary-block--j .container-lg .card:last-child, .summary-block--j .container-xl .card:last-child {
        margin-right: 0 !important;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--j .container-fluid .d-flex, .summary-block--j .container-sm .d-flex, .summary-block--j .container-md .d-flex, .summary-block--j .container-lg .d-flex, .summary-block--j .container-xl .d-flex {
        display: unset !important;
        }
    .summary-block--j .container-fluid .d-flex .card, .summary-block--j .container-sm .d-flex .card, .summary-block--j .container-md .d-flex .card, .summary-block--j .container-lg .d-flex .card, .summary-block--j .container-xl .d-flex .card {
        margin: 20px auto 50px;
        }
    .summary-block--j .container-fluid .d-flex a.btn-bottom, .summary-block--j .container-sm .d-flex a.btn-bottom, .summary-block--j .container-md .d-flex a.btn-bottom, .summary-block--j .container-lg .d-flex a.btn-bottom, .summary-block--j .container-xl .d-flex a.btn-bottom {
        margin: 20px auto;
        width: 50%;
        }
    .summary-block--j .container-fluid .box-2 .card:first-child .ticket, .summary-block--j .container-sm .box-2 .card:first-child .ticket, .summary-block--j .container-md .box-2 .card:first-child .ticket, .summary-block--j .container-lg .box-2 .card:first-child .ticket, .summary-block--j .container-xl .box-2 .card:first-child .ticket, .summary-block--j .container-fluid .box-2 .card:first-child .card-text, .summary-block--j .container-sm .box-2 .card:first-child .card-text, .summary-block--j .container-md .box-2 .card:first-child .card-text, .summary-block--j .container-lg .box-2 .card:first-child .card-text, .summary-block--j .container-xl .box-2 .card:first-child .card-text, .summary-block--j .container-fluid .box-2 .card:first-child .button-card, .summary-block--j .container-sm .box-2 .card:first-child .button-card, .summary-block--j .container-md .box-2 .card:first-child .button-card, .summary-block--j .container-lg .box-2 .card:first-child .button-card, .summary-block--j .container-xl .box-2 .card:first-child .button-card {
        padding: 35px 0;
        }
    }
@media screen and (max-width: 767px) and (max-width: 398px) {
    .summary-block--j .container-fluid .box-2 .card:first-child .ticket, .summary-block--j .container-sm .box-2 .card:first-child .ticket, .summary-block--j .container-md .box-2 .card:first-child .ticket, .summary-block--j .container-lg .box-2 .card:first-child .ticket, .summary-block--j .container-xl .box-2 .card:first-child .ticket, .summary-block--j .container-fluid .box-2 .card:first-child .card-text, .summary-block--j .container-sm .box-2 .card:first-child .card-text, .summary-block--j .container-md .box-2 .card:first-child .card-text, .summary-block--j .container-lg .box-2 .card:first-child .card-text, .summary-block--j .container-xl .box-2 .card:first-child .card-text, .summary-block--j .container-fluid .box-2 .card:first-child .button-card, .summary-block--j .container-sm .box-2 .card:first-child .button-card, .summary-block--j .container-md .box-2 .card:first-child .button-card, .summary-block--j .container-lg .box-2 .card:first-child .button-card, .summary-block--j .container-xl .box-2 .card:first-child .button-card {
        padding: 10px 0;
        }
    }
@media screen and (max-width: 767px) {
    .summary-block--j .container-fluid .box-2 .card:last-child .ticket, .summary-block--j .container-sm .box-2 .card:last-child .ticket, .summary-block--j .container-md .box-2 .card:last-child .ticket, .summary-block--j .container-lg .box-2 .card:last-child .ticket, .summary-block--j .container-xl .box-2 .card:last-child .ticket, .summary-block--j .container-fluid .box-2 .card:last-child .card-text, .summary-block--j .container-sm .box-2 .card:last-child .card-text, .summary-block--j .container-md .box-2 .card:last-child .card-text, .summary-block--j .container-lg .box-2 .card:last-child .card-text, .summary-block--j .container-xl .box-2 .card:last-child .card-text, .summary-block--j .container-fluid .box-2 .card:last-child .button-card, .summary-block--j .container-sm .box-2 .card:last-child .button-card, .summary-block--j .container-md .box-2 .card:last-child .button-card, .summary-block--j .container-lg .box-2 .card:last-child .button-card, .summary-block--j .container-xl .box-2 .card:last-child .button-card {
        padding: 25px 0;
        }
    }
@media screen and (max-width: 767px) and (max-width: 398px) {
    .summary-block--j .container-fluid .box-2 .card:last-child .ticket, .summary-block--j .container-sm .box-2 .card:last-child .ticket, .summary-block--j .container-md .box-2 .card:last-child .ticket, .summary-block--j .container-lg .box-2 .card:last-child .ticket, .summary-block--j .container-xl .box-2 .card:last-child .ticket, .summary-block--j .container-fluid .box-2 .card:last-child .card-text, .summary-block--j .container-sm .box-2 .card:last-child .card-text, .summary-block--j .container-md .box-2 .card:last-child .card-text, .summary-block--j .container-lg .box-2 .card:last-child .card-text, .summary-block--j .container-xl .box-2 .card:last-child .card-text, .summary-block--j .container-fluid .box-2 .card:last-child .button-card, .summary-block--j .container-sm .box-2 .card:last-child .button-card, .summary-block--j .container-md .box-2 .card:last-child .button-card, .summary-block--j .container-lg .box-2 .card:last-child .button-card, .summary-block--j .container-xl .box-2 .card:last-child .button-card {
        padding: 10px 0;
        }
    }
@media (min-width: 399px) and (max-width: 767px) {
    .summary-block--j .card {
        width: 75%;
        }
    .summary-block--j .card .card-img-overlay h1 {
        padding-top: 2rem !important;
        }
    }
@media screen and (max-width: 1170px) {
    .summary-block--j .container-fluid .box-3.d-flex, .summary-block--j .container-sm .box-3.d-flex, .summary-block--j .container-md .box-3.d-flex, .summary-block--j .container-lg .box-3.d-flex, .summary-block--j .container-xl .box-3.d-flex, .summary-block--j .container-fluid .box-2.d-flex, .summary-block--j .container-sm .box-2.d-flex, .summary-block--j .container-md .box-2.d-flex, .summary-block--j .container-lg .box-2.d-flex, .summary-block--j .container-xl .box-2.d-flex {
        width: 90% !important;
        }
    }
.summary-block--j .block_list {
    align-items: center;
    padding-bottom: 50px;
    }
.summary-block--j .block_list .card {
    flex: 0 0 30%;
    background: rgba(0, 0, 0, 0);
    }
.summary-block--j .block_list .card img.card_background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .summary-block--j .block_list .card img.card_background {
        display: none;
        }
    }
.summary-block--j .block_list .card img.card-img {
    width: max-content;
    margin: auto;
    }
.summary-block--j .block_list .card .card-img-overlay {
    max-width: 237px;
    margin: auto;
    }
.summary-block--j .value_pack .header_value_pack {
    background-size: cover;
    background-position: top;
    }
.summary-block--j .value_pack .card {
    flex: 0 0 50%;
    border: 1.5px solid #eee;
    padding-top: 50px;
    padding-bottom: 120px;
    }
@media screen and (max-width: 767px) {
    .summary-block--j .value_pack .card {
        padding-bottom: 50px;
        }
    }
.summary-block--j .value_pack .card img.card-img {
    max-width: 237px;
    max-height: 374px;
    margin: auto;
    }
.summary-block--j .value_pack .card .card-img-overlay {
    max-width: 237px;
    max-height: 374px;
    margin: 50px auto 120px;
    padding: 50px 20px;
    }
.summary-block--j .value_pack .card_left {
    background: #f5f8fd;
    }
.summary-block--j .value_pack .card_right {
    background: #f5f5f5;
    color: #081f28;
    }
.summary-block--j .value_pack .card_right .count {
    color: #081f28;
    }
.summary-block--j .value_pack .card_right .card-title {
    color: #081f28;
    }
.summary-block--j .value_pack .card_right a {
    font-size: 16px;
    }
.summary-block--j .value_pack .box-2 {
    position: relative;
    }
.summary-block--j .value_pack .box-2 .icon_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #eee;
    background-color: #f5f5f5;
    font-weight: 700;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 15px;
    text-align: center;
    color: #0051fb;
    }
.summary-block--j .value_pack .box-2 .icon_plus svg {
    width: 40px;
    height: 40px;
    }
@media screen and (max-width: 767px) {
    .summary-block--j .value_pack .box-2 .icon_plus {
        display: none;
        }
    }
.summary-block--j .value_pack .box-2 .btn-bottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #eee;
    padding: 10px 30px;
    background-color: #f5f5f5;
    font-weight: 700;
    }
@media screen and (max-width: 767px) {
    .summary-block--j .value_pack .box-2 .btn-bottom {
        position: unset;
        transform: translate(50%, 0);
        }
    }
.summary-block--j .value_pack .box-2 .btn-bottom:hover, .summary-block--j .value_pack .box-2 .btn-bottom:focus {
    color: #0051fb;
    }
@media screen and (max-width: 1170px) {
    .newsletter .w-75 {
        width: 90% !important;
        }
    }
@media screen and (max-width: 767px) {
    .newsletter .w-75 {
        width: 100% !important;
        padding-right: 40px;
        padding-left: 40px;
        }
    }
.newsletter .div-content {
    display: flex;
    }
@media screen and (max-width: 767px) {
    .newsletter .div-content {
        display: unset;
        }
    }
.newsletter .div-content input.form-control:focus {
    box-shadow: none;
    }
.newsletter .heading-text, .newsletter .sub-form {
    width: 50%;
    }
@media screen and (max-width: 767px) {
    .newsletter .heading-text, .newsletter .sub-form {
        width: 100%;
        }
    }
.newsletter .heading-text h2.h1 {
    width: 80%;
    font-family: "Showtime", sans-serif;
    font-size: 36px;
    line-height: 1.44;
    }
@media screen and (max-width: 767px) {
    .newsletter .heading-text h2.h1 {
        width: 100%;
        margin-bottom: 20px;
        }
    }
.newsletter .sub-form .input-group {
    width: 80%;
    }
@media (min-width: 768px) and (max-width: 991px) {
    .newsletter .sub-form .input-group {
        width: 67%;
        }
    }
@media screen and (max-width: 767px) {
    .newsletter .sub-form .input-group {
        width: 100%;
        }
    }
.newsletter .sub-form .input-group input.form-control {
    height: 67px !important;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    font-size: 20px;
    }
.newsletter .sub-form .input-group ::-webkit-input-placeholder {
    color: #f5f5f5;
    }
.newsletter .sub-form .input-group :-moz-placeholder {
    color: #fff;
    }
.newsletter .sub-form .input-group ::-moz-placeholder {
    color: #fff;
    }
.newsletter .sub-form .input-group :-ms-input-placeholder {
    color: #fff;
    }
.newsletter .sub-form button.yellow-btn, .newsletter .sub-form button.button--yt, .newsletter .sub-form button.blue-btn, .newsletter .sub-form button.rev-btn, .newsletter .sub-form button.outline-btn, .newsletter .sub-form button.outline-btn-white, .newsletter .sub-form section.v2-draw-banner button, section.v2-draw-banner .newsletter .sub-form button {
    margin-top: 0;
    margin-left: 10px;
    border-radius: 5px !important;
    width: 150px;
    padding: 20px 15px;
    }
@media screen and (max-width: 767px) {
    .newsletter .sub-form button.yellow-btn, .newsletter .sub-form button.button--yt, .newsletter .sub-form button.blue-btn, .newsletter .sub-form button.rev-btn, .newsletter .sub-form button.outline-btn, .newsletter .sub-form button.outline-btn-white, .newsletter .sub-form section.v2-draw-banner button, section.v2-draw-banner .newsletter .sub-form button {
        width: 100%;
        margin: 0;
        }
    }
.newsletter .sub-form p.lead {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    }
@media screen and (min-width: 768px) {
    .newsletter .sub-form p.lead {
        margin-right: 10px;
        }
    }
.newsletter .sub-form p.lead a:hover {
    text-decoration: underline;
    }
@media screen and (max-width: 767px) {
    .newsletter .sub-form .d-flex {
        display: unset !important;
        }
    }
.newsletter .yellow-btn:hover, .newsletter .button--yt:hover, .newsletter .blue-btn:hover, .newsletter .rev-btn:hover, .newsletter .outline-btn:hover, .newsletter .outline-btn-white:hover, .newsletter section.v2-draw-banner button:hover, section.v2-draw-banner .newsletter button:hover, .newsletter .shopify-challenge__container input.shopify-challenge__button:hover, .shopify-challenge__container .newsletter input.shopify-challenge__button:hover {
    background: rgba(0, 0, 0, 0);
    }
.newsletter .show-modal-newletter:disabled {
    opacity: 1;
    }
.newsletter .show-modal-newletter:disabled:hover {
    background: #fdee8c;
    color: #fff;
    }
.newsletter .show-modal-newletter.not-email {
    opacity: 0.65;
    }
#newsletterModal .modal-dialog {
    max-width: 600px;
    }
#newsletterModal .modal-header {
    border-bottom: none;
    padding: 2px 20px;
    }
#newsletterModal .modal-header .close {
    font-size: 46px;
    line-height: 1;
    color: #081f28;
    text-shadow: none;
    opacity: 1;
    outline: none;
    }
#newsletterModal .modal-header .close:hover {
    color: #fdee8c;
    }
#newsletterModal .modal-body {
    padding: 0 89px 50px;
    }
@media (max-width: 767px) {
    #newsletterModal .modal-body {
        padding: 0 15px 50px;
        }
    }
#newsletterModal .title-modal {
    color: #081f28;
    font-size: 36px;
    }
@media (max-width: 767px) {
    #newsletterModal .title-modal {
        font-size: 24px;
        }
    }
#newsletterModal .lead-modal {
    color: #081f28;
    line-height: 30px;
    }
#newsletterModal input {
    width: 280px;
    height: 60px;
    border-color: #081f28;
    font-size: 20px;
    line-height: 34px;
    color: #081f28;
    }
@media (min-width: 375px) {
    #newsletterModal input {
        width: 330px;
        }
    }
#newsletterModal input::placeholder {
    color: #a7a7a7;
    }
#newsletterModal input:-ms-input-placeholder {
    color: #a7a7a7;
    }
#newsletterModal input::-ms-input-placeholder {
    color: #a7a7a7;
    }
#newsletterModal input:focus {
    box-shadow: none;
    }
#newsletterModal .btn {
    padding: 20px 73px;
    line-height: 1;
    }
#modal-confirmation {
    display: none;
    padding: 0 89px 50px;
    text-align: center;
    }
#modal-confirmation .icon {
    margin: 103px 0 150px;
    }
#modal-confirmation .icon i {
    color: #00caf2;
    font-size: 174px;
    }
#modal-confirmation a {
    width: 215px;
    }
.klaviyo-form-HSQviz form input {
    height: 60px !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    background: rgba(0, 0, 0, 0) !important;
    font-size: 20px !important;
    }
.klaviyo-form-HSQviz form ::-webkit-input-placeholder {
    color: #fff !important;
    }
.klaviyo-form-HSQviz form :-ms-input-placeholder {
    color: #fff !important;
    }
.klaviyo-form-HSQviz form ::placeholder {
    color: #fff !important;
    }
.klaviyo-form-HSQviz form button.ResetElements__Button-sc-8e6zl9-2 {
    color: #fff !important;
    background-color: #fd0 !important;
    border-radius: 4px !important;
    margin: 15px 0 !important;
    font-family: "ClanOT-Black", sans-serif !important;
    font-size: 18px !important;
    padding: 20px 34px !important;
    display: inline-block !important;
    text-align: center !important;
    }
.klaviyo-form-HSQviz form button.ResetElements__Button-sc-8e6zl9-2:hover {
    color: #fdee8c !important;
    background: rgba(0, 0, 0, 0) !important;
    outline: none;
    text-decoration: none;
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 {
    max-width: unset;
    position: relative;
    }
@media screen and (max-width: 767px) {
    .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 {
        position: unset;
        margin-bottom: 35px;
        }
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(1).Row__FormRow-sc-17nghml-0, .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(2).Row__FormRow-sc-17nghml-0 {
    width: 48%;
    }
@media screen and (max-width: 767px) {
    .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(1).Row__FormRow-sc-17nghml-0, .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(2).Row__FormRow-sc-17nghml-0 {
        width: unset;
        }
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(1).Row__FormRow-sc-17nghml-0:first-child:last-child, .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(2).Row__FormRow-sc-17nghml-0:first-child:last-child {
    width: 100%;
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(2).Row__FormRow-sc-17nghml-0 {
    position: absolute;
    right: 0;
    }
@media screen and (max-width: 767px) {
    .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(2).Row__FormRow-sc-17nghml-0 {
        position: unset;
        right: unset;
        }
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 .FormComponent__StyledFormComponentWrapper-e0xun6-0:nth-child(1) {
    margin-top: 15px;
    }
@media screen and (max-width: 767px) {
    .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 .FormComponent__StyledFormComponentWrapper-e0xun6-0:nth-child(1) {
        position: absolute;
        bottom: -80px;
        }
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 .FormComponent__StyledFormComponentWrapper-e0xun6-0:nth-child(1) p {
    line-height: 22px;
    font-size: 12px;
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 .FormComponent__StyledFormComponentWrapper-e0xun6-0:nth-child(1) p a {
    text-decoration: none;
    }
.klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 .FormComponent__StyledFormComponentWrapper-e0xun6-0:nth-child(1) p a:hover {
    text-decoration: underline;
    }
@media screen and (max-width: 767px) {
    .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 {
        display: block;
        position: relative;
        }
    .klaviyo-form.form-version-cid-1 form.klaviyo-form-version-cid_1 .ResetElements__Div-sc-8e6zl9-0 .ResetElements__Div-sc-8e6zl9-0:nth-child(4).Row__FormRow-sc-17nghml-0 button.Button__FormStyledButton-p2mbjt-0 {
        margin-top: 0 !important;
        }
    }
p.lead {
    display: none;
    }
div#map {
    position: initial !important;
    overflow: initial !important;
    }
.newhome-banner .embed-responsive-index {
    height: 100%;
    }
.newhome-banner .embed-responsive-index:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    z-index: 1;
    }
.newhome-banner .embed-responsive-index video {
    object-fit: cover;
    }
.newhome-banner .embed-responsive-index video.video-tvc {
    object-fit: contain !important;
    }
.newhome-banner .background-hero {
    min-height: 40vw;
    background-position: center;
    max-height: 80vw;
    height: 75vw;
    }
.newhome-banner .banner {
    max-height: 100vh;
    overflow: hidden;
    }
.newhome-banner .banner picture {
    object-fit: cover;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    }
@media screen and (min-width: 768px) {
    .newhome-banner .banner .hidden-on-desktop {
        display: none;
        }
    }
@media screen and (max-width: 768px) {
    .newhome-banner .banner .hidden-on-mobile {
        display: none;
        }
    }
.newhome-banner .banner img {
    height: auto;
    width: 100%;
    object-position: center 20%;
    }
@media screen and (max-width: 1100px) {
    .newhome-banner .banner img {
        object-fit: cover;
        }
    }
.newhome-banner .bg-hero-image {
    min-height: 85vh;
    max-height: 85vh;
    object-fit: cover;
    background-repeat: no-repeat;
    }
@media screen and (max-width: 576px) {
    .newhome-banner .bg-hero-image {
        min-height: 100vw;
        max-height: 100vw;
        background-position: top;
        }
    }
@media screen and (min-width: 577px) and (max-width: 767px) {
    .newhome-banner .bg-hero-image {
        min-height: 100vw;
        max-height: 100vw;
        background-position: top;
        }
    }
@media screen and (min-width: 769px) and (max-width: 1365px) {
    .newhome-banner .bg-hero-image {
        max-height: 85vh;
        }
    }
@media screen and (min-width: 1366px) {
    .newhome-banner .bg-hero-image {
        max-height: 85vh;
        }
    }
.home--banner .embed-responsive-index {
    height: 100%;
    }
.home--banner .embed-responsive-index video {
    object-fit: cover;
    }
.home--banner .embed-responsive-index video.video-tvc {
    object-fit: contain !important;
    }
.home--banner #hero-video .index-wpc {
    max-width: 700px;
    }
@media only screen and (max-width: 767px) {
    .home--banner #hero-video .index-wpc {
        display: none;
        text-align: center;
        height: auto;
        }
    .home--banner #hero-video .index-wpc .content {
        margin: auto;
        }
    }
.home--banner #hero-video .index-wpc .yellow-btn, .home--banner #hero-video .index-wpc .button--yt, .home--banner #hero-video .index-wpc .blue-btn, .home--banner #hero-video .index-wpc .rev-btn, .home--banner #hero-video .index-wpc .outline-btn, .home--banner #hero-video .index-wpc .outline-btn-white, .home--banner #hero-video .index-wpc section.v2-draw-banner button, section.v2-draw-banner .home--banner #hero-video .index-wpc button, .home--banner #hero-video .index-wpc .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .home--banner #hero-video .index-wpc input.shopify-challenge__button {
    padding: 14px 40px !important;
    }
@media only screen and (max-width: 767px) {
    .home--banner #hero-video .index-wpc .yellow-btn, .home--banner #hero-video .index-wpc .button--yt, .home--banner #hero-video .index-wpc .blue-btn, .home--banner #hero-video .index-wpc .rev-btn, .home--banner #hero-video .index-wpc .outline-btn, .home--banner #hero-video .index-wpc .outline-btn-white, .home--banner #hero-video .index-wpc section.v2-draw-banner button, section.v2-draw-banner .home--banner #hero-video .index-wpc button, .home--banner #hero-video .index-wpc .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .home--banner #hero-video .index-wpc input.shopify-challenge__button {
        display: none;
        }
    }
@media only screen and (max-width: 766px) {
    .index-only-banner .banner .banner-image {
        height: 100vw !important;
        }
    .index-only-banner.m1x1 {
        min-height: 100vw;
        }
    .index-only-banner.m1x1 .banner, .index-only-banner.m1x1 .banner .banner-image {
        height: 100vw;
        }
    .index-only-banner.m1x1 .banner img, .index-only-banner.m1x1 .banner .banner-image img {
        height: 100vw;
        }
    .index-only-banner.m16x9 {
        min-height: 56.25vw;
        }
    .index-only-banner.m16x9 .banner, .index-only-banner.m16x9 .banner .banner-image {
        height: 56.25vw;
        }
    .index-only-banner.m16x9 .banner img, .index-only-banner.m16x9 .banner .banner-image img {
        height: 56.25vw;
        }
    .hero-mobile-addendum {
        background: #fff;
        color: #081f28;
        text-align: left;
        padding: 1em;
        }
    .hero-mobile-addendum h1 {
        color: #081f28;
        }
    }
@media only screen and (max-width: 766px) and (max-width: 767px) {
    .hero-mobile-addendum h1 {
        font-size: 44px;
        line-height: 42px;
        margin-bottom: 0.05em;
        }
    }
@media only screen and (max-width: 766px) {
    .hero-mobile-addendum img {
        margin-top: 15px;
        max-height: 100px;
        max-width: 150px;
        object-fit: contain;
        }
    .hero-mobile-addendum .hma-city {
        text-align: center;
        background: #fff;
        border-radius: 14.5px;
        display: inline;
        color: #081f28;
        font-family: Gellix;
        font-size: 16px;
        font-weight: medium;
        font-stretch: normal;
        font-style: italic;
        padding: 5px 26px;
        }
    }
#shopify-section-1576681526419 .yellow-btn, #shopify-section-1576681526419 .button--yt, #shopify-section-1576681526419 .blue-btn, #shopify-section-1576681526419 .rev-btn, #shopify-section-1576681526419 .outline-btn, #shopify-section-1576681526419 .outline-btn-white, #shopify-section-1576681526419 section.v2-draw-banner button, section.v2-draw-banner #shopify-section-1576681526419 button, #shopify-section-1576681526419 .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container #shopify-section-1576681526419 input.shopify-challenge__button {
    background-color: #fd0;
    color: #081f28;
    }
#shopify-section-1576681526419 .yellow-btn:hover, #shopify-section-1576681526419 .button--yt:hover, #shopify-section-1576681526419 .blue-btn:hover, #shopify-section-1576681526419 .rev-btn:hover, #shopify-section-1576681526419 .outline-btn:hover, #shopify-section-1576681526419 .outline-btn-white:hover, #shopify-section-1576681526419 section.v2-draw-banner button:hover, section.v2-draw-banner #shopify-section-1576681526419 button:hover, #shopify-section-1576681526419 .shopify-challenge__container input.shopify-challenge__button:hover, .shopify-challenge__container #shopify-section-1576681526419 input.shopify-challenge__button:hover {
    color: #081f28;
    background-color: #fdee8c;
    }
@media only screen and (min-width: 376px) {
    #hero-tvc {
        height: 100%;
        }
    }
#hero-tvc .video-tvc {
    background: #081f28;
    }
@media only screen and (max-width: 375px) {
    #hero-floorplans .home--banner .banner .banner-image span, #hero-floorplans_2 .home--banner .banner .banner-image span {
        bottom: 4px;
        text-align: center;
        }
    }
.tct-feature {
    padding: 0;
    display: flex;
    }
.tct-feature-left, .tct-feature-right {
    color: #fff;
    font-family: National;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    color: #fff;
    display: flex;
    }
.tct-feature-left .copy, .tct-feature-right .copy {
    margin: 17px 0;
    }
.tct-feature-left p.heading, .tct-feature-right p.heading {
    font-family: "Showtime";
    font-size: 20px;
    line-height: 1.53;
    margin-bottom: 6px;
    }
.tct-feature-left {
    background-color: #00767a;
    flex-basis: 50%;
    padding-left: 69px;
    text-align: right;
    }
.tct-feature-left p.heading {
    text-align: right;
    }
.tct-feature-left:after {
    content: "WIN";
    font-family: "Showtime";
    font-size: 61.8px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-right: 16px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    width: 130px;
    }
.tct-feature-right {
    background-color: #585858;
    flex-basis: 50%;
    padding-right: 69px;
    text-align: left;
    }
.tct-feature-right:before {
    content: "WIN";
    font-family: "Showtime";
    font-size: 61.8px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 130px;
    margin-right: 50px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    }
.tct-feature-copy {
    flex-basis: 66%;
    padding-right: 10%;
    }
.tct-feature-copy p.heading {
    margin-bottom: 10px;
    }
.tct-feature-logo {
    flex-basis: 33%;
    }
.tct-feature-logo img {
    max-height: 8em;
    height: 100%;
    width: auto;
    object-fit: contain;
    }
@media screen and (max-width: 960px) {
    .template-index .under-hero__eb-block .under-hero__cta {
        width: 100%;
        display: block;
        margin-bottom: 10px !important;
        }
    }
.template-index .under-hero__eb-block .offset-button {
    display: block;
    margin-left: 0;
    margin-top: 45px;
    }
@media screen and (max-width: 960px) {
    .template-index .under-hero__eb-block .offset-button {
        margin-left: inherit;
        text-align: center;
        margin-top: 25px;
        }
    }
@media screen and (min-width: 1280px) {
    .template-index .under-hero__eb-block .offset-button a {
        display: inline;
        margin-right: 25px;
        }
    }
@media screen and (max-width: 960px) {
    .template-index .under-hero__eb-block .under-hero__cta__additional, .template-index .under-hero__eb-block .yellow-btn, .template-index .under-hero__eb-block .button--yt, .template-index .under-hero__eb-block .blue-btn, .template-index .under-hero__eb-block .rev-btn, .template-index .under-hero__eb-block .outline-btn, .template-index .under-hero__eb-block .outline-btn-white, .template-index .under-hero__eb-block section.v2-draw-banner button, section.v2-draw-banner .template-index .under-hero__eb-block button, .template-index .under-hero__eb-block .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .template-index .under-hero__eb-block input.shopify-challenge__button {
        font-size: 16px;
        }
    }
body.modal-open {
    overflow: initial;
    }
@media screen and (max-width: 767px) {
    .template-index #section-1591614260520.charity-partnership-block.summary-block--f .video.col .carousel-cell {
        width: 100%;
        }
    }
@media only screen and (min-width: 768px) {
    #hero-360-tour iframe {
        padding-bottom: 2em;
        }
    }
.template-devon #hero-360-tour > div {
    align-items: flex-start !important;
    }
.template-devon #hero-360-tour > div iframe {
    height: 100% !important;
    }
@media only screen and (min-width: 768px) {
    .template-devon #hero-360-tour > div iframe {
        height: 640px !important;
        }
    }
@media only screen and (min-width: 768px) {
    .template-london .campaign-hero__content {
        top: 60%;
        }
    .template-london .banner-image {
        background-position: 50% 70% !important;
        }
    }
.charity-partners h2, .template-page .charity-partners h2 {
    font-size: 35px;
    }
.charity-partners .charity-partner p, .template-page .charity-partners .charity-partner p {
    line-height: 1.9rem;
    }
.charity-partners .charity-partner h3, .template-page .charity-partners .charity-partner h3 {
    font-family: "Gellix";
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    }
.charity-partners .charity-partner .supporting, .template-page .charity-partners .charity-partner .supporting {
    min-height: 92px;
    padding-top: 10px;
    }
.charity-partners .charity-partner .supporting img, .template-page .charity-partners .charity-partner .supporting img {
    max-height: 70px;
    max-width: 150px;
    }
@media only screen and (max-width: 767px) {
    .charity-partners .charity-partner .supporting img, .template-page .charity-partners .charity-partner .supporting img {
        max-height: 60px;
        margin: auto;
        }
    }
.charity-partners .charity__cta, .template-page .charity-partners .charity__cta {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    background: none;
    color: #081f28;
    border-radius: unset;
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-thickness: 4px;
    text-decoration-color: #081f28;
    }
.charity-partners .charity__cta:hover, .template-page .charity-partners .charity__cta:hover {
    text-decoration-color: #fd0;
    }
@media only screen and (max-width: 767px) {
    .charity-partners .charity__cta, .template-page .charity-partners .charity__cta {
        font-size: 16px;
        text-align: center;
        }
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner {
        padding: 1em 0 0 0;
        background: #081f28;
        }
    }
@media screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner .blue-outline-btn__extended {
        width: 90%;
        margin: auto;
        }
    }
.homepage-content__this-weeks-winner h2 {
    font-size: 43px;
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner h2 {
        padding-bottom: 0;
        color: #fff;
        }
    }
.homepage-content__this-weeks-winner .winners-lg {
    min-width: 190px;
    padding: 0;
    }
.homepage-content__this-weeks-winner .bg-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    }
.homepage-content__this-weeks-winner .winner-section {
    padding: 20px;
    max-width: 100%;
    }
.homepage-content__this-weeks-winner .winner-section--no-padding {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner .winner-section {
        padding: 0;
        text-align: center;
        }
    }
.homepage-content__this-weeks-winner .winner-section .winner-prize-image {
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
    }
.homepage-content__this-weeks-winner .winner-section .winner-prize-image--no-padding {
    border-left: none;
    border-right: none;
    }
@media only screen and (min-width: 577px) and (max-width: 1024px) {
    .homepage-content__this-weeks-winner .winner-section .winner-prize-image {
        border-left: none;
        border-right: none;
        padding: 1em 1em 0;
        }
    }
@media only screen and (max-width: 576px) {
    .homepage-content__this-weeks-winner .winner-section .winner-prize-image {
        border-left: none;
        border-right: none;
        padding: 1em 0;
        }
    }
.homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info {
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
    }
.homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info--no-borders {
    border-left: 0;
    border-right: 0;
    }
@media only screen and (max-width: 1024px) {
    .homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info {
        border-left: none;
        border-right: none;
        padding: 1em 0;
        }
    }
.homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info h2 {
    color: #f5f5f5;
    margin: -5px 0 0 0;
    font-size: 52px;
    max-width: 100%;
    padding-left: 19px;
    }
@media only screen and (min-width: 767px) {
    .homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info h2 {
        font-size: 32px;
        }
    }
@media only screen and (min-width: 1023px) and (max-width: 1399px) {
    .homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info h2 {
        font-size: 34px;
        }
    }
@media only screen and (min-width: 1400px) {
    .homepage-content__this-weeks-winner .winner-section .this-weeks-winner-info h2 {
        font-size: 46px;
        }
    }
.homepage-content__this-weeks-winner .winner-section .more-winners {
    font-family: "Gellix", sans-serif;
    font-weight: normal;
    text-transform: initial;
    letter-spacing: normal;
    margin-right: 1.5em;
    }
.homepage-content__this-weeks-winner .winner-section .winner {
    color: #f5f5f5;
    margin-top: 0.5em;
    padding-top: 1em;
    }
.homepage-content__this-weeks-winner .winner-section .winner:first-child {
    margin-top: 1em;
    border-top: none;
    padding-top: 0;
    }
@media only screen and (min-width: 1800px) {
    .homepage-content__this-weeks-winner .winner-section .winner:first-child {
        margin-top: 0 !important;
        }
    }
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .homepage-content__this-weeks-winner .winner-section .winner:first-child {
        margin-top: 10% !important;
        }
    }
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
    .homepage-content__this-weeks-winner .winner-section .winner:first-child {
        margin-top: 0 !important;
        }
    }
@media only screen and (min-width: 961px) and (max-width: 1299px) {
    .homepage-content__this-weeks-winner .winner-section .winner:first-child {
        margin-top: 0 !important;
        }
    }
@media only screen and (max-width: 960px) {
    .homepage-content__this-weeks-winner .winner-section .winner:first-child {
        margin-top: 0 !important;
        margin-bottom: 2em;
        }
    }
@media only screen and (max-width: 1460px) {
    .homepage-content__this-weeks-winner .winner-section .winner:not(:first-child) {
        margin-top: unset;
        padding-top: 0;
        }
    }
.homepage-content__this-weeks-winner .winner-section .winner .winner-image {
    min-width: 100%;
    border-radius: 50% !important;
    border: none;
    margin-left: 22px;
    }
@media only screen and (min-width: 1369px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-image {
        min-width: unset;
        width: 160px;
        margin-left: 0;
        }
    }
@media only screen and (min-width: 1200px) and (max-width: 1368px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-image {
        min-width: unset;
        width: 150px;
        }
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-image {
        min-width: 175px;
        max-width: 140px;
        margin-left: 0;
        }
    }
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-image {
        min-width: 160px;
        margin-left: 10px;
        }
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-image {
        margin-left: 0;
        margin-right: 0;
        min-width: unset;
        max-width: 250px;
        }
    }
.homepage-content__this-weeks-winner .winner-section .winner .winner-name {
    color: #00767a;
    display: inline;
    padding-right: 0.4em;
    }
.homepage-content__this-weeks-winner .winner-section .winner .winner-quote {
    max-width: 75%;
    }
@media only screen and (min-width: 1600px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote {
        max-width: none;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 1599px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        }
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        }
    }
.homepage-content__this-weeks-winner .winner-section .winner .winner-quote h3 {
    font-weight: normal;
    color: #fff;
    font-size: 0.9em;
    }
@media only screen and (min-width: 1600px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote h3 {
        font-size: 1.15em;
        line-height: 1.4em;
        margin-right: 0.5rem;
        }
    }
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote h3 {
        font-size: 1.1em;
        line-height: 1.4em;
        margin-right: 0.5rem;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 1299px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote h3 {
        font-size: 1em;
        line-height: 1.3em;
        padding-top: 0.5em;
        }
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-quote h3 {
        font-size: 1.05em;
        line-height: 1.3em;
        padding: 1em;
        }
    }
.homepage-content__this-weeks-winner .winner-section .winner .winner-caption {
    color: #f5f5f5;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: bold;
    }
@media only screen and (min-width: 1600px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-caption {
        font-size: 1.25em;
        }
    }
@media only screen and (min-width: 1300px) and (max-width: 1599px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-caption {
        font-size: 1em;
        }
    }
@media only screen and (min-width: 992px) and (max-width: 1299px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-caption {
        font-size: 0.95em;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-caption {
        font-size: 0.9em;
        text-align: left;
        }
    }
@media only screen and (max-width: 767px) {
    .homepage-content__this-weeks-winner .winner-section .winner .winner-caption {
        font-size: 21px;
        text-align: left;
        padding: 0 15px;
        }
    }
.template-winners .homepage-content__this-weeks-winner {
    background: #eee;
    }
.template-winners .homepage-content__this-weeks-winner > h2 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 36px;
    background-color: #081f28;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #f5f5f5;
    }
@media only screen and (max-width: 767px) {
    .template-winners .homepage-content__this-weeks-winner > h2 {
        padding: 24px 8px;
        }
    }
.template-winners .homepage-content__this-weeks-winner .this-weeks-winner-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
.template-winners .homepage-content__this-weeks-winner > div {
    padding-top: 0 !important;
    }
.template-winners .homepage-content__this-weeks-winner .row {
    margin-left: 0;
    margin-right: 0;
    }
.template-winners .homepage-content__this-weeks-winner .col-sm-12.d-flex.align-items-center {
    padding-right: 0;
    }
.template-winners .homepage-content__this-weeks-winner .col-12.py-4.py-xl-5 {
    padding-bottom: 0 !important;
    }
.homepage-content__this-weeks-winner .winner-testimonial {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
@media only screen and (max-width: 768px) {
    .homepage-content__this-weeks-winner .winner-testimonial {
        align-items: center;
        }
    }
@media only screen and (min-width: 961px) and (max-width: 1299px) {
    .homepage-content__this-weeks-winner .winner-testimonial #image-box {
        width: 390px;
        }
    }
.homepage-content__this-weeks-winner .winner-testimonial #quote-box {
    min-height: unset;
    }
@media screen and (min-width: 1799px) {
    .homepage-content__this-weeks-winner .winner-testimonial #quote-box {
        margin-top: 1em;
        min-height: 300px;
        }
    }
@media screen and (min-width: 1595px) and (max-width: 1798px) {
    .homepage-content__this-weeks-winner .winner-testimonial #quote-box {
        margin-top: 1em;
        min-height: 180px;
        }
    }
@media screen and (min-width: 1300px) and (max-width: 1594px) {
    .homepage-content__this-weeks-winner .winner-testimonial #quote-box {
        min-height: unset;
        }
    }
@media screen and (min-width: 1190px) and (max-width: 1299px) {
    .homepage-content__this-weeks-winner .winner-testimonial #quote-box {
        min-height: unset;
        }
    }
@media screen and (min-width: 768px) and (max-width: 960px) {
    .homepage-content__this-weeks-winner .winner-testimonial #quote-box {
        min-height: unset;
        }
    }
@media screen and (min-width: 768px) {
    .homepage-content__this-weeks-winner #ticket-footer {
        position: relative;
        }
    }
.homepage-content__this-weeks-winner #ticket-footer .ticket-no {
    color: #f5f5f5;
    font-family: "Gellix", sans-serif;
    font-size: 1em;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.9em;
    }
@media screen and (max-width: 768px) {
    .homepage-content__this-weeks-winner #ticket-footer .ticket-no {
        font-size: 0.7em;
        font-weight: bold;
        }
    }
@media screen and (max-width: 576px) {
    #onetrust-banner-sdk .onetrust-banner-options {
        float: none;
        max-width: unset !important;
        }
    #onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
        margin-left: 0 !important;
        }
    }
@media only screen and (max-width: 766px) {
    .cart_header {
        text-align: center;
        }
    }
#shopify-section-template--cart {
    padding: 8rem 0 0;
    }
#shopify-section-template--cart > section {
    padding-top: 0;
    }
@media only screen and (max-width: 767px) {
    #shopify-section-template--cart {
        padding-top: 5rem;
        }
    }
@media (max-width: 780px) {
    .section--cart {
        max-width: 720px;
        }
    }
.section--cart .block-table {
    width: 100%;
    overflow: auto;
    }
@media (max-width: 750px) {
    .section--cart .show-desktop {
        display: none;
        }
    }
.section--cart .show-mb {
    display: none;
    }
@media (max-width: 750px) {
    .section--cart .show-mb {
        display: block;
        }
    }
.section--cart a {
    text-decoration: none;
    }
.section--cart .heading {
    font-size: 47px;
    margin-bottom: 25px;
    }
.section--cart table {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #000;
    }
.section--cart table thead > tr {
    border-bottom: 1px dashed #000;
    }
.section--cart table thead th {
    padding-bottom: 13px;
    font-family: "Gellix";
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    }
@media (max-width: 750px) {
    .section--cart table thead th {
        font-size: 15px;
        }
    }
.section--cart table tbody > tr {
    border-bottom: 1px dashed #000;
    padding: 27px 0;
    vertical-align: top;
    }
.section--cart table tbody > tr:last-child {
    border-bottom: 1px solid #000;
    }
@media (min-width: 767px) {
    .section--cart table tbody td {
        padding-top: 30px;
        }
    }
.section--cart .block-item {
    padding: 0;
    }
.section--cart .block-item .item-interor {
    display: flex;
    align-items: start;
    }
.section--cart .block-item .img {
    min-width: 70px;
    margin-top: 2.25rem;
    }
.section--cart .block-item .img img {
    max-height: 83px;
    }
.section--cart .block-item .info {
    width: 100%;
    }
.section--cart .block-item .info h5 {
    font-size: 20px;
    }
@media (max-width: 767px) {
    .section--cart .block-item .info h5 {
        font-size: 25px;
        }
    }
.section--cart .block-item .title {
    margin-bottom: 10px;
    font-size: 15px;
    }
@media (min-width: 767px) {
    .section--cart .block-item .title {
        font-size: 30px;
        }
    }
.section--cart .block-item .title span {
    margin-bottom: 10px;
    display: block;
    color: #292929;
    font-size: 15px;
    }
@media (min-width: 767px) {
    .section--cart .block-item .title span {
        font-size: 22px;
        }
    }
.section--cart .block-item .title h5 {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 15px;
    }
@media (min-width: 767px) {
    .section--cart .block-item .title h5 {
        margin-bottom: 10px;
        font-size: 18px;
        }
    }
.section--cart .block-entries {
    padding-right: 40px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    width: 15%;
    }
.section--cart .block-donation {
    padding-right: 40px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    }
.section--cart .block-donation p {
    line-height: 1;
    }
.section--cart .block-donation p:last-child {
    font-size: 12px;
    }
.section--cart .block-donation-qty {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    }
.section--cart .block-qty .fixed-qty {
    width: 100px;
    height: 50px;
    border-radius: 6px;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.section--cart .block-qty .QuantitySelector {
    position: relative;
    width: 110px;
    height: 35px;
    padding-right: 0;
    display: flex;
    align-items: center;
    border: 1px solid #292929;
    border-radius: 28.5px;
    justify-content: space-around;
    }
.section--cart .block-qty .QuantitySelector .QuantitySelector__CurrentQuantity {
    width: 40px;
    height: 35px;
    text-align: center;
    font-family: "Gellix";
    font-weight: bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    border: none;
    }
.section--cart .block-qty .QuantitySelector .QuantitySelector__CurrentQuantity:disabled {
    background-color: rgba(0, 0, 0, 0);
    }
.section--cart .block-qty .QuantitySelector span.icon {
    width: 15px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #081f28;
    display: block;
    }
.section--cart .block-qty .QuantitySelector span.icon i {
    vertical-align: middle;
    }
.section--cart .block-delete {
    font-size: 13px;
    margin-bottom: 30px;
    }
@media (max-width: 767px) {
    .section--cart .block-delete {
        margin-bottom: 0;
        }
    }
.section--cart .block-delete a {
    color: #292929;
    text-decoration: underline;
    }
.section--cart .block-delete a:hover {
    text-decoration: none;
    }
.section--cart .block-delete svg {
    width: 14px;
    }
.section--cart .cart-attribute__field {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    }
@media (min-width: 767px) {
    .section--cart .cart-attribute__field {
        padding-bottom: 50px;
        }
    }
.section--cart .section--extra {
    background: #0043ff;
    padding: 30px;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 40px;
    }
@media (max-width: 550px) {
    .section--cart .section--extra .extra div {
        font-size: 14px;
        }
    }
.section--cart .section--extra svg {
    width: 15px;
    }
.section--cart .section--extra svg path {
    fill: #fff;
    }
.section--cart .section--extra .heading-extra {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    }
.section--cart .section--extra .info-extra-item {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    }
@media (max-width: 600px) {
    .section--cart .section--extra .info-extra-item {
        margin-bottom: 25px;
        }
    }
.section--cart .section--extra .info-extra-item .left {
    width: 80%;
    padding-right: 30px;
    }
@media (max-width: 600px) {
    .section--cart .section--extra .info-extra-item .left {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0;
        }
    }
.section--cart .section--extra .info-extra-item .left .item-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    }
.section--cart .section--extra .info-extra-item .right {
    width: 16%;
    padding-right: 0;
    }
@media (max-width: 1000px) {
    .section--cart .section--extra .info-extra-item .right {
        width: 20%;
        }
    }
@media (max-width: 600px) {
    .section--cart .section--extra .info-extra-item .right {
        width: 150px;
        }
    }
@media (max-width: 330px) {
    .section--cart .section--extra .info-extra-item .right {
        width: 100%;
        }
    }
.section--cart .section--extra .info-extra-item .right .addtocart-extra {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    font-weight: 600;
    color: #0043ff;
    border: none;
    padding: 11px;
    transition-duration: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0);
    }
.section--cart .section--extra .info-extra-item .right .addtocart-extra:focus {
    outline: none;
    }
.section--cart .section--extra .info-extra-item .right .addtocart-extra:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    }
.section--cart .section--extra .info-extra-item .right > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    }
.section--cart .section--extra .info-extra-item .right .icon-qty {
    background: rgba(0, 0, 0, 0);
    }
.section--cart .section--extra .info-extra-item .right .icon-qty.minus, .section--cart .section--extra .info-extra-item .right .icon-qty.plus {
    width: 30%;
    }
.section--cart .section--extra .info-extra-item .right .inp-qty {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    color: #fff;
    max-width: 100%;
    padding-right: 32%;
    }
.section--cart .section--extra .more .link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    }
.section--cart .section--extra .more .link .icon--arrow {
    padding-right: 7px;
    }
.section--cart .total-price {
    margin-bottom: 0;
    margin-top: 10px;
    }
@media only screen and (max-width: 766px) {
    .section--cart .total-price {
        margin-top: 10px;
        margin-bottom: 0;
        }
    }
.section--cart .total-price h5 {
    font-family: "Gellix";
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    }
@media (min-width: 767px) {
    .section--cart .total-price h5 {
        font-size: 18px;
        }
    }
.section--cart .total-price h5 span {
    font-family: "Gellix";
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: right;
    margin-left: 20px;
    }
@media (min-width: 767px) {
    .section--cart .total-price h5 span {
        font-size: 22px;
        }
    }
@media only screen and (max-width: 766px) {
    .section--cart .total-price .block-btn {
        text-align: center;
        }
    }
.section--cart .btn-update {
    background: #fff;
    font-size: 15px;
    padding: 7px 25px;
    transition-duration: 0.3s;
    color: #081f28;
    border: 1px solid #081f28;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 10px;
    }
@media (max-width: 340px) {
    .section--cart .btn-update {
        width: 100%;
        margin-bottom: 15px;
        }
    }
.section--cart .btn-update:focus {
    box-shadow: none;
    }
.section--cart .btn-update:hover {
    color: #fff;
    background: #081f28;
    }
.section--cart .btn-checkout {
    width: 350px;
    color: #081f28;
    background-color: #fd0;
    }
@media (max-width: 767px) {
    .section--cart .btn-checkout {
        width: 100%;
        margin: 10px 0;
        }
    }
.section--cart .btn-checkout:disabled:hover {
    color: #081f28;
    background-color: #fdee8c;
    }
.section--cart .block-continue_shopping {
    padding-top: 0;
    }
.section--cart .block-continue_shopping.position-abs {
    position: absolute;
    bottom: 10px;
    }
.section--cart .block-continue_shopping .icon--right {
    margin-right: 10px;
    }
.section--cart .block-continue_shopping .icon--right svg {
    vertical-align: baseline;
    width: 8px;
    }
.section--cart .block-continue_shopping .icon--right svg path {
    fill: #000 !important;
    }
.section--cart .block-continue_shopping .link-continue_shopping {
    font-family: "Gellix";
    font-weight: bold;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #081f28;
    }
.section--cart .header_cart h2.heading {
    font-family: "Showtime";
    text-transform: uppercase;
    font-weight: normal;
    font-size: 36px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.02em;
    }
.section--cart .header_cart p {
    font-family: "Gellix";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.78;
    }
.section--cart .body_cart .header_section {
    font-family: "Gellix";
    font-weight: bold;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: normal;
    }
.section--cart .footer_cart {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    }
@media (max-width: 767px) {
    .section--cart .footer_cart {
        margin-bottom: 0;
        }
    }
.section--cart .footer_cart .box_footer {
    max-width: 400px;
    margin: auto;
    border: 0.8px solid #e6e6e6;
    padding: 15px 30px;
    border-radius: 16px;
    font-family: "National-Regular";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: gray;
    margin-bottom: 40px;
    }
@media (max-width: 767px) {
    .section--cart .footer_cart .box_footer {
        margin-bottom: 0;
        }
    }
.section--cart .footer_cart .box_footer .text_box_1 {
    font-family: " Gellix";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
    color: #081f28;
    margin-right: 30px;
    }
.section--cart .footer_cart .box_footer span.text_box_2 a {
    font-family: "National-Regular";
    font-size: 16px;
    line-height: 1.6;
    color: gray;
    }
.section--cart .footer_cart .footer_paragraph p {
    max-width: 800px;
    margin: auto;
    font-family: " Gellix";
    line-height: 2;
    text-align: justify;
    color: #626262;
    font-size: 12px;
    padding: 0 12px;
    margin-bottom: 30px;
    }
.section--cart .section_ticket {
    margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    }
.section--cart .section_ticket .ticket_list {
    padding-left: 0;
    padding-right: 30px;
    }
@media (max-width: 991px) {
    .section--cart .section_ticket .ticket_list {
        padding-right: 0;
        }
    }
.section--cart .section_ticket .ticket-box {
    padding-left: 30px;
    padding-right: 0;
    }
@media (max-width: 991px) {
    .section--cart .section_ticket .ticket-box {
        padding-left: 0;
        margin-top: 30px;
        }
    }
.section--cart .section_ticket .ticket-box .card.card--half .count.heading {
    margin-top: 0;
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .section--cart .section_ticket .ticket-box .card--half_content {
        height: 532px;
        max-width: 264px;
        }
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .section--cart .section_ticket .ticket-box .card--half_content .card-svg-overlay {
        transform: rotate(90deg);
        bottom: unset !important;
        }
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .section--cart .section_ticket .ticket-box .card--half_content .card-half--left .card-img-overlay {
        width: 100%;
        height: 55%;
        }
    }
@media (min-width: 992px) and (max-width: 1199px) {
    .section--cart .section_ticket .ticket-box .card--half_content .card-half--right .card-img-overlay {
        width: 100%;
        height: 45%;
        bottom: 0;
        top: unset;
        }
    }
.cart-table {
    table-layout: fixed;
    }
.cart-table td.cart-table__image-col {
    width: 110px;
    }
.cart-table .mb-price {
    display: none;
    }
.cart-table .cart-rm-desktop {
    display: inline;
    }
.cart-table .cart-rm-mobile {
    display: none;
    }
.cart-table__image {
    min-width: 100px;
    }
@media only screen and (max-width: 766px) {
    .cart-table thead {
        display: none;
        }
    .cart-table tbody tr {
        display: block;
        }
    .cart-table tbody tr .block-item {
        display: block;
        }
    .cart-table tbody tr .block-item .img {
        width: 23%;
        }
    .cart-table tbody tr .block-item .info {
        font-size: 1rem;
        }
    .cart-table tbody tr .block-item .info h5 {
        display: inline-block;
        }
    .cart-table tbody tr .block-item .info .mb-price {
        display: inline-block;
        font-family: "Showtime", sans-serif;
        font-size: 1.1rem;
        color: #acacac;
        }
    .cart-table tbody tr .block-item .info .cart-item-desc {
        font-size: 1rem;
        }
    .cart-table tbody tr .block-delete .cart-rm-desktop {
        display: none;
        }
    .cart-table tbody tr .block-delete .cart-rm-mobile {
        display: inline-block;
        padding: 11px !important;
        }
    }
.cart-item-desc {
    font-size: 14px;
    font-family: "Gellix", sans-serif;
    }
@media only screen and (max-width: 767px) {
    .cart-item-desc {
        flex-direction: column;
        }
    }
.cart-item-desc small {
    font-size: 13px;
    display: block;
    font-style: italic;
    }
@media (min-width: 767px) {
    .cart-item-desc small {
        font-size: 14px;
        }
    }
#cart-offer-modal .btn-primary, #cart-offer-modal-xs .btn-primary {
    color: #fffcf8;
    background-color: #00767a;
    border: none;
    }
#cart-offer-modal .btn-primary:hover, #cart-offer-modal-xs .btn-primary:hover {
    color: #fffcf8;
    background-color: #00a3a8;
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    }
#cart-offer-modal .btn-secondary, #cart-offer-modal-xs .btn-secondary {
    color: #081f28;
    background-color: #fd0;
    border-radius: 4px;
    }
#cart-offer-modal .btn-secondary:hover, #cart-offer-modal-xs .btn-secondary:hover {
    color: #081f28;
    background-color: #fdee8c;
    outline: none;
    text-decoration: none;
    }
#cart-offer-modal .close, #cart-offer-modal-xs .close {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    }
#cart-offer-modal img, #cart-offer-modal-xs img {
    width: 90%;
    text-align: center;
    object-fit: contain;
    padding-bottom: 5px;
    width: 70vw;
    }
@media only screen and (min-width: 768px) {
    #cart-offer-modal img, #cart-offer-modal-xs img {
        width: auto;
        height: 85%;
        object-fit: cover;
        }
    }
#cart-offer-modal .oneonethree, #cart-offer-modal-xs .oneonethree {
    font-size: 48px;
    text-align: center;
    padding-top: 0;
    }
#cart-offer-modal .btn, #cart-offer-modal-xs .btn {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    }
@media only screen and (min-width: 768px) {
    #cart-offer-modal .btn, #cart-offer-modal-xs .btn {
        margin: 0;
        }
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal .offer-copy, #cart-offer-modal-xs .offer-copy {
        padding-top: 0;
        }
    #cart-offer-modal .offer-copy p, #cart-offer-modal-xs .offer-copy p {
        margin-bottom: 8px;
        }
    }
#cart-offer-modal .offer-copy .offer-heading, #cart-offer-modal-xs .offer-copy .offer-heading {
    font-size: 1.2em;
    padding: 0 10px;
    text-align: center;
    }
@media only screen and (min-width: 768px) {
    #cart-offer-modal .offer-copy .offer-heading, #cart-offer-modal-xs .offer-copy .offer-heading {
        text-align: left;
        padding: 0;
        }
    }
#cart-offer-modal .buttons, #cart-offer-modal-xs .buttons {
    width: 100%;
    }
@media screen and (min-width: 767px) {
    #cart-offer-modal .buttons, #cart-offer-modal-xs .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        }
    }
#cart-offer-modal h3, #cart-offer-modal-xs h3 {
    padding-top: 1em;
    }
@media only screen and (min-width: 768px) {
    #cart-offer-modal .offer-img-wrapper, #cart-offer-modal-xs .offer-img-wrapper {
        aspect-ratio: 1/1;
        }
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal .header-break, #cart-offer-modal-xs .header-break {
        display: none;
        }
    }
#cart-offer-modal .modal-body, #cart-offer-modal-xs .modal-body {
    padding: 1rem 2rem;
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal .modal-body, #cart-offer-modal-xs .modal-body {
        text-align: center;
        }
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal .modal-content, #cart-offer-modal-xs .modal-content {
        border-radius: 15px;
        }
    }
#cart-offer-modal .modal-content button .fa-times, #cart-offer-modal-xs .modal-content button .fa-times {
    font-size: 0.7em;
    }
#cart-offer-modal .offer-left, #cart-offer-modal-xs .offer-left {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal .offer-left, #cart-offer-modal-xs .offer-left {
        display: none;
        }
    }
#cart-offer-modal img.hide-on-desktop, #cart-offer-modal-xs img.hide-on-desktop {
    height: 190px;
    width: 100%;
    text-align: center;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    }
.cart-attribute__field.promo {
    margin-bottom: 0;
    }
#cart-offer-modal-xs h2 {
    font-size: 28px;
    }
@media only screen and (min-width: 768px) {
    #cart-offer-modal-xs h2 {
        font-size: 26px;
        padding-top: 1em;
        }
    }
#cart-offer-modal-xs h3#2for1-time-left-xs {
    padding-top: 0;
    font-size: 18px;
    font-family: "Gellix";
    font-weight: bold;
    }
#cart-offer-modal-xs h3[id="2for1-time-left-xs"] {
    font-size: 18px;
    font-family: "Gellix";
    font-weight: bold;
    }
#cart-offer-modal-xs .offer-copy {
    font-size: 22px;
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal-xs .offer-copy {
        padding: 0;
        padding-top: 1em;
        }
    }
#cart-offer-modal-xs .buttons .btn {
    padding: 1em 2.5em;
    margin-right: 5px;
    }
#cart-offer-modal-xs img {
    width: initial;
    text-align: center;
    object-fit: contain;
    padding-bottom: 0;
    border-radius: 15px;
    }
@media only screen and (min-width: 768px) {
    #cart-offer-modal-xs img {
        width: initial;
        height: 145px;
        object-fit: cover;
        }
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile {
    height: auto;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile div {
    position: relative;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile svg {
    position: absolute;
    top: -21px;
    right: 21px;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile svg ellipse {
    fill: #00767a;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile h2 {
    width: 100%;
    text-align: center;
    font-family: "Gellix";
    font-weight: bold;
    color: #00767a;
    display: flex;
    justify-content: center;
    padding-top: 0;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile h2 span {
    color: #00767a;
    padding: 0 7px;
    font-size: 22px;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile h2 span.spacer {
    border-bottom: 3px solid #00767a;
    display: block;
    position: relative;
    bottom: 11px;
    }
#cart-offer-modal-xs .offer-img-wrapper-mobile img {
    height: 175px;
    width: 80%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 5px;
    }
#cart-offer-modal-xs .offer-img-wrapper {
    height: auto;
    padding-top: 1em;
    }
#cart-offer-modal-xs .offer-img-wrapper div {
    position: relative;
    }
@media only screen and (max-width: 767px) {
    #cart-offer-modal-xs .offer-img-wrapper {
        display: none;
        }
    }
#cart-offer-modal-xs .offer-img-wrapper svg {
    position: absolute;
    top: -23px;
    right: -23px;
    }
#cart-offer-modal-xs .offer-img-wrapper svg ellipse {
    fill: #00767a;
    }
#cart-offer-modal-xs .offer-img-wrapper h2 {
    width: 100%;
    text-align: center;
    font-family: "Gellix";
    font-weight: bold;
    color: #fd0;
    display: flex;
    justify-content: center;
    padding-top: 0;
    }
#cart-offer-modal-xs .offer-img-wrapper h2 span {
    padding: 0 7px;
    font-size: 22px;
    color: #00767a;
    }
#cart-offer-modal-xs .offer-img-wrapper h2 span.spacer {
    border-bottom: 3px solid #00767a;
    display: block;
    position: relative;
    bottom: 11px;
    }
.pink-txt {
    color: #00767a;
    }
[id="#2for1-time-left-mobile"] {
    font-family: "Gellix";
    font-weight: bold;
    text-align: center;
    }
.time-left-mobile {
    font-family: "Gellix";
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    }
#cart-offer-modal .btn-primary, #cart-offer-modal-xs .btn-primary {
    background: #fd0;
    color: #081f28;
    }
#cart-offer-modal .btn-primary:hover, #cart-offer-modal-xs .btn-primary:hover {
    background: #fdee8c;
    color: #081f28;
    }
#cart-offer-modal .btn-secondary, #cart-offer-modal-xs .btn-secondary {
    border-color: #000 !important;
    background: #fff;
    color: #000 !important;
    }
#cart-offer-modal .btn-secondary:hover, #cart-offer-modal-xs .btn-secondary:hover {
    border-color: #000 !important;
    background: #fff;
    color: #222 !important;
    }
.template-page section {
    padding: 0;
    }
@media screen and (max-width: 1170px) {
    .about-omaze-text-block-a div.w-75 {
        width: 100% !important;
        }
    }
.about-omaze-text-block-a .col {
    padding: 0;
    }
@media screen and (min-width: 768px) {
    .about-omaze-text-block-a .col:nth-child(1) {
        width: 100% !important;
        }
    }
@media screen and (max-width: 767px) {
    .about-omaze-text-block-a .d-flex {
        display: unset !important;
        }
    }
.about-img-slide {
    padding: 80px 0;
    }
.about-img-slide .subheading {
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    }
.about-img-slide .carousel-hero .carousel-cell {
    padding: 0;
    }
@media screen and (max-width: 1170px) {
    .about-omaze-image-with-2-block-text .box {
        width: 90% !important;
        }
    }
@media screen and (max-width: 767px) {
    .about-omaze-image-with-2-block-text .box {
        display: unset !important;
        }
    }
.about-omaze-image-with-2-block-text .box .col {
    padding: 0 60px;
    }
@media screen and (max-width: 1170px) {
    .about-omaze-image-with-2-block-text .box .col {
        text-align: left;
        padding: 0 30px;
        }
    }
@media screen and (max-width: 767px) {
    .about-omaze-image-with-2-block-text .box .col {
        padding: 0;
        }
    }
@media screen and (min-width: 768px) {
    .about-omaze-image-with-2-block-text .box .col:first-child {
        padding-left: 0;
        }
    }
@media screen and (min-width: 768px) {
    .about-omaze-image-with-2-block-text .box .col:last-child {
        padding-right: 0;
        }
    }
.about-omaze-image-with-2-block-text .box .col.image {
    height: 430px;
    }
.about-omaze-image-with-2-block-text .box .col.image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    }
@media screen and (max-width: 767px) {
    .about-omaze-image-with-2-block-text .box .col.image img {
        width: 100%;
        }
    }
@media screen and (max-width: 767px) {
    .about-omaze-image-with-2-block-text .box .col.image {
        margin-bottom: 30px;
        }
    }
.about-omaze-text .box-text {
    width: 40%;
    }
@media screen and (max-width: 767px) {
    .about-omaze-text .box-text {
        width: 100% !important;
        }
    }
.about-omaze-dropdown-text {
    width: 75%;
    }
@media screen and (max-width: 1170px) {
    .about-omaze-dropdown-text {
        width: 90% !important;
        }
    }
@media screen and (max-width: 756px) {
    .about-omaze-dropdown-text {
        width: 100% !important;
        }
    }
.about-omaze-dropdown-text div.border {
    border-radius: 5px;
    }
.about-omaze-dropdown-text .dropdown {
    border-bottom: 1px solid #dee2e6 !important;
    }
.about-omaze-dropdown-text .dropdown:last-child {
    border-bottom: rgba(0, 0, 0, 0) !important;
    }
@media (max-width: 600px) {
    .about-omaze-dropdown-text {
        width: 100%;
        }
    }
.about-omaze-dropdown-text .heading {
    margin-bottom: 40px;
    }
.about-omaze-dropdown-text .title {
    font-weight: 500;
    }
.about-omaze-dropdown-text .title .text {
    font-size: 18px;
    font-family: "ClanOT-Medium";
    }
@media (max-width: 500px) {
    .about-omaze-dropdown-text .title > div {
        font-size: 17px;
        }
    }
@media (max-width: 600px) {
    .about-omaze-dropdown-text .title {
        width: 100%;
        }
    }
.about-omaze-dropdown-text .title .heading {
    margin-bottom: 40px;
    }
.about-omaze-dropdown-text .title .title {
    font-weight: 500;
    }
.about-omaze-dropdown-text .title .title .text {
    font-size: 18px;
    font-family: "Showtime";
    }
@media (max-width: 500px) {
    .about-omaze-dropdown-text .title .title > div {
        font-size: 17px;
        }
    }
.container-dropdown .title {
    position: relative;
    }
.container-dropdown .title div.text {
    width: 97%;
    padding-right: 10px;
    }
.container-dropdown .title i {
    width: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    color: #0090b1;
    }
.container-dropdown .desc {
    display: none;
    margin-top: 20px;
    }
.container-dropdown .active {
    display: block;
    }
.container-dropdown .dropdown {
    cursor: pointer;
    padding: 30px;
    }
.container-dropdown .transform {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    }
@media screen and (max-width: 767px) {
    .about-omaze-image-with-2-block-text, .about-omaze-text-block-a, .about-omaze-text {
        padding-left: 40px;
        padding-right: 40px;
        }
    }
.ebp-2 .container-fluid > .d-flex.flex-row, .ebp-2 .container-sm > .d-flex.flex-row, .ebp-2 .container-md > .d-flex.flex-row, .ebp-2 .container-lg > .d-flex.flex-row, .ebp-2 .container-xl > .d-flex.flex-row, .ebp-4 .container-fluid > .d-flex.flex-row, .ebp-4 .container-sm > .d-flex.flex-row, .ebp-4 .container-md > .d-flex.flex-row, .ebp-4 .container-lg > .d-flex.flex-row, .ebp-4 .container-xl > .d-flex.flex-row {
    flex-direction: row-reverse !important;
    }
@media screen and (max-width: 767px) {
    .about-us-custom-styling {
        font-size: 28px !important;
        line-height: 34px !important;
        }
    }
.home--banner.prize--banner {
    min-height: 30vh;
    }
.fl-left {
    float: left;
    }
@media screen and (max-width: 767px) {
    .template-page .heading {
        text-align: center;
        }
    }
.template-page section.text-block__disclaimer {
    padding: 1em;
    font-size: 0.7em;
    line-height: 0.7em;
    }
@media screen and (max-width: 767px) {
    .template-page section.text-block__disclaimer {
        padding: 1em;
        font-size: 0.6em;
        line-height: 0.5em;
        }
    }
#shopify-section-prize-details-banner-video {
    background: #081f28;
    }
.prize-details {
    position: relative;
    }
.prize-details img {
    width: 100%;
    }
.prize-details .video-overlay-banner {
    position: absolute;
    z-index: 2;
    top: 450px;
    left: 0;
    right: 0;
    }
.prize-details .video-overlay-banner h2 {
    color: #fff;
    font-size: 46px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    }
@media screen and (max-width: 767px) {
    .prize-details .video-overlay-banner h2 {
        padding: 2.5em 0.5em 0 0.5em;
        font-size: 35px;
        }
    }
@media screen and (max-width: 767px) {
    .prize-details .video-overlay-banner {
        top: 15vh;
        }
    }
@media screen and (min-width: 1400px) {
    .prize-details .video-overlay-banner {
        top: 480px;
        }
    }
.prize-details .embed-responsive {
    z-index: 1;
    }
.prize-details .prize--banner {
    max-height: unset;
    min-height: unset;
    height: auto;
    }
.prize-details .prize--banner .prize-details-banner.banner {
    background-color: #232020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    }
@media (max-width: 991px) {
    .prize-details .prize--banner .prize-details-banner.banner.active.tp-banner {
        padding: 0.75em 0 0.25em 0;
        }
    }
.prize-details .prize--banner .prize-details-banner.banner .banner-image {
    position: relative;
    }
.prize-details .prize--banner .prize-details-banner .wp-content {
    position: static;
    top: auto;
    max-width: 930px;
    left: auto;
    transform: none;
    height: auto;
    display: block;
    align-items: normal;
    width: 90%;
    padding: 2.5rem 0;
    }
@media screen and (max-width: 767px) {
    .prize-details .prize--banner .prize-details-banner .wp-content {
        padding: 1rem 0;
        }
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content {
    max-width: 1000px;
    color: #fff;
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .description {
    max-width: 700px;
    margin: 30px auto 30px;
    font-size: 20px;
    line-height: 30px;
    }
@media screen and (max-width: 767px) {
    .prize-details .prize--banner .prize-details-banner .wp-content .content .description {
        width: 88%;
        margin: 12px auto;
        display: block;
        }
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn {
    display: flex;
    justify-content: center;
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .yellow-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .button--yt, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .blue-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .rev-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn-white, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn section.v2-draw-banner button, section.v2-draw-banner .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn button, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn input.shopify-challenge__button {
    margin: 0;
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .yellow-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .button--yt:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .blue-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .rev-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn-white:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn section.v2-draw-banner button:hover, section.v2-draw-banner .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn button:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .shopify-challenge__container input.shopify-challenge__button:hover, .shopify-challenge__container .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn input.shopify-challenge__button:hover {
    color: #000 !important;
    border: 0 solid #000 !important;
    }
@media screen and (max-width: 767px) {
    .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn {
        display: grid;
        width: 60%;
        margin: 0 auto;
        }
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .yellow-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .button--yt, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .blue-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .rev-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn-white, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn section.v2-draw-banner button, section.v2-draw-banner .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn button, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn input.shopify-challenge__button {
    display: inline-block;
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .yellow-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .button--yt:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .blue-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .rev-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .outline-btn-white:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn section.v2-draw-banner button:hover, section.v2-draw-banner .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn button:hover, .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .shopify-challenge__container input.shopify-challenge__button:hover, .shopify-challenge__container .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn input.shopify-challenge__button:hover {
    color: #000 !important;
    border: 0 solid #000 !important;
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .btn-yellow-color-bg-transparent {
    color: #fff;
    border-color: #fff;
    transition-duration: 0.3s;
    border-radius: 4px;
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn .btn-yellow-color-bg-transparent:hover {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0);
    }
@media screen and (min-width: 768px) {
    .prize-details .prize--banner .prize-details-banner .wp-content .content .two-btn a:hover {
        text-decoration: none;
        }
    }
@media screen and (max-width: 767px) {
    .prize-details .prize--banner .prize-details-banner .wp-content .content .heading {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 2rem;
        }
    }
.prize-details .prize--banner .prize-details-banner .wp-content .content iframe {
    margin-top: 30px;
    }
.prize-details #div-video {
    background: #081f28;
    }
.prize-details .embed-responsive {
    max-height: 720px;
    }
@media screen and (max-width: 767px) {
    .prize-details .embed-responsive {
        height: 45vh;
        }
    }
.prize-details .embed-responsive img, .prize-details .embed-responsive video {
    object-fit: cover;
    }
.prize-details .video .embed-responsive {
    box-shadow: none;
    }
.prize-details .video .embed-responsive.embed-responsive-16by9::before {
    padding-top: 54.3%;
    }
@media screen and (max-width: 480px) {
    .prize-details {
        padding-bottom: 0;
        }
    }
#shopify-section-charity-partnership-video .embed-responsive, #shopify-section-early-bird-video .embed-responsive {
    max-height: 720px;
    }
@media screen and (max-width: 767px) {
    #shopify-section-charity-partnership-video .embed-responsive, #shopify-section-early-bird-video .embed-responsive {
        height: 45vh;
        }
    }
#shopify-section-charity-partnership-video .embed-responsive video, #shopify-section-early-bird-video .embed-responsive video {
    object-fit: cover;
    }
@media screen and (min-width: 768px) {
    #shopify-section-charity-partnership-video .embed-responsive video {
        object-position: center bottom;
        }
    }
.prize-details-overview {
    padding-top: 2em;
    }
@media screen and (max-width: 767px) {
    .prize-details-overview {
        width: 100% !important;
        }
    }
.prize-details-overview .heading {
    text-align: center;
    margin-bottom: 2.5rem;
    }
@media screen and (max-width: 767px) {
    .prize-details-overview .box-content {
        display: unset !important;
        }
    }
.prize-details-overview .box-content .card {
    margin: 0 65px;
    }
@media (min-width: 768px) and (max-width: 1170px) {
    .prize-details-overview .box-content .card {
        margin: 0 35px;
        }
    }
@media (min-width: 768px) {
    .prize-details-overview .box-content .card:nth-child(3) {
        margin-right: 0;
        }
    }
@media screen and (max-width: 767px) {
    .prize-details-overview .box-content .card {
        margin: 0;
        }
    }
.prize-details-overview .box-content .img {
    margin-bottom: 20px;
    }
.prize-details-overview .box-content .img i {
    padding: 10px;
    background-color: #00caf2;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    font-size: 26px;
    color: #fff;
    }
.prize-details-overview .box-content .title {
    font-weight: 600;
    font-size: 20px;
    font-family: "Showtime";
    line-height: 34px;
    }
.prize-details-overview .box-content .description {
    font-size: 20px;
    line-height: 34px;
    }
@media screen and (max-width: 767px) {
    .prize-details-overview .box-content {
        width: 100% !important;
        }
    }
@media screen and (max-width: 767px) {
    .prize-detail-slide {
        padding-top: 0;
        padding-bottom: 30px;
        }
    }
.prize-detail-slide .sub-heading {
    font-size: 16px;
    margin-bottom: 10px;
    }
.prize-detail-slide .heading {
    margin-bottom: 30px;
    padding: 0;
    }
.prize-detail-slide .description .link-view-more {
    font-weight: 600;
    color: #081f28;
    font-size: 20px;
    }
.prize-detail-slide .description p {
    font-size: 17px;
    line-height: 30px;
    }
.prize-details-summary-block-a .container-block-a {
    display: flex;
    }
@media screen and (min-width: 768px) {
    .prize-details-summary-block-a .container-block-a {
        padding: 160px 0;
        }
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-a .container-block-a {
        display: grid;
        padding: 80px 0;
        }
    }
.prize-details-summary-block-a .container-block-a .div-image {
    padding: 0;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-a .container-block-a .div-image {
        padding: 0 !important;
        }
    }
.prize-details-summary-block-a .container-block-a .div-image img {
    width: 100%;
    object-fit: contain;
    max-height: 500px;
    }
.prize-details-summary-block-a .container-block-a .div-text {
    padding-left: 130px;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-a .container-block-a .div-text {
        padding-right: 0 !important;
        padding-left: 0 !important;
        }
    }
.prize-details-summary-block-a .container-block-a ._4-box-text .box-text:nth-child(2n-1) {
    padding-right: 30px;
    }
.prize-details-summary-block-a .container-block-a ._4-box-text .box-text:nth-child(2n) {
    padding-left: 30px;
    }
.prize-details-summary-block-a .container-block-a ._4-box-text .box-text:nth-child(3) {
    clear: both;
    }
.prize-details-summary-block-a .container-block-a .title-text {
    font-size: 18px;
    font-family: "Showtime";
    }
.prize-details-summary-block-a .container-block-a .title-list-text {
    font-size: 20px;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-a .container-block-a .div-content {
        padding-top: 20px;
        width: 100% !important;
        }
    }
.prize-details-summary-block-c {
    padding: 4rem 0;
    }
.prize-details-summary-block-c .container-fluid .box, .prize-details-summary-block-c .container-sm .box, .prize-details-summary-block-c .container-md .box, .prize-details-summary-block-c .container-lg .box, .prize-details-summary-block-c .container-xl .box {
    min-height: 300px;
    }
@media screen and (min-width: 768px) {
    .prize-details-summary-block-c .container-fluid .box, .prize-details-summary-block-c .container-sm .box, .prize-details-summary-block-c .container-md .box, .prize-details-summary-block-c .container-lg .box, .prize-details-summary-block-c .container-xl .box {
        height: auto !important;
        }
    }
.prize-details-summary-block-b {
    padding: 3.5rem 0;
    }
@media screen and (max-width: 1170px) {
    .prize-details-summary-block-b .container-fluid div.d-flex, .prize-details-summary-block-b .container-sm div.d-flex, .prize-details-summary-block-b .container-md div.d-flex, .prize-details-summary-block-b .container-lg div.d-flex, .prize-details-summary-block-b .container-xl div.d-flex {
        width: 90% !important;
        }
    }
.prize-details-summary-block-b .layout-text {
    width: 50%;
    padding-right: 2em;
    }
@media screen and (max-width: 1170px) {
    .prize-details-summary-block-b .layout-text {
        padding-right: 100px;
        }
    }
.prize-details-summary-block-b .layout-text .heading {
    max-width: 700px;
    }
.prize-details-summary-block-b .layout-img {
    width: 50%;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-b .layout-img {
        width: 100%;
        display: none;
        }
    }
.prize-details-summary-block-b .box-text {
    padding-bottom: 48px;
    }
.prize-details-summary-block-b .box-text p {
    margin-bottom: 18px;
    }
.prize-details-summary-block-b .block-second {
    padding-left: 15px;
    padding-top: 60px;
    }
.prize-details-summary-block-b .block-second > div {
    display: none;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-b .block-second {
        padding-top: 0;
        padding-left: 0;
        width: 100% !important;
        }
    }
.prize-details-summary-block-b .block-first {
    padding-right: 15px;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-b .block-first {
        width: 100% !important;
        padding-right: 0;
        }
    }
.prize-details-summary-block-b .wp-image {
    padding-top: 30px;
    }
.prize-details-summary-block-b .wp-image img {
    width: 100%;
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-b .div-content {
        width: 100% !important;
        }
    }
.charity-partnership-dropdown-text .title div {
    font-size: 21px;
    font-weight: 600;
    }
.charity-partnership-dropdown-text .dropdown {
    padding: 30px;
    }
.summary-block--j .alert {
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 15px 45px;
    }
.summary-block--j .alert .second {
    color: #8e8e8e;
    padding-left: 20px;
    }
.summary-block--j .alert .first {
    font-weight: 600;
    }
@media screen and (max-width: 767px) {
    .prize-details-overview {
        padding: 2.5rem 40px;
        }
    .prize-details-overview .col {
        padding-left: 0;
        padding-right: 0;
        }
    }
@media screen and (max-width: 767px) {
    .prize-details-summary-block-a, .prize-details-summary-block-b {
        padding: 80px 0;
        }
    }
.prize-details-grid {
    padding: 2.5rem 5vw 0;
    border-top: 1px solid #e6e6e6;
    }
.prize-details-grid .pdg-content {
    display: flex;
    flex-wrap: wrap;
    }
.prize-details-grid .pdg-content__grid-item {
    flex-basis: 25%;
    padding: 1.22vw;
    }
@media screen and (max-width: 767px) {
    .prize-details-grid .pdg-content__grid-item {
        flex-basis: 50%;
        padding-bottom: 2em;
        }
    }
.prize-details-grid .pdg-content__grid-img {
    height: 20vw;
    object-fit: cover;
    }
@media screen and (max-width: 767px) {
    .prize-details-grid .pdg-content__grid-img {
        height: 45vw;
        width: 100%;
        object-fit: cover;
        }
    }
.prize-details-grid .pdg-content__grid-text {
    font-family: "Gellix", sans-serif;
    margin-top: 0.8rem;
    margin-bottom: 0;
    padding: 0 2px;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #000;
    }
@media only screen and (max-width: 767px) {
    .prize-details-grid .pdg-content__grid-text {
        font-size: 1rem;
        line-height: 1.7rem;
        }
    }
[id^=shopify-section-early-bird-prize-] {
    scroll-margin-top: 150px;
    }
@media only screen and (max-width: 767px) {
    [id^=shopify-section-early-bird-prize-] {
        scroll-margin-top: 69px;
        }
    }
body.template-index .ebp-1 .container-fluid > .d-flex.flex-row, body.template-index .ebp-1 .container-sm > .d-flex.flex-row, body.template-index .ebp-1 .container-md > .d-flex.flex-row, body.template-index .ebp-1 .container-lg > .d-flex.flex-row, body.template-index .ebp-1 .container-xl > .d-flex.flex-row, body.template-index .ebp-3 .container-fluid > .d-flex.flex-row, body.template-index .ebp-3 .container-sm > .d-flex.flex-row, body.template-index .ebp-3 .container-md > .d-flex.flex-row, body.template-index .ebp-3 .container-lg > .d-flex.flex-row, body.template-index .ebp-3 .container-xl > .d-flex.flex-row {
    flex-direction: row-reverse !important;
    }
@media only screen and (min-width: 768px) {
    body.template-index .ebp-1 .container-fluid > .d-flex.flex-row .video, body.template-index .ebp-1 .container-sm > .d-flex.flex-row .video, body.template-index .ebp-1 .container-md > .d-flex.flex-row .video, body.template-index .ebp-1 .container-lg > .d-flex.flex-row .video, body.template-index .ebp-1 .container-xl > .d-flex.flex-row .video, body.template-index .ebp-3 .container-fluid > .d-flex.flex-row .video, body.template-index .ebp-3 .container-sm > .d-flex.flex-row .video, body.template-index .ebp-3 .container-md > .d-flex.flex-row .video, body.template-index .ebp-3 .container-lg > .d-flex.flex-row .video, body.template-index .ebp-3 .container-xl > .d-flex.flex-row .video {
        padding-right: 0;
        }
    }
#section-early-bird-prize-1 .container-fluid > .d-flex.flex-row, #section-early-bird-prize-1 .container-sm > .d-flex.flex-row, #section-early-bird-prize-1 .container-md > .d-flex.flex-row, #section-early-bird-prize-1 .container-lg > .d-flex.flex-row, #section-early-bird-prize-1 .container-xl > .d-flex.flex-row, #section-early-bird-prize-3 .container-fluid > .d-flex.flex-row, #section-early-bird-prize-3 .container-sm > .d-flex.flex-row, #section-early-bird-prize-3 .container-md > .d-flex.flex-row, #section-early-bird-prize-3 .container-lg > .d-flex.flex-row, #section-early-bird-prize-3 .container-xl > .d-flex.flex-row, #section-early-bird-prize-4 .container-fluid > .d-flex.flex-row, #section-early-bird-prize-4 .container-sm > .d-flex.flex-row, #section-early-bird-prize-4 .container-md > .d-flex.flex-row, #section-early-bird-prize-4 .container-lg > .d-flex.flex-row, #section-early-bird-prize-4 .container-xl > .d-flex.flex-row {
    flex-direction: row-reverse !important;
    }
@media only screen and (min-width: 768px) {
    #section-early-bird-prize-1 .container-fluid > .d-flex.flex-row .video, #section-early-bird-prize-1 .container-sm > .d-flex.flex-row .video, #section-early-bird-prize-1 .container-md > .d-flex.flex-row .video, #section-early-bird-prize-1 .container-lg > .d-flex.flex-row .video, #section-early-bird-prize-1 .container-xl > .d-flex.flex-row .video, #section-early-bird-prize-3 .container-fluid > .d-flex.flex-row .video, #section-early-bird-prize-3 .container-sm > .d-flex.flex-row .video, #section-early-bird-prize-3 .container-md > .d-flex.flex-row .video, #section-early-bird-prize-3 .container-lg > .d-flex.flex-row .video, #section-early-bird-prize-3 .container-xl > .d-flex.flex-row .video, #section-early-bird-prize-4 .container-fluid > .d-flex.flex-row .video, #section-early-bird-prize-4 .container-sm > .d-flex.flex-row .video, #section-early-bird-prize-4 .container-md > .d-flex.flex-row .video, #section-early-bird-prize-4 .container-lg > .d-flex.flex-row .video, #section-early-bird-prize-4 .container-xl > .d-flex.flex-row .video {
        padding-right: 0;
        }
    }
@media only screen and (max-width: 767px) {
    .tp-banner {
        padding: 40px 0;
        }
    }
.tp-content__right__image, .tp-content__left__image {
    width: 100%;
    height: auto;
    }
@media only screen and (max-width: 767px) {
    .tp-content__right__image, .tp-content__left__image {
        grid-row: 2/2;
        }
    }
.tp-content__right__content, .tp-content__left__content {
    padding: 2em 3em;
    }
@media only screen and (max-width: 767px) {
    .tp-content__right__content, .tp-content__left__content {
        padding: 0 25px 25px;
        text-align: center;
        }
    }
.tp-content__right__title, .tp-content__left__title {
    font-family: "Showtime", sans-serif;
    max-width: 26ch;
    margin: 0 0 16px 0;
    padding: 0;
    display: block;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .tp-content__right__title, .tp-content__left__title {
        max-width: unset;
        margin: 0 auto;
        margin-bottom: 25px;
        padding-top: 25px;
        }
    }
.tp-content__right__description, .tp-content__left__description {
    font-family: "Gellix", sans-serif;
    max-width: 45ch;
    overflow: hidden;
    }
.tp-content__right__description ul, .tp-content__left__description ul {
    margin-bottom: 0;
    }
@media only screen and (max-width: 767px) {
    .tp-content__right__description, .tp-content__left__description {
        margin: 0 auto;
        }
    .tp-content__right__description ul, .tp-content__left__description ul {
        text-align: left;
        }
    }
.tp-content__right__button, .tp-content__left__button {
    margin-top: 30px !important;
    }
.tp-content__right__container {
    padding-bottom: 0;
    background-color: #d9dddd;
    }
.tp-content__left__container {
    background-color: #ccc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    }
@media only screen and (max-width: 767px) {
    .tp-content__left__container {
        grid-template-columns: 1fr;
        padding-top: 15px;
        }
    }
.tp-content__left__list {
    margin: 0 0 23px 0;
    padding: 0 0 0 20px;
    font-family: "Gellix", sans-serif;
    }
@media only screen and (max-width: 767px) {
    .tp-content__left__list {
        display: none;
        }
    }
.tp-content__right__container {
    background-color: #f2f3f3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    }
@media only screen and (max-width: 767px) {
    .tp-content__right__container {
        grid-template-columns: 1fr;
        padding-top: 15px;
        margin-top: -1rem;
        }
    }
.tp-grid__container {
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .tp-grid__container {
        padding: 0;
        overflow: hidden;
        }
    }
.tp-grid__carousel {
    width: 70%;
    max-width: 1650px;
    min-width: calc(100% - 250px);
    margin: 0 auto;
    box-sizing: border-box;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    }
.tp-grid__carousel.carousel-custom {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    }
@media only screen and (max-width: 1050px) {
    .tp-grid__carousel.carousel-custom {
        width: 80%;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        }
    }
@media only screen and (max-width: 767px) {
    .tp-grid__carousel.carousel-custom {
        width: 90%;
        grid-template-columns: 2fr;
        grid-gap: 10px;
        }
    }
@media only screen and (max-width: 767px) {
    .tp-grid__carousel {
        width: 90%;
        grid-template-columns: 2fr;
        grid-gap: 10px;
        }
    }
.tp-grid__carousel:not(:last-child) {
    padding-bottom: 60px;
    }
.tp-grid__content div, .tp-grid__content ul {
    color: #292929;
    text-align: left;
    }
.tp-grid__item.carousel-cell {
    padding: 0 15px;
    }
@media only screen and (max-width: 767px) {
    .tp-grid__item {
        padding: 0 15px;
        }
    }
.tp-grid__image {
    width: 100%;
    padding-top: 96%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px;
    border: 1px solid #ddd;
    }
.tp-grid__title {
    font-family: "Gellix", sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 13px 0 0;
    }
.tp-grid__description {
    font-family: "Gellix", sans-serif;
    font-size: 18px;
    line-height: 1.33;
    padding: 0;
    margin: 4px 0 0;
    }
.tp-grid__list {
    margin: 16px 0 0;
    padding: 0 0 0 20px;
    font-family: "Gellix", sans-serif;
    }
.tp-grid__list-item {
    font-family: "Gellix", sans-serif;
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 10px;
    }
.tp-cta__container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    margin-bottom: 0;
    }
.tp-cta__title {
    overflow: hidden;
    }
@media only screen and (max-width: 1100px) {
    .tp-cta__title {
        font-size: 18px;
        }
    }
.tp-cta__button {
    width: 90%;
    max-width: 200px;
    padding: 10px 34px;
    background-color: #fd0;
    color: #081f28;
    display: block;
    margin: 40px auto 0;
    border-radius: 32px;
    font-family: "Gellix", sans-serif;
    font-weight: 900;
    font-size: 20px;
    }
@media only screen and (max-width: 767px) {
    .tp-cta__button {
        padding: 10px 34px;
        }
    }
.tp-cta__button:hover {
    color: #081f28;
    background-color: #fdee8c;
    text-decoration: none;
    }
@media screen and (min-width: 768px) {
    .hidden-on-desktop {
        display: none;
        }
    }
@media screen and (max-width: 767px) {
    .hidden-on-mobile {
        display: none;
        }
    .tp-content__left__content {
        text-align: center;
        }
    }
.value-pack {
    justify-content: space-evenly;
    padding: 60px 0;
    border: 1px solid #eaeaea;
    }
.ticket-box .card .card-img-overlay, .ticket-box .card img {
    z-index: 10;
    }
.ticket-box .card .spacer {
    z-index: 5;
    opacity: 0;
    padding-bottom: 150%;
    max-width: 263px;
    width: 100%;
    }
.ticket-box .card .count {
    font-size: 46px;
    margin-bottom: 0;
    }
.ticket-box .card .card-title {
    font-size: 18px;
    margin-bottom: 1rem;
    position: absolute;
    bottom: 2em;
    width: 100%;
    }
.ticket-box .card .card-text {
    line-height: 1.888;
    font-size: 16px;
    margin-bottom: 18px;
    }
.ticket-box .card .card-img-overlay {
    padding-left: 45px;
    padding-right: 45px;
    }
@media (max-width: 992px) {
    .ticket-box .card .card-img-overlay {
        align-content: initial !important;
        }
    }
.ticket-box .card .card-img-overlay .title {
    margin-top: 15px !important;
    }
.ticket-box .card .card-img-overlay form {
    margin-bottom: 20px;
    width: 100%;
    }
.ticket-box .card .card-svg-overlay {
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 0;
    z-index: 9;
    }
.ticket-box .card .ticket_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    }
.ticket-box .card .ticket_background .ticket_item {
    position: absolute;
    transform: rotate(-6deg) translatex(12px) translatey(4px);
    transform-origin: bottom center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
.ticket-box .card .ticket_background .ticket_item .combined-path {
    opacity: 0.2;
    }
.ticket-box .card .ticket_background .ticket_item.ticket2 {
    transform: rotate(3deg) translatex(5px) translatey(0);
    transform-origin: bottom center;
    }
.ticket-box .card .ticket_background .ticket_item.ticket3 {
    transform: rotate(-11deg) translatex(5px) translatey(6px);
    transform-origin: bottom center;
    }
.ticket-box .card .ticket_background .ticket_item.ticket3 .combined-path {
    opacity: 0.1;
    }
.ticket-box .card .ticket_background .ticket_item.ticket4 {
    transform: rotate(9deg) translatex(5px) translatey(0);
    transform-origin: bottom center;
    }
.ticket-box .card .ticket_background .ticket_item.ticket4 .combined-path {
    opacity: 0.1;
    }
.ticket-box .card.card-1 .combined-path, .ticket-box .card.card-4 .combined-path {
    fill: #232020;
    }
.ticket-box .card.card-1 *, .ticket-box .card.card-4 * {
    color: #fff !important;
    }
.ticket-box .card.card-1 .btn, .ticket-box .card.card-4 .btn {
    color: #081f28 !important;
    background: #fd0;
    padding: 17px;
    display: block;
    width: 100%;
    font-size: 18px;
    }
.ticket-box .card.card-1 .btn:hover, .ticket-box .card.card-4 .btn:hover {
    background-color: #fdee8c;
    border-color: rgba(0, 0, 0, 0);
    }
.ticket-box .card.card-1 .btn:focus, .ticket-box .card.card-4 .btn:focus {
    outline: none;
    box-shadow: none;
    }
.ticket-box .card.card-2 .combined-path {
    fill: #fd0;
    }
.ticket-box .card.card-2 .combined-path-shadow {
    display: none;
    }
.ticket-box .card.card-2 .btn {
    color: #081f28 !important;
    background: #fd0;
    padding: 17px;
    display: block;
    width: 100%;
    font-size: 18px;
    }
.ticket-box .card.card-2 .btn:focus {
    outline: none;
    box-shadow: none;
    }
.ticket-box .card.card-3 .combined-path {
    fill: #00767a;
    }
.ticket-box .card.card-3 .combined-path-shadow {
    display: none;
    }
.ticket-box .card.card-3 .btn {
    color: #081f28 !important;
    background: #fd0;
    padding: 17px;
    display: block;
    width: 100%;
    font-size: 18px;
    }
.ticket-box .card.card-3 .btn:hover {
    background-color: #fdee8c;
    border-color: rgba(0, 0, 0, 0);
    }
.ticket-box .card.card-3 .btn:focus {
    outline: none;
    box-shadow: none;
    }
.ticket-box .card.bronze .combined-path-shadow, .ticket-box .card.silver .combined-path-shadow, .ticket-box .card.gold .combined-path-shadow, .ticket-box .card.platinum .combined-path-shadow, .ticket-box .card.white .combined-path-shadow {
    display: none;
    }
.ticket-box .card.white .combined-path {
    fill: url(#white);
    }
.ticket-box .card.bronze .combined-path {
    fill: url(#bronze);
    }
.ticket-box .card.bronze .top {
    border-bottom: 1px solid #a77044;
    }
.ticket-box .card.silver .combined-path {
    fill: url(#silver);
    }
.ticket-box .card.silver .top {
    border-bottom: 1px solid #a7a7ad;
    }
.ticket-box .card.gold .combined-path {
    fill: url(#gold);
    }
.ticket-box .card.gold .top {
    border-bottom: 1px solid #d6af36;
    }
.ticket-box .card.platinum .combined-path {
    fill: url(#platinum);
    }
.ticket-box .card.platinum .top {
    border-bottom: 1px solid #c6cdd5;
    }
@media (max-width: 750px) and (min-width: 398px) {
    .ticket-box .card.card--half {
        width: 100% !important;
        }
    }
.ticket-box .card.card--half img, .ticket-box .card.card--half .spacer {
    padding-bottom: 264px;
    width: 100%;
    }
@media (max-width: 767px); {
    .ticket-box .card.card--half img, .ticket-box .card.card--half .spacer {
        padding-bottom: 532px;
        }
    }
.ticket-box .card.card--half .card-img-overlay {
    border: 0;
    padding: 20px 40px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.ticket-box .card.card--half .card-half--left {
    overflow: hidden;
    }
.ticket-box .card.card--half .card-half--left .count {
    font-family: "ClanOT-Black";
    font-size: 46px;
    line-height: 1.39;
    }
.ticket-box .card.card--half .card-half--left .card-title {
    font-family: "ClanOT-Medium";
    font-size: 18px;
    line-height: 1.78;
    margin-bottom: 0;
    }
.ticket-box .card.card--half .card-half--left .card-text {
    font-family: "ClanOT-Medium";
    font-size: 14px;
    line-height: 1.71;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
    }
.ticket-box .card.card--half .card-half--right {
    align-items: center;
    display: flex;
    text-align: center;
    border: 0;
    overflow: hidden;
    }
.ticket-box .card.card--half .card-half--right * {
    color: #fff !important;
    }
.ticket-box .card.card--half .card-half--right .card-svg-overlay {
    left: unset;
    }
.ticket-box .card.card--half .card-half--right .count {
    font-family: "ClanOT-Black";
    font-size: 41.4px;
    line-height: 1.39;
    }
.ticket-box .card.card--half .card-half--right .card-title {
    font-family: "ClanOT-Medium";
    font-size: 16.2px;
    line-height: 1.78;
    margin-bottom: 0;
    }
.ticket-box .card.card--half .card-half--right .card-text {
    font-family: "ClanOT-Medium";
    font-size: 12.6px;
    line-height: 1.71;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center;
    }
.ticket-box .card.card--half .combined-path {
    fill: #fd0;
    }
.ticket-box .card.card--half .combined-path-shadow {
    display: none;
    }
.ticket-box .card.card--half .btn {
    color: #081f28 !important;
    background: #fd0;
    padding: 17px;
    font-size: 18px;
    display: block;
    border-radius: 4px;
    width: 100%;
    max-width: 215px;
    font-size: 18px;
    }
.ticket-box .card.card--half .btn:hover {
    color: #081f28 !important;
    background-color: #fdee8c;
    }
.ticket-box .card.card--half .btn:focus {
    outline: none;
    box-shadow: none;
    }
.ticket-box {
    justify-content: center;
    }
.ticket-box .card:not(.card--half) {
    flex-basis: 20%;
    flex-grow: 0;
    }
@media (max-width: 1400px) {
    .ticket-box .card:not(.card--half) {
        flex-basis: 20%;
        }
    }
@media (max-width: 991px) {
    .ticket-box .card:not(.card--half) {
        flex-basis: 45%;
        margin: auto;
        }
    .ticket-box .card:not(.card--half):last-child {
        width: auto;
        margin: 0;
        }
    }
#shopify-section-account--get-tickets {
    background: #f5f5f5;
    }
.section_ticket {
    margin-left: 3vw;
    margin-right: 3vw;
    }
.section_ticket .card-img-overlay {
    padding: 0;
    }
.section_ticket .card-img-overlay .title {
    height: 90%;
    position: relative;
    }
.section_ticket .card-img-overlay .title img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    }
.section_ticket .card-img-overlay .title p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    }
.section_ticket .card-img-overlay .title .top {
    font-size: 46px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    }
.section_ticket .ticket-box .account-card-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    flex-basis: 20%;
    }
@media (max-width: 767px) {
    .section_ticket .ticket-box .account-card-wrapper {
        flex-basis: 100%;
        margin-bottom: 30px;
        }
    }
.section_ticket .ticket-box .account-card-wrapper .card .card-img-overlay {
    padding: 20px;
    color: red;
    }
.section_ticket .ticket-box .account-card-wrapper .card-img-overlay .title p {
    font-size: 12px;
    }
.section_ticket .ticket-box .account-card-wrapper .card-img-overlay .title .top {
    font-size: 32px;
    }
.section_ticket .ticket-box .account-card-wrapper .card-img-overlay .title img {
    bottom: 10px;
    }
.section_ticket .ticket-box .account-card-wrapper .card {
    width: 47%;
    margin: 36px auto;
    }
.section_ticket .ticket-box .account-card-wrapper .card-text {
    font-size: 14px;
    padding: 0 9%;
    padding-left: 18%;
    position: relative;
    }
.section_ticket .ticket-box .account-card-wrapper .card-text [class^=fa] {
    color: #fd0;
    position: absolute;
    left: 9%;
    }
.section_ticket .ticket-box .account-card-wrapper .card-text [class^=fa]::before {
    position: relative;
    top: 9px;
    }
.section_ticket .ticket-box .account-card-wrapper .entry-count {
    font-size: 14px;
    padding-left: 9%;
    font-family: "ClanOT-medium";
    }
.section_ticket .row_ticket {
    margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    }
.section_ticket .row_ticket .header_section {
    font-family: "ClanOT-Black";
    font-size: 22px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: normal;
    color: #081f28;
    }
@media (max-width: 1199px) {
    .section_ticket .row_ticket .header_section {
        text-align: center;
        }
    }
.section_ticket .ticket_list {
    padding-left: 0;
    padding-right: 30px;
    }
@media (max-width: 1199px) {
    .section_ticket .ticket_list {
        padding-right: 15px;
        padding-left: 15px;
        }
    }
.section_ticket .ticket_list ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.section_ticket .ticket_list ul li {
    list-style-type: none;
    display: inline-flex;
    margin: 20px 0;
    width: 25%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    }
.section_ticket .ticket_list ul li .content {
    border: 1px solid #e9e9eb;
    border-radius: 20px;
    padding: 20px;
    margin-right: 20px;
    width: 65%;
    display: flex;
    align-items: center;
    }
@media (max-width: 480px) {
    .section_ticket .ticket_list ul li .content {
        width: 100%;
        margin-right: 0;
        }
    }
.section_ticket .ticket_list ul li .content .count {
    font-family: "ClanOT-Black";
    font-size: 46px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 20px;
    text-align: center;
    width: 50%;
    line-height: 1;
    }
.section_ticket .ticket_list ul li .content .text .title {
    font-family: "ClanOT-Medium";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    }
.section_ticket .ticket_list ul li .content .text .body {
    font-family: "ClanOT-Book";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    margin-bottom: 0;
    }
.section_ticket .ticket_list ul li form {
    width: 30%;
    }
@media (max-width: 480px) {
    .section_ticket .ticket_list ul li form {
        width: 100%;
        }
    }
.section_ticket .ticket_list ul li .btn-donate {
    width: 100%;
    padding: 19px;
    }
.section_ticket .ticket-box {
    padding-right: 0;
    padding-left: 30px;
    }
@media (max-width: 1199px) {
    .section_ticket .ticket-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
        }
    }
@media (max-width: 1199px) {
    .section_ticket .ticket-box .header_section {
        margin-bottom: 20px;
        }
    }
.box-3 {
    flex-wrap: wrap;
    }
.card--half_content {
    text-align: center;
    max-width: 532px;
    width: 100%;
    margin: auto;
    position: relative;
    }
@media (max-width: 767px) {
    .card--half_content {
        height: 532px;
        max-width: 264px;
        }
    }
@media (max-width: 767px) {
    .card--half_content .card-svg-overlay {
        transform: rotate(90deg);
        bottom: unset !important;
        }
    }
.card--half_content .card-half--left .card-img-overlay {
    width: 55%;
    left: 0;
    right: unset;
    }
@media (max-width: 767px) {
    .card--half_content .card-half--left .card-img-overlay {
        width: 100%;
        height: 55%;
        }
    }
.card--half_content .card-half--right .card-img-overlay {
    width: 45%;
    right: 0;
    left: unset;
    }
@media (max-width: 767px) {
    .card--half_content .card-half--right .card-img-overlay {
        width: 100%;
        height: 45%;
        bottom: 0;
        top: unset;
        }
    }
.price-per-entry {
    color: #848484;
    font-family: "Showtime";
    font-size: 12px;
    position: relative;
    bottom: 10px;
    }
.card-ticket-icon.ticket-box {
    height: auto;
    }
.card-ticket-icon.ticket-box .card {
    height: auto;
    }
.card-ticket-icon.ticket-box .card-img-overlay {
    display: none;
    }
.charity-partnership-banner {
    max-height: unset;
    min-height: unset;
    height: auto;
    }
.charity-partnership-banner .banner-charity-partnership.banner {
    background-color: #232020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 1em;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content {
    position: static;
    top: auto;
    max-width: 900px;
    left: auto;
    transform: none;
    height: auto;
    display: block;
    align-items: normal;
    width: 100%;
    padding: 2rem 0 1rem;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content {
    max-width: 1000px;
    color: #fff;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .description {
    max-width: 700px;
    margin: 30px auto 30px;
    font-size: 20px;
    line-height: 30px;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-banner .banner-charity-partnership .wp-content .content .description {
        width: 75%;
        margin: 0 auto;
        }
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn {
    display: flex;
    justify-content: center;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn {
        display: grid;
        width: 60%;
        margin: 0 auto;
        }
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .yellow-btn:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .button--yt:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .blue-btn:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .rev-btn:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .outline-btn:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .outline-btn-white:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn section.v2-draw-banner button:hover, section.v2-draw-banner .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn button:hover, .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .shopify-challenge__container input.shopify-challenge__button:hover, .shopify-challenge__container .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn input.shopify-challenge__button:hover {
    color: #000 !important;
    border: 0 solid #000 !important;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .btn-yellow-color-bg-transparent {
    color: #fff;
    border-color: #fff;
    transition-duration: 0.3s;
    border-radius: 4px;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn .btn-yellow-color-bg-transparent:hover {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0);
    }
@media screen and (min-width: 768px) {
    .charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn a {
        width: 30%;
        }
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .two-btn a:hover {
    text-decoration: none;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content .heading {
    text-align: center;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-banner .banner-charity-partnership .wp-content .content .heading {
        width: 100%;
        margin: 0 auto 15px;
        text-align: center;
        display: block;
        font-size: 2rem;
        line-height: 40px;
        }
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content p {
    display: block;
    }
.charity-partnership-banner .banner-charity-partnership .wp-content .content iframe {
    width: 100vw;
    margin-top: -2rem;
    margin-right: -50vw;
    margin-bottom: 15px;
    margin-left: -50vw;
    min-height: initial;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-banner .banner-charity-partnership .wp-content .button-banner .btn-lg, .charity-partnership-banner .banner-charity-partnership .wp-content .button-banner .btn-group-lg > .btn {
        padding: 1rem 1.25rem;
        }
    }
.charity-partnership-overview {
    padding-top: 8.1rem;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-overview {
        width: 100% !important;
        }
    }
.charity-partnership-overview .heading {
    text-align: center;
    margin-bottom: 4rem;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-overview .box-content {
        display: unset !important;
        }
    }
.charity-partnership-overview .box-content .card {
    margin: 0 65px;
    }
@media (min-width: 768px) and (max-width: 1170px) {
    .charity-partnership-overview .box-content .card {
        margin: 0 35px;
        }
    }
@media (min-width: 768px) {
    .charity-partnership-overview .box-content .card:nth-child(3) {
        margin-right: 0;
        }
    }
@media screen and (max-width: 767px) {
    .charity-partnership-overview .box-content .card {
        margin: 0;
        }
    }
.charity-partnership-overview .box-content .img {
    margin-bottom: 20px;
    }
.charity-partnership-overview .box-content .img i {
    padding: 10px;
    background-color: #00caf2;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    font-size: 26px;
    color: #fff;
    }
.charity-partnership-overview .box-content .title {
    font-weight: 600;
    font-size: 20px;
    font-family: "Showtime";
    line-height: 34px;
    }
.charity-partnership-overview .box-content .description {
    font-size: 20px;
    line-height: 34px;
    }
@media screen and (max-width: 767px) {
    .charity-partnership-overview .box-content {
        width: 100% !important;
        }
    }
.charity-partnership-block-a .text-left {
    padding-left: 40px;
    }
@media screen and (max-width: 991px) {
    .charity-partnership-block-a .text-left {
        padding-left: 0;
        width: 100% !important;
        }
    }
.charity-partnership-block-a .text-left div.text-with-icon {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    }
.charity-partnership-block-a .text-left div.text-with-icon svg {
    fill: #ea2786;
    top: 5px;
    position: absolute;
    }
.charity-partnership-block-a .text-left div.text-with-icon .text {
    padding-left: 35px;
    }
.charity-partnership-block-a .col:last-child {
    align-items: center;
    }
.charity-partnership-block-a .col:last-child .embed-responsive {
    height: auto;
    }
.container-dropdown .dropdown.show .title svg {
    transform: rotate(180deg);
    }
.charity-partnership-dropdown-text {
    width: 75%;
    }
@media screen and (max-width: 1170px) {
    .charity-partnership-dropdown-text {
        width: 90% !important;
        }
    }
@media screen and (max-width: 767px) {
    .charity-partnership-dropdown-text {
        width: 100% !important;
        }
    }
.charity-partnership-dropdown-text .heading {
    margin-bottom: 3rem;
    }
@media (max-width: 767px) {
    .charity-partnership-dropdown-text {
        width: 100%;
        }
    }
#section-charity-partnership-summary-block-f .carousel {
    max-height: 600px;
    }
#section-charity-partnership-summary-block-f .carousel .previous:after {
    background-image: url("data:,"); !important;
    }
#section-charity-partnership-summary-block-f .carousel .next:after {
    background-image: url("data:,");
    }
.above-heading {
    font-family: "Showtime", sans-serif;
    }
@media (max-width: 767px) {
    .above-heading {
        text-align: center;
        }
    }
#shopify-section-tct-module-2, #shopify-section-tct-module-4, #shopify-section-early-bird-prize-1, #shopify-section-early-bird-prize-3 {
    background-color: #f2f2f2;
    }
@media only screen and (min-width: 768px) {
    [id^=shopify-section-early-bird] .box-text-right {
        padding-top: 42px;
        height: auto;
        }
    }
[id^=shopify-section-early-bird] .box-text-right .hide-on-mobile.mobile-btn.yellow-btn, [id^=shopify-section-early-bird] .box-text-right .hide-on-mobile.mobile-btn.button--yt, [id^=shopify-section-early-bird] .box-text-right .hide-on-mobile.mobile-btn.blue-btn, [id^=shopify-section-early-bird] .box-text-right .hide-on-mobile.mobile-btn.rev-btn, [id^=shopify-section-early-bird] .box-text-right .hide-on-mobile.mobile-btn.outline-btn, [id^=shopify-section-early-bird] .box-text-right .hide-on-mobile.mobile-btn.outline-btn-white, [id^=shopify-section-early-bird] .box-text-right section.v2-draw-banner button.hide-on-mobile.mobile-btn, section.v2-draw-banner [id^=shopify-section-early-bird] .box-text-right button.hide-on-mobile.mobile-btn, [id^=shopify-section-early-bird] .box-text-right .shopify-challenge__container input.hide-on-mobile.mobile-btn.shopify-challenge__button, .shopify-challenge__container [id^=shopify-section-early-bird] .box-text-right input.hide-on-mobile.mobile-btn.shopify-challenge__button {
    bottom: 0;
    }
[id^=shopify-section-early-bird] .box-text-right p {
    line-height: 32px;
    }
[id^=shopify-section-early-bird] .box-text-right p.heading {
    font-size: 30px;
    margin-bottom: 18px;
    }
@media only screen and (min-width: 768px) {
    [id^=shopify-section-early-bird] .summary-block--f .carousel .previous, [id^=shopify-section-early-bird] .summary-block--f .carousel .next {
        bottom: -39px;
        }
    }
@media only screen and (min-width: 768px) {
    [id^=shopify-section-early-bird] .summary-block--f .carousel .previous:after, [id^=shopify-section-early-bird] .summary-block--f .carousel .next:after {
        filter: invert(1);
        }
    }
.banner-image {
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important;
    }
.charity--banner .banner-image {
    max-height: 100vh;
    height: 700px;
    }
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .charity--banner .banner-image {
        height: 650px;
        }
    }
@media screen and (max-width: 767px) {
    .charity--banner .banner-image {
        height: 320px;
        }
    }
.charity--banner .banner-image .embed-responsive {
    height: 100%;
    }
.charity--banner .banner-image img, .charity--banner .banner-image video {
    width: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    max-height: 100vh;
    }
.our-charities-hero, .previous-draws-hero {
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .our-charities-hero, .previous-draws-hero {
        text-align: center;
        }
    }
.our-charities-hero:after, .previous-draws-hero:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    }
.our-charities-hero img, .our-charities-hero video, .previous-draws-hero img, .previous-draws-hero video {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    }
@media only screen and (max-width: 767px) {
    .our-charities-hero img, .our-charities-hero video, .previous-draws-hero img, .previous-draws-hero video {
        top: unset;
        bottom: 12%;
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        }
    }
.our-charities-hero__content, .previous-draws-hero__content {
    width: 100%;
    position: relative;
    z-index: 2;
    }
.our-charities-hero__content h1, .previous-draws-hero__content h1 {
    margin: 0 0 17px;
    max-width: 840px;
    color: #fff;
    font-size: 46px;
    line-height: 1.4;
    font-weight: 900;
    }
@media only screen and (max-width: 767px) {
    .our-charities-hero__content h1, .previous-draws-hero__content h1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.2;
        }
    }
.our-charities-hero__content p, .previous-draws-hero__content p {
    margin: 0 0 30px;
    max-width: 840px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .our-charities-hero__content p, .previous-draws-hero__content p {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.2;
        }
    }
.our-charities-content-left, .our-charities-content-right {
    margin: 0;
    padding: 0;
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-left, .our-charities-content-right {
        text-align: center;
        }
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-left .w-75, .our-charities-content-right .w-75 {
        width: 85% !important;
        }
    }
.our-charities-content-left__content, .our-charities-content-right__content {
    margin: 60px 0;
    display: flex;
    align-items: center;
    }
.our-charities-content-left__content__heading, .our-charities-content-right__content__heading {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-left__content__heading, .our-charities-content-right__content__heading {
        flex-direction: column;
        }
    }
.our-charities-content-left__content__heading img, .our-charities-content-right__content__heading img {
    margin-right: 15px;
    max-width: 80px;
    outline: 0;
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-left__content__heading img, .our-charities-content-right__content__heading img {
        margin-right: 0;
        margin-bottom: 15px;
        max-height: 70px;
        }
    }
.our-charities-content-left__content__heading h2, .our-charities-content-right__content__heading h2 {
    margin: 0;
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-left__content__heading h2, .our-charities-content-right__content__heading h2 {
        font-size: 28px;
        }
    }
.our-charities-content-left__content p, .our-charities-content-right__content p {
    margin: 0 0 30px;
    overflow: hidden;
    }
.our-charities-content-left__image, .our-charities-content-right__image {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-left__image, .our-charities-content-right__image {
        min-height: 60vh;
        }
    }
.our-charities-content-right .row {
    display: flex;
    }
@media only screen and (max-width: 767px) {
    .our-charities-content-right .row {
        flex-direction: column-reverse;
        }
    }
.marginfix {
    line-height: 75%;
    }
.marginfix .yellow-btn, .marginfix .button--yt, .marginfix .rev-btn, .marginfix .outline-btn, .marginfix .outline-btn-white, .marginfix section.v2-draw-banner button, section.v2-draw-banner .marginfix button, .marginfix .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .marginfix input.shopify-challenge__button, .marginfix .blue-btn {
    line-height: 1.5em;
    }
.top-banner span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Gellix";
    }
.top-banner .header-desktop .logo-center {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translatex(-50%);
    top: 10px;
    }
.top-banner .header-desktop .logo-center__png-logo {
    width: 100px;
    height: auto;
    }
@media only screen and (max-width: 767px) {
    .top-banner .header-desktop .logo-center__png-logo {
        width: 92px;
        }
    }
@media screen and (max-width: 991px) {
    .top-banner .header-desktop .logo-center svg {
        height: 110px !important;
        }
    }
@media screen and (max-width: 767px) {
    .top-banner .header-desktop .marquee {
        display: none;
        }
    }
.top-banner .header-desktop .top-banner-mobile {
    display: none;
    }
@media screen and (max-width: 767px) {
    .top-banner .header-desktop .top-banner-mobile {
        display: block;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #dee2e6;
        }
    .top-banner .header-desktop .top-banner-mobile .carousel-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    }
.navbar-collapse#mainNavbar {
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
    }
.main-menu {
    transition: height 2s ease;
    position: relative;
    padding: 0 0 0 50px;
    }
.main-menu .logo-container {
    flex-basis: 50%;
    }
@media (max-width: 991px) {
    .main-menu .logo-container {
        display: none;
        }
    }
.main-menu .navbar-collapse {
    flex-basis: unset !important;
    flex-grow: unset;
    }
@media (max-width: 991px) {
    .main-menu .open .icon-menu .close--icon {
        display: block;
        }
    }
@media (max-width: 991px) {
    .main-menu .open .hamburger--icon {
        display: none;
        }
    }
.main-menu .icon-menu {
    position: relative;
    }
.main-menu .icon-menu .close--icon {
    top: 0;
    left: 0;
    display: none;
    }
.main-menu .icon-menu .close--icon svg {
    width: 21px;
    vertical-align: top;
    }
.main-menu .search-box {
    margin-left: 5px;
    }
.main-menu .search-box svg {
    cursor: pointer;
    }
.main-menu .search-box .search-form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    }
.main-menu .search-box .search-form form {
    width: 40%;
    margin: 0 auto;
    padding: 11px 0;
    }
.main-menu .search-box .search-form form .input-group input {
    padding: 1.5rem 0.9rem;
    }
.main-menu .search-box .search-form form .input-group .input-group-append {
    background-color: #fff;
    }
.main-menu .search-box .search-form form .input-group:focus, .main-menu .search-box .search-form form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
    }
.main-menu .search-box .search-form .icon-close {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translatey(-50%);
    }
.main-menu .search-box-mobile {
    display: none;
    }
@media screen and (max-width: 991px) {
    .main-menu .search-box-mobile {
        padding: 0 15px;
        }
    }
.main-menu button.btn-hamburger:focus {
    outline: none;
    }
.main-menu svg {
    font-size: 25px;
    }
@media screen and (max-width: 480px) {
    .main-menu .logo {
        text-align: left !important;
        max-width: 270px;
        }
    .main-menu .logo svg {
        max-width: 300px;
        }
    }
@media screen and (max-width: 398px) {
    .main-menu .logo svg {
        max-width: 210px;
        }
    }
@media (max-width: 991px) {
    .main-menu .logo {
        z-index: 999;
        padding-left: 38px;
        }
    .main-menu .search-box {
        display: none;
        }
    .main-menu .search-box-mobile {
        display: block;
        }
    .main-menu .search-box-mobile button.btn {
        padding: 0 0.9rem;
        }
    }
@media screen and (max-width: 991px) {
    .template-index .navbar {
        display: flex !important;
        }
    }
.template-index .navbar .hambuger {
    margin-top: -48px;
    }
.fa.fa-user {
    color: #00767a;
    }
.advert-link {
    display: none;
    position: absolute;
    top: 25px;
    left: 150px;
    text-align: left;
    display: flex;
    }
@media screen and (max-width: 991px) {
    .advert-link {
        left: 20px;
        }
    }
.advert-link svg {
    height: 20px;
    width: 20px;
    }
.advert-link a {
    font-size: 18px;
    display: block;
    margin-left: 10px;
    margin-top: -17px;
    }
.advert-link a:hover {
    text-decoration: none;
    }
.nav-footer {
    background: #f5f5f5;
    box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.039216);
    z-index: 10;
    }
@media only screen and (max-width: 991px) {
    .nav-footer {
        position: relative;
        }
    }
.nav-footer:before {
    content: "";
    top: 0;
    margin-top: -10px;
    height: 10px;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
    z-index: 10;
    }
@media only screen and (max-width: 991px) {
    .nav-footer:before {
        display: none;
        }
    }
@media only screen and (max-width: 991px) {
    .nav-footer .menu-cart-block {
        border-top: 1px solid #e3e3e3;
        }
    }
.nav-footer .menu-cart-block .mac-grid {
    display: flex;
    text-align: left;
    }
.nav-footer .menu-cart-block .mac-grid__link {
    font-family: "Gellix" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 19px 20px;
    display: flex;
    column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    }
.nav-footer .menu-cart-block .mac-grid__link__icon {
    color: #00767a;
    }
.nav-footer .menu-cart-block .mac-grid__link__text {
    color: #081f28;
    text-align: left;
    }
.nav-footer .menu-cart-block .mac-grid__link:hover {
    text-decoration: none;
    opacity: 0.6;
    }
.nav-footer .menu-account-block {
    border-top: 1px solid #e3e3e3;
    }
.nav-footer .menu-account-block .mab-grid {
    display: flex;
    text-align: center;
    }
.nav-footer .menu-account-block .mab-grid__link {
    font-family: "Gellix" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 19px 10px;
    display: flex;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
.nav-footer .menu-account-block .mab-grid__link:first-child {
    border-right: 1px solid #e3e3e3;
    }
.nav-footer .menu-account-block .mab-grid__link__icon {
    color: #00767a;
    }
.nav-footer .menu-account-block .mab-grid__link__text {
    color: #081f28;
    text-align: left;
    }
.nav-footer .menu-account-block .mab-grid__link:hover {
    text-decoration: none;
    opacity: 0.6;
    }
.nav-footer .follow-us {
    padding: 32px 0 32px 36px;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    font-weight: bold;
    }
@media (max-width: 991px) {
    .nav-footer .follow-us {
        padding: 32px 0 102px 36px;
        }
    }
.nav-footer .follow-us p {
    font-family: "Gellix", sans-serif;
    font-size: 16px;
    line-height: 32px;
    }
@media only screen and (max-width: 767px) {
    .nav-footer .follow-us p {
        margin-bottom: 4px;
        }
    }
.nav-footer .follow-us .list-icon a {
    font-size: 16px;
    padding-right: 45px;
    color: #00767a;
    }
.nav-footer .follow-us .list-icon a i {
    font-size: 22px;
    }
@media screen and (max-width: 991px) {
    .template-index #shopify-section-header .logo {
        display: none;
        }
    }
@media screen and (max-width: 991px) {
    .template-index .top-banner {
        padding: 0;
        }
    }
.template-index .main-menu .hambuger {
    margin-top: 0;
    }
@media screen and (max-width: 991px) {
    .template-index .header-desktop {
        display: block !important;
        }
    .template-index .header-desktop .top-banner-desktop {
        display: unset;
        }
    .template-index .header-desktop .top-banner-desktop .box {
        width: unset;
        padding-right: 30px;
        }
    }
.main-menu .icon-menu .close--icon {
    top: 45px;
    }
.close-logo {
    display: none;
    }
.marquee {
    width: 100%;
    overflow: hidden;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
    }
#div1 {
    display: inline-block;
    }
#div1.scrolling {
    animation: marquee 60s linear infinite;
    }
#div1.scroll-init {
    animation: marquee0 60s linear;
    }
.ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    }
.ticker .left, .ticker .right {
    width: 50%;
    display: flex;
    }
.ticker .left {
    justify-content: flex-end;
    margin-right: 110px;
    font-family: "Gellix";
    font-size: 14px;
    }
@media screen and (max-width: 991px) {
    .ticker .left {
        margin-right: 60px;
        }
    }
.ticker .left .box {
    white-space: nowrap;
    }
.ticker .left .box:last-child {
    padding-left: 5px;
    font-family: "Showtime";
    font-size: 18px;
    }
.ticker .right {
    justify-content: flex-start;
    margin-left: 110px;
    font-family: "Gellix";
    font-size: 14px;
    }
@media screen and (max-width: 991px) {
    .ticker .right {
        margin-left: 60px;
        }
    }
.ticker .right .box {
    white-space: nowrap;
    }
.ticker .right .box:first-child {
    font-family: "Showtime";
    font-size: 18px;
    padding-right: 5px;
    }
.image-slider-below-banner .carousel-cell.first span {
    font-family: "Gellix", sans-serif;
    font-size: 14px;
    padding: 0 2px;
    }
.image-slider-below-banner .carousel-cell.first span:last-child {
    font-family: "Gellix", sans-serif;
    font-size: 18px;
    }
.image-slider-below-banner .carousel-cell.second span {
    font-family: "Gellix", sans-serif;
    font-size: 14px;
    padding: 0 2px;
    }
.image-slider-below-banner .carousel-cell.second span:first-child {
    font-family: "Gellix", sans-serif;
    font-size: 18px;
    }
#div2 {
    display: inline-block;
    animation: marquee2 60s linear infinite;
    animation-delay: 60s;
    }
@keyframes marquee0 {
    from {
        transform: translateX(0)
        } to {
        transform: translateX(-100%)
        }
    }
@keyframes marquee {
    from {
        transform: translateX(100%)
        } to {
        transform: translateX(-100%)
        }
    }
@keyframes marquee2 {
    from {
        transform: translateX(0%)
        } to {
        transform: translateX(-200%)
        }
    }
.nav .navbar-toggler {
    border: none;
    }
.nav .navbar-toggler.btn-hamburger {
    display: block;
    height: 92px;
    width: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
@media screen and (max-width: 991px) {
    .nav .navbar-toggler.btn-hamburger {
        height: 68px;
        width: 74px;
        }
    }
.nav .navbar-toggler.btn-hamburger svg.icon_close {
    display: none;
    }
@media screen and (max-width: 991px) {
    .nav .navbar-toggler.btn-hamburger svg.icon_close {
        display: none !important;
        }
    }
.nav .navbar-nav {
    right: -375px;
    height: 100dvh;
    width: 307px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    background-color: #edf0f4;
    text-align: left;
    z-index: 9;
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    }
@media screen and (max-width: 400px) {
    .nav .navbar-nav {
        width: calc(100% - 68px);
        }
    }
.nav .navbar-nav .navbar-cta {
    background-color: #fd0;
    color: #081f28;
    margin: 22px 0 0 28px;
    position: fixed;
    z-index: 11;
    }
@media (max-width: 991px) {
    .nav .navbar-nav .navbar-cta {
        bottom: 0;
        margin: 0;
        width: 100%;
        }
    .nav .navbar-nav .navbar-cta:hover {
        background-color: #fdee8c;
        color: #fff;
        }
    }
.nav .navbar-nav ul.level-1 {
    margin: 0;
    padding: 0;
    position: relative;
    background: #edf0f4;
    list-style: none;
    z-index: 10;
    }
@media (max-width: 991px) {
    .nav .navbar-nav ul.level-1 {
        right: 0;
        width: 100%;
        position: relative;
        }
    }
.nav .navbar-nav ul.level-1 .dropdown-toggle {
    outline: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    }
.nav .navbar-nav ul.level-1 .dropdown-toggle:after {
    border: none;
    transition: transform 0.3s;
  content: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
.nav .navbar-nav ul.level-1 .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(180deg);
    }
.nav .navbar-nav ul.level-1 .dropdown-toggle span {
    color: #081f28;
    font-family: "Gellix" !important;
    text-transform: initial;
    font-size: 20px;
    }
.nav .navbar-nav ul.level-1 li.level-1:last-child {
    padding-bottom: 30px;
    }
.nav .navbar-nav ul.level-1 li.level-1.seperator {
    border-bottom: 1.5px solid #e3e3e3;
    }
.nav .navbar-nav ul.level-1 li.level-1.enter-now .dropdown-toggle {
    pointer-events: none;
    }
.nav .navbar-nav ul.level-1 li.level-1.enter-now .dropdown-toggle:after {
    display: none;
    }
.nav .navbar-nav ul.level-1 li.level-1.enter-now ul.level-2 {
    display: block;
    background: #edf0f4;
    }
.nav .navbar-nav ul.level-1 li.level-1 > a {
    padding: 12px 40px;
    }
.nav .navbar-nav ul.level-1 li.level-1 > a, .nav .navbar-nav ul.level-1 li.level-2 > a {
    /* font-family: "Gellix" !important; */
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 19px 20px;
    display: block;
    }
    font-family: "Gellix" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 19px 20px;
    display: block;
    }
.nav .navbar-nav ul.level-1 li.level-1 > a:hover, .nav .navbar-nav ul.level-1 li.level-2 > a:hover {
    background: #edf0f4;
    }
.nav .navbar-nav ul.level-1 ul.level-2 {
    margin: 0;
    list-style: none;
    }
.nav .navbar-nav ul.level-1 ul.level-2.dropdown-menu {
    position: relative;
    background: #edf0f4;
    border: none;
    }
.nav .navbar-nav ul.house-level-1 {
    font-weight: bold;
    margin-top: 88px;
    }
.nav .navbar-nav ul.house-level-1 .dropdown-toggle::after {
    display: none !important;
    }
.nav .navbar-nav ul.house-dropdown li.level-2 > a {
    font-size: 1.25rem;
    margin-left: 1.5rem;
    }
.nav .navbar-nav ul.houses-menu {
    margin: 75px 0 0 0;
    padding: 0;
    position: relative;
    background: #edf0f4;
    list-style: none;
    z-index: 10;
    }
@media (max-width: 991px) {
    .nav .navbar-nav ul.houses-menu {
        margin: 0;
        right: 0;
        width: 100%;
        position: relative;
        }
    }
.nav .navbar-nav ul.houses-menu .dropdown-toggle {
    line-height: 30px !important;
    outline: 0;
    }
.nav .navbar-nav ul.houses-menu .dropdown-toggle:after {
    display: none;
    }
.nav .navbar-nav ul.houses-menu .dropdown-toggle span {
    color: #081f28;
    font-family: "Gellix" !important;
    text-transform: initial;
    font-size: 20px;
    }
.nav .navbar-nav ul.houses-menu li.level-1 {
    list-style: none;
    }
.nav .navbar-nav ul.houses-menu li.level-1:first-child {
    padding-top: 0;
    padding-left: 0;
    }
@media screen and (max-width: 991px) {
    .nav .navbar-nav ul.houses-menu li.level-1:first-child {
        padding-top: 0;
        }
    }
.nav .navbar-nav ul.houses-menu li.level-1:last-child {
    padding-bottom: 0;
    }
.nav .navbar-nav ul.houses-menu li.level-1.seperator {
    border-bottom: 1.5px solid #e3e3e3;
    }
.nav .navbar-nav ul.houses-menu li.level-1.enter-now .dropdown-toggle {
    pointer-events: none;
    }
.nav .navbar-nav ul.houses-menu li.level-1.enter-now .dropdown-toggle:after {
    display: none;
    }
.nav .navbar-nav ul.houses-menu li.level-1.enter-now ul.level-2 {
    display: block;
    background: #edf0f4;
    }
.nav .navbar-nav ul.houses-menu li.level-1 > a {
    padding: 12px 50px;
    }
.nav .navbar-nav ul.houses-menu li.level-1 > a, .nav .navbar-nav ul.houses-menu li.level-2 > a {
    /* font-family: "Gellix" !important; */
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 19px 20px;
    display: block;
    }
.nav .navbar-nav ul.houses-menu li.level-1 > a:hover, .nav .navbar-nav ul.houses-menu li.level-2 > a:hover {
    background: #edf0f4;
    }
.nav .navbar-nav ul.houses-menu ul.level-2 {
    margin: 0;
    list-style: none;
    }
.nav .navbar-nav ul.houses-menu ul.level-2.dropdown-menu {
    position: relative;
    background: #edf0f4;
    border: none;
    }
.nav__mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 31, 39, 0.8);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 5;
    display: none;
    }
.nav__mask.show {
    opacity: 0.8;
    }
@media (min-width: 992px) {
    .nav__mask {
        display: none !important;
        }
    }
.nav__mobile-close {
    position: absolute;
    top: 10px;
    right: 319px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 70px;
    display: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    }
.nav__mobile-close.show {
    opacity: 1;
    }
@media screen and (max-width: 400px) {
    .nav__mobile-close {
        right: calc(100% - 68px + 12px);
        }
    }
@media (min-width: 992px) {
    .nav__mobile-close {
        display: none !important;
        }
    }
.show-menu-desktop {
    display: block !important;
    }
.transition-right {
    right: 0 !important;
    }
@media only screen and (max-width: 767px) {
    .cta-buttons-2 .yellow-btn, .cta-buttons-2 .button--yt, .cta-buttons-2 .blue-btn, .cta-buttons-2 .rev-btn, .cta-buttons-2 .outline-btn, .cta-buttons-2 .outline-btn-white, .cta-buttons-2 section.v2-draw-banner button, section.v2-draw-banner .cta-buttons-2 button, .cta-buttons-2 .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .cta-buttons-2 input.shopify-challenge__button {
        width: 100%;
        }
    }
@media only screen and (max-width: 767px) {
    .cta-buttons-2 .blue-btn {
        font-size: 16px !important;
        }
    }
@media only screen and (max-width: 767px) {
    .cta-buttons-2 .blue-btn:hover {
        font-size: 16px !important;
        }
    }
.button-header {
    width: 100%;
    text-align: right;
    margin-right: 32px;
    }
.button-header a.blue-btn {
    font-size: 16.2px;
    font-family: "Showtime";
    background-color: #00767a;
    color: #edf0f4;
    padding: 14px 40px;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    text-shadow: 0 0 #00767a;
    transition: background-color 0.3s;
    }
.button-header a.blue-btn:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    color: #00a3a8;
    }
.button-header a.blue-btn:focus {
    text-decoration: underline;
    text-decoration-color: #fd0;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
@media screen and (max-width: 767px) {
    .button-header {
        display: none;
        }
    }
.hamburger--icon svg.menu-icon {
    margin-top: 6px;
    display: block !important;
    }
nav .button-header a.blue-btn {
    position: relative;
    z-index: 10;
    }
.countdown-container {
    min-width: 325px;
    text-align: left;
    }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-container {
        margin-bottom: 10px;
        }
    }
@media screen and (max-width: 767px) {
    .countdown-container {
        display: none !important;
        }
    }
@media screen and (max-width: 767px) {
    .countdown-container span#header-countdown {
        display: none !important;
        }
    }
.countdown-container .countdown-copy {
    display: inline-flex;
    color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 160px;
    top: 24px;
    }
@media screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-container .countdown-copy {
        right: 75px;
        top: 15px;
        }
    }
div.nav button.navbar-toggler.btn-hamburger {
    position: relative;
    z-index: 10;
    }
.site-footer {
    background-color: #081f28;
    /* font-family: "Gellix", sans-serif; */
    padding-top: 6rem;
    }
@media screen and (max-width: 767px) {
    .site-footer {
        padding-top: 3rem;
        }
    }
.site-footer__grid {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    color: #f5f4f4;
    }
.site-footer__logo {
    width: 40%;
    max-width: 140px;
    height: auto;
    }
.site-footer__social {
    display: flex;
    }
.site-footer__social__link {
    flex: 1;
    max-width: 60px;
    color: #fffcf0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 24px;
    }
.site-footer .footer-links--mobile {
    display: none;
    }
.site-footer .footer-links--desktop {
    display: flex;
    justify-content: space-between;
    }
.site-footer .footer-links__block {
    margin-bottom: 0;
    }
.site-footer .footer-links__block__header {
    font-size: 1.35rem;
    color: #f5f4f4;
    }
.site-footer .footer-links__block__header a {
    color: #f5f4f4 !important;
    }
.site-footer .footer-links__block__list {
    list-style-type: none;
    margin: 0;
    padding: 0 7px 0 0;
    }
.site-footer .footer-links__block__item {
    line-height: 1.2;
    margin-bottom: 8px;
    }
.site-footer .footer-links__block__link {
    color: #d6d6d6;
    font-size: 1rem;
    }
.site-footer__textblock {
    font-size: 1rem;
    color: #929191;
    margin-top: 2rem;
    text-align: justify;
    }
.site-footer__copytext {
    color: #868585;
    }
.site-footer__copytext--desktop a, .site-footer__copytext--mobile a {
    overflow: hidden;
    height: 60px;
    width: auto;
    width: 180px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -22px;
    }
.site-footer__copytext--mobile {
    display: none;
    }
@media only screen and (max-width: 990px) {
    .site-footer .site-footer__grid {
        grid-template-columns: 1fr;
        width: calc(100% - 80px);
        }
    .site-footer__copytext {
        color: #868585;
        }
    .site-footer__copytext--desktop {
        display: none;
        }
    .site-footer__copytext--mobile {
        font-size: 1rem;
        margin-top: 2rem;
        display: block;
        color: #868585;
        }
    }
@media only screen and (max-width: 750px) {
    .site-footer {
        padding-bottom: 8rem;
        }
    .site-footer .footer-links--desktop {
        display: none;
        }
    .site-footer .footer-links--mobile {
        display: block;
        padding: 0 10px 0 0;
        }
    .site-footer .footer-links--mobile .footer-links__block__header {
        margin-top: 2.5rem;
        font-family: "Gellix", sans-serif;
        font-weight: bold;
        font-size: 1rem;
        margin-bottom: 1rem;
        cursor: pointer;
        }
    .site-footer .footer-links--mobile .footer-links__block__header:after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNMzEuMyAxOTJoMjU3LjNjMTcuOCAwIDI2LjcgMjEuNSAxNC4xIDM0LjFMMTc0LjEgMzU0LjhjLTcuOCA3LjgtMjAuNSA3LjgtMjguMyAwTDE3LjIgMjI2LjFDNC42IDIxMy41IDEzLjUgMTkyIDMxLjMgMTkyeiIvPjwvc3ZnPg==");
        color: #fff;
        display: block;
        float: right;
        filter: invert(1);
        width: 12px;
        }
    .site-footer .footer-links--mobile .footer-links__block__header.opened:after {
        transform: rotate(180deg);
        }
    .site-footer .footer-links--mobile .footer-links__block__list {
        display: none;
        padding-left: 10px;
        }
    .site-footer .footer-links--mobile .footer-links__block__link {
        font-size: 1.1rem;
        line-height: 3;
        }
    .site-footer .footer-links--mobile .footer-links__block:first-child .footer-links__block__header {
        margin-top: 0;
        }
    .site-footer__logo {
        display: block;
        margin: auto;
        }
    .site-footer__social {
        text-align: center;
        }
    .site-footer__social__link {
        max-width: unset;
        }
    }
@media screen and (max-width: 767px) {
    .zEWidget-launcher {
        bottom: 85px !important;
        }
    }
.sticky-cta {
    display: block;
    padding: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    right: 0;
    background-color: hsla(0, 0%, 100%, 0);
    }
@media screen and (max-width: 767px) {
    .sticky-cta {
        display: block;
        }
    }
.sticky-cta a.yellow-btn, .sticky-cta a.button--yt, .sticky-cta a.blue-btn, .sticky-cta a.rev-btn, .sticky-cta a.outline-btn, .sticky-cta a.outline-btn-white {
    background-color: #fd0;
    color: #081f28;
    display: block;
    border-radius: 0;
    margin: 0;
    }
.sticky-cta a.yellow-btn:hover, .sticky-cta a.button--yt:hover, .sticky-cta a.blue-btn:hover, .sticky-cta a.rev-btn:hover, .sticky-cta a.outline-btn:hover, .sticky-cta a.outline-btn-white:hover {
    background-color: #fdee8c;
    border-color: #fdee8c;
    }
div#shopify-section-1580808925675, div#shopify-section-1580809240191 {
    display: none;
    }
@media only screen and (max-width: 880px) {
    #shopify-section-enter .sse-main__product-grid-container {
        grid-template-columns: 1fr;
        }
    #shopify-section-enter .sse-main__product-grid-item__product-image {
        width: 60%;
        display: block;
        margin: auto;
        }
    }
#shopify-section-enter-devon-rebrand, #shopify-section-enter-wimbledon-rebrand, #shopify-section-enter-ascot-rebrand, #shopify-section-enter-lake-district, #shopify-section-enter-lake-district-tab {
    background-color: #f5f5f5 !important;
    margin: 0;
    padding: 1rem 0 5rem;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand, #shopify-section-enter-wimbledon-rebrand, #shopify-section-enter-ascot-rebrand, #shopify-section-enter-lake-district, #shopify-section-enter-lake-district-tab {
        padding-top: 1rem;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main, #shopify-section-enter-wimbledon-rebrand .sse-main, #shopify-section-enter-ascot-rebrand .sse-main, #shopify-section-enter-lake-district .sse-main, #shopify-section-enter-lake-district-tab .sse-main {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    }
#shopify-section-enter-devon-rebrand .sse-main__header, #shopify-section-enter-wimbledon-rebrand .sse-main__header, #shopify-section-enter-ascot-rebrand .sse-main__header, #shopify-section-enter-lake-district .sse-main__header, #shopify-section-enter-lake-district-tab .sse-main__header {
    text-align: left;
    letter-spacing: 0.02em;
    font-weight: normal;
    }
#shopify-section-enter-devon-rebrand .sse-main__header .enter-heading, #shopify-section-enter-wimbledon-rebrand .sse-main__header .enter-heading, #shopify-section-enter-ascot-rebrand .sse-main__header .enter-heading, #shopify-section-enter-lake-district .sse-main__header .enter-heading, #shopify-section-enter-lake-district-tab .sse-main__header .enter-heading {
    text-align: left;
    }
#shopify-section-enter-devon-rebrand .sse-main__subheader, #shopify-section-enter-wimbledon-rebrand .sse-main__subheader, #shopify-section-enter-ascot-rebrand .sse-main__subheader, #shopify-section-enter-lake-district .sse-main__subheader, #shopify-section-enter-lake-district-tab .sse-main__subheader {
    font-family: "Gellix";
    line-height: 1.5;
    text-align: left;
    font-size: 21px;
    margin: unset;
    max-width: 100% !important;
    padding: 0 5px 0 5px;
    }
@media only screen and (min-width: 1024px) {
    #shopify-section-enter-devon-rebrand .sse-main__subheader, #shopify-section-enter-wimbledon-rebrand .sse-main__subheader, #shopify-section-enter-ascot-rebrand .sse-main__subheader, #shopify-section-enter-lake-district .sse-main__subheader, #shopify-section-enter-lake-district-tab .sse-main__subheader {
        max-width: 60% !important;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__product, #shopify-section-enter-wimbledon-rebrand .sse-main__product, #shopify-section-enter-ascot-rebrand .sse-main__product, #shopify-section-enter-lake-district .sse-main__product, #shopify-section-enter-lake-district-tab .sse-main__product {
    border-radius: 25px;
    background-color: #fff;
    margin: 3rem 0 0;
    position: relative;
    width: 100%;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-header, #shopify-section-enter-wimbledon-rebrand .sse-main__product-header, #shopify-section-enter-ascot-rebrand .sse-main__product-header, #shopify-section-enter-lake-district .sse-main__product-header, #shopify-section-enter-lake-district-tab .sse-main__product-header {
    padding: 1em 2em;
    border-bottom: 1px solid #dadada;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__product-header, #shopify-section-enter-wimbledon-rebrand .sse-main__product-header, #shopify-section-enter-ascot-rebrand .sse-main__product-header, #shopify-section-enter-lake-district .sse-main__product-header, #shopify-section-enter-lake-district-tab .sse-main__product-header {
        padding: 0.5em 2em;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body, #shopify-section-enter-ascot-rebrand .sse-main__product-body, #shopify-section-enter-lake-district .sse-main__product-body, #shopify-section-enter-lake-district-tab .sse-main__product-body {
    padding: 2em;
    padding-top: 1em;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .section_ticket, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .section_ticket, #shopify-section-enter-ascot-rebrand .sse-main__product-body .section_ticket, #shopify-section-enter-lake-district .sse-main__product-body .section_ticket, #shopify-section-enter-lake-district-tab .sse-main__product-body .section_ticket {
    margin: 0;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-ascot-rebrand .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-lake-district .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-lake-district-tab .sse-main__product-body .section_ticket .ticket-box {
    padding: 0;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-ascot-rebrand .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-lake-district .sse-main__product-body .section_ticket .ticket-box, #shopify-section-enter-lake-district-tab .sse-main__product-body .section_ticket .ticket-box {
        height: 200px;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__product-body .card, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card, #shopify-section-enter-lake-district .sse-main__product-body .card, #shopify-section-enter-lake-district-tab .sse-main__product-body .card {
        height: 100%;
        width: 115px;
        font-size: 14px;
        padding: 0 15%;
        }
    #shopify-section-enter-devon-rebrand .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-lake-district .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-lake-district-tab .sse-main__product-body .card-img-overlay .top {
        font-size: 34px;
        padding: 0;
        padding-top: 2px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .card-img-overlay, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card-img-overlay, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card-img-overlay, #shopify-section-enter-lake-district .sse-main__product-body .card-img-overlay, #shopify-section-enter-lake-district-tab .sse-main__product-body .card-img-overlay {
    padding: 0;
    padding-bottom: 1em;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .card-img-overlay p, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card-img-overlay p, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card-img-overlay p, #shopify-section-enter-lake-district .sse-main__product-body .card-img-overlay p, #shopify-section-enter-lake-district-tab .sse-main__product-body .card-img-overlay p {
    padding: 0 33%;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-lake-district .sse-main__product-body .card-img-overlay .top, #shopify-section-enter-lake-district-tab .sse-main__product-body .card-img-overlay .top {
    padding: 0;
    padding-top: 2rem;
    width: 170px;
    padding-bottom: 9px;
    margin: 0 auto;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .card-img-overlay img, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card-img-overlay img, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card-img-overlay img, #shopify-section-enter-lake-district .sse-main__product-body .card-img-overlay img, #shopify-section-enter-lake-district-tab .sse-main__product-body .card-img-overlay img {
    width: 48px;
    padding-bottom: 1.2rem;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-body .card-img-overlay .card-title, #shopify-section-enter-wimbledon-rebrand .sse-main__product-body .card-img-overlay .card-title, #shopify-section-enter-ascot-rebrand .sse-main__product-body .card-img-overlay .card-title, #shopify-section-enter-lake-district .sse-main__product-body .card-img-overlay .card-title, #shopify-section-enter-lake-district-tab .sse-main__product-body .card-img-overlay .card-title {
    bottom: 2.5em;
    }
#shopify-section-enter-devon-rebrand .sse-main__product .most-popular-rosette, #shopify-section-enter-devon-rebrand .sse-main__product .launch-offer-rosette, #shopify-section-enter-wimbledon-rebrand .sse-main__product .most-popular-rosette, #shopify-section-enter-wimbledon-rebrand .sse-main__product .launch-offer-rosette, #shopify-section-enter-ascot-rebrand .sse-main__product .most-popular-rosette, #shopify-section-enter-ascot-rebrand .sse-main__product .launch-offer-rosette, #shopify-section-enter-lake-district .sse-main__product .most-popular-rosette, #shopify-section-enter-lake-district .sse-main__product .launch-offer-rosette, #shopify-section-enter-lake-district-tab .sse-main__product .most-popular-rosette, #shopify-section-enter-lake-district-tab .sse-main__product .launch-offer-rosette {
    width: 125px;
    height: 125px;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__product .most-popular-rosette, #shopify-section-enter-devon-rebrand .sse-main__product .launch-offer-rosette, #shopify-section-enter-wimbledon-rebrand .sse-main__product .most-popular-rosette, #shopify-section-enter-wimbledon-rebrand .sse-main__product .launch-offer-rosette, #shopify-section-enter-ascot-rebrand .sse-main__product .most-popular-rosette, #shopify-section-enter-ascot-rebrand .sse-main__product .launch-offer-rosette, #shopify-section-enter-lake-district .sse-main__product .most-popular-rosette, #shopify-section-enter-lake-district .sse-main__product .launch-offer-rosette, #shopify-section-enter-lake-district-tab .sse-main__product .most-popular-rosette, #shopify-section-enter-lake-district-tab .sse-main__product .launch-offer-rosette {
        width: 95px;
        height: 95px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__product .most-popular-content, #shopify-section-enter-devon-rebrand .sse-main__product .launch-offer-content, #shopify-section-enter-wimbledon-rebrand .sse-main__product .most-popular-content, #shopify-section-enter-wimbledon-rebrand .sse-main__product .launch-offer-content, #shopify-section-enter-ascot-rebrand .sse-main__product .most-popular-content, #shopify-section-enter-ascot-rebrand .sse-main__product .launch-offer-content, #shopify-section-enter-lake-district .sse-main__product .most-popular-content, #shopify-section-enter-lake-district .sse-main__product .launch-offer-content, #shopify-section-enter-lake-district-tab .sse-main__product .most-popular-content, #shopify-section-enter-lake-district-tab .sse-main__product .launch-offer-content {
    color: #fff;
    text-align: center;
    line-height: 1.6rem;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: "Showtime";
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__product .most-popular-content, #shopify-section-enter-devon-rebrand .sse-main__product .launch-offer-content, #shopify-section-enter-wimbledon-rebrand .sse-main__product .most-popular-content, #shopify-section-enter-wimbledon-rebrand .sse-main__product .launch-offer-content, #shopify-section-enter-ascot-rebrand .sse-main__product .most-popular-content, #shopify-section-enter-ascot-rebrand .sse-main__product .launch-offer-content, #shopify-section-enter-lake-district .sse-main__product .most-popular-content, #shopify-section-enter-lake-district .sse-main__product .launch-offer-content, #shopify-section-enter-lake-district-tab .sse-main__product .most-popular-content, #shopify-section-enter-lake-district-tab .sse-main__product .launch-offer-content {
        line-height: 1.2rem;
        font-size: 1rem;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-container, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-container, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-container, #shopify-section-enter-lake-district .sse-main__product-grid-container, #shopify-section-enter-lake-district-tab .sse-main__product-grid-container {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 2fr 5fr;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__product-grid-container, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-container, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-container, #shopify-section-enter-lake-district .sse-main__product-grid-container, #shopify-section-enter-lake-district-tab .sse-main__product-grid-container {
        grid-template-columns: 100%;
        grid-gap: 0;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item, #shopify-section-enter-lake-district .sse-main__product-grid-item, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item {
    align-self: center;
    font-family: "Gellix", sans-serif;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__entries-into, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__entries-into, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__entries-into, #shopify-section-enter-lake-district .sse-main__product-grid-item__entries-into, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__entries-into {
    padding-top: 1.5em;
    font-family: "Showtime";
    font-size: 1rem;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__product-image, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__product-image, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__product-image, #shopify-section-enter-lake-district .sse-main__product-grid-item__product-image, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__product-image {
    width: 100%;
    max-width: 100%;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-devon-rebrand .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-lake-district .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-lake-district .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__row .sse-row-text {
    margin-bottom: 5px;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-lake-district .sse-main__product-grid-item__row .sse-row-icon, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__row .sse-row-icon {
    width: 26px;
    margin-right: 1em;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-lake-district .sse-main__product-grid-item__row .sse-row-text, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__row .sse-row-text {
    font-family: "Showtime";
    font-size: 14px;
    padding-left: 40px;
    text-indent: -40px;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__atc-button, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__atc-button, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__atc-button, #shopify-section-enter-lake-district .sse-main__product-grid-item__atc-button, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__atc-button {
    border: 2px solid rgba(0, 0, 0, 0);
    width: 90%;
    padding: 0.75rem 0;
    background-color: #fd0;
    border-radius: 32px;
    color: #081f28;
    transition: all 0.2s;
    margin: 0;
    font-family: "Gellix";
    font-weight: bold;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__atc-button:hover, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__atc-button:hover, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__atc-button:hover, #shopify-section-enter-lake-district .sse-main__product-grid-item__atc-button:hover, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__atc-button:hover {
    background-color: #fdee8c;
    }
#shopify-section-enter-devon-rebrand .sse-main__product-grid-item__per-entry, #shopify-section-enter-wimbledon-rebrand .sse-main__product-grid-item__per-entry, #shopify-section-enter-ascot-rebrand .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district-tab .sse-main__product-grid-item__per-entry {
    padding: 0 1rem 0;
    color: #9e9e9e;
    font-family: "Showtime", sans-serif;
    font-size: 0.9rem;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages, #shopify-section-enter-wimbledon-rebrand .sse-main__packages, #shopify-section-enter-ascot-rebrand .sse-main__packages, #shopify-section-enter-lake-district .sse-main__packages, #shopify-section-enter-lake-district-tab .sse-main__packages {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages, #shopify-section-enter-wimbledon-rebrand .sse-main__packages, #shopify-section-enter-ascot-rebrand .sse-main__packages, #shopify-section-enter-lake-district .sse-main__packages, #shopify-section-enter-lake-district-tab .sse-main__packages {
        flex-direction: column;
        margin: 17px 0 16px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card, #shopify-section-enter-lake-district .sse-main__packages .package_card, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card {
    flex-basis: 18%;
    max-width: 285px;
    background-color: #fff;
    border: 0.8px solid #e6e6e6;
    padding: 0.6rem 0;
    border-radius: 29px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card, #shopify-section-enter-lake-district .sse-main__packages .package_card, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card {
        max-width: unset;
        flex-basis: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
        padding: 0.5em 0;
        border-radius: 13px;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .card svg, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .card svg, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .card svg, #shopify-section-enter-lake-district .sse-main__packages .package_card .card svg, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .card svg {
        height: 57px;
        }
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .spacer, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .spacer, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .spacer, #shopify-section-enter-lake-district .sse-main__packages .package_card .spacer, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .spacer {
        padding-bottom: 50%;
        }
    }
@media only screen and (min-width: 1024px) and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card, #shopify-section-enter-lake-district .sse-main__packages .package_card, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card {
        padding: 0.6rem 0.3em;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-lake-district .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .most-popular-rosette {
    width: 87px;
    height: 79px;
    position: absolute;
    top: -48px;
    right: -16px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transform-origin: 50% 50%;
    transform: scale(0.8);
    background-image: var(--sf-img-66);
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-lake-district .sse-main__packages .package_card .most-popular-rosette, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .most-popular-rosette {
        width: 60px;
        height: 55px;
        top: -30px;
        right: -17px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-lake-district .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .most-popular-rosette .most-popular-content {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: "Gellix";
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-lake-district .sse-main__packages .package_card .most-popular-rosette .most-popular-content, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .most-popular-rosette .most-popular-content {
        line-height: 1.2;
        font-size: 9.5px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-lake-district .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .card-ticket-icon {
    display: none;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-lake-district .sse-main__packages .package_card .card-ticket-icon, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .card-ticket-icon {
        display: inline-flex;
        flex: 1;
        justify-content: center;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .btn-container button, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .btn-container button, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .btn-container button, #shopify-section-enter-lake-district .sse-main__packages .package_card .btn-container button, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .btn-container button {
    width: 90%;
    margin: 0;
    padding: 0.75rem 0;
    font-size: 18px;
    border: 0;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .btn-container button, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .btn-container button, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .btn-container button, #shopify-section-enter-lake-district .sse-main__packages .package_card .btn-container button, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .btn-container button {
        font-size: 17px;
        padding: 0.3rem 0 0.5rem 0;
        width: 100%;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .btn-container, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .btn-container, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .btn-container, #shopify-section-enter-lake-district .sse-main__packages .package_card .btn-container, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .btn-container {
        flex: 2;
        padding-right: 10px;
        max-width: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-lake-district .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .package-price__mobile {
    display: none;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-lake-district .sse-main__packages .package_card .package-price__mobile, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .package-price__mobile {
        display: flex;
        justify-content: center;
        font-size: 32px;
        font-family: "Gellix", sans-serif;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
    font-size: 18px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Showtime", sans-serif;
    padding: 0;
    min-height: 3em;
    }
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
        font-size: 14px;
        }
    }
@media only screen and (min-width: 1280px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
        padding: 0 1em;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district .sse-main__packages .package_card .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
        display: none;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-lake-district .sse-main__packages .package_card .package-price, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .package-price {
    font-size: 46px;
    color: #081f28;
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    line-height: 1;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .package-price span, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .package-price span, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .package-price span, #shopify-section-enter-lake-district .sse-main__packages .package_card .package-price span, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .package-price span {
    font-size: 35px;
    text-decoration: line-through;
    }
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-lake-district .sse-main__packages .package_card .package-price, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .package-price {
        font-size: 46px;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .package-price, #shopify-section-enter-lake-district .sse-main__packages .package_card .package-price, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .package-price {
        display: none;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .entries-title {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #081f28;
    border-bottom: 1px solid #86c8ca;
    padding: 10px;
    max-width: 80%;
    margin: auto;
    }
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .entries-title {
        font-size: 18px;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .entries-title {
        max-width: unset;
        font-size: 16px;
        border-right: 1px solid #86c8ca;
        border-bottom: 0;
        line-height: 1.2;
        padding: 0 10px;
        min-width: 126px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight {
    background-color: #081f28;
    color: #f5f5f5;
    flex-basis: 20%;
    max-width: 298px;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .entries-title {
    border-bottom: 1px solid #86c8ca;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .entries-title {
        border-bottom: 1px solid #081f28;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight {
        max-width: unset;
        flex-basis: 100%;
        width: 100%;
        padding: 0.5em 0;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .sse-main__product-grid-item__atc-button, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .sse-main__product-grid-item__atc-button, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .sse-main__product-grid-item__atc-button, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .sse-main__product-grid-item__atc-button, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .sse-main__product-grid-item__atc-button {
    background-color: #fd0;
    color: #081f28;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .sse-main__product-grid-item__per-entry, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .sse-main__product-grid-item__per-entry, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .sse-main__product-grid-item__per-entry, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .sse-main__product-grid-item__per-entry {
    color: #f5f5f5;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .package-price, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .package-price, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .package-price, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .package-price, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .package-price {
    color: #fffcf8;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .entries-title {
    color: #f5f5f5;
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card.highlight .card, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card.highlight .card, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card.highlight .card, #shopify-section-enter-lake-district .sse-main__packages .package_card.highlight .card, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card.highlight .card {
    background-color: #081f28;
    }
@media only screen and (min-width: 1024px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card_postal .package-price, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card_postal .package-price, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card_postal .package-price, #shopify-section-enter-lake-district .sse-main__packages .package_card_postal .package-price, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card_postal .package-price {
        font-size: 26px;
        line-height: 36px;
        }
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card_postal .entries-title, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card_postal .entries-title, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card_postal .entries-title, #shopify-section-enter-lake-district .sse-main__packages .package_card_postal .entries-title, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card_postal .entries-title {
        padding: 0;
        font-size: 16px;
        max-width: 100px;
        line-height: 1;
        }
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card_postal .entries-title:before, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card_postal .entries-title:before, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card_postal .entries-title:before, #shopify-section-enter-lake-district .sse-main__packages .package_card_postal .entries-title:before, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card_postal .entries-title:before {
        content: "Postal entry";
        font-size: 12px;
        position: relative;
        bottom: 4px;
        }
    #shopify-section-enter-devon-rebrand .sse-main__packages .package_card_postal .entries-title:after, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card_postal .entries-title:after, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card_postal .entries-title:after, #shopify-section-enter-lake-district .sse-main__packages .package_card_postal .entries-title:after, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card_postal .entries-title:after {
        content: "1 entry per postcard";
        font-size: 9px;
        position: relative;
        top: 4px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__packages .package_card .ticket_item, #shopify-section-enter-devon-rebrand .sse-main__packages .package_card .card-svg-overlay, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .ticket_item, #shopify-section-enter-wimbledon-rebrand .sse-main__packages .package_card .card-svg-overlay, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .ticket_item, #shopify-section-enter-ascot-rebrand .sse-main__packages .package_card .card-svg-overlay, #shopify-section-enter-lake-district .sse-main__packages .package_card .ticket_item, #shopify-section-enter-lake-district .sse-main__packages .package_card .card-svg-overlay, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .ticket_item, #shopify-section-enter-lake-district-tab .sse-main__packages .package_card .card-svg-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    }
#shopify-section-enter-devon-rebrand .sse-main__postal, #shopify-section-enter-wimbledon-rebrand .sse-main__postal, #shopify-section-enter-ascot-rebrand .sse-main__postal, #shopify-section-enter-lake-district .sse-main__postal, #shopify-section-enter-lake-district-tab .sse-main__postal {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 25px;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__postal, #shopify-section-enter-wimbledon-rebrand .sse-main__postal, #shopify-section-enter-ascot-rebrand .sse-main__postal, #shopify-section-enter-lake-district .sse-main__postal, #shopify-section-enter-lake-district-tab .sse-main__postal {
        max-width: 100%;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__postal .postal-content, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content, #shopify-section-enter-lake-district .sse-main__postal .postal-content, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content {
    background-color: #fff;
    padding: 0.6rem 1em;
    margin: 3rem auto 0;
    border-radius: 14px;
    border: 0.8px solid #e6e6e6;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }
#shopify-section-enter-devon-rebrand .sse-main__postal .postal-content .postal-text, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content .postal-text, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content .postal-text, #shopify-section-enter-lake-district .sse-main__postal .postal-content .postal-text, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content .postal-text {
    font-size: 18px;
    font-family: "Showtime", sans-serif;
    color: #59c8ee;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__postal .postal-content .postal-text, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content .postal-text, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content .postal-text, #shopify-section-enter-lake-district .sse-main__postal .postal-content .postal-text, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content .postal-text {
        font-size: 18px;
        position: relative;
        bottom: 5px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-lake-district .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content .postal-text:after {
    content: "No purchase necessary";
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #59c8ee;
    font-family: "Gellix";
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-devon-rebrand .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-lake-district .sse-main__postal .postal-content .postal-text:after, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content .postal-text:after {
        line-height: 4px;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__postal .postal-content .postal-link, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content .postal-link, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content .postal-link, #shopify-section-enter-lake-district .sse-main__postal .postal-content .postal-link, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content .postal-link {
    background: #081f28;
    color: #f5f5f5;
    border-radius: 16px;
    padding: 0 15px;
    font-family: "Showtime";
    font-size: 17px;
    position: relative;
    left: 9px;
    }
@media only screen and (min-width: 1024px) {
    #shopify-section-enter-devon-rebrand .sse-main__postal .postal-content .postal-link, #shopify-section-enter-wimbledon-rebrand .sse-main__postal .postal-content .postal-link, #shopify-section-enter-ascot-rebrand .sse-main__postal .postal-content .postal-link, #shopify-section-enter-lake-district .sse-main__postal .postal-content .postal-link, #shopify-section-enter-lake-district-tab .sse-main__postal .postal-content .postal-link {
        margin-left: 1rem;
        padding: 1rem 10px;
        width: 50%;
        }
    }
#shopify-section-enter-devon-rebrand .sse-main__online-entry-text, #shopify-section-enter-wimbledon-rebrand .sse-main__online-entry-text, #shopify-section-enter-ascot-rebrand .sse-main__online-entry-text, #shopify-section-enter-lake-district .sse-main__online-entry-text, #shopify-section-enter-lake-district-tab .sse-main__online-entry-text {
    font-size: 16px;
    font-family: "Showtime", sans-serif;
    }
#shopify-section-enter-devon-rebrand .sse-main__smallprint .smallprint-content, #shopify-section-enter-wimbledon-rebrand .sse-main__smallprint .smallprint-content, #shopify-section-enter-ascot-rebrand .sse-main__smallprint .smallprint-content, #shopify-section-enter-lake-district .sse-main__smallprint .smallprint-content, #shopify-section-enter-lake-district-tab .sse-main__smallprint .smallprint-content {
    font-size: 12px;
    color: #626262;
    margin-top: 40px;
    text-align: justify;
    max-width: 100%;
    margin: 3rem auto 0;
    line-height: 2;
    padding-bottom: 0;
    }
@media only screen and (max-width: 967px) {
    .sse-main__header {
        font-size: 40px;
        }
    }
#shopify-section-postal-entries--enter-cheshire, #shopify-section-postal-entries--enter-london, #shopify-section-postal-entries--enter-cotswold, #shopify-section-postal-entries--enter-devon, #shopify-section-fake-enter-devon-postal, #shopify-section-postal-entries--enter-wimbledon, #shopify-section-postal-entries--enter-ascot, #shopify-section-postal-entries--enter-lake--district {
    background-color: #f5f5f5;
    padding: 2rem 0 0;
    }
#shopify-section-postal-entries--enter-cheshire .sse-main, #shopify-section-postal-entries--enter-london .sse-main, #shopify-section-postal-entries--enter-cotswold .sse-main, #shopify-section-postal-entries--enter-devon .sse-main, #shopify-section-fake-enter-devon-postal .sse-main, #shopify-section-postal-entries--enter-wimbledon .sse-main, #shopify-section-postal-entries--enter-ascot .sse-main, #shopify-section-postal-entries--enter-lake--district .sse-main {
    width: 100%;
    max-width: unset;
    }
#shopify-section-postal-entries--enter-cheshire .sse-main__header, #shopify-section-postal-entries--enter-london .sse-main__header, #shopify-section-postal-entries--enter-cotswold .sse-main__header, #shopify-section-postal-entries--enter-devon .sse-main__header, #shopify-section-fake-enter-devon-postal .sse-main__header, #shopify-section-postal-entries--enter-wimbledon .sse-main__header, #shopify-section-postal-entries--enter-ascot .sse-main__header, #shopify-section-postal-entries--enter-lake--district .sse-main__header {
    text-align: left;
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
    }
#shopify-section-postal-entries--enter-cheshire .sse-main__subheader, #shopify-section-postal-entries--enter-london .sse-main__subheader, #shopify-section-postal-entries--enter-cotswold .sse-main__subheader, #shopify-section-postal-entries--enter-devon .sse-main__subheader, #shopify-section-fake-enter-devon-postal .sse-main__subheader, #shopify-section-postal-entries--enter-wimbledon .sse-main__subheader, #shopify-section-postal-entries--enter-ascot .sse-main__subheader, #shopify-section-postal-entries--enter-lake--district .sse-main__subheader {
    text-align: left;
    margin-bottom: 1.2em;
    max-width: 510px;
    margin-left: 0;
    }
#shopify-section-postal-entries--enter-cheshire .sse-main__packages .package_card, #shopify-section-postal-entries--enter-london .sse-main__packages .package_card, #shopify-section-postal-entries--enter-cotswold .sse-main__packages .package_card, #shopify-section-postal-entries--enter-devon .sse-main__packages .package_card, #shopify-section-fake-enter-devon-postal .sse-main__packages .package_card, #shopify-section-postal-entries--enter-wimbledon .sse-main__packages .package_card, #shopify-section-postal-entries--enter-ascot .sse-main__packages .package_card, #shopify-section-postal-entries--enter-lake--district .sse-main__packages .package_card {
    flex-basis: 23% !important;
    }
#shopify-section-enter .sse-main__product--alternate {
    background-color: #4fcaf2;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-body {
    padding: 1.5rem 0;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-container.section_ticket {
    grid-gap: unset;
    grid-template-columns: 1.5fr 5fr;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item.ticket-box {
    text-align: center;
    }
#shopify-section-enter .sse-main__product--alternate .ticket-box__price {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
    }
#shopify-section-enter .sse-main__product--alternate .ticket-box__entries {
    color: #fff;
    font-size: 18px;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item.ticket-content {
    border-left: 1px solid #fff;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item.ticket-content .ticket-content__components {
    display: flex;
    align-items: center;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item__per-entry {
    color: #081f28;
    font-size: 18px;
    margin: 0 2rem;
    font-weight: normal;
    }
#shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item__atc-button {
    padding: 1rem 3rem;
    width: auto;
    margin: 0;
    }
@media only screen and (max-width: 881px) {
    #shopify-section-enter .sse-main__product--alternate .sse-main__product-body {
        padding: 1rem 0;
        }
    #shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-container.section_ticket {
        grid-template-columns: auto 1fr;
        }
    #shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-container.section_ticket .ticket-box {
        height: auto;
        }
    #shopify-section-enter .sse-main__product--alternate .ticket-box__price {
        font-size: 32px;
        }
    #shopify-section-enter .sse-main__product--alternate .ticket-box__entries {
        font-size: 14px;
        padding: 0 1rem;
        margin: 0;
        }
    #shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item.ticket-content .ticket-content__components {
        flex-direction: column-reverse;
        align-items: baseline;
        padding-top: 0;
        }
    #shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item__per-entry {
        margin: 12px 0 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        }
    #shopify-section-enter .sse-main__product--alternate .sse-main__product-grid-item__atc-button {
        padding: 0.5rem 1.5rem;
        margin-left: 1rem;
        }
    }
body.template-enter-london nav.main-menu .button-header, body.template-enter-cheshire nav.main-menu .button-header, body.template-enter-cotswold nav.main-menu .button-header {
    display: none;
    }
body.template-enter-london .navbar-toggler, body.template-enter-cheshire .navbar-toggler, body.template-enter-cotswold .navbar-toggler {
    visibility: hidden;
    pointer-events: none;
    cursor: pointer;
    }
body #BHF {
    display: none;
    }
body #TCT-Logo-Colour {
    display: none;
    }
body #Rectangle {
    display: none;
    }
body.template-enter-london #Rectangle, body.template-london #Rectangle, body.template-london-charity #Rectangle {
    display: inline;
    }
body.template-enter-london #BHF, body.template-london #BHF, body.template-london-charity #BHF {
    transform: translate(105px, 0);
    display: inline;
    }
body.template-enter-cheshire #Rectangle, body.template-cheshire #Rectangle, body.template-cheshire-charity #Rectangle {
    display: inline;
    }
body.template-enter-cheshire #TCT-Logo-Colour, body.template-cheshire #TCT-Logo-Colour, body.template-cheshire-charity #TCT-Logo-Colour {
    display: inline;
    }
.slider-wrapper .noUi-target, .slider-wrapper .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.slider-wrapper .noUi-target {
    position: relative;
    }
.slider-wrapper .noUi-base, .slider-wrapper .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    }
.slider-wrapper .noUi-connects {
    overflow: hidden;
    z-index: 0;
    }
.slider-wrapper .noUi-connect, .slider-wrapper .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
    }
.slider-wrapper .noUi-connect {
    height: 100%;
    width: 100%;
    }
.slider-wrapper .noUi-origin {
    height: 10%;
    width: 10%;
    }
.slider-wrapper .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
    }
.slider-wrapper .noUi-vertical .noUi-origin {
    width: 0;
    }
.slider-wrapper .noUi-horizontal .noUi-origin {
    height: 0;
    }
.slider-wrapper .noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    }
.slider-wrapper .noUi-touch-area {
    height: 100%;
    width: 100%;
    }
.slider-wrapper .noUi-state-tap .noUi-connect, .slider-wrapper .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    }
.slider-wrapper .noUi-state-drag * {
    cursor: inherit !important;
    }
.slider-wrapper .noUi-horizontal {
    height: 18px;
    }
.slider-wrapper .noUi-horizontal .noUi-vertical {
    width: 18px;
    }
.slider-wrapper .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
    }
.slider-wrapper .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
    }
.slider-wrapper .noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
.slider-wrapper .noUi-connects {
    border-radius: 3px;
    }
.slider-wrapper .noUi-connect {
    background: #3fb8af;
    }
.slider-wrapper .noUi-draggable {
    cursor: ew-resize;
    }
.slider-wrapper .noUi-vertical .noUi-draggable {
    cursor: ns-resize;
    }
.slider-wrapper .noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #f5f5f5;
    cursor: default;
    box-shadow: inset 0 0 1px #f5f5f5, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    }
.slider-wrapper .noUi-active {
    box-shadow: inset 0 0 1px #f5f5f5, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    }
.slider-wrapper .noUi-handle:after, .slider-wrapper .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
    }
.slider-wrapper .noUi-handle:after {
    left: 17px;
    }
.slider-wrapper .noUi-vertical .noUi-handle:after, .slider-wrapper .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
    }
.slider-wrapper .noUi-vertical .noUi-handle:after {
    top: 17px;
    }
.slider-wrapper [disabled] .noUi-connect {
    background: #b8b8b8;
    }
.slider-wrapper [disabled] .noUi-handle, .slider-wrapper [disabled].noUi-handle, .slider-wrapper [disabled].noUi-target {
    cursor: not-allowed;
    }
.slider-wrapper .noUi-pips, .slider-wrapper .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.slider-wrapper .noUi-pips {
    position: absolute;
    color: #999;
    }
.slider-wrapper .noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    }
.slider-wrapper .noUi-value-sub {
    color: #ccc;
    font-size: 10px;
    }
.slider-wrapper .noUi-marker {
    position: absolute;
    background: #ccc;
    }
.slider-wrapper .noUi-marker-sub {
    background: #aaa;
    }
.slider-wrapper .noUi-marker-large {
    background: #aaa;
    }
.slider-wrapper .noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
    }
.slider-wrapper .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    }
.slider-wrapper .noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    }
.slider-wrapper .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
    }
.slider-wrapper .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
    }
.slider-wrapper .noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
    }
.slider-wrapper .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
    }
.slider-wrapper .noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
    }
.slider-wrapper .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    }
.slider-wrapper .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
    }
.slider-wrapper .noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
    }
.slider-wrapper .noUi-marker-vertical.noUi-marker-large {
    width: 15px;
    }
.slider-wrapper .noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #f5f5f5;
    color: #081f28;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    }
.slider-wrapper .noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
    }
.slider-wrapper .noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
    }
.slider-wrapper .noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
    }
.slider-wrapper .noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
    }
.slider-wrapper .noUi-target {
    border: none;
    background: #d8d8d8;
    border-radius: 0;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    height: 8px;
    position: relative;
    grid-column-start: 1;
    width: 100%;
    margin: 65px 0;
    }
@media only screen and (min-width: 1024px) {
    .slider-wrapper .noUi-target {
        grid-column-end: 4;
        }
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .noUi-target {
        right: auto;
        width: 90%;
        margin: 50px auto;
        }
    }
.slider-wrapper .noUi-connect {
    background: #081f28;
    }
.slider-wrapper .noUi-handle {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -11px;
    border: none;
    border-radius: 15px;
    background: #081f28;
    box-shadow: none;
    outline: none;
    }
.slider-wrapper .noUi-handle::before, .slider-wrapper .noUi-handle::after {
    display: none;
    }
.slider-wrapper .noUi-tooltip {
    background: none;
    border: none;
    font-family: "Showtime";
    font-size: 24px;
    bottom: 100%;
    }
.slider-wrapper .noUi-active {
    box-shadow: none;
    }
@media only screen and (min-width: 1024px) {
    .slider-wrapper .sse-main {
        grid-column-start: 2;
        }
    }
.slider-wrapper .sse-main .ticket-copy {
    grid-column-start: 1;
    }
@media only screen and (min-width: 1024px) {
    .slider-wrapper .sse-main .ticket-copy {
        grid-column-end: 4;
        text-align: center;
        }
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .sse-main .card {
        width: 135px;
        }
    }
.slider-wrapper .sse-main__product-grid-container {
    grid-gap: 1.5rem;
    grid-template-columns: 2.5fr 2fr 2.5fr;
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .sse-main__product-image {
        line-height: 24px;
        }
    }
.slider-wrapper .sse-main__per-entry {
    color: #081f28;
    font-family: "Showtime", sans-serif;
    font-style: italic;
    position: relative;
    font-size: 20px;
    bottom: 2px;
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .sse-main__per-entry {
        font-size: 18px;
        }
    }
.slider-wrapper .sse-main #slider-price {
    font-family: "Showtime", sans-serif;
    font-size: 28px;
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .sse-main #slider-price {
        display: inline;
        }
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .sse-main .sse-main__product-grid-item__per-entry, .slider-wrapper .sse-main #slider-ppe {
        display: inline;
        }
    }
.slider-wrapper .title {
    font-size: 22px;
    font-family: "Showtime";
    }
.slider-wrapper .title .slider-entries {
    display: block;
    font-size: 46px;
    font-family: "Showtime";
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .title .slider-entries {
        font-size: 28px;
        }
    }
.slider-wrapper .slider-pricing {
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 36px;
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .slider-pricing {
        flex-direction: row;
        height: auto;
        }
    }
.slider-wrapper .slider-pricing__ppe, .slider-wrapper .slider-pricing__total {
    border: 1px solid #dadada;
    width: calc(50% - 1em);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-direction: column;
    font-family: "Showtime";
    font-size: 28px;
    }
.slider-wrapper .slider-pricing__ppe .slider-pricing__caption, .slider-wrapper .slider-pricing__total .slider-pricing__caption {
    font-size: 20px;
    font-family: "Gellix";
    font-style: italic;
    color: #081f28;
    margin: 0;
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .slider-pricing__ppe, .slider-wrapper .slider-pricing__total {
        width: 100%;
        }
    }
.slider-wrapper .slider-pricing #slider-ppe, .slider-wrapper .slider-pricing #slider-price {
    display: inline;
    }
.slider-wrapper .noUi-marker-normal {
    display: none;
    }
.slider-wrapper .noUi-value-large {
    font-size: 20px;
    font-family: "Gellix";
    font-style: italic;
    color: #081f28;
    margin: 20px 0 0;
    display: none;
    }
.slider-wrapper .noUi-pips {
    overflow: hidden;
    top: -13px;
    }
.slider-wrapper [style="left:100%;"] {
    display: none;
    }
.slider-wrapper .noUi-marker-large:first-child, .slider-wrapper .noUi-marker-large:last-of-type {
    display: none;
    }
.slider-wrapper .noUi-marker-large.noUi-marker-horizontal {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    background-color: #d8d3d5;
    }
.slider-wrapper .sse-main__product-body .card-img-overlay p {
    padding: 0 !important;
    }
.slider-wrapper .section_ticket {
    width: 100%;
    margin: 0;
    }
.slider-wrapper .section_ticket .ticket-box {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 1em;
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .section_ticket .ticket-box {
        padding: 0;
        height: auto;
        }
    }
@media only screen and (max-width: 1023px) {
    .slider-wrapper .package_card {
        margin-bottom: 0;
        }
    }
#shopify-section-enter-lake-district-standalone .sse-main, #shopify-section-enter-cotswolds-ii-standalone .sse-main, #shopify-section-enter-ascot-standalone.button-header .sse-main, #shopify-section-enter-lake-district-tab .sse-main, #shopify-section-template--15413904375972__enter-cotswolds-ii .sse-main, #nav-cotswolds-ii .sse-main {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    }
#shopify-section-enter-lake-district-standalone .sse-main__header, #shopify-section-enter-cotswolds-ii-standalone .sse-main__header, #shopify-section-enter-ascot-standalone.button-header .sse-main__header, #shopify-section-enter-lake-district-tab .sse-main__header, #shopify-section-template--15413904375972__enter-cotswolds-ii .sse-main__header, #nav-cotswolds-ii .sse-main__header {
    text-align: center;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-lake-district-standalone .sse-main__header, #shopify-section-enter-cotswolds-ii-standalone .sse-main__header, #shopify-section-enter-ascot-standalone.button-header .sse-main__header, #shopify-section-enter-lake-district-tab .sse-main__header, #shopify-section-template--15413904375972__enter-cotswolds-ii .sse-main__header, #nav-cotswolds-ii .sse-main__header {
        text-align: center;
        }
    }
#shopify-section-enter-lake-district-standalone .sse-main__subheader, #shopify-section-enter-cotswolds-ii-standalone .sse-main__subheader, #shopify-section-enter-ascot-standalone.button-header .sse-main__subheader, #shopify-section-enter-lake-district-tab .sse-main__subheader, #shopify-section-template--15413904375972__enter-cotswolds-ii .sse-main__subheader, #nav-cotswolds-ii .sse-main__subheader {
    text-align: center;
    padding: 0 5px 20px 5px;
    }
@media only screen and (max-width: 1023px) {
    #shopify-section-enter-lake-district-standalone .sse-main__subheader, #shopify-section-enter-cotswolds-ii-standalone .sse-main__subheader, #shopify-section-enter-ascot-standalone.button-header .sse-main__subheader, #shopify-section-enter-lake-district-tab .sse-main__subheader, #shopify-section-template--15413904375972__enter-cotswolds-ii .sse-main__subheader, #nav-cotswolds-ii .sse-main__subheader {
        text-align: center;
        }
    }
div[id$=__enter-lake-district] {
    background: #fafafa;
    }
.template-lake-district-audi #nav-lake-district {
    background: #f5f5f5 !important;
    }
.template-lake-district-audi #nav-lake-district #shopify-section-enter-lake-district {
    background: #fafafa !important;
    }
.template-lake-district-audi #nav-lake-district .bg-white {
    background: #f5f5f5 !important;
    }
div[id$=__payment-tabs] {
    background-color: #f4f4f4 !important;
    }
div[id$=__payment-tabs] .bg-white {
    background: #f4f4f4 !important;
    }
.template-cotswolds-ii-range-rover div[id$=__prize-grid], .template-cotswolds-ii-win-two-minis div[id$=__prize-grid] {
    background: #fff;
    }
.bg-white .draw-entry-cards {
    background: none !important;
    }
.draw-entry-cards {
    margin: 0;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards {
        padding-top: 1rem;
        }
    }
.draw-entry-cards .sse-main {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    }
.draw-entry-cards .sse-main__header {
    text-align: left;
    letter-spacing: 0.02em;
    font-weight: normal;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__header {
        text-align: left;
        font-size: 46px;
        padding: 0 5px 0 5px;
        line-height: 48px;
        }
    }
.draw-entry-cards .sse-main__header .enter-heading {
    text-align: left;
    }
.draw-entry-cards .sse-main__subheader {
    font-family: "Gellix";
    line-height: 1.5;
    text-align: left;
    font-size: 21px;
    margin: unset;
    max-width: 100% !important;
    padding: 0 5px 20px 5px;
    }
@media only screen and (min-width: 1024px) {
    .draw-entry-cards .sse-main__subheader {
        max-width: 60% !important;
        }
    }
.draw-entry-cards .sse-main__product {
    border-radius: 25px;
    background-color: #fff;
    margin: 3rem 0 0;
    position: relative;
    width: 100%;
    }
.draw-entry-cards .sse-main__product-header {
    padding: 1em 2em;
    border-bottom: 1px solid #dadada;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__product-header {
        padding: 0.5em 2em;
        }
    }
.draw-entry-cards .sse-main__product-body {
    padding: 2em;
    padding-top: 1em;
    }
.draw-entry-cards .sse-main__product-body .section_ticket {
    margin: 0;
    }
.draw-entry-cards .sse-main__product-body .section_ticket .ticket-box {
    padding: 0;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__product-body .section_ticket .ticket-box {
        height: 200px;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__product-body .card {
        height: 100%;
        width: 115px;
        font-size: 14px;
        padding: 0 15%;
        }
    .draw-entry-cards .sse-main__product-body .card-img-overlay .top {
        font-size: 34px;
        padding: 0;
        padding-top: 2px;
        }
    }
.draw-entry-cards .sse-main__product-body .card-img-overlay {
    padding: 0;
    padding-bottom: 1em;
    }
.draw-entry-cards .sse-main__product-body .card-img-overlay p {
    padding: 0 33%;
    }
.draw-entry-cards .sse-main__product-body .card-img-overlay .top {
    padding: 0;
    padding-top: 2rem;
    width: 170px;
    padding-bottom: 9px;
    margin: 0 auto;
    }
.draw-entry-cards .sse-main__product-body .card-img-overlay img {
    width: 48px;
    padding-bottom: 1.2rem;
    }
.draw-entry-cards .sse-main__product-body .card-img-overlay .card-title {
    bottom: 2.5em;
    }
.draw-entry-cards .sse-main__product .most-popular-rosette, .draw-entry-cards .sse-main__product .launch-offer-rosette {
    width: 125px;
    height: 125px;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__product .most-popular-rosette, .draw-entry-cards .sse-main__product .launch-offer-rosette {
        width: 95px;
        height: 95px;
        }
    }
.draw-entry-cards .sse-main__product .most-popular-content, .draw-entry-cards .sse-main__product .launch-offer-content {
    color: #fff;
    text-align: center;
    line-height: 1.6rem;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: "Showtime";
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__product .most-popular-content, .draw-entry-cards .sse-main__product .launch-offer-content {
        line-height: 1.2rem;
        font-size: 1rem;
        }
    }
.draw-entry-cards .sse-main__product-grid-container {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 2fr 5fr;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__product-grid-container {
        grid-template-columns: 100%;
        grid-gap: 0;
        }
    }
.draw-entry-cards .sse-main__product-grid-item {
    align-self: center;
    font-family: "Gellix", sans-serif;
    }
.draw-entry-cards .sse-main__product-grid-item__entries-into {
    padding-top: 1.5em;
    font-family: "Showtime";
    font-size: 1rem;
    }
.draw-entry-cards .sse-main__product-grid-item__product-image {
    width: 100%;
    max-width: 100%;
    }
.draw-entry-cards .sse-main__product-grid-item__row .sse-row-icon, .draw-entry-cards .sse-main__product-grid-item__row .sse-row-text {
    margin-bottom: 5px;
    }
.draw-entry-cards .sse-main__product-grid-item__row .sse-row-icon {
    width: 26px;
    margin-right: 1em;
    }
.draw-entry-cards .sse-main__product-grid-item__row .sse-row-text {
    font-family: "Showtime";
    font-size: 14px;
    padding-left: 40px;
    text-indent: -40px;
    }
.draw-entry-cards .sse-main__product-grid-item__atc-button {
    border: 0;
    width: 90%;
    padding: 0.75rem 0;
    margin: 0;
    background-color: #fd0;
    border-radius: 32px;
    color: #081f28;
    transition: all 0.2s;
    font-family: "Gellix";
    font-weight: bold;
    }
.draw-entry-cards .sse-main__product-grid-item__atc-button:hover {
    background-color: #fdee8c !important;
    }
.draw-entry-cards .sse-main__product-grid-item__atc-button__twofer {
    text-decoration: none;
    font-size: 17px !important;
    width: 100%;
    }
.draw-entry-cards .sse-main__product-grid-item__per-entry {
    padding: 0 1rem 0;
    color: #9e9e9e;
    font-family: "Showtime", sans-serif;
    font-size: 0.9rem;
    }
.draw-entry-cards .sse-main__packages {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages {
        flex-direction: column;
        margin: 17px 0 16px;
        }
    }
.draw-entry-cards .sse-main__packages .package_card {
    flex-basis: 18%;
    max-width: 285px;
    background-color: #fff;
    border: 0.8px solid #e6e6e6;
    padding: 0.6rem 0;
    border-radius: 29px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card {
        max-width: unset;
        flex-basis: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
        border-radius: 13px;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .card svg {
        height: 57px;
        }
    .draw-entry-cards .sse-main__packages .package_card .spacer {
        padding-bottom: 50%;
        }
    }
@media only screen and (min-width: 1024px) and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card {
        padding: 0.6rem 0.3em;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #63f6fa;
    border-radius: 500px;
    min-width: 128px;
    line-height: 22px;
    vertical-align: middle;
    padding: 0 8px;
    }
.draw-entry-cards .sse-main__packages .package_card s {
    color: rgba(8, 31, 40, 0.4);
    }
.draw-entry-cards .sse-main__packages .package_card .most-popular-rosette {
    width: 87px;
    height: 79px;
    position: absolute;
    top: -48px;
    right: -16px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transform-origin: 50% 50%;
    transform: scale(0.8);
    background-image: var(--sf-img-66);
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .most-popular-rosette {
        width: 60px;
        height: 55px;
        top: -30px;
        right: -17px;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .most-popular-rosette .most-popular-content {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: "Gellix";
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .most-popular-rosette .most-popular-content {
        line-height: 1.2;
        font-size: 9.5px;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .card-ticket-icon {
    display: none;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .card-ticket-icon {
        display: inline-flex;
        flex: 1;
        justify-content: center;
        }
    }
.draw-entry-cards .sse-main__packages .package_card form button, .draw-entry-cards .sse-main__packages .package_card .btn-container button {
    width: 90%;
    margin: 0;
    padding: 0.75rem 0;
    font-size: 18px;
    border: 0;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card form button, .draw-entry-cards .sse-main__packages .package_card .btn-container button {
        font-size: 17px;
        padding: 0.3rem 0 0.5rem 0;
        width: 100%;
        }
    }
.draw-entry-cards .sse-main__packages .package_card form button:hover, .draw-entry-cards .sse-main__packages .package_card .btn-container button:hover {
    background-color: #fdee8c;
    }
.draw-entry-cards .sse-main__packages .package_card form button .spinner-border, .draw-entry-cards .sse-main__packages .package_card .btn-container button .spinner-border {
    height: 1.5rem;
    width: 1.5rem;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card form, .draw-entry-cards .sse-main__packages .package_card .btn-container {
        flex: 2;
        padding-right: 10px;
        max-width: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .package-price__mobile {
    display: none;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .package-price__mobile {
        display: flex;
        justify-content: center;
        font-size: 32px;
        font-family: "Gellix", sans-serif;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .package-price__mobile svg {
    max-height: 70px;
    width: 100%;
    }
@media screen and (max-width: 375px) {
    .draw-entry-cards .sse-main__packages .package_card .package-price__mobile svg {
        width: 100%;
        height: 50px;
        margin: 0.4em 0;
        }
    }
@media screen and (min-width: 576px) and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .package-price__mobile svg {
        max-height: 100px;
        width: 354px;
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
    font-size: 18px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Showtime", sans-serif;
    padding: 0;
    min-height: 3em;
    }
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
    .draw-entry-cards .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
        font-size: 14px;
        }
    }
@media only screen and (min-width: 1280px) {
    .draw-entry-cards .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
        padding: 0 1em;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .sse-main__product-grid-item__per-entry {
        display: none;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .package-price {
    font-size: 46px;
    color: #081f28;
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    line-height: 1;
    }
.draw-entry-cards .sse-main__packages .package_card .package-price span {
    font-size: 35px;
    text-decoration: line-through;
    }
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
    .draw-entry-cards .sse-main__packages .package_card .package-price {
        font-size: 46px;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .package-price {
        display: none;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .entries-title {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #081f28;
    border-bottom: 1px solid #86c8ca;
    padding: 10px 0;
    max-width: 80%;
    margin: auto;
    }
@media only screen and (min-width: 1024px) and (max-width: 1190px) {
    .draw-entry-cards .sse-main__packages .package_card .entries-title {
        font-size: 18px;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card .entries-title {
        max-width: unset;
        font-size: 16px;
        border-right: 0;
        border-bottom: 0;
        line-height: 1.2;
        padding: 0 10px;
        min-width: 108px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        }
    }
.draw-entry-cards .sse-main__packages .package_card.highlight {
    background-color: #081f28;
    color: #f5f5f5;
    flex-basis: 18%;
    flex-basis: 18%;
    max-width: 298px;
    }
.draw-entry-cards .sse-main__packages .package_card.highlight s {
    color: hsla(0, 0%, 100%, 0.4);
    }
.draw-entry-cards .sse-main__packages .package_card.highlight .entries-title {
    border-bottom: 1px solid #86c8ca;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card.highlight .entries-title {
        border-bottom: 1px solid #081f28;
        }
    }
@media only screen and (max-width: 576px) {
    .draw-entry-cards .sse-main__packages .package_card.highlight {
        max-width: 190px;
        padding-top: 0.25em;
        padding-bottom: 1.4em;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card.highlight {
        max-width: unset !important;
        flex-basis: 100%;
        width: 100%;
        padding: 0.5em 0;
        }
    }
.draw-entry-cards .sse-main__packages .package_card.highlight .sse-main__product-grid-item__atc-button {
    background-color: #fd0;
    color: #081f28;
    }
.draw-entry-cards .sse-main__packages .package_card.highlight .sse-main__product-grid-item__per-entry {
    color: #f5f5f5;
    }
.draw-entry-cards .sse-main__packages .package_card.highlight .package-price {
    color: #fffcf8;
    }
.draw-entry-cards .sse-main__packages .package_card.highlight .entries-title {
    color: #f5f5f5;
    }
.draw-entry-cards .sse-main__packages .package_card.highlight .card {
    background-color: #081f28;
    }
@media only screen and (min-width: 1024px) {
    .draw-entry-cards .sse-main__packages .package_card_postal .package-price {
        font-size: 24px;
        line-height: 36px;
        }
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__packages .package_card_postal .entries-title {
        padding: 0;
        font-size: 16px;
        max-width: 100px;
        line-height: 1;
        }
    .draw-entry-cards .sse-main__packages .package_card_postal .entries-title:before {
        content: "Postal entry";
        font-size: 12px;
        position: relative;
        bottom: 4px;
        }
    .draw-entry-cards .sse-main__packages .package_card_postal .entries-title:after {
        content: "1 entry per postcard";
        display: block;
        font-size: 9px;
        position: relative;
        top: 4px;
        }
    }
.draw-entry-cards .sse-main__packages .package_card .ticket_item, .draw-entry-cards .sse-main__packages .package_card .card-svg-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    }
.draw-entry-cards .sse-main__postal {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 25px;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__postal {
        max-width: 100%;
        }
    }
.draw-entry-cards .sse-main__postal .postal-content {
    background-color: #fff;
    padding: 0.6rem 1em;
    margin: 3rem auto 0;
    border-radius: 14px;
    border: 0.8px solid #e6e6e6;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }
.draw-entry-cards .sse-main__postal .postal-content .postal-text {
    font-size: 18px;
    font-family: "Showtime", sans-serif;
    color: #59c8ee;
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__postal .postal-content .postal-text {
        font-size: 18px;
        position: relative;
        bottom: 5px;
        }
    }
.draw-entry-cards .sse-main__postal .postal-content .postal-text:after {
    content: "No purchase necessary";
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #59c8ee;
    font-family: "Gellix";
    }
@media only screen and (max-width: 1023px) {
    .draw-entry-cards .sse-main__postal .postal-content .postal-text:after {
        line-height: 4px;
        }
    }
.draw-entry-cards .sse-main__postal .postal-content .postal-link {
    background: #081f28;
    color: #f5f5f5;
    border-radius: 16px;
    padding: 0 15px;
    font-family: "Showtime";
    font-size: 17px;
    position: relative;
    left: 9px;
    }
@media only screen and (min-width: 1024px) {
    .draw-entry-cards .sse-main__postal .postal-content .postal-link {
        margin-left: 1rem;
        padding: 1rem 10px;
        width: 50%;
        }
    }
.draw-entry-cards .sse-main__online-entry-text {
    font-size: 16px;
    font-family: "Showtime", sans-serif;
    }
.draw-entry-cards .sse-main__smallprint .smallprint-content {
    font-size: 12px;
    color: #626262;
    margin-top: 40px;
    text-align: justify;
    max-width: 90%;
    margin: 3rem auto 0;
    line-height: 2;
    padding-bottom: 0;
    }
.template-postal-entry-route .bg-white, .template-ascot .bg-white, .template-lake-district .bg-white, .template-cotswolds-ii .bg-white, .template-winners .bg-white, .template-alzheimers-research-uk .bg-white, .template-lake-district-valentines-100k .bg-white, .template-ascot-volvo .bg-white, .template-ascot-audi .bg-white, .template-rspca .bg-white {
    background: #fff !important;
    }
.template-postal-entry-route .bg-white #nav-cotswolds-ii, .template-postal-entry-route .bg-white #nav-lake-district, .template-postal-entry-route .bg-white #nav-cornwall, .template-postal-entry-route .bg-white .draw-entry-cards, .template-ascot .bg-white #nav-cotswolds-ii, .template-ascot .bg-white #nav-lake-district, .template-ascot .bg-white #nav-cornwall, .template-ascot .bg-white .draw-entry-cards, .template-lake-district .bg-white #nav-cotswolds-ii, .template-lake-district .bg-white #nav-lake-district, .template-lake-district .bg-white #nav-cornwall, .template-lake-district .bg-white .draw-entry-cards, .template-cotswolds-ii .bg-white #nav-cotswolds-ii, .template-cotswolds-ii .bg-white #nav-lake-district, .template-cotswolds-ii .bg-white #nav-cornwall, .template-cotswolds-ii .bg-white .draw-entry-cards, .template-winners .bg-white #nav-cotswolds-ii, .template-winners .bg-white #nav-lake-district, .template-winners .bg-white #nav-cornwall, .template-winners .bg-white .draw-entry-cards, .template-alzheimers-research-uk .bg-white #nav-cotswolds-ii, .template-alzheimers-research-uk .bg-white #nav-lake-district, .template-alzheimers-research-uk .bg-white #nav-cornwall, .template-alzheimers-research-uk .bg-white .draw-entry-cards, .template-lake-district-valentines-100k .bg-white #nav-cotswolds-ii, .template-lake-district-valentines-100k .bg-white #nav-lake-district, .template-lake-district-valentines-100k .bg-white #nav-cornwall, .template-lake-district-valentines-100k .bg-white .draw-entry-cards, .template-ascot-volvo .bg-white #nav-cotswolds-ii, .template-ascot-volvo .bg-white #nav-lake-district, .template-ascot-volvo .bg-white #nav-cornwall, .template-ascot-volvo .bg-white .draw-entry-cards, .template-ascot-audi .bg-white #nav-cotswolds-ii, .template-ascot-audi .bg-white #nav-lake-district, .template-ascot-audi .bg-white #nav-cornwall, .template-ascot-audi .bg-white .draw-entry-cards, .template-rspca .bg-white #nav-cotswolds-ii, .template-rspca .bg-white #nav-lake-district, .template-rspca .bg-white #nav-cornwall, .template-rspca .bg-white .draw-entry-cards {
    background: #fff !important;
    }
.template-cotswolds-ii-win-50k .content-image-grid__image--3, .template-cotswolds-ii-win-100k .content-image-grid__image--3, .template-cornwall-win-100k .content-image-grid__image--3, .template-cornwall-win-125k .content-image-grid__image--3, .template-marbella-win-this-porsche-911-gts .content-image-grid__image--3, .template-marbella-win-this-jaguar-i-pace .content-image-grid__image--3 {
    object-fit: initial;
    }
.template-cotswolds-ii-win-50k .draw-entry-cards, .template-cotswolds-ii-win-100k .draw-entry-cards, .template-cornwall-win-100k .draw-entry-cards, .template-cornwall-win-125k .draw-entry-cards, .template-marbella-win-this-porsche-911-gts .draw-entry-cards, .template-marbella-win-this-jaguar-i-pace .draw-entry-cards {
    background: #fff !important;
    }
.template-cotswolds-ii-mini .draw-entry-cards {
    background: #fff !important;
    }
@media screen and (max-width: 1023px) {
    .template-cotswolds-ii-mini .draw-entry-cards .tp-content__right__container {
        display: flex;
        padding-top: 15px;
        margin-top: -1rem;
        grid-row: 2px;
        flex-direction: column;
        flex-wrap: unset;
        }
    }
.draw-entry-cards {
    margin: 0 auto;
    }
.template-article .draw-entry-cards {
    background: #fff;
    }
div[id^=shopify-section-template--][id$=__enter-subscription] .draw-entry-cards .sse-main__subheader {
    max-width: 70% !important;
    }
div[id^=shopify-section-template--][id$=__enter-subscription] .customtab button.active {
    font: unset;
    font-weight: bold;
    font-size: 90%;
    }
.template-cornwall .bg-white, .template-cotswolds .bg-white, .template-cheshire .bg-white, .template-wimbledon .bg-white, .template-devon .bg-white, .template-london .bg-white {
    background: #f5f5f5 !important;
    }
@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .template-enter-marbella .container {
        max-width: unset;
        }
    }
@media screen and (max-width: 1023px) {
    .hide-on-tablet {
        display: none !important;
        }
    }
.template-enter-subscription-now-25 .draw-entry-cards .sse-main__packages .package_card, .template-enter-subscription-now-80 .draw-entry-cards .sse-main__packages .package_card, .template-enter-subscription-now .draw-entry-cards .sse-main__packages .package_card {
    min-width: 200px;
    }
@media only screen and (max-width: 1023px) {
    .template-enter-subscription-now-25 .draw-entry-cards .sse-main__packages .package_card .card-ticket-icon, .template-enter-subscription-now-80 .draw-entry-cards .sse-main__packages .package_card .card-ticket-icon, .template-enter-subscription-now .draw-entry-cards .sse-main__packages .package_card .card-ticket-icon {
        max-height: 78px;
        }
    }
.ssf-main {
    min-height: 60vh;
    background-color: #f5f5f5;
    padding-bottom: 8rem;
    padding-top: 10rem;
    }
.ssf-main__header {
    font-family: "Showtime", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-align: center;
    }
@media only screen and (max-width: 767px) {
    .ssf-main {
        background-color: #fff;
        padding: 6rem 0 4rem;
        }
    }
.ssf-card {
    background-color: #fff;
    border-radius: 25px;
    width: 90%;
    max-width: 900px;
    margin: auto;
    margin-top: 3rem;
    display: block;
    padding: 4rem 2rem;
    }
@media only screen and (max-width: 767px) {
    .ssf-card {
        padding: 0;
        margin: 1rem 0;
        width: 100%;
        }
    }
.ssf-card__title {
    font-size: 24px;
    padding: 0 2rem;
    font-family: "Gellix", sans-serif;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
    }
@media only screen and (max-width: 767px) {
    .ssf-card__title {
        margin-top: 60px;
        }
    }
.ssf-question {
    padding: 2rem 2rem 0;
    margin: 1rem 0;
    border-radius: 25px;
    transition: all 0.2s;
    }
.ssf-question.opened {
    padding: 2rem;
    background-color: #f5f5f5;
    }
.ssf-question.opened .ssf-question__header:after {
    content: "-";
    }
@media only screen and (max-width: 767px) {
    .ssf-question.opened {
        background-color: #fff;
        }
    }
.ssf-question__header {
    font-family: "Gellix", sans-serif;
    margin: 0;
    font-size: 1.4rem;
    cursor: pointer;
    padding-right: 35px;
    position: relative;
    }
.ssf-question__header:after {
    color: #0090b1;
    content: "+";
    font-size: 2rem;
    float: right;
    line-height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    }
.ssf-question__content {
    margin-top: 1.5rem;
    display: none;
    font-size: 1rem;
    color: #3d3d3d;
    margin-bottom: 0;
    line-height: 30px;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .ssf-question {
        margin: 0;
        }
    }
.ssf-question:last-child {
    padding-bottom: 0;
    }
.ssf-question:last-child.opened {
    padding-bottom: 2rem;
    }
.uwp-cookie-banner {
    display: none;
    position: fixed;
    background: #0a0a0a;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: bottom 0.3s;
    }
.uwp-cookie-banner__container {
    display: flex;
    padding: 0.8rem 2rem;
    align-items: center;
    }
.uwp-cookie-banner__text {
    flex-grow: 1;
    }
.uwp-cookie-banner__text__content {
    color: #fff;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: 1;
    }
.uwp-cookie-banner__text__link {
    text-decoration: underline;
    font-size: 1rem;
    }
.uwp-cookie-banner__text__link:hover {
    color: #081f28;
    opacity: 0.6;
    transition: opacity 0.3s;
    }
.uwp-cookie-banner__accept {
    padding-left: 2rem;
    }
.uwp-cookie-banner__accept__button {
    font-size: 1rem;
    display: block;
    padding: 4px 20px;
    background-color: #fd0;
    color: #081f28;
    border-radius: 5px;
    }
.uwp-cookie-banner__accept__button:hover {
    text-decoration: none;
    color: #081f28;
    background-color: #fdee8c;
    transition: all 0.3s;
    }
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #fd0;
    border-color: #fd0;
    color: #081f28;
    }
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #333;
    border-color: #fd0;
    background-color: #fd0;
    border-width: 1px;
    border-style: solid;
    text-transform: none;
    text-decoration: none;
    }
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #fff;
    }
#onetrust-pc-sdk .ot-pc-header {
    background: #fff !important;
    color: #000 !important;
    padding: 5px 5px 5px 10px;
    min-height: 64px;
    }
@media (min-width: 767px) {
    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 480px !important;
        }
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter h2.h1, #shopify-section-section--newsletter h2.h1 {
        font-size: 30px;
        }
    }
#shopify-section-home--newsletter .w-75, #shopify-section-section--newsletter .w-75 {
    padding-right: 32px;
    padding-left: 32px;
    }
#shopify-section-home--newsletter .lead, #shopify-section-section--newsletter .lead {
    display: block;
    padding-right: 50px;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .lead, #shopify-section-section--newsletter .lead {
        padding-right: 0;
        }
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1), #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1), #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) {
        flex-wrap: wrap;
        }
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) > div, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) > div {
    display: block;
    border: 1px solid #fff;
    border-radius: 6px;
    flex-basis: 45%;
    flex-grow: 0;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) > div, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) > div {
        flex-basis: 95%;
        margin-bottom: 20px;
        }
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1), #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(1) {
        padding-bottom: 0;
        }
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(2), #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(2) {
    width: 100%;
    display: flex;
    position: static;
    justify-content: space-between;
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(2) > div, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(2) > div {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 6px;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(3), #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(3) {
        display: flex;
        flex-direction: column;
        }
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(3) > div, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(3) > div {
    display: flex;
    align-items: center;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:nth-child(3) > div, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:nth-child(3) > div {
        height: 120px;
        }
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:only-child > div, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:only-child > div {
    flex-grow: 1;
    border: none;
    }
#shopify-section-home--newsletter .sub-form .klaviyo-form form > div > div:only-child > div strong, #shopify-section-section--newsletter .sub-form .klaviyo-form form > div > div:only-child > div strong {
    display: block;
    margin-bottom: 15px;
    }
#shopify-section-home--newsletter input, #shopify-section-section--newsletter input {
    border-radius: 6px;
    color: #000;
    background: #f5f5f5;
    font-family: "Gellix";
    font-size: 20px;
    padding: 14px 37px 12px 24px;
    margin: 5px;
    border: 1px solid #ccc;
    max-height: 57px;
    }
#shopify-section-home--newsletter input:focus, #shopify-section-section--newsletter input:focus {
    outline: none;
    box-shadow: none;
    }
#shopify-section-home--newsletter input::placeholder, #shopify-section-section--newsletter input::placeholder {
    font-family: "Gellix";
    font-size: 20px;
    color: #333;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter input, #shopify-section-section--newsletter input {
        margin-top: 5px;
        width: 100%;
        }
    }
#shopify-section-home--newsletter .ql-editor, #shopify-section-section--newsletter .ql-editor {
    position: relative;
    top: 10px;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter .ql-editor, #shopify-section-section--newsletter .ql-editor {
        top: 45px;
        }
    }
#shopify-section-home--newsletter button, #shopify-section-section--newsletter button {
    margin-top: 9px;
    margin-left: 10px;
    padding: 20px 10px;
    font-size: 18px;
    font-family: "Showtime";
    color: #081f28;
    background-color: #fd0;
    border-radius: 16px;
    font-family: "Showtime", sans-serif;
    width: 150px;
    border: none;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 #fc0;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter button, #shopify-section-section--newsletter button {
        width: 100%;
        margin: 0;
        }
    }
#shopify-section-home--newsletter p, #shopify-section-section--newsletter p {
    font-family: "Gellix";
    }
#shopify-section-home--newsletter button, #shopify-section-section--newsletter button {
    margin-top: 9px;
    margin-left: 5px;
    padding: 10px 10px;
    font-size: 18px;
    font-family: "Showtime";
    color: #081f28;
    background-color: #fd0;
    border-radius: 16px;
    font-family: "Gellix", serif;
    width: 37%;
    border: none;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 #fc0;
    }
@media screen and (max-width: 767px) {
    #shopify-section-home--newsletter button, #shopify-section-section--newsletter button {
        margin-top: 5px;
        width: 100%;
        max-height: 57px !important;
        height: 57px !important;
        }
    }
#email_signup {
    margin-left: 0;
    }
@media screen and (max-width: 767px) {
    #email_signup {
        margin-left: -5px;
        }
    }
.winners--hero {
    height: 770px;
    display: flex;
    justify-content: center;
    padding: 160px 0;
    }
@media screen and (max-width: 767px) {
    .winners--hero {
        flex-direction: column-reverse;
        height: auto;
        margin: 0 auto;
        padding: 0;
        }
    }
.winners--hero_copy {
    width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
@media screen and (max-width: 767px) {
    .winners--hero_copy {
        width: auto;
        text-align: center;
        padding: 3.5rem 40px 2.5rem;
        }
    }
.winners--hero_copy h2 {
    font-family: "Showtime";
    font-size: 46px;
    line-height: 1.4;
    }
@media screen and (max-width: 767px) {
    .winners--hero_copy h2 {
        font-size: 28px;
        }
    }
.winners--hero_copy h3 {
    font-size: 18px;
    line-height: 1.8;
    font-family: "Gellix";
    font-size: 20px;
    }
.winners--hero_copy a {
    width: 175px;
    }
@media screen and (max-width: 767px) {
    .winners--hero_copy a {
        margin: 10px auto 0;
        }
    }
.winners--hero_image {
    width: 650px;
    padding-left: 2em;
    height: auto;
    }
@media screen and (max-width: 767px) {
    .winners--hero_image {
        padding-left: 0;
        }
    }
.winners--hero_image .video {
    position: relative;
    height: 100%;
    }
.winners--hero_image .video .play-btn {
    left: 60%;
    }
@media screen and (max-width: 767px) {
    .winners--hero_image .video .play-btn {
        left: 50%;
        }
    }
.winners--hero_image img, .winners--hero_image video {
    object-fit: cover;
    height: 100%;
    }
@media screen and (max-width: 767px) {
    .winners--hero_image img, .winners--hero_image video {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
        }
    }
@media screen and (max-width: 767px) {
    .winners--hero_image {
        width: auto;
        height: auto;
        }
    }
section.winners {
    background-color: #f6f6f6;
    text-align: center;
    padding-top: 6em;
    }
section.winners h2 {
    margin-bottom: 1em;
    }
section.winners a {
    display: block;
    color: #081f28;
    }
section.winners a:hover {
    color: #fd0;
    text-decoration: none;
    }
@media screen and (max-width: 767px) {
    section.winners {
        padding: 0 8px;
        padding-top: 4em;
        }
    }
section.winners .prize, section.winners .prize-with-video {
    position: relative;
    }
section.winners .prize::after, section.winners .prize-with-video::after {
    content: " ";
    position: absolute;
    background: #d8d8d8;
    width: 4px;
    height: 300px;
    left: calc(50% - 2px);
    top: 90%;
    }
section.winners:first-child::before {
    content: " ";
    position: absolute;
    background: #d8d8d8;
    background-clip: content-box;
    background-position: center;
    width: 20px;
    padding: 0 8px;
    height: 59px;
    top: 179px;
    border-top: 4px solid #d8d8d8;
    left: calc(50% - 10px);
    }
@media screen and (max-width: 767px) {
    section.winners:first-child::before {
        top: 142px;
        }
    }
section.winners .last::after {
    content: none;
    }
section.winners:last-child::after {
    content: " ";
    position: absolute;
    background: #d8d8d8;
    background-clip: content-box;
    background-position: center;
    width: 20px;
    padding: 0 8px;
    height: 59px;
    bottom: 61px;
    border-bottom: 4px solid #d8d8d8;
    left: calc(50% - 10px);
    }
@media screen and (max-width: 767px) {
    section.winners:last-child::after {
        bottom: 16px;
        }
    }
section.winners .prize {
    width: 360px;
    margin: 24px auto;
    }
@media screen and (max-width: 767px) {
    section.winners .prize {
        width: 100%;
        }
    }
section.winners .prize-anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
    }
section.winners .prize .prize--card {
    height: 100px;
    display: flex;
    }
section.winners .prize .prize--card .winner {
    width: 100px;
    object-fit: cover;
    margin-right: 1em;
    }
section.winners .prize .prize--card.placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    }
section.winners .prize .prize--subcard {
    min-height: 100px;
    height: auto;
    display: flex;
    background: #fcfcfc;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    top: -6px;
    padding: 19px 20px 12px 20px;
    text-align: left;
    }
section.winners .prize .prize--subcard .prize--description {
    padding-right: 0;
    margin: 0;
    }
section.winners .prize-with-video {
    width: 720px;
    margin: 44px auto;
    }
@media screen and (max-width: 767px) {
    section.winners .prize-with-video {
        width: 100%;
        }
    }
section.winners .prize-with-video .prize--card {
    height: 400px;
    display: flex;
    text-align: left;
    }
@media screen and (max-width: 767px) {
    section.winners .prize-with-video .prize--card {
        flex-direction: column;
        height: auto;
        }
    }
section.winners .prize-with-video .prize--card .video {
    width: 360px;
    margin-right: 40px;
    position: relative;
    object-fit: cover;
    }
section.winners .prize-with-video .prize--card .video video {
    width: 360px;
    height: 100%;
    object-fit: cover;
    }
@media screen and (max-width: 767px) {
    section.winners .prize-with-video .prize--card .video {
        width: 100%;
        height: 200px;
        padding-right: 0;
        }
    }
section.winners .prize-with-video .prize--card .winner {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    }
section.winners .prize-with-video .prize--card_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
@media screen and (max-width: 767px) {
    section.winners .prize-with-video .prize--card_text {
        padding: 36px;
        }
    }
section.winners .prize-with-video .prize--card.placeholder .video {
    margin-right: 0;
    }
section.winners .prize-with-video .prize--card.placeholder .prize--card_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
section.winners .prize--date {
    color: dimgray;
    font-family: "Showtime";
    font-size: 10px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 0;
    }
section.winners .prize--card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 2;
    position: relative;
    }
section.winners .prize--card.placeholder {
    background: #d8d8d8;
    }
section.winners .prize--winner_name {
    font-family: "Showtime";
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 0;
    line-height: 22px;
    }
section.winners .prize--title {
    font-family: "Showtime";
    font-size: 13px;
    }
section.winners .prize--description {
    font-size: 14px;
    line-height: 22px;
    padding-right: 54px;
    }
@media screen and (max-width: 767px) {
    section.winners .prize--description {
        padding-right: 0;
        }
    }
.play-btn {
    position: absolute;
    color: #fd0;
    background: #fff;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 1em;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    }
@media only screen and (max-width: 767px) {
    .play-btn {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 1em;
        }
    }
.winners-list {
    padding: 3.5rem 0;
    text-align: center;
    }
.winners-list__content {
    margin: 0 auto;
    max-width: 900px;
    }
.winners-hero {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .winners-hero {
        height: 55vh;
        padding: 0 1.5em !important;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-hero .w-75 {
        width: 100% !important;
        }
    }
.winners-hero img, .winners-hero video {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    }
.winners-hero__content {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    position: relative;
    text-align: center;
    z-index: 2;
    }
.winners-hero__heading {
    margin: 0 0 17px;
    color: #fff;
    font-size: 66px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
@media only screen and (max-width: 767px) {
    .winners-hero__heading {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
        }
    }
.winners-hero__subheading {
    margin: 0 0 17px;
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
@media only screen and (max-width: 767px) {
    .winners-hero__subheading {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
        }
    }
.winners-countdown {
    padding: 90px 0;
    }
@media only screen and (max-width: 767px) {
    .winners-countdown {
        padding: 45px 0;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-countdown .w-75 {
        width: 100% !important;
        }
    }
.winners-countdown .row {
    display: flex;
    align-items: center;
    }
@media only screen and (max-width: 767px) {
    .winners-countdown .row {
        flex-direction: column-reverse;
        }
    }
.winners-countdown__heading {
    margin: 0 0 17px;
    font-family: "Showtime", sans-serif;
    font-size: 46px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.02em;
    }
@media only screen and (max-width: 767px) {
    .winners-countdown__heading {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
        }
    }
@media only screen and (min-width: 767px) {
    .winners-countdown__heading .hide-on-desktop {
        display: none;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-countdown__heading .hide-on-mobile {
        display: none;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-countdown .yellow-btn, .winners-countdown .button--yt, .winners-countdown .blue-btn, .winners-countdown .rev-btn, .winners-countdown .outline-btn, .winners-countdown .outline-btn-white, .winners-countdown section.v2-draw-banner button, section.v2-draw-banner .winners-countdown button, .winners-countdown .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .winners-countdown input.shopify-challenge__button {
        width: 100%;
        }
    }
.winners-tickets {
    padding: 50px 0 60px;
    background: #e3e3e3;
    text-align: center;
    }
@media only screen and (max-width: 767px) {
    .winners-tickets {
        padding: 45px 0 15px;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-tickets .w-75 {
        width: 100% !important;
        }
    }
.winners-tickets .row {
    justify-content: center;
    }
.winners-tickets__flex {
    display: flex;
    align-items: start;
    }
@media only screen and (max-width: 767px) {
    .winners-tickets__flex {
        display: block;
        }
    }
.winners-tickets__image {
    width: 50%;
    }
@media only screen and (max-width: 767px) {
    .winners-tickets__image {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        }
    }
.winners-tickets__heading {
    margin: 0;
    font-family: "Showtime", sans-serif;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: normal;
    }
@media only screen and (max-width: 767px) {
    .winners-tickets__heading {
        font-size: 30px;
        line-height: 1.2;
        }
    }
.winners-tickets__subheading {
    margin: 1em 0 2em 0;
    overflow: hidden;
    }
.winners-tickets__subcopy {
    overflow: hidden;
    margin: 1em 0;
    }
.winners-tickets__ticket {
    margin-bottom: 30px;
    }
.winners-tickets__ticket h4 {
    font-size: 22px;
    line-height: 1.4em;
    }
.winners-tickets__ticket .background {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #fff;
    }
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .winners-tickets__ticket .background {
        padding: 15px 5px;
        }
    }
.winners-tickets__ticket .background--gold {
    background: #dfc15e;
    }
.winners-tickets__ticket .background--white {
    background: #fff;
    color: #292929;
    }
.winners-tickets__ticket .background span {
    font-family: "Gellix", sans-serif;
    font-size: 16px;
    }
@media only screen and (max-width: 1189px) {
    .winners-tickets__ticket .background span {
        font-size: 13px;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-tickets__ticket .background span {
        font-size: 18px;
        }
    }
.winners-tickets__ticket .number {
    font-family: "Gellix", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.02em;
    }
@media only screen and (max-width: 767px) {
    .winners-tickets__ticket .number {
        font-size: 18px;
        }
    }
.winners-tickets__ticket hr {
    margin: 0 15px;
    padding: 0;
    height: 30px;
    width: 2px;
    background: #fff;
    }
.winners-tickets .blue-btn:active {
    background-color: unset;
    color: #000;
    text-decoration-color: #00a3a8;
    }
.winners-mosaic-grid {
    padding: 90px 0;
    text-align: center;
    }
@media only screen and (max-width: 767px) {
    .winners-mosaic-grid {
        padding: 45px 0;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-mosaic-grid .w-75 {
        width: 100% !important;
        }
    }
.winners-mosaic-grid__heading {
    margin: 0 0 30px;
    font-family: "Showtime", sans-serif;
    font-size: 46px;
    line-height: 1.4;
    font-weight: normal;
    padding-top: 1em;
    letter-spacing: 0.02em;
    }
@media only screen and (max-width: 767px) {
    .winners-mosaic-grid__heading {
        font-size: 30px;
        line-height: 1.2;
        }
    }
.winners-mosaic-grid__grid {
    height: 90vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .winners-mosaic-grid__grid {
        grid-template-columns: 1fr;
        }
    }
.winners-mosaic-grid__item {
    display: block;
    position: relative;
    text-align: left;
    }
.winners-mosaic-grid__item:nth-child(8n+1), .winners-mosaic-grid__item:nth-child(8n+6) {
    grid-row: auto/span 2;
    }
.winners-mosaic-grid__item:nth-child(8n+1):after, .winners-mosaic-grid__item:nth-child(8n+6):after {
    content: "";
    display: block;
    padding-top: 180%;
    }
.winners-mosaic-grid__item:nth-child(8n+2), .winners-mosaic-grid__item:nth-child(8n+5) {
    grid-column: auto/span 2;
    }
.winners-mosaic-grid__item:nth-child(8n+2):after, .winners-mosaic-grid__item:nth-child(8n+5):after {
    content: "";
    display: block;
    padding-top: 45%;
    }
.winners-mosaic-grid__item:nth-child(8n+3):after, .winners-mosaic-grid__item:nth-child(8n+4):after, .winners-mosaic-grid__item:nth-child(8n+7):after, .winners-mosaic-grid__item:nth-child(8n+8):after {
    content: "";
    display: block;
    padding-top: 90%;
    }
@media only screen and (max-width: 767px) {
    .winners-mosaic-grid__item {
        grid-column: auto/span 1 !important;
        grid-row: auto/span 1 !important;
        }
    .winners-mosaic-grid__item:after {
        padding-top: 90% !important;
        }
    }
.winners-mosaic-grid__item img, .winners-mosaic-grid__item video {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 6px;
    z-index: 1;
    object-fit: cover;
    }
.winners-mosaic-grid__content {
    width: calc(100% - 60px);
    bottom: 30px;
    left: 30px;
    display: block;
    position: absolute;
    z-index: 2;
    }
.winners-mosaic-grid__content span {
    color: #fff;
    font-size: 20px;
    }
.winners-mosaic-grid__content h3 {
    color: #fff;
    font-family: "Showtime", sans-serif;
    font-size: calc(20px + 0.8vw);
    line-height: 1.4;
    font-weight: 500;
    }
.winners-mosaic-grid__reveal {
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #fff;
    z-index: 2;
    }
.winners-mosaic-grid__reveal::before {
    content: "";
    bottom: 59px;
    height: 100px;
    width: 100%;
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    }
.winners-mosaic-grid__reveal button {
    margin: 0;
    position: relative;
    z-index: 3;
    }
.winners-mosaic-grid .reveal > div > div:nth-child(1) {
    height: unset;
    }
.winners-mosaic-grid .reveal > div > div:nth-child(2) {
    margin-top: 60px;
    position: relative;
    }
.winners-mosaic-grid .reveal > div > div:nth-child(2)::before {
    display: none;
    }
.winners-video {
    padding: 90px 0 120px;
    text-align: center;
    }
@media only screen and (max-width: 767px) {
    .winners-video {
        padding: 45px 0 90px;
        }
    }
@media only screen and (max-width: 767px) {
    .winners-video .w-75 {
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        }
    }
.winners-video__heading {
    margin: 0 0 1.5em 0;
    font-size: 46px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: bold;
    }
@media only screen and (max-width: 767px) {
    .winners-video__heading {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
        }
    }
.winners-video__carousel .caption {
    padding: 0 15px;
    max-width: 500px;
    }
#shopify-section-winners--mosaic-grid-winners iframe, #shopify-section-cheshire-winner iframe {
    width: 100%;
    min-height: 480px;
    }
@media only screen and (max-width: 767px) {
    #shopify-section-winners--mosaic-grid-winners iframe, #shopify-section-cheshire-winner iframe {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        min-height: initial;
        }
    }
.template-winners .winners-video {
    background: #e3e3e3;
    padding: 48px 0 90px;
    }
@media only screen and (max-width: 767px) {
    .template-winners .winners-video {
        padding: 25px 0 90px;
        }
    }
.template-winners .winners-video__heading {
    margin: 0 0 1.5rem 0;
    font-weight: normal;
    }
.template-winners #shopify-section-enter-devon, .template-winners #shopify-section-enter-cotswold {
    padding: 3rem 0;
    }
.template-winners .winner-hero__supporting-image img {
    max-height: 50px;
    width: auto;
    padding: 0 0.5em;
    }
@media only screen and (min-width: 769px) and (max-width: 1620px) {
    .template-winners .winner-hero__supporting-image img {
        max-height: 50px;
        }
    }
.winner-image {
    min-width: 100%;
    border-radius: 50% !important;
    border: none;
    margin-left: 22px;
    }
@media only screen and (min-width: 1369px) {
    .winner-image {
        min-width: unset;
        width: 160px;
        margin-left: 0;
        }
    }
@media only screen and (min-width: 1200px) and (max-width: 1368px) {
    .winner-image {
        min-width: unset;
        width: 150px;
        }
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .winner-image {
        margin-left: 0;
        }
    }
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .winner-image {
        min-width: 160px;
        margin-left: 10px;
        }
    }
@media only screen and (max-width: 767px) {
    .winner-image {
        margin-left: 0;
        margin-right: 0;
        min-width: unset;
        max-width: 250px;
        }
    }
.winners-page__countdown {
    color: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    }
@media (max-width: 1025px) {
    .winners-page__countdown {
        padding: 30px;
        }
    }
@media (max-width: 320px) {
    .winners-page__countdown {
        padding: 10px 10px 30px 10px;
        }
    }
.winners-page__countdown div {
    font-size: 14px;
    }
.winners-page__countdown h2, .winners-page__countdown h3, .winners-page__countdown h4, .winners-page__countdown h5, .winners-page__countdown h6, .winners-page__countdown p {
    color: #fff;
    }
.winners-page__countdown h2 {
    font-size: 34px;
    }
@media (min-width: 1025px) {
    .winners-page__countdown h2 {
        font-size: 56px;
        }
    }
.winners-page__countdown h3 {
    font-weight: normal;
    margin-bottom: 1.5rem;
    }
.winners-page__countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    }
.winners-page__countdown-timer span {
    border: 1px solid #ededed;
    border-collapse: collapse;
    display: block;
    font-size: 66px;
    padding: 10px 20px;
    font-family: "Showtime", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    }
@media (max-width: 1025px) {
    .winners-page__countdown-timer span {
        font-size: 40px;
        }
    }
.winners-page__meet-our-winners h2 {
    font-size: 34px;
    margin-bottom: 2.5rem !important;
    }
@media (min-width: 1025px) {
    .winners-page__meet-our-winners h2 {
        font-size: 56px;
        }
    }
.winners-page__this-weeks-winner {
    background-color: #081f28;
    }
@media (min-width: 992px) {
    .winners-page__this-weeks-winner .swiper .swiper-pagination {
        width: 50% !important;
        }
    }
.winners-page__this-weeks-winner .winner-section {
    background: #081f28;
    }
.winners-page__this-weeks-winner .winner-section h2 {
    display: none !important;
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner .winner-section h2 {
        display: block !important;
        }
    }
.winners-page__this-weeks-winner__iframe-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
.winners-page__this-weeks-winner__iframe-modal.active {
    background: rgba(0, 0, 0, 0.7);
    }
.winners-page__this-weeks-winner__iframe-modal.active iframe {
    display: block;
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner__iframe-modal.active iframe {
        width: 100%;
        height: 100%;
        border: none;
        }
    }
.winners-page__this-weeks-winner__iframe-modal.active button {
    display: none;
    }
.winners-page__this-weeks-winner h2, .winners-page__this-weeks-winner h3, .winners-page__this-weeks-winner h4, .winners-page__this-weeks-winner h5, .winners-page__this-weeks-winner h6, .winners-page__this-weeks-winner p, .winners-page__this-weeks-winner span, .winners-page__this-weeks-winner div {
    color: #fff;
    }
.winners-page__this-weeks-winner h3 {
    font-weight: normal;
    }
.winners-page__this-weeks-winner .this-weeks-winner-info {
    padding: 0 100px;
    background: #081f28;
    justify-content: center;
    display: flex;
    flex-direction: column;
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner .this-weeks-winner-info {
        padding: 30px;
        }
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner .this-weeks-winner-info .row {
        justify-content: center !important;
        text-align: center;
        }
    .winners-page__this-weeks-winner .this-weeks-winner-info .quote-box, .winners-page__this-weeks-winner .this-weeks-winner-info .winner-quote, .winners-page__this-weeks-winner .this-weeks-winner-info .winner-caption {
        text-align: center !important;
        }
    }
.winners-page__this-weeks-winner .this-weeks-winner-info h2 {
    font-size: 56px;
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner .this-weeks-winner-info h2 {
        display: none !important;
        }
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner .winner-prize-image {
        padding: 0 !important;
        }
    }
.winners-page__this-weeks-winner .winner-block-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
@media (max-width: 1025px) {
    .winners-page__this-weeks-winner .winner-block-image {
        height: 60vw;
        }
    }
.winners-page__this-weeks-winner .ticket-no {
    margin-bottom: 30px;
    color: gray;
    }
.winners-page__this-weeks-winner h3 {
    font-size: 20px;
    }
@media (min-width: 1025px) {
    .winners-page__this-weeks-winner h3 {
        font-size: 32px;
        }
    }
.winner-hero-with-video {
    overflow: hidden;
    }
@media (min-width: 1281px) and (max-width: 1600px) {
    .winner-hero-with-video {
        height: 485px;
        min-height: unset;
        }
    }
@media (max-width: 576px) {
    .winner-hero-with-video {
        height: 700px;
        min-height: unset;
        }
    }
@media (max-width: 1199px) {
    .winner-hero {
        display: flex !important;
        flex-direction: column;
        }
    }
.winner-hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
@media (max-width: 1199px) {
    .winner-hero__info {
        order: 2;
        }
    }
.winner-hero__hero {
    position: relative;
    height: 600px;
    }
@media (min-width: 1200px) and (max-width: 1600px) {
    .winner-hero__hero {
        height: 485px;
        }
    }
@media (min-width: 576px) and (max-width: 1280px) {
    .winner-hero__hero {
        aspect-ratio: 16/9;
        height: auto;
        }
    }
@media (max-width: 576px) {
    .winner-hero__hero {
        height: 210px;
        }
    }
.winner-hero__hero .slide-content img {
    height: 100%;
    width: auto;
    min-width: 970px;
    }
@media (max-width: 960px) {
    .winner-hero__hero .slide-content img {
        min-width: unset;
        }
    }
@media (max-width: 1280px) {
    .winner-hero__hero {
        order: 1;
        padding: 0;
        }
    }
@media (max-width: 1280px) {
    .winner-hero__hero-image {
        width: 100%;
        }
    }
@media (min-width: 768px) and (max-width: 1200px) {
    .winner-hero h2 {
        text-align: center !important;
        padding-top: 110px !important;
        }
    }
@media (min-width: 1200px) {
    .winner-hero h2 {
        display: none;
        }
    }
.winner-hero__info-outer {
    padding: 20px 40px;
    }
@media (min-width: 1441px) {
    .winner-hero__info-outer {
        padding: 0 80px;
        }
    }
@media (min-width: 968px) and (max-width: 1024px) {
    .winner-hero__info-outer {
        text-align: center;
        }
    }
@media (min-width: 768px) and (max-width: 968px) {
    .winner-hero__info-outer {
        text-align: center;
        }
    .winner-hero__info-outer h2 {
        margin-bottom: 1rem;
        font-size: 34px;
        line-height: 38px;
        }
    }
@media (max-width: 768px) {
    .winner-hero__info-outer {
        text-align: center;
        padding: 51px 40px;
        }
    }
.winner-hero__info-outer h2 {
    font-size: 48px;
    line-height: 50px;
    margin: 1rem 0;
    display: none;
    padding: 0 !important;
    }
@media (min-width: 1200px) and (max-width: 1600px) {
    .winner-hero__info-outer h2 {
        font-size: 38px;
        line-height: 41px;
        margin-bottom: 1rem;
        }
    }
@media (min-width: 1200px) {
    .winner-hero__info-outer h2 {
        display: block;
        }
    }
@media (min-width: 1025px) and (max-width: 1280px) {
    .winner-hero__info-outer p {
        text-align: center;
        }
    }
@media (max-width: 767px) {
    .winner-hero__info-outer .video-btn {
        display: block;
        margin: 1em auto;
        }
    }
.winner-hero__supporting {
    box-shadow: 10px 10px 30px #ddd;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 300px;
    }
@media (min-width: 1026px) and (max-width: 1280px) {
    .winner-hero__supporting {
        margin: 0 auto;
        }
    }
@media (max-width: 1025px) {
    .winner-hero__supporting {
        max-width: 243px;
        margin: 1em auto;
        }
    }
.winner-hero__supporting-label {
    padding: 20px;
    }
.winner-hero__supporting-image {
    padding: 0 1em;
    border-left: 1px solid #eee;
    }
@media (max-width: 1025px) {
    .winner-hero__supporting-image {
        padding: 0;
        margin: auto;
        }
    }
.winner-hero .winner-hero__iframe-modal {
    height: 100%;
    position: relative;
    overflow: hidden;
    }
.winner-hero .winner-hero__iframe-modal .play-button {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
.winner-hero .winner-hero__iframe-modal img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    }
@media (min-width: 1025px) and (max-width: 1280px) {
    .button--yt {
        margin: 1em auto;
        display: flex;
        }
    }
.button--round-blue {
    background-color: #00a2c8;
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 20px;
    min-width: 200px;
    display: inline-block;
    font-weight: bold;
    }
@media (min-width: 1025px) {
    .button--round-blue {
        font-size: 25px;
        min-width: 300px;
        }
    }
.accent-colour {
    color: #00a2c8;
    }
.cornwall-standalone-entries {
    background: #fff;
    }
.cornwall-standalone-entries .draw-entry-cards {
    background: #fff;
    }
.cornwall-standalone-entries .draw-entry-cards h1 {
    padding-top: 0;
    font-size: 34px;
    }
@media (min-width: 1025px) {
    .cornwall-standalone-entries .draw-entry-cards h1 {
        font-size: 56px;
        }
    }
@media (min-width: 1025px) {
    .iframe-toggle {
        opacity: 0.5 !important;
        }
    .iframe-toggle svg {
        pointer-events: none;
        }
    .iframe-toggle .yt-outer {
        fill: #333 !important;
        }
    .iframe-toggle:hover {
        opacity: 1 !important;
        }
    .iframe-toggle:hover .yt-outer {
        fill: red !important;
        }
    }
@media only screen and (max-width: 767px) {
    .template-marbella .winners-tickets__ticket {
        margin-bottom: 0;
        }
    }
.template-marbella .winners-tickets__ticket .background {
    padding: 0 15px;
    }
@media only screen and (max-width: 767px) {
    .template-marbella .winners-tickets__ticket .background span {
        font-size: 18px;
        margin: 0;
        padding: 15px;
        }
    }
.ytModal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    }
.ytModal .modal-body {
    position: relative;
    padding: 0;
    }
.ytModal .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    }
.jumbotron, .jumbotron.jumbotron-fluid {
    background-color: #081f28;
    color: #fd0;
    padding: 6rem 2rem 1rem;
    max-width: 100%;
    }
h1.display-3 {
    color: #fd0;
    text-transform: uppercase;
    }
@media only screen and (max-width: 768px) {
    h1.display-3 {
        text-align: center;
        }
    }
.breadcrumb {
    background: #081f28;
    }
.template-blog .jumbotron-fluid, #shopify-section-template--blog-landing .jumbotron-fluid {
    background-color: #081f28;
    color: #fd0;
    padding: 6rem 2rem 1rem;
    }
.template-blog .jumbotron-fluid nav .breadcrumb, #shopify-section-template--blog-landing .jumbotron-fluid nav .breadcrumb {
    background-color: #081f28;
    }
.template-blog .ssf-main, #shopify-section-template--blog-landing .ssf-main {
    padding-top: 0;
    }
.template-blog .ssf-main .ssf-main__header, #shopify-section-template--blog-landing .ssf-main .ssf-main__header {
    padding: 5rem 2rem;
    }
@media screen and (min-width: 767px) {
    .template-blog .ssf-main .ssf-main__header, #shopify-section-template--blog-landing .ssf-main .ssf-main__header {
        padding: 10rem 0 5rem 0;
        font-size: 60px;
        }
    }
@media screen and (min-width: 991px) {
    .template-blog .ssf-main .ssf-main__header, #shopify-section-template--blog-landing .ssf-main .ssf-main__header {
        padding: 10rem 0;
        }
    }
.template-blog .nav-pills .nav-link.active, #shopify-section-template--blog-landing .nav-pills .nav-link.active {
    background-color: #fd0;
    color: #081f28;
    }
.template-blog .nav-pills .nav-link, #shopify-section-template--blog-landing .nav-pills .nav-link {
    color: #081f28;
    }
.template-blog .nav-pills .nav-link.active, #shopify-section-template--blog-landing .nav-pills .nav-link.active {
    background-color: #fd0;
    color: #081f28;
    }
.template-blog .nav-link, #shopify-section-template--blog-landing .nav-link {
    padding: 0.1rem;
    font-size: 14px;
    }
@media screen and (min-width: 370px) {
    .template-blog .nav-link, #shopify-section-template--blog-landing .nav-link {
        padding: 0.2rem;
        }
    }
@media screen and (min-width: 767px) {
    .template-blog .nav-link, #shopify-section-template--blog-landing .nav-link {
        padding: 0.5rem 1rem;
        font-size: 18px;
        }
    }
@media screen and (min-width: 991px) {
    .template-blog .tagged-header, #shopify-section-template--blog-landing .tagged-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        }
    }
.template-blog .tagged-header form input, #shopify-section-template--blog-landing .tagged-header form input {
    min-width: 300px;
    }
@media only screen and (max-width: 991px) {
    .template-blog .tagged-header .nav-item, #shopify-section-template--blog-landing .tagged-header .nav-item {
        flex-grow: 1;
        text-align: center;
        }
    }
.template-blog .tagged-header .nav-link, #shopify-section-template--blog-landing .tagged-header .nav-link {
    font-weight: bold;
    overflow: hidden;
    }
.template-blog .blog-collection .blog-collection--title, #shopify-section-template--blog-landing .blog-collection .blog-collection--title {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 3px 0;
    font-family: "Gellix";
    font-weight: bold;
    background-color: #000;
    border-radius: 0.25rem;
    }
.template-blog .blog-collection .blog-collection--inner, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    }
.template-blog .blog-collection .blog-collection--inner::after, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner::after {
    content: "";
    float: auto;
    }
@media screen and (min-width: 767px) {
    .template-blog .blog-collection .blog-collection--inner::after, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner::after {
        width: 32%;
        }
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item {
    width: 100%;
    margin-bottom: 20px;
    }
@media screen and (min-width: 767px) {
    .template-blog .blog-collection .blog-collection--inner .card.blog-item, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item {
        width: 32%;
        }
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-body, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-body {
    display: flex;
    flex-direction: column;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item h2, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item h2 {
    font-family: "Gellix", sans-serif;
    font-weight: bold;
    text-transform: initial;
    font-size: 16px;
    line-height: 20px;
    }
@media screen and (min-width: 991px) {
    .template-blog .blog-collection .blog-collection--inner .card.blog-item h2, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item h2 {
        line-height: 1.5em;
        }
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item p.card-text, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item p.card-text {
    font-family: "Gellix", sans-serif;
    font-size: 14px;
    line-height: 20px;
    flex-grow: 1;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-footer, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-footer {
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link {
    font-family: "Gellix";
    font-size: 16px;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link svg, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link svg {
    color: #fd0;
    fill: #fd0;
    width: 11px;
    height: 11px;
    vertical-align: baseline;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link:hover, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link:hover {
    color: #00767a !important;
    text-decoration: none;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link:hover svg .st0, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-footer a.blog-link:hover svg .st0 {
    fill: #00767a !important;
    }
.template-blog .blog-collection .blog-collection--inner .card.blog-item .card-footer .date-published, #shopify-section-template--blog-landing .blog-collection .blog-collection--inner .card.blog-item .card-footer .date-published {
    font-family: "Gellix";
    font-weight: bold;
    font-size: 10px;
    color: dimgray;
    }
.template-search a.blog-link {
    font-family: "Gellix";
    font-size: 16px;
    }
.template-search a.blog-link svg {
    color: #fd0;
    fill: #fd0;
    width: 11px;
    height: 11px;
    vertical-align: baseline;
    }
@media only screen and (min-width: 992px) {
    .blog-article-list {
        border-right: 1px solid #e0e0e0;
        }
    }
.blog-landing--aside {
    padding-top: 8px;
    }
.blog-landing--aside .featured-title {
    margin: 6px 0 20px 0;
    color: #00767a;
    font-size: 32px;
    font-family: "Showtime";
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 40px;
    }
@media screen and (min-width: 767px) and (max-width: 991px) {
    .blog-landing--aside .featured-articles--inner {
        display: flex;
        justify-content: space-between;
        }
    }
@media screen and (min-width: 767px) and (max-width: 991px) {
    .blog-landing--aside .featured-articles--inner .card {
        width: 32%;
        }
    }
.blog-landing--aside .featured-articles--inner .card h2 {
    font-family: "Showtime";
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    }
.landing-search {
    display: block;
    }
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    line-height: 1.5;
    }
.blog-content h1 {
    margin-bottom: 40px;
    font-family: "Showtime";
    }
.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    font-family: "Gellix", sans-serif;
    }
.blog-content div {
    float: none !important;
    }
.blog-content img {
    margin: 25px 0 !important;
    min-width: 100% !important;
    float: none !important;
    }
.blog-content iframe {
    max-width: 100%;
    }
.related-articles h3 {
    margin: 21px 0 20px 0;
    color: #000;
    font-size: 32px;
    font-family: "Showtime";
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: normal;
    }
.related-articles .card h2 {
    font-family: "Showtime";
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    }
@media screen and (min-width: 991px) {
    .related-articles .card h2 {
        line-height: 30px;
        }
    }
.related-articles .card p.card-text {
    font-family: "Showtime";
    font-size: 14px;
    line-height: 20px;
    flex-grow: 1;
    }
.related-articles .card .card-footer {
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
    }
.related-articles .card .card-footer a.blog-link {
    font-family: "Gellix";
    font-weight: bold;
    font-size: 16px;
    }
.related-articles .card .card-footer a.blog-link svg {
    color: #00767a;
    fill: #00767a;
    width: 11px;
    height: 11px;
    }
.related-articles .card .card-footer a.blog-link:hover {
    text-decoration: none;
    }
.related-articles .card .card-footer a.blog-link:hover svg .st0 {
    fill: #00767a !important;
    }
.related-articles .card .card-footer .date-published {
    font-family: "Gellix";
    font-size: 10px;
    color: #00767a;
    }
.related-articles .related-articles--inner {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    }
.related-articles .related-articles--inner::after {
    content: "";
    float: auto;
    }
@media screen and (min-width: 767px) {
    .related-articles .related-articles--inner::after {
        width: 32%;
        }
    }
.article__header {
    margin-bottom: 0;
    padding-bottom: 0;
    }
.article__header .breadcrumb {
    margin-bottom: 0;
    }
.template-article .blog-content h3 {
    overflow: visible;
    }
.template-article .blog-content a {
    text-transform: capitalize;
    letter-spacing: 0.015em;
    position: relative;
    }
.template-article .blog-content a span {
    font-weight: 600 !important;
    }
.template-article .blog-content a:hover, .template-article .blog-content a:focus {
    text-decoration: underline;
    outline: none;
    color: #00767a !important;
    }
.template-article .blog-content a.yellow-btn, .template-article .blog-content a.blue-btn, .template-article .blog-content a.rev-btn, .template-article .blog-content a.outline-btn, .template-article .blog-content a.outline-btn-white, .template-article .blog-content a.button--yt {
    color: #081f28 !important;
    }
.template-article .blog-content a.yellow-btn:hover, .template-article .blog-content a.blue-btn:hover, .template-article .blog-content a.rev-btn:hover, .template-article .blog-content a.outline-btn:hover, .template-article .blog-content a.outline-btn-white:hover, .template-article .blog-content a.button--yt:hover, .template-article .blog-content a.yellow-btn:focus, .template-article .blog-content a.blue-btn:focus, .template-article .blog-content a.rev-btn:focus, .template-article .blog-content a.outline-btn:focus, .template-article .blog-content a.outline-btn-white:focus, .template-article .blog-content a.button--yt:focus {
    text-decoration: none;
    outline: none;
    color: #000 !important;
    }
.template-article .blog-content a.blue-btn {
    text-decoration-thickness: 4px;
    color: #081f28 !important;
    text-underline-offset: 8px;
    }
.template-article .blog-content a.blue-btn:hover, .template-article .blog-content a.blue-btn:focus {
    color: #000 !important;
    text-decoration-thickness: 1px !important;
    text-decoration: underline !important;
    text-decoration-color: #fd0 !important;
    }
.bottom-0 {
    bottom: 0;
    }
.left-0 {
    left: 0;
    }
.right-0 {
    right: 0;
    }
.top-30 {
    top: 30px;
    }
.star {
    background: #fd0;
    width: 5em;
    height: 5em;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    color: #000;
    text-decoration: none;
    left: 0;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.star-outer.hide-on-desktop {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    }
.star:before, .star:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5em;
    width: 5em;
    background: #fd0;
    z-index: -2;
    }
.star:before {
    transform: rotate(30deg);
    }
.star:after {
    transform: rotate(60deg);
    }
p strong {
    font-weight: normal;
    font-family: "National-Bold";
    }
@media screen and (min-width: 576px) and (max-width: 768px) {
    .under-hero__block .flex-md-col {
        flex-direction: column !important;
        }
    }
@media screen and (max-width: 472px) {
    .under-hero__block__logos .col {
        display: flex;
        justify-content: center;
        }
    }
.under-hero__block__logos .col:not(:first-child) {
    margin-left: 30px;
    }
.under-hero__block__logos .col img {
    height: 120px !important;
    }
.under-hero__block .view-more__checkbox {
    display: none;
    }
.under-hero__block span {
    margin: 20px 0;
    display: block;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    }
@media screen and (max-width: 767px) {
    .under-hero__block span {
        margin: 0;
        }
    }
@media screen and (max-width: 767px) {
    .under-hero__block h2 {
        font-size: 32px;
        }
    }
.under-hero__block .blue-btn.under-hero__cta {
    min-width: 120px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-radius: unset;
    background: none;
    }
.under-hero__block .blue-btn.under-hero__cta:hover {
    background: none;
    }
.under-hero__block .blue-btn.under-hero__cta:focus {
    text-decoration: underline;
    text-decoration-color: #fd0;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
    }
@media screen and (max-width: 767px) {
    .under-hero__block .container, .under-hero__block .container-fluid, .under-hero__block .container-sm, .under-hero__block .container-md, .under-hero__block .container-lg, .under-hero__block .container-xl {
        padding: 0;
        }
    .under-hero__block.mobile-bg__grey {
        background: #e3dfdf;
        }
    .under-hero__block.mobile-bg__white {
        background: #fff;
        }
    .under-hero__block .content_view-less {
        display: none;
        }
    .under-hero__block .content_view-less .view-less__label {
        display: block;
        margin-top: 16px;
        }
    .under-hero__block .view-more__checkbox:checked ~ .content_view-less {
        display: block;
        line-height: 1em;
        margin-bottom: 1em;
        }
    .under-hero__block .view-more__checkbox:checked ~ .content_view-less p:last-of-type {
        display: inline;
        }
    .under-hero__block .view-more__checkbox:checked ~ .content_view-more {
        display: none;
        }
    .under-hero__block .under-hero__cta {
        text-align: center;
        width: 100%;
        }
    }
.under-hero__block .under-hero__cta__additional {
    margin: 10px 0;
    padding-left: 30px;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #fd0;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
    }
@media only screen and (max-width: 767px) {
    .under-hero__block .under-hero__cta__additional {
        margin: unset;
        padding-left: 0;
        position: unset;
        display: block;
        }
    }
.under-hero__block .content {
    max-width: 540px;
    }
.under-hero__block .small {
    font-family: "Gellix";
    font-weight: bold;
    font-size: 16px;
    }
@media screen and (max-width: 575px) {
    .under-hero__block .small {
        text-align: center;
        }
    }
.under-hero__block .under-hero__draw-date p {
    margin: 0;
    font-family: "Showtime", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: normal;
    font-size: 20px;
    }
@media screen and (max-width: 767px) {
    .under-hero__block .under-hero__draw-date p {
        font-size: 12px;
        }
    }
.under-hero__block .under-hero__draw-date p strong {
    font-family: "Showtime", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: normal;
    }
.under-hero__text-block__mirror p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    }
.under-hero__text-block__mirror h2 {
    margin-bottom: 0;
    font-size: 66px;
    line-height: 1;
    }
@media screen and (max-width: 767px) {
    .under-hero__text-block__mirror h2 {
        font-size: 44px;
        }
    }
.under-hero__text-block__mirror .under-hero__text-block__content {
    max-width: 435px;
    }
.under-hero__text-block svg {
    height: 49px;
    width: auto;
    max-width: 65px;
    }
.under-hero__text-block h2 {
    font-size: 20px;
    }
.under-hero__text-block__content {
    max-width: 540px;
    }
@media screen and (max-width: 767px) {
    .under-hero__text-block__content {
        padding: 1em;
        }
    }
.under-hero__text-block p i {
    font-size: 0.5em;
    line-height: 0.5em;
    }
.under-hero__text-block__content.impact {
    display: inline-block;
    position: relative;
    font-family: Gellix, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #081f28;
    max-width: max-content !important;
    padding: 25px 0;
    }
@media screen and (min-width: 575px) and (max-width: 998px) {
    .under-hero__text-block__content.impact {
        font-size: 16px;
        flex-wrap: wrap;
        }
    }
@media screen and (max-width: 425px) {
    .under-hero__text-block__content.impact {
        font-size: 18px;
        flex-wrap: wrap;
        }
    }
.under-hero__text-block__content.impact:nth-last-of-type(n+2) {
    border-bottom: 1px solid;
    }
.under-hero__text-block__content.impact:nth-last-of-type(n+2)::after {
    content: "OR";
    position: absolute;
    bottom: -12px;
    background: #fff;
    padding: 0 10px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    left: calc(50% - 25px);
    }
@media screen and (max-width: 768px) {
    .under-hero__text-block__content.impact:nth-last-of-type(n+2)::after {
        background: #f5f5f5;
        }
    }
.under-hero__text-block__content.impact span {
    color: #0193a7;
    margin: 0;
    min-width: 40px;
    display: inline;
    }
@media screen and (min-width: 575px) and (max-width: 998px) {
    .under-hero__text-block__content.impact span {
        width: 100%;
        text-align: center;
        }
    }
@media screen and (max-width: 425px) {
    .under-hero__text-block__content.impact span {
        width: 100%;
        text-align: center;
        }
    }
.under-hero__text-block mobile-accordion {
    width: 100%;
    }
.under-hero__text-block .accordion-item {
    opacity: 1;
    text-align: left;
    font-weight: 300 !important;
    min-width: 50%;
    }
.under-hero__text-block .accordion-item:hover {
    opacity: 1;
    }
.under-hero__text-block .accordion-item .tab-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 540px;
    width: 100%;
    margin: auto;
    }
.under-hero__text-block .accordion-item .tab-title h2 {
    font-family: Gellix;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-left: 15px;
    }
@media screen and (max-width: 768px) {
    .under-hero__text-block .accordion-item {
        cursor: pointer;
        }
    .under-hero__text-block .accordion-item:hover {
        opacity: 0.7;
        }
    .under-hero__text-block .accordion-item .tab-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        }
    .under-hero__text-block .accordion-item .tab-title i {
        order: 3;
        }
    .under-hero__text-block .accordion-item .tab-title h2 {
        width: 100%;
        text-align: left;
        margin-left: 15px;
        margin-bottom: 0;
        }
    .under-hero__text-block .accordion-item .accordion-content {
        max-width: 100%;
        }
    .under-hero__text-block .accordion-item[aria-expanded=false] .accordion-content {
        height: 0;
        transition: height 1s ease-out;
        -webkit-transform: scaley(0);
        -o-transform: scaley(0);
        -ms-transform: scaley(0);
        transform: scaley(0);
        float: left;
        display: none;
        }
    .under-hero__text-block .accordion-item[aria-expanded=true] .accordion-content {
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ddd;
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
        -webkit-transform: scaley(1);
        -o-transform: scaley(1);
        -ms-transform: scaley(1);
        transform: scaley(1);
        -webkit-transform-origin: top;
        -o-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -o-transition: -o-transform 0.4s ease;
        -ms-transition: -ms-transform 0.4s ease;
        transition: transform 0.4s ease;
        box-sizing: border-box;
        }
    }
@media screen and (max-width: 768px) {
    .range-slider__block .col {
        background: #f5f5f5 !important;
        width: 100%;
        flex: 0 0 100% !important;
        }
    }
.range-slider__block .under-hero__text-block svg {
    height: 49px;
    width: auto;
    max-width: 65px;
    }
.range-slider__block .under-hero__text-block h2 {
    font-size: 20px;
    }
.range-slider__block .under-hero__text-block__content {
    max-width: 540px;
    padding: 1em 0 0.75em;
    margin: 0 auto;
    }
@media screen and (min-width: 1350px) {
    .range-slider__block .under-hero__text-block__content {
        max-width: 100%;
        width: 100%;
        }
    }
@media screen and (max-width: 767px) {
    .range-slider__block .under-hero__text-block__content:nth-last-of-type(n+2) {
        padding: 1em 0 0;
        }
    }
.range-slider__block .under-hero__text-block__content .range-slider__range {
    margin-top: 10px;
    }
@media screen and (max-width: 767px) {
    .range-slider__block .under-hero__text-block__content p {
        font-size: 20px;
        margin-bottom: 0;
        }
    }
@media screen and (max-width: 767px) {
    .range-slider__block .under-hero__text-block p {
        margin: 0;
        }
    }
.range-slider__block .under-hero__text-block p i {
    font-size: 0.5em;
    line-height: 0.5em;
    }
@media screen and (max-width: 768px) {
    .range-slider__block .under-hero__text-block__content.impact {
        font-size: 20px;
        padding: 15px 0;
        min-width: 51%;
        }
    }
@media screen and (min-width: 1350px) {
    .range-slider__block .under-hero__text-block__content.impact {
        min-width: 51%;
        }
    }
.campaign-content__carousel .caption, .under-hero__half-width-carousel .caption {
    max-width: 432px;
    padding-bottom: 50px;
    }
@media screen and (max-width: 767px) {
    .campaign-content__carousel .caption, .under-hero__half-width-carousel .caption {
        max-width: 90%;
        }
    }
.campaign-content__carousel .caption p, .under-hero__half-width-carousel .caption p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    }
.campaign-content__carousel .caption.black-campaign-text p, .under-hero__half-width-carousel .caption.black-campaign-text p {
    color: #000;
    }
@media screen and (max-width: 767px) {
    .campaign-content__carousel .alt-layout__content, .under-hero__half-width-carousel .alt-layout__content {
        background: #081f28;
        text-align: center;
        color: #fff;
        padding-top: 1em;
        padding-bottom: 0.5em;
        }
    .campaign-content__carousel .alt-layout__content h2, .under-hero__half-width-carousel .alt-layout__content h2 {
        color: #fff;
        }
    .campaign-content__carousel .carousel_caption, .under-hero__half-width-carousel .carousel_caption {
        padding-bottom: 30px;
        }
    }
.campaign-content__carousel .theme-dark .dot, .under-hero__half-width-carousel .theme-dark .dot {
    border-color: #081f28;
    }
.campaign-content__carousel .theme-dark .dot.is-selected, .under-hero__half-width-carousel .theme-dark .dot.is-selected {
    background: #081f28;
    }
@media screen and (max-width: 767px) {
    .campaign-content__carousel.center-dots .under-hero__cta, .under-hero__half-width-carousel.center-dots .under-hero__cta {
        margin-top: 40px;
        }
    }
.under-hero__half-width-carousel .caption {
    max-width: 380px;
    padding-bottom: 2.25em;
    }
.under-hero__block p {
    line-height: 1.3em;
    }
.campaign-content__meet-our-winners .caption {
    min-height: 4em;
    }
.campaign-content__meet-our-winners h2 {
    margin-bottom: 35px;
    }
@media screen and (max-width: 767px) {
    .campaign-content__meet-our-winners .campaign-content__cta {
        width: 100%;
        }
    }
.twin-hero, .campaign-hero {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
    }
.twin-hero__copy, .campaign-hero__copy {
    color: #fff;
    }
.twin-hero__grid, .campaign-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__grid, .campaign-hero__grid {
        grid-template-columns: 1fr;
        }
    }
.twin-hero__item, .campaign-hero__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    }
.twin-hero__item:after, .campaign-hero__item:after {
    padding-top: 100%;
    content: "";
    display: block;
    }
.twin-hero__content, .campaign-hero__content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 90%;
    text-align: center;
    z-index: 2;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__content, .campaign-hero__content {
        width: 94%;
        }
    }
.twin-hero__tag, .campaign-hero__tag {
    padding: 5px 25px;
    border-radius: 25px;
    background-color: #fff;
    color: #081f28;
    font-size: 16px;
    line-height: 26px;
    font-family: "National-Medium", sans-serif;
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 21px;
    text-shadow: 0 0 0;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__tag, .campaign-hero__tag {
        margin: 18px 0 10px;
        padding: 3px 25px;
        }
    }
.twin-hero__title, .campaign-hero__title {
    padding: 0;
    margin: 0 0 17px;
    color: #fff;
    font-family: "Showtime", sans-serif;
    font-size: 46px;
    letter-spacing: 0.02em;
    line-height: 54px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__title, .campaign-hero__title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 20px;
        }
    }
.twin-hero__button, .campaign-hero__button {
    color: #081f28;
    background-color: #fd0;
    border-radius: 7px;
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 15px 34px;
    min-width: 215px;
    border: 1px solid #fd0;
    font-family: "Showtime", sans-serif;
    font-weight: 900;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    background-color: #fd0;
    border-radius: 16px;
    transition: background-color 0.3s;
    cursor: pointer;
    text-shadow: 0 0 0;
    }
.twin-hero__button:hover, .campaign-hero__button:hover {
    color: #081f28;
    background: rgba(255, 221, 0, 0.8);
    outline: 0;
    text-decoration: none;
    border: 1px solid #fff;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__button, .campaign-hero__button {
        min-width: 170px;
        font-size: 16px;
        line-height: 16px;
        padding: 16px 10px;
        }
    }
.twin-hero__link, .campaign-hero__link {
    display: block;
    margin: -5px 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold !important;
    overflow: hidden;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__link, .campaign-hero__link {
        display: block;
        font-size: 16px;
        line-height: 20px;
        }
    }
.twin-hero__logo, .campaign-hero__logo {
    width: auto;
    height: 75px !important;
    text-align: center;
    margin: 0 auto 17px;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__logo, .campaign-hero__logo {
        margin: 0 auto;
        height: 40px !important;
        }
    }
.twin-hero__logo--devon, .campaign-hero__logo--devon {
    height: 85px !important;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__logo--devon, .campaign-hero__logo--devon {
        height: 40px !important;
        }
    }
.twin-hero__logo--cotswolds, .campaign-hero__logo--cotswolds {
    height: 85px !important;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__logo--cotswolds, .campaign-hero__logo--cotswolds {
        height: 40px !important;
        }
    }
.twin-hero__logo--wimbledon, .campaign-hero__logo--wimbledon {
    height: 85px !important;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__logo--wimbledon, .campaign-hero__logo--wimbledon {
        height: 40px !important;
        }
    }
.twin-hero__countdown, .campaign-hero__countdown {
    font-family: "Showtime", sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
.twin-hero__countdown-date, .campaign-hero__countdown-date {
    font-family: "Showtime", sans-serif;
    font-weight: 900;
    }
@media only screen and (max-width: 767px) {
    .twin-hero__countdown, .campaign-hero__countdown {
        display: none;
        }
    }
@media only screen and (max-width: 767px) {
    .campaign-hero__content {
        transform: translate(-50%, -25%);
        }
    }
.campaign-hero__subtitle {
    font-family: "Gellix", sans-serif;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 0.4em;
    }
@media only screen and (max-width: 767px) {
    .m1x1 .campaign-hero__content {
        transform: translate(-50%, -50%);
        }
    }
#shopify-section-devon-hero .campaign-hero__logo {
    height: 30px !important;
    }
#shopify-section-devon-mobile-carousel .star, #shopify-section-cotswold-mobile-carousel .star {
    right: 60px;
    bottom: 45px;
    left: unset;
    position: absolute;
    }
#shopify-section-cotswold-under-hero .under-hero__block {
    background: #fff;
    }
#shopify-section-cotswold-under-hero .under-hero__block__logos .col:last-child {
    flex: 3;
    }
@media only screen and (max-width: 967px) {
    .w-md-75 {
        width: 75%;
        }
    }
.sq-video-xl {
    min-height: 576px;
    }
@media screen and (max-width: 1280px) {
    .sq-video-xl {
        display: none;
        }
    }
.sq-video-md {
    display: none;
    }
@media screen and (max-width: 1280px) {
    .sq-video-md {
        min-height: 543px;
        display: block;
        }
    }
@media screen and (min-width: 1281px) {
    .sq-video-md {
        min-height: 720px;
        display: none;
        }
    }
.template-index #shopify-section-1601983434538 > section:nth-child(2) > div > div > div.col.video.flex-fill.px-0 {
    background: #081f28;
    }
#shopify-section-1601983434538 > section:nth-child(2) > div > div > div.col.video.flex-fill.px-0 > h2 {
    color: #fff;
    }
@media screen and (max-width: 767px) {
    .template-lake-district-audi .tp-content__right__container, .template-lake-district-valentines-100k .tp-content__right__container {
        background-color: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        }
    }
.template-devon .banner-controls__video, .template-devon .banner-controls__gallery, .template-costwold .banner-controls__video, .template-costwold .banner-controls__gallery {
    display: none !important;
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-october-2022 .draw-entry-cards .sse-main__packages .package_card.highlight .entries-title {
        border-bottom: unset !important;
        margin-bottom: 15px !important;
        }
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-october-2022 .draw-entry-cards .sse-main__packages .package_card.highlight .card {
        background-color: #284551 !important;
        margin-top: -10px;
        margin-left: -17px;
        }
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-december-2022 .draw-entry-cards .sse-main__packages .package_card.highlight .card {
        background-color: #284551 !important;
        }
    }
.template-watch-this-space-september-2022 .tp-content__left__container, .template-watch-this-space-october-2022 .tp-content__left__container {
    background-color: #081f28;
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-september-2022 .tp-content__left__container, .template-watch-this-space-october-2022 .tp-content__left__container {
        display: block;
        }
    }
.template-watch-this-space-september-2022 .tp-content__left__description, .template-watch-this-space-october-2022 .tp-content__left__description {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-september-2022 .tp-content__left__description, .template-watch-this-space-october-2022 .tp-content__left__description {
        text-align: left;
        font-size: 20px;
        }
    }
.template-watch-this-space-september-2022 .tp-content__right__content, .template-watch-this-space-september-2022 .tp-content__left__content, .template-watch-this-space-october-2022 .tp-content__right__content, .template-watch-this-space-october-2022 .tp-content__left__content {
    padding: 2em 5em;
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-september-2022 .tp-content__right__content, .template-watch-this-space-september-2022 .tp-content__left__content, .template-watch-this-space-october-2022 .tp-content__right__content, .template-watch-this-space-october-2022 .tp-content__left__content {
        padding: 2em 3em;
        }
    }
.template-watch-this-space-september-2022 .tp-content__left__title, .template-watch-this-space-october-2022 .tp-content__left__title {
    color: #fd0;
    line-height: 1;
    font-size: 70px;
    }
@media screen and (max-width: 1025px) {
    .template-watch-this-space-september-2022 .tp-content__left__title, .template-watch-this-space-october-2022 .tp-content__left__title {
        font-size: 60px;
        text-align: left;
        padding-top: 40px;
        }
    }
@media screen and (max-width: 475px) {
    .template-watch-this-space-september-2022 .tp-content__left__title, .template-watch-this-space-october-2022 .tp-content__left__title {
        font-size: 60px;
        }
    }
.template-watch-this-space-september-2022 button#twofer, .template-watch-this-space-october-2022 button#twofer {
    width: 90%;
    font-size: 17px;
    text-decoration: none;
    margin: 0 auto;
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-september-2022 button#twofer, .template-watch-this-space-october-2022 button#twofer {
        min-width: 100px;
        font-size: 14px;
        padding: 0.3rem 0 0.5rem 0;
        margin: 1em 1.5em 0 0;
        }
    }
@media screen and (max-width: 767px) {
    .template-watch-this-space-september-2022 .winners-hero, .template-watch-this-space-october-2022 .winners-hero {
        height: 62vh;
        }
    }
@media screen and (min-width: 769px) and (max-width: 1600px) {
    .template-watch-this-space-september-2022 .winners-hero, .template-watch-this-space-october-2022 .winners-hero {
        height: 70vh;
        }
    }
@media screen and (min-width: 769px) and (max-width: 1600px) {
    .template-watch-this-space-september-2022 .winners-hero__heading, .template-watch-this-space-october-2022 .winners-hero__heading {
        margin: 1em 0 17px;
        line-height: 1.2;
        }
    }
@media screen and (min-width: 577px) and (max-width: 767px) {
    .template-watch-this-space-september-2022 .winners-hero__heading, .template-watch-this-space-october-2022 .winners-hero__heading {
        font-size: 53px;
        }
    }
@media screen and (max-width: 576px) {
    .template-watch-this-space-september-2022 .winners-hero__heading, .template-watch-this-space-october-2022 .winners-hero__heading {
        font-size: 40px;
        }
    }
.template-watch-this-space-september-2022 .winners-hero__subheading, .template-watch-this-space-october-2022 .winners-hero__subheading {
    font-family: "Gellix", sans-serif;
    font-weight: 400;
    text-transform: unset;
    line-height: 1.4em;
    }
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .template-watch-this-space-september-2022 .winners-hero__subheading, .template-watch-this-space-october-2022 .winners-hero__subheading {
        line-height: 1.3;
        }
    }
@media screen and (max-width: 398px) {
    .template-watch-this-space-september-2022 .winners-hero__subheading, .template-watch-this-space-october-2022 .winners-hero__subheading {
        font-size: 15px;
        }
    }
.template-watch-this-space-september-2022 .winners-hero__content, .template-watch-this-space-october-2022 .winners-hero__content {
    max-width: 78%;
    }
@media screen and (min-width: 768px) {
    .template-watch-this-space-september-2022 .winners-hero__content, .template-watch-this-space-october-2022 .winners-hero__content {
        max-width: 90%;
        }
    }
.template-watch-this-space-september-2022 .draw-entry-cards .sse-main__header, .template-watch-this-space-october-2022 .draw-entry-cards .sse-main__header {
    text-transform: uppercase;
    padding-top: 0;
    font-size: 56px;
    line-height: 58px;
    padding-bottom: 0;
    }
.template-watch-this-space-september-2022 .draw-entry-cards .sse-main__subheader, .template-watch-this-space-october-2022 .draw-entry-cards .sse-main__subheader {
    font-family: "Gellix";
    line-height: 1.5;
    text-align: left;
    font-size: 21px;
    margin: unset;
    max-width: 100% !important;
    padding: 0 5px 20px 5px;
    }
@media screen and (min-width: 768px) {
    .template-watch-this-space-september-2022 .draw-entry-cards .sse-main__packages .package_card .entries-title, .template-watch-this-space-october-2022 .draw-entry-cards .sse-main__packages .package_card .entries-title {
        max-width: 90%;
        }
    }
.template-watch-this-space-september-2022 .draw-entry-cards .sse-main__header, .template-watch-this-space-october-2022 .draw-entry-cards .sse-main__header {
    font-size: 41px;
    padding: 0 5px 0 5px;
    line-height: 48px;
    }
@media screen and (max-width: 398px) {
    .template-watch-this-space-september-2022 .yellow-btn, .template-watch-this-space-september-2022 .outline-btn-white, .template-watch-this-space-september-2022 section.v2-draw-banner button, section.v2-draw-banner .template-watch-this-space-september-2022 button, .template-watch-this-space-september-2022 .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .template-watch-this-space-september-2022 input.shopify-challenge__button, .template-watch-this-space-september-2022 .button--yt, .template-watch-this-space-september-2022 .blue-btn, .template-watch-this-space-september-2022 .rev-btn, .template-watch-this-space-september-2022 .outline-btn, .template-watch-this-space-october-2022 .yellow-btn, .template-watch-this-space-october-2022 .outline-btn-white, .template-watch-this-space-october-2022 section.v2-draw-banner button, section.v2-draw-banner .template-watch-this-space-october-2022 button, .template-watch-this-space-october-2022 .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .template-watch-this-space-october-2022 input.shopify-challenge__button, .template-watch-this-space-october-2022 .button--yt, .template-watch-this-space-october-2022 .blue-btn, .template-watch-this-space-october-2022 .rev-btn, .template-watch-this-space-october-2022 .outline-btn {
        width: unset;
        margin-top: 1em;
        }
    }
@media screen and (max-width: 576px) {
    .template-cornwall-win-100k .prize-details-banner .yellow-btn, .template-cornwall-win-100k .prize-details-banner .blue-btn, .template-cornwall-win-100k .prize-details-banner .rev-btn, .template-cornwall-win-100k .prize-details-banner .outline-btn, .template-cornwall-win-100k .prize-details-banner .outline-btn-white, .template-cornwall-win-100k .prize-details-banner section.v2-draw-banner button, section.v2-draw-banner .template-cornwall-win-100k .prize-details-banner button, .template-cornwall-win-100k .prize-details-banner .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .template-cornwall-win-100k .prize-details-banner input.shopify-challenge__button, .template-cornwall-win-100k .prize-details-banner .button--yt {
        display: none;
        }
    }
.template-cornwall .banner-controls {
    display: none;
    }
@media screen and (min-width: 768px) {
    .template-cornwall .campaign-hero__title {
        margin: 150px 0 17px;
        }
    }
section.homepage-content__this-weeks-winner {
    padding: 0;
    }
@media screen and (max-width: 960px) {
    section.homepage-content__this-weeks-winner {
        padding: 1.5em 0 0;
        }
    }
@media only screen and (max-width: 767px) {
    .ticket-box {
        height: 200px;
        }
    }
@media only screen and (max-width: 767px) {
    .ticket-box .card {
        height: 200px;
        width: 120px;
        }
    }
@media screen and (max-width: 767px) {
    .text-block__disclaimer p small i {
        padding: 1em;
        font-size: 0.5em;
        line-height: 0.5em;
        }
    }
@media screen and (max-width: 767px) {
    .text-block__disclaimer {
        padding: 1em;
        }
    }
.template-win-a-car .prize-details {
    margin-bottom: 30px;
    }
.template-win-a-car .prize-details-banner.banner {
    background: #081f28 !important;
    }
.template-win-a-car .prize-details .countdown {
    color: #f5f5f5;
    font-family: "Gellix";
    text-align: center;
    background: #de3a11;
    position: absolute;
    top: 18px;
    right: 0;
    width: 313px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 5px;
    z-index: 100;
    }
.template-win-a-car .carousel-cell {
    width: 33.33%;
    }
.content-alternate__container {
    background: #f5f5f5;
    margin: 0 30px 15px;
    grid-gap: 15px;
    }
.content-alternate__container .tp-content__left__content, .content-alternate__container .tp-content__left__title, .content-alternate__container .tp-content__right__content, .content-alternate__container .tp-content__right__title {
    color: #fff;
    }
.content-alternate__container .tp-content__left__image, .content-alternate__container .tp-content__right__image {
    color: #fff;
    }
@media screen and (max-width: 767px) {
    .content-alternate__container .tp-content__left__image, .content-alternate__container .tp-content__right__image {
        grid-row: 1/2;
        }
    }
.content-alternate__container .tp-content__left__content, .content-alternate__container .tp-content__right__content {
    background: #081f28;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    }
.prize-details .countdown {
    color: #f5f5f5;
    font-family: "Gellix";
    text-align: center;
    background: #de3a11;
    position: absolute;
    top: 18px;
    right: 0;
    width: 313px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 5px;
    z-index: 100;
    }
@media (max-width: 767px) {
    .prize-details .countdown {
        top: 45vw;
        }
    }
@media screen and (max-width: 767px) {
    .prize-details .countdown {
        display: none;
        }
    }
.omaze-account {
    padding: 0 0 2em 0;
    }
.omaze-account .breadcrumb {
    background: none;
    font-family: "Gellix", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 4em;
    }
.omaze-account .breadcrumb .breadcrumb-item {
    color: #081f28;
    opacity: 0.6;
    }
.omaze-account .breadcrumb .breadcrumb-item a {
    color: #081f28;
    }
.omaze-account .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "•";
    }
.omaze-account .breadcrumb.white-bc .breadcrumb-item, .omaze-account .breadcrumb.white-bc .breadcrumb-item a {
    opacity: 1;
    color: #fff;
    z-index: 2;
    }
.omaze-account .breadcrumb.white-bc .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .breadcrumb {
        font-size: 16px;
        }
    }
.omaze-account.account-settings .breadcrumb .breadcrumb-item:first-child {
    opacity: 0.7;
    }
.omaze-account .account-form {
    background: #fff;
    border-radius: 61px 7px 7px 7px;
    box-shadow: 0 12px 16px rgba(62, 59, 48, 0.101961);
    font-size: 19px;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .account-form {
        font-size: 22px;
        }
    }
.omaze-account .account-form .header {
    background: #0d2e3b;
    border-radius: 61px 7px 0 0;
    }
.omaze-account .account-form .header .title {
    font-weight: normal;
    font-size: 19px;
    color: #fff;
    max-width: 70%;
    margin: auto;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .account-form .header .title {
        font-size: 22px;
        }
    }
.omaze-account .account-form .content {
    padding: 0.5em 0.75em;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .account-form .content {
        max-width: 75%;
        }
    }
.omaze-account .account-form .content input {
    font-size: 19px;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #d0d0d0;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .account-form .content input {
        font-size: 22px;
        }
    }
.omaze-account .account-form .content input .invalid {
    border-color: #b81414;
    }
.omaze-account .account-form .content label {
    font-size: 16px;
    }
.omaze-account .account-form .content label span {
    color: #b81414;
    }
.omaze-account .account-form .content label span.valid {
    color: #14b83a;
    }
.omaze-account .account-form .error-message {
    background: #ffe9e9;
    color: #b81414;
    font-size: 16px;
    text-align: center;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .account-form .error-message {
        font-size: 19px;
        }
    }
.omaze-account h3 {
    line-height: 1.3;
    font-size: 24px;
    }
@media only screen and (min-width: 769px) {
    .omaze-account h3 {
        font-size: 29px;
        }
    }
.omaze-account .empty-state {
    padding: 7.5em 0;
    }
.omaze-account .yellow-btn, .omaze-account .blue-btn, .omaze-account .rev-btn, .omaze-account .outline-btn, .omaze-account .outline-btn-white, .omaze-account section.v2-draw-banner button, section.v2-draw-banner .omaze-account button, .omaze-account .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .omaze-account input.shopify-challenge__button, .omaze-account .button--yt {
    border-radius: 11px;
    font-size: 16px !important;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .yellow-btn, .omaze-account .blue-btn, .omaze-account .rev-btn, .omaze-account .outline-btn, .omaze-account .outline-btn-white, .omaze-account section.v2-draw-banner button, section.v2-draw-banner .omaze-account button, .omaze-account .shopify-challenge__container input.shopify-challenge__button, .shopify-challenge__container .omaze-account input.shopify-challenge__button, .omaze-account .button--yt {
        font-size: 20px !important;
        }
    }
.omaze-account .btn-outline-dark {
    border-radius: 11px;
    font-size: 16px;
    padding: 10px 34px 13px;
    }
.omaze-account .btn-outline-dark:hover {
    background-color: #d0d0d0;
    }
@media only screen and (min-width: 769px) {
    .omaze-account .btn-outline-dark {
        font-size: 20px !important;
        }
    }
.omaze-account.reset-pw {
    padding-top: 3.5em;
    }
@media only screen and (min-width: 769px) {
    .omaze-account.reset-pw {
        padding-top: 7.5em;
        }
    }
.section-head h1 {
    font-family: "Gellix", "Lucida Sans", sans-serif;
    text-transform: unset;
    letter-spacing: unset;
    }
.draw-card {
    box-shadow: 2px 3px 5px 0 rgba(20, 20, 20, 0.1);
    border: 0;
    min-height: 410px;
    width: 18rem;
    display: flex;
    overflow: hidden;
    }
@media screen and (max-width: 767px) {
    .draw-card {
        display: block;
        margin: 1em auto;
        min-height: auto;
        }
    }
.draw-card .other-entries-badge {
    position: absolute;
    bottom: 0;
    right: -20px;
    border-radius: 25px;
    background: #1398b8;
    color: #fff;
    width: 45px;
    height: 45px;
    padding-top: 5px;
    z-index: 2;
    }
.draw-card .card-header-container {
    border-bottom: 1px solid #e3e1e1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    }
.draw-card .card-header-container .card-header {
    background-color: #fff;
    border: none;
    flex-grow: 1;
    }
.draw-card .card-header-container .card-type {
    color: #a327a6;
    font-size: 1em;
    font-weight: 600;
    }
.draw-card .card-header-container .card-prize {
    color: #081f28;
    font-family: "Showtime", "Impact", "Arial Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1.3em;
    font-weight: 400;
    }
.draw-card .card-header-container .card-location {
    font-weight: 400;
    text-transform: uppercase;
    color: #666;
    font-size: 0.7em;
    }
.draw-card .card-body {
    display: none;
    color: #000;
    font-size: 12px;
    line-height: 1.3;
    }
.draw-card .card-text {
    font-size: 1.3em;
    text-align: center;
    margin-top: -1.1em;
    }
.draw-card .card-text .my-code {
    display: inline;
    margin-left: 0.5em;
    color: #1398b8;
    pointer-events: none;
    }
.draw-card .card-img-container {
    max-height: 152px;
    overflow: hidden;
    margin-bottom: 1em;
    }
.draw-card .card-img-container .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 1em;
    }
.draw-card .button-body {
    background: #081f28;
    padding-bottom: 1em;
    }
.draw-card .button-body .ticket-intro {
    font-size: 14px;
    }
.draw-card .button-body p {
    color: #fff;
    text-align: center;
    }
.draw-card .button-body a.yellow-btn, .draw-card .button-body a.blue-btn, .draw-card .button-body a.rev-btn, .draw-card .button-body a.outline-btn, .draw-card .button-body a.outline-btn-white, .draw-card .button-body a.button--yt {
    background: #fd0;
    color: #081f28;
    border-radius: 16px;
    margin: 0;
    font-size: 15px !important;
    pointer-events: none;
    }
.draw-card.grand-prize-card {
    background: #152a33;
    color: #fff;
    }
.draw-card.grand-prize-card .card-header {
    background: none;
    }
.draw-card.grand-prize-card .card-prize {
    color: #fff;
    font-size: 36px;
    margin: 0.25em 0;
    min-height: 2.5em;
    }
.draw-card.grand-prize-card .card-text {
    color: #fff;
    }
.draw-card.grand-prize-card .button-body {
    background: #081f28;
    padding-bottom: 15px;
    }
.draw-card.grand-prize-card img.tapered {
    border-bottom-right-radius: 7rem;
    }
.draw-card.grand-prize-card .card-header-container {
    border-bottom: 1px solid #1b1923;
    }
main .shopify-policy__container {
    margin-top: 110px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    }
main .shopify-policy__container ol.upper-alpha {
    list-style-type: upper-alpha;
    }
main .shopify-policy__container ol.upper-alpha ol {
    list-style-type: lower-roman;
    }
main .shopify-policy__container ol.lower-alpha {
    list-style-type: lower-alpha;
    }
main .shopify-policy__container .shopify-policy__title {
    display: none;
    background-color: #081f28;
    color: #fd0;
    padding-top: 110px;
    text-align: left;
    padding: 110px 25px 25px 25px;
    }
@media screen and (max-width: 768px) {
    main .shopify-policy__container .shopify-policy__title {
        text-align: center;
        }
    }
main .shopify-policy__container .shopify-policy__title h1 {
    color: #fd0;
    text-transform: uppercase;
    font-size: 46px;
    max-width: 1140px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    }
@media screen and (max-width: 768px) {
    main .shopify-policy__container .shopify-policy__title h1 {
        padding: 0;
        }
    }
main .shopify-policy__container .shopify-policy__body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    }
main .shopify-policy__container .rte {
    padding: 100px 0 25px;
    }
@media screen and (max-width: 768px) {
    main .shopify-policy__container .rte p, main .shopify-policy__container .rte div, main .shopify-policy__container .rte ol, main .shopify-policy__container .rte li {
        font-size: 16px;
        }
    }
.rules-page p {
    line-height: 30px;
    text-align: justify;
    }
.rules-page li strong {
    font-family: "National-Bold";
    }
.rules-page td {
    border: 1px solid #ddd;
    padding: 8px;
    }
.rules-page th {
    background: #e3e3e3;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    }
.rules-page tr:first-child td {
    background: #e3e3e3;
    text-align: center;
    }
.rules-page ol {
    list-style-type: lower-alpha;
    }
.rules-page ol ol {
    list-style-type: lower-roman;
    }
.rules-page ol ol ol {
    list-style-type: upper-alpha;
    }
.rules-page li {
    margin-bottom: 1rem;
    }
@media only screen and (max-width: 760px) {
    .rules-page .scroll-table {
        overflow-x: scroll;
        }
    }
.official-rules ol {
    list-style-type: decimal;
    }
.official-rules ol ol {
    list-style-type: upper-alpha;
    }
.official-rules ol ol ol {
    list-style-type: lower-roman;
    }
#mallorca-bonus {
    height: 100vh;
    background: url(../images/style_image_34.webp);
    background-size: cover;
    }
#mallorca-bonus .color-overlay {
    height: inherit;
    background: rgba(8, 31, 40, 0.4);
    }
#mallorca-bonus .title {
    color: #f5f5f5;
    background-color: #081f28;
    font-weight: 700;
    font-size: 24px;
    }
#mallorca-bonus .price {
    color: #fd0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.501961);
    font-size: 80px;
    font-weight: 500;
    font-family: "Showtime";
    letter-spacing: 0.02em;
    line-height: 1.2;
    }
#mallorca-bonus .subtitle {
    color: #f5f5f5;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.501961);
    }
#mallorca-bonus .info {
    color: #f5f5f5;
    background: rgba(8, 31, 40, 0.8);
    border-radius: 10px;
    max-width: 400px;
    }
#mallorca-bonus .button {
    background: #fd0;
    padding: 12px 32px 14px;
    border-radius: 50vh;
    border: none;
    font-family: "Gellix", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #081f28;
    max-width: 400px;
    }
#mallorca-bonus .button:hover {
    text-decoration: none;
    background: #fdee8c;
    }
.london-v-rules-page p {
    line-height: 30px;
    text-align: justify;
    }
.london-v-rules-page li strong {
    font-family: "National-Bold";
    }
.london-v-rules-page table {
    margin-top: 8px;
    margin-bottom: 8px;
    }
.london-v-rules-page td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    }
.london-v-rules-page th {
    background: #e3e3e3;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    }
.london-v-rules-page h5 {
    text-transform: uppercase;
    }
.london-v-rules-page h5:not(:first-of-type) {
    margin-top: 32px;
    }
.london-v-rules-page ol {
    list-style-type: lower-alpha;
    }
.london-v-rules-page ol ol {
    list-style-type: lower-roman;
    }
.london-v-rules-page ol ol ol {
    list-style-type: upper-alpha;
    }
.london-v-rules-page li {
    margin-bottom: 1rem;
    }
@media only screen and (max-width: 760px) {
    .london-v-rules-page .scroll-table {
        overflow-x: scroll;
        }
    }
.v2-rules-page p {
    line-height: 30px;
    text-align: justify;
    }
.v2-rules-page li strong {
    font-family: "National-Bold";
    }
.v2-rules-page table {
    margin-top: 8px;
    margin-bottom: 8px;
    }
.v2-rules-page td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    }
.v2-rules-page th {
    background: #e3e3e3;
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    }
.v2-rules-page h5 {
    text-transform: uppercase;
    }
.v2-rules-page h5:not(:first-of-type) {
    margin-top: 32px;
    }
.v2-rules-page ol {
    list-style-type: lower-alpha;
    }
.v2-rules-page ol ol {
    list-style-type: lower-roman;
    }
.v2-rules-page ol ol ol {
    list-style-type: upper-alpha;
    }
.v2-rules-page li {
    margin-bottom: 1rem;
    }
@media only screen and (max-width: 760px) {
    .v2-rules-page {
        padding: 16px;
        background: #fff;
        }
    .v2-rules-page .scroll-table {
        overflow-x: scroll;
        }
    }
.v2-rules-page #sidebar-rules {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    position: sticky;
    top: 80px;
    z-index: 50;
    min-width: 320px;
    overflow-y: auto;
    max-height: 90vh;
    }
@media only screen and (max-width: 991px) {
    .v2-rules-page #sidebar-rules {
        display: none;
        }
    }
.v2-rules-page .sidebar-card:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    }
.v2-rules-page .sidebar-card:not(:first-child) {
    padding-top: 16px;
    }
.v2-rules-page .sidebar-card__header {
    font-family: "Gellix", sans-serif;
    cursor: pointer;
    padding-right: 36px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: left;
    }
.v2-rules-page .sidebar-card__header::after {
    content: "+";
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    color: #55c2ff;
    right: 0;
    top: 0;
    }
.v2-rules-page .sidebar-card__header.expanded::after {
    content: "-";
    }
.v2-rules-page .sidebar-card__content {
    display: none;
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.3s ease-out;
    padding-left: 16px;
    }
.v2-rules-page .sidebar-card__content * {
    font-family: "Gellix", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0;
    }
.overview-main .nav-tabs {
    border-bottom: none;
    flex-direction: column;
    padding: 0 16px;
    }
@media screen and (min-width: 1024px) {
    .overview-main .nav-tabs {
        flex-direction: row;
        padding: 0;
        }
    }
.overview-main .nav-link {
    color: #081f28;
    border-radius: 4px !important;
    font-family: Gellix;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
    background: none;
    padding: 12px 16px;
    margin-top: 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.overview-main .nav-link.active {
    background-color: #fd0;
    color: #081f28;
    }
.overview-main .inner-page-content {
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    }
@media screen and (min-width: 767px) {
    .overview-main .inner-page-content {
        padding: 32px;
        }
    }
.overview-content__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    text-align: left;
    }
@media screen and (min-width: 767px) {
    .overview-content__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
@media screen and (min-width: 1024px) {
    .overview-content__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
.overview-card {
    margin-bottom: 16px;
    height: 100%;
    }
.overview-card__title {
    font-family: "Gellix";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
    text-transform: capitalize;
    }
@media screen and (min-width: 767px) {
    .overview-card__title {
        min-height: 60px;
        }
    }
.overview-card__body {
    padding-bottom: 0;
    min-height: 0;
    }
.overview-card__excerpt {
    font-family: "Gellix";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    }
.overview-card__footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    }
.overview-card__read-more {
    font-family: "Gellix";
    font-weight: 700;
    font-size: 14px;
    color: #0090b1;
    text-decoration: underline;
    text-transform: uppercase;
    }
.overview-card__read-more-link {
    font-family: "Gellix";
    font-weight: 700;
    font-size: 14px;
    color: #0090b1;
    text-decoration: underline;
    text-transform: uppercase;
    }
.overview-card__arrow {
    width: 20px;
    display: inline-block;
    }