@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
.file-wrap input {
    padding: 20px 25px !important;
    font-size: 15px;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
* Computes a CSS calc function that betweens a value from
* A to B over viewport-width A to viewport-width B.
* Requires a media query to cap the value at B.
*/
/* functional breakpoints */
/* COLORS
================================= */
/* Other stuff
================================= */
body {
    background-color: white;
    overflow-x: hidden;
}
.show-nav body {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

input,
textarea,
button,
a {
    outline: 0;
}

.ltr {
    display: inline-block;
    direction: ltr;
}

table.simple {
    border-spacing: 0;
    font-size: 0.94em;
    margin: 2em;
}
table.simple th {
    text-align: inherit;
    font-weight: 500;
}
table.simple th,
table.simple td {
    padding: 10px 15px;
}
table.simple thead th {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(71, 70, 71, 0.2);
}
table.simple tbody tr:nth-child(2n) {
    background-color: rgba(111, 114, 113, 0.1);
}

.site-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    padding-top: 60px;
}
@media (min-width: 1100px) and (max-width: 1549px) {
    .site-wrap {
        padding-top: 120px;
    }
}
.site-wrap main {
    flex: auto;
}
@media (min-width: 740px) {
    .site-wrap main .layout-halves {
        display: flex;
    }
    .site-wrap main .layout-halves .layout-half {
        flex: 1;
    }
    [dir="ltr"] .site-wrap main .layout-halves .layout-half + .layout-half {
        margin-left: 2px;
    }
    [dir="rtl"] .site-wrap main .layout-halves .layout-half + .layout-half {
        margin-right: 2px;
    }
}
@media (min-width: 1100px) {
    .site-wrap main .content-halves {
        display: flex;
        justify-content: space-between;
    }
    .site-wrap main .content-halves > div {
        width: 45%;
    }
}
.site-wrap main .layout {
    display: flex;
    flex-direction: column;
}
.site-wrap main .layout .layout-content {
    order: 2;
}
.site-wrap main .layout .layout-media {
    order: 1;
    margin-bottom: 2.5em;
    margin-top: -1em;
}
@media (min-width: 740px) {
    .site-wrap main .layout {
        flex-direction: row;
    }
    .site-wrap main .layout .layout-content {
        flex: auto;
    }
    .site-wrap main .layout .layout-content + .layout-content {
        width: 46%;
        margin-top: 0;
    }
    [dir="ltr"]
        .site-wrap
        main
        .layout
        .layout-content
        + .layout-content:last-child {
        margin-left: 8%;
    }
    [dir="rtl"]
        .site-wrap
        main
        .layout
        .layout-content
        + .layout-content:last-child {
        margin-right: 8%;
    }
    .site-wrap main .layout .layout-media {
        order: 3;
        flex: none;
        width: 50%;
        margin-top: 0;
    }
    [dir="ltr"] .site-wrap main .layout .layout-media:last-child {
        margin-left: 8%;
        margin-right: -5.6%;
    }
    [dir="rtl"] .site-wrap main .layout .layout-media:last-child {
        margin-right: 8%;
        margin-left: -5.6%;
    }
}
@media (min-width: 740px) and (min-width: 1780px) {
    .site-wrap main .layout .layout-media {
        width: 52%;
    }
    [dir="ltr"] .site-wrap main .layout .layout-media:last-child {
        margin-left: 10%;
    }
    [dir="rtl"] .site-wrap main .layout .layout-media:last-child {
        margin-right: 10%;
    }
}

.article-grid {
    display: grid;
    grid-row-gap: 2em;
}
@media (min-width: 850px) {
    .article-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10%;
    }
}
[dir="ltr"] .article-grid article {
    border-left: 4px solid #dfabd7;
    padding-left: 1.4em;
}
@media (min-width: 740px) {
    [dir="ltr"] .article-grid article {
        padding-left: 2em;
    }
}
[dir="rtl"] .article-grid article {
    border-right: 4px solid #dfabd7;
    padding-right: 1.4em;
}
@media (min-width: 740px) {
    [dir="rtl"] .article-grid article {
        padding-right: 2em;
    }
}
[data-section="sports-awards"] .article-grid article {
    border-color: #ff8d6d;
}

.grid-thumbs {
    display: grid;
    grid-row-gap: 2em;
    margin: 2em 0;
}
@media (min-width: 740px) {
    .grid-thumbs {
        margin: 3em 0;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3em;
        grid-row-gap: 2.2em;
    }
}
@media (min-width: 1100px) {
    .grid-thumbs {
        margin: 4em 0;
        grid-column-gap: 3.8em;
        grid-row-gap: 3em;
    }
    .grid-thumbs.trio {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 2.8em;
        grid-row-gap: 2.2em;
    }
}
@media (min-width: 1300px) {
    .grid-thumbs.quad {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 2.4em;
        grid-row-gap: 2em;
    }
}

.flex-row > * + * {
    margin-top: 3em;
}
@media (min-width: 740px) {
    .flex-row {
        display: flex;
    }
    .flex-row > * {
        flex: 1;
        margin-top: 0;
    }
    [dir="ltr"] .flex-row > * {
        margin-left: 8%;
    }
    [dir="rtl"] .flex-row > * {
        margin-right: 8%;
    }
    .flex-row > *:first-child {
        margin: 0;
    }
    .flex-row > *.flex-wider {
        flex: 1.5;
    }
}

.wrapper {
    width: 90%;
    margin: auto;
    max-width: 1600px;
}
main > .wrapper {
    margin-top: 3em;
    margin-bottom: 3em;
}
@media (min-width: 1100px) {
    main > .wrapper {
        margin-top: 4em;
        margin-bottom: 4em;
    }
}
@media (min-width: 1780px) {
    main > .wrapper {
        margin-top: 5em;
        margin-bottom: 5em;
    }
}
.wrapper.wide {
    width: 100%;
    max-width: 1600px;
}
@media (min-width: 740px) {
    .layout-halves > .layout-half .wrapper {
        width: 80%;
    }
}

.wrap {
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
}

.hidden {
    display: none !important;
}

/* scrollbars */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background: #0e1d42;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}

body {
    color: #474647;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: "Montserrat", "Almarai", sans-serif;
}
@media (min-width: 1100px) and (min-height: 650px) {
    body {
        font-size: 15px;
    }
}
@media (min-width: 1780px) and (min-height: 800px) {
    body {
        font-size: 16px;
    }
}
@media (min-width: 2000px) and (min-height: 900px) {
    body {
        font-size: 17px;
    }
}

article .eyebrow {
    font-weight: 800;
    color: #8194dd;
    margin-bottom: 0.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em;
}
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.eyebrow + h4,
.eyebrow + h5,
.eyebrow + h6 {
    margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.wrapper > h1:last-child,
.layout-content > h1:last-child,
.wrapper > h2:last-child,
.layout-content > h2:last-child,
.wrapper > h3:last-child,
.layout-content > h3:last-child,
.wrapper > h4:last-child,
.layout-content > h4:last-child,
.wrapper > h5:last-child,
.layout-content > h5:last-child,
.wrapper > h6:last-child,
.layout-content > h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-weight: 800;
    font-size: 2.2em;
    line-height: 1.1em;
    max-width: 19em;
    color: #0e1d42;
    text-transform: uppercase;
    margin: 0.8em 0;
}
[dir="rtl"] h1 {
    line-height: 1.3em;
}
h1:first-child {
    margin-top: 0;
}
@media (min-width: 740px) {
    h1 {
        font-size: 2.4em;
    }
}
@media (min-width: 1100px) {
    h1 {
        font-size: 3em;
    }
}
h2 {
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1.2em;
    color: #0e1d42;
    text-transform: uppercase;
    max-width: 20em;
}
@media (min-width: 740px) {
    h2 {
        font-size: 2.2em;
    }
}
@media (min-width: 1100px) {
    h2 {
        font-size: 2.4em;
    }
}

h3 {
    font-weight: 800;
    color: #0e1d42;
    text-transform: uppercase;
    font-size: 1.35em;
    max-width: 27em;
    line-height: 1.2em;
}
@media (min-width: 740px) {
    h3 {
        font-size: 1.6em;
    }
}
@media (min-width: 1100px) {
    h3 {
        font-size: 1.7em;
    }
}

h4 {
    font-weight: 700;
    font-size: 1.15em;
    margin-bottom: 0.6em;
    text-transform: uppercase;
    color: #0e1d42;
}
@media (min-width: 1100px) {
    h4 {
        font-size: 1.2em;
    }
}
h4 + p {
    margin-top: 0;
}

h5 {
    font-size: 1.05em;
    text-transform: uppercase;
    font-weight: 900;
}

a {
    color: #f9423a;
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 700;
}
a:hover {
    color: #0e1d42;
}

p,
li,
dd {
    line-height: 1.7em;
    max-width: 48em;
}
p.highlight,
li.highlight,
dd.highlight {
    color: #0e1d42;
    font-weight: 800;
    font-size: 1.08em;
    max-width: 44.5em;
    margin: 1.6em 0;
}
p.highlight b,
li.highlight b,
dd.highlight b {
    font-weight: 800;
    color: #f9423a;
}
p.small,
li.small,
dd.small {
    font-size: 0.86em;
}
p.tiny,
li.tiny,
dd.tiny {
    font-size: 0.76em;
}
p.note,
li.note,
dd.note {
    font-size: 0.8em;
}
p.note .icon,
li.note .icon,
dd.note .icon {
    display: inline-block;
    margin-inline-end: 0.3em;
    font-size: 16px;
    vertical-align: middle;
    color: #8194dd;
}
.wrapper > p:last-child,
.layout-content > p:last-child,
.wrapper > li:last-child,
.layout-content > li:last-child,
.wrapper > dd:last-child,
.layout-content > dd:last-child {
    margin-bottom: 0;
}

ul,
ol {
    margin: 2em 0;
}
ul li,
ol li {
    margin: 1em 0;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
ol li {
    display: block;
    margin-bottom: 0.5em;
    margin-left: 3.2em;
}
ol li::before {
    display: inline-block;
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
    color: #ff8d6d;
    font-weight: 800;
    font-size: 1.6em;
    vertical-align: middle;
}
ol li:nth-child(-n + 9)::before {
    content: "0" counter(item);
}

ul.custom {
    margin: 2em 0;
}
ul.custom li {
    margin: 1em 0;
    line-height: 1.5em;
    list-style: none;
    position: relative;
}
ul.custom li::before {
    content: "";
    display: block;
    background-color: #ff8d6d;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0.45em;
}
[dir="ltr"] ul.custom li::before {
    left: -24px;
}
[dir="rtl"] ul.custom li::before {
    right: -24px;
}

dl {
    margin: 2em 0;
}
dl dt {
    text-transform: uppercase;
    font-weight: 700;
    color: #f9423a;
    margin: 2em 0 1em;
    font-size: 1.1em;
    max-width: 38em;
    line-height: 1.4em;
}
dl dd {
    line-height: 1.5em;
}

nav ul,
ul.clean {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li,
ul.clean li {
    line-height: 1.2em;
    max-width: none;
    margin: 0;
}

blockquote {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4em;
    max-width: 26em;
}
blockquote footer {
    margin-top: 1em;
    font-size: 0.5em;
    font-weight: 400;
    opacity: 1;
}

sup {
    font-size: 0.6em;
}

.nowrap {
    white-space: nowrap;
}

.phone {
    white-space: nowrap;
    direction: ltr;
    display: inline-block;
}

.todo {
    background-color: greenyellow;
    color: green;
    display: inline-block;
    padding: 0.4em 0.7em;
    font-size: 0.85em;
    margin: 1.5em 0;
    line-height: 1.5em;
}
.todo::before {
    content: "TODO: ";
    font-weight: bold;
}

.site-header {
    position: relative;
    z-index: 2;
    padding: 20px 5%;
    background-image: linear-gradient(
        to bottom,
        white 0%,
        rgba(89, 49, 95, 0.04) 90%,
        rgba(89, 49, 95, 0.1) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 740px) {
    .site-header {
        flex-direction: row;
        justify-content: space-between;
    }
}
.site-header::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.site-header.overlayed {
    color: white;
    width: 100%;
    background-color: #0e1d42;
    background-image: linear-gradient(
        to bottom,
        #49284e 0%,
        rgba(249, 66, 58, 0.8) 200%
    );
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
}
@media (min-width: 740px) {
    .site-header.overlayed {
        position: absolute;
        background: transparent;
        box-shadow: none;
    }
}
.site-header.overlayed::before {
    height: 100%;
}
@media (min-width: 740px) {
    .site-header.overlayed::before {
        height: 170%;
        background-image: linear-gradient(
            to bottom,
            #49284e 5%,
            rgba(89, 49, 95, 0.8) 45%,
            rgba(89, 49, 95, 0)
        );
    }
}
.site-header .site-title {
    position: relative;
    z-index: 10;
    margin: 1em 0 1.5em;
    font-size: 1.0185em;
    color: #0e1d42;
}
[dir="rtl"] .site-header .site-title {
    margin: 0.6em 0 1em;
    letter-spacing: -0.03em;
}
@media (min-width: 550px) {
    .site-header .site-title {
        font-size: 1.205em;
    }
}
@media (min-width: 740px) {
    .site-header .site-title {
        font-size: 1.1em;
        margin: 1em 0;
    }
}
@media (min-width: 1100px) {
    .site-header .site-title {
        font-size: 1.25em;
    }
}
@media (min-width: 1300px) {
    .site-header .site-title {
        font-size: 1.6em;
    }
}
.site-header .site-title h1 {
    color: inherit;
    font-weight: 900;
    margin: 0;
    line-height: 0.9em;
    font-size: 2em;
}
[dir="rtl"] .site-header .site-title h1 {
    line-height: 1.4em;
}
.site-header .site-title h1 .city {
    color: #8194dd;
    font-size: 0.955em;
    display: block;
}
@media (min-width: 1300px) {
    .site-header .site-title h1 .city {
        font-size: 0.713em;
        line-height: 1em;
    }
    [dir="rtl"] .site-header .site-title h1 .city {
        font-size: 0.76em;
        line-height: 1.4em;
    }
}
.site-header .site-title h1 .year {
    display: none;
}
@media (min-width: 1300px) {
    .site-header .site-title h1 .year {
        display: inline;
    }
}
.site-header .site-title .date {
    font-size: 0.96em;
    font-weight: 800;
    line-height: 1em;
    margin-top: 0.2em;
    color: #8194dd;
}
[dir="rtl"] .site-header .site-title .date {
    margin-top: 0.6em;
    line-height: 1.3em;
}
@media (min-width: 1300px) {
    .site-header .site-title .date {
        text-align: right;
        font-size: 0.54em;
    }
    [dir="rtl"] .site-header .site-title .date {
        text-align: left;
        margin-top: -0.4em;
        font-size: 0.83em;
    }
    .site-header .site-title .date .year {
        display: none;
    }
}
.site-header.overlayed .site-title {
    color: white;
}
.site-header .logo-lockup {
    position: relative;
    z-index: 10;
    width: 300px;
}
@media (min-width: 550px) {
    .site-header .logo-lockup {
        width: 354px;
    }
}
@media (min-width: 1100px) {
    .site-header .logo-lockup {
        width: 350px;
    }
}
@media (min-width: 1300px) {
    .site-header .logo-lockup {
        width: 400px;
    }
}
.site-header .logo-lockup img {
    display: block;
}
.site-header .countdown {
    opacity: 0.96;
    background-color: #0e1d42;
    color: white;
    padding: 20px 10px 10px;
    margin-top: 3em;
    border-radius: 4px;
}
@media (min-width: 740px) {
    .site-header .countdown {
        position: absolute;
        margin: 0;
        top: 100%;
        margin-top: 10px;
        transform: translateX(0%) translateY(0%);
    }
    [dir="ltr"] .site-header .countdown {
        right: 10px;
    }
    [dir="rtl"] .site-header .countdown {
        left: 10px;
    }
}

.navigation {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
    pointer-events: none;
}
@media (min-width: 1100px) {
    .navigation {
        height: auto;
    }
}
.navigation::before {
    content: "";
    display: block;
    background-color: #0e1d42;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
}
.navigation > * {
    position: relative;
    z-index: 10;
    pointer-events: all;
}
.navigation .nav-toggle,
.navigation .home-link {
    padding: 0 !important;
    order: 1;
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0 !important;
    border-radius: 0px !important;
    background-color: #623669 !important;
    justify-content: center;
    font-size: 16px;
}
.navigation .nav-toggle {
    border: 0px !important;
}
@media (min-width: 550px) {
    .navigation .nav-toggle {
        width: 60px;
        height: 60px;
    }
}
.show-nav .navigation .nav-toggle {
    background-color: #dfabd7 !important;
    color: #0e1d42 !important;
}
.navigation .nav-toggle .icon {
    font-size: 30px !important;
    display: block;
    margin: auto !important;
}
@media (min-width: 1100px) {
    .navigation .nav-toggle {
        display: none !important;
    }
}
@media (max-width: 1099px) {
    .navigation .home-link {
        display: none !important;
    }
}
.navigation .register-cta {
    margin: 0 !important;
    height: 60px !important;
    border-radius: 0;
    text-align: initial !important;
    order: 2;
}
.navigation .register-cta img.icon {
    font-size: 30px;
}
[dir="ltr"] .navigation .register-cta {
    margin-left: 0em !important;
    margin-right: auto !important;
}
[dir="rtl"] .navigation .register-cta {
    margin-right: 0em !important;
    margin-left: auto !important;
}
@media (min-width: 740px) {
    [dir="ltr"] .navigation .register-cta {
        margin-right: 2em !important;
        margin-left: auto !important;
    }
    [dir="rtl"] .navigation .register-cta {
        margin-left: 2em !important;
        margin-right: auto !important;
    }
}
.navigation .language-toggle {
    order: 5;
    min-height: 0 !important;
    height: 40px !important;
    margin: 10px 2em !important;
    color: white !important;
    border-color: rgba(223, 171, 215, 0.7) !important;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03) !important;
}
.navigation .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 549px) {
    .navigation .wrap {
        order: 6;
        height: 80px;
        width: 100%;
        padding: 0 40px;
        transition: opacity 0.3s ease, transform 0.3s ease;
        opacity: 0;
        transform: translateY(-20px);
        transition-delay: 0s;
        pointer-events: none;
    }
    .show-nav .navigation .wrap {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.3s;
        pointer-events: all;
    }
}
@media (min-width: 550px) {
    .navigation .wrap {
        order: 4;
        height: 60px;
    }
}
@media (min-width: 550px) {
    [dir="ltr"] .navigation .wrap .search-box {
        margin-left: 1.5em;
    }
    [dir="rtl"] .navigation .wrap .search-box {
        margin-right: 1.5em;
    }
}
.navigation .social-media-icons a {
    background-color: white;
}
.navigation .sitemap {
    position: relative;
    order: 7;
    z-index: 1;
    width: 100%;
    height: calc(100% - 140px);
    color: white;
}
@media (min-width: 550px) {
    .navigation .sitemap {
        height: calc(100% - 60px);
    }
}
@media (min-width: 740px) and (max-width: 1099px) {
    .navigation .sitemap {
        font-size: 1.1em;
    }
}
@media (min-width: 1100px) {
    .navigation .sitemap {
        height: 60px;
        background-color: #532e58;
        margin-bottom: auto;
        margin-top: 0;
        box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
            0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    }
}
@media (min-width: 1550px) {
    .navigation .sitemap {
        order: 2;
        width: auto;
        z-index: 3;
        background-color: transparent;
        box-shadow: none;
    }
}
@media (max-width: 1099px) {
    .navigation .sitemap {
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        will-change: opacity, visibility;
        visibility: hidden;
    }
    .show-nav .navigation .sitemap {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
    }
    .navigation .sitemap::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: -100px;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: transform 0.3s ease;
        will-change: transform;
        background-color: rgba(89, 49, 95, 0.99);
        transform: translateY(-110%);
        overflow-y: hidden;
        will-change: transform;
    }
    .show-nav .navigation .sitemap::before {
        transform: translateY(0);
    }
}
.navigation .sitemap a {
    color: inherit;
    display: inline-block;
    line-height: 1.2em;
    padding: 0.3em 0;
}
@media (max-width: 1099px) {
    .navigation .sitemap li {
        margin: 0.2em 0;
    }
}
.navigation .sitemap ul.root {
    position: relative;
    z-index: 2;
    display: flex;
    font-weight: 800;
    text-shadow: 0.3em 0.3em 0.4em rgba(0, 0, 0, 0.13);
}
@media (max-width: 1099px) {
    .navigation .sitemap ul.root {
        padding: 0px 40px 30px;
        flex-direction: column;
        overflow-y: auto;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1099px) and (min-width: 550px) {
    .navigation .sitemap ul.root {
        padding: 40px 60px;
    }
}
@media (max-width: 1099px) and (min-width: 740px) {
    .navigation .sitemap ul.root {
        padding: 60px 160px;
    }
}
@media (max-width: 1099px) {
    .navigation .sitemap ul.root::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
}
@media (max-width: 1099px) {
    .navigation .sitemap ul.root::-webkit-scrollbar-thumb {
        background: #dfabd7;
    }
}
@media (max-width: 1099px) {
    .navigation .sitemap ul.root::-webkit-scrollbar-track {
        background: #0e1d42;
    }
}
@media (min-width: 1100px) {
    .navigation .sitemap ul.root {
        justify-content: space-around;
        padding: 0px 10%;
    }
}
@media (min-width: 1550px) {
    .navigation .sitemap ul.root {
        padding: 0 10px;
    }
}
@media (max-width: 1099px) {
    .navigation .sitemap ul.root > li {
        margin: 0.5em 0;
        transition: opacity 0.2s ease, transform 0.2s ease;
        will-change: opacity, transform;
        opacity: 0;
        transform: translateY(-0.5em) scale(0.95);
    }
    .show-nav .navigation .sitemap ul.root > li {
        opacity: 1;
        transform: translateY(0) scale(1);
        transition-delay: 0.1s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(1) {
        transition-delay: 0.125s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(2) {
        transition-delay: 0.15s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(3) {
        transition-delay: 0.175s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(4) {
        transition-delay: 0.2s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(5) {
        transition-delay: 0.225s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(6) {
        transition-delay: 0.25s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(7) {
        transition-delay: 0.275s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(8) {
        transition-delay: 0.3s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(9) {
        transition-delay: 0.325s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(10) {
        transition-delay: 0.35s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(11) {
        transition-delay: 0.375s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(12) {
        transition-delay: 0.4s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(13) {
        transition-delay: 0.425s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(14) {
        transition-delay: 0.45s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(15) {
        transition-delay: 0.475s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(16) {
        transition-delay: 0.5s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(17) {
        transition-delay: 0.525s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(18) {
        transition-delay: 0.55s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(19) {
        transition-delay: 0.575s;
    }
    .show-nav .navigation .sitemap ul.root > li:nth-child(20) {
        transition-delay: 0.6s;
    }
}
@media (min-width: 1100px) {
    .navigation .sitemap ul.root > li {
        margin: 0 0.6em;
    }
}
.navigation .sitemap ul.root > li > a {
    font-size: 1.3em;
    color: #dfabd7;
    text-transform: uppercase;
    position: relative;
}
@media (min-width: 1100px) {
    .navigation .sitemap ul.root > li > a {
        font-size: 1em;
        height: 60px;
        color: white;
        display: flex;
        align-items: center;
        padding: 0 0.6em;
    }
    .navigation .sitemap ul.root > li > a::after {
        content: "";
        display: block;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #8194dd;
        opacity: 0;
        transform-origin: bottom;
        transition: 0.2s ease;
    }
    .navigation .sitemap ul.root > li > a.active::after {
        opacity: 1;
    }
}
@media (min-width: 1100px) {
    .navigation .sitemap ul.root > li:hover > a {
        background-color: #0e1d42;
        color: #dfabd7;
    }
    .navigation .sitemap ul.root > li:hover > a::after {
        background-color: #d795cc;
    }
}
.navigation .sitemap ul.root > li.homelink {
    width: 100%;
    text-align: center;
}
.navigation .sitemap ul.root > li.homelink a {
    display: inline-block;
    margin: 0 auto;
    color: #8194dd;
    text-transform: uppercase;
    font-weight: 900;
}
@media (max-width: 1099px) {
    .navigation .sitemap ul.root ul.sub {
        margin: 0.4em 0.6em;
    }
}
@media (min-width: 1100px) {
    .navigation .sitemap ul.root ul.sub {
        position: absolute;
        top: 100%;
        background-color: white;
        box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
            0px 0px 0px 1px rgba(34, 34, 34, 0.03);
        padding: 10px 0;
        margin: -5px 0px 0;
        border-top: 4px solid #dfabd7;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        pointer-events: none;
        transform: translateY(-6px);
    }
    .navigation .sitemap ul.root ul.sub a {
        color: #0e1d42;
        text-shadow: none;
        padding: 6px 20px;
        display: block;
        width: 100%;
    }
    .navigation .sitemap ul.root ul.sub a:hover {
        background-color: rgba(223, 171, 215, 0.5);
    }
}
@media (min-width: 1100px) {
    .navigation .sitemap ul.root > li:hover {
        z-index: 10;
    }
    .navigation .sitemap ul.root > li:hover ul.sub {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
    }
}

.site-footer {
    background-color: #0e1d42;
    margin-top: 2px;
}
.landing-slides .site-footer {
    background-color: rgba(89, 49, 95, 0.8);
}
.site-footer .wrapper {
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0;
}
@media (min-width: 740px) {
    .site-footer .wrapper {
        flex-direction: row-reverse;
    }
}
@media (min-width: 1100px) {
    .site-footer .wrapper {
        padding: 2em 0;
    }
}
.site-footer .copyright {
    color: white;
    font-size: 0.7em;
    font-weight: 600;
    margin-top: 1.4em;
    line-height: 1.5em;
}
@media (min-width: 740px) {
    .site-footer .copyright {
        margin-top: 0em;
        font-size: 0.9em;
    }
}

.home-hero {
    position: relative;
}
.home-hero .hero-image {
    max-height: 600px;
}
@media (min-width: 1550px) {
    .home-hero .hero-image {
        max-height: 700px;
    }
}
@media (min-width: 1780px) {
    .home-hero .hero-image {
        max-height: 840px;
    }
}
.home-hero .hero-content {
    padding: 30px;
    position: relative;
}
@media (min-width: 850px) {
    .home-hero .hero-content {
        position: absolute;
        bottom: 0px;
        margin: 4vw 5vw;
        max-width: 32em;
        background-color: rgba(255, 255, 255, 0.94);
        transition: 0.8s ease;
    }
}
@media (min-width: 1300px) {
    .home-hero .hero-content {
        margin: 3vw 5vw;
    }
}
.home-hero .swiper-slide {
    overflow: hidden;
}
@media (min-width: 850px) {
    .home-hero .swiper-slide-prev .hero-content {
        transform: translateX(-50vw) scale(0.8);
        opacity: 0;
    }
    [dir="rtl"] .home-hero .swiper-slide-prev .hero-content {
        transform: translateX(50vw) scale(0.8);
    }
    .home-hero .swiper-slide-next .hero-content {
        transform: translateX(50vw) scale(0.8);
        opacity: 0;
    }
    [dir="rtl"] .home-hero .swiper-slide-next .hero-content {
        transform: translateX(-50vw) scale(0.8);
    }
}
.home-hero .hero-label {
    font-weight: 800;
    text-transform: uppercase;
    color: #8194dd;
    font-size: 1.1em;
    margin-bottom: 0.6em;
}
.home-hero .hero-title {
    margin: 0;
    font-size: 1.3em;
    text-transform: none;
}
.home-hero .hero-cta {
    margin-top: 1.5em;
    margin-bottom: 0 !important;
}
.home-hero .hero-pager-button {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    position: absolute;
    margin: 0 !important;
    top: calc(56.6vw - 60px);
    z-index: 100;
}
.home-hero .hero-pager-button.swiper-button-disabled {
    opacity: 0.2 !important;
    color: white !important;
}
@media (min-width: 850px) {
    .home-hero .hero-pager-button {
        top: auto;
        bottom: 20px;
        width: 50px !important;
        height: 50px !important;
    }
}
@media (min-width: 1780px) {
    .home-hero .hero-pager-button {
        bottom: 30px;
    }
}
[dir="ltr"] .home-hero .hero-pager-button {
    right: 30px;
}
[dir="ltr"] .home-hero .hero-pager-button.pager-prev {
    margin-right: 50px !important;
}
@media (min-width: 850px) {
    [dir="ltr"] .home-hero .hero-pager-button.pager-prev {
        margin-right: 60px !important;
    }
}
[dir="rtl"] .home-hero .hero-pager-button {
    left: 30px;
}
[dir="rtl"] .home-hero .hero-pager-button.pager-prev {
    margin-left: 50px !important;
}
@media (min-width: 850px) {
    [dir="rtl"] .home-hero .hero-pager-button.pager-prev {
        margin-left: 60px !important;
    }
}
.home-hero .hero-pager-button .icon {
    margin: auto !important;
    color: #0e1d42 !important;
}

.home-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e1d42;
    background-image: linear-gradient(to bottom, #0e1d42, #f9423a 200%);
    padding: 10%;
    border-top: 2px solid white;
}
@media (min-width: 1100px) {
    .home-quote {
        padding: 8em;
    }
}
.home-quote blockquote {
    z-index: 20;
    margin: 2.5em auto 1em;
    color: white;
    font-size: 1.6em;
    font-weight: 800;
    text-align: center;
    max-width: 25em;
    position: relative;
    transition: 0.8s ease;
}
@media (min-width: 740px) and (min-height: 500px) {
    .home-quote blockquote {
        font-size: 2.2em;
    }
}
@media (min-width: 1100px) and (min-height: 650px) {
    .home-quote blockquote {
        font-size: 2.6em;
    }
}
.home-quote blockquote::before {
    font-size: 10em;
    width: 1em;
    height: 0.6em;
    line-height: 1em;
    content: "“";
    display: block;
    position: absolute;
    z-index: 1;
    top: -0.3em;
    left: 50%;
    margin-left: -0.5em;
    color: white;
    opacity: 0.1;
}
.home-quote blockquote p {
    position: relative;
    z-index: 2;
    line-height: 1.3em;
    margin: 0;
}
[dir="rtl"] .home-quote blockquote p {
    line-height: 1.4em;
}
.home-quote blockquote footer {
    position: relative;
    z-index: 2;
    font-size: 0.6em;
    line-height: 1.2em;
    color: #dfabd7;
    font-weight: 800;
    text-transform: uppercase;
    margin: 1em auto 0;
}
@media (min-width: 740px) and (min-height: 500px) {
    .home-quote blockquote footer {
        font-size: 0.5em;
    }
}

.home-media {
    position: relative;
    background-color: white;
    border-top: 2px solid white;
}
.home-media .media-thumb {
    position: relative;
    height: auto;
    width: 100%;
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    background-color: #0e1d42;
    min-height: 40em;
}
@media (min-width: 740px) {
    .home-media .media-thumb {
        min-height: 50em;
    }
}
@media (min-width: 1780px) {
    .home-media .media-thumb {
        min-height: 60em;
    }
}
.home-media .media-thumb-image {
    z-index: 1;
}
.home-media .media-thumb-content {
    position: relative;
    height: auto;
    flex: none;
    z-index: 10;
    padding: 30px;
    min-height: 18em;
    width: 100%;
}
@media (min-width: 740px) {
    .home-media .media-thumb-content {
        min-height: 20em;
    }
}
@media (min-width: 1100px) {
    .home-media .media-thumb-content {
        min-height: 21em;
    }
}
@media (min-width: 1780px) {
    .home-media .media-thumb-content {
        padding: 40px;
    }
}
.home-media .media-thumb-content > * {
    position: relative;
    z-index: 2;
}
.home-media .media-thumb-content::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200%;
    background-image: linear-gradient(
        20deg,
        rgba(207, 184, 156, 0.865) 40%,
        #0e1d42 75%
    );
}
[dir="rtl"] .home-media .media-thumb-content::before {
    background-image: linear-gradient(
        -20deg,
        rgba(48, 84, 166, 0.95) 40%,
        rgba(89, 49, 95, 0) 75%
    );
}
.home-media .media-thumb-label {
    margin-top: 1em;
    margin-bottom: 0.4em;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #dfabd7;
}
@media (min-width: 740px) {
    .home-media .media-thumb-label {
        font-size: 1em;
    }
}
.home-media .media-thumb-title {
    text-transform: none;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
[dir="rtl"] .home-media .media-thumb-title {
    line-height: 1.6em;
}
@media (min-width: 740px) {
    .home-media .media-thumb-title {
        font-size: 1.2em;
    }
}
@media (min-width: 850px) and (min-height: 550px) {
    .home-media .media-thumb-title {
        font-size: 1.4em;
    }
}
@media (min-width: 1780px) and (min-height: 650px) {
    .home-media .media-thumb-title {
        font-size: 1.45em;
    }
}
.home-media .hero-pager-button {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    position: absolute;
    top: 45%;
    margin: -20px 20px 0 !important;
    z-index: 100;
}
.home-media .hero-pager-button.swiper-button-disabled {
    opacity: 0.2 !important;
    color: white !important;
}
@media (min-width: 850px) {
    .home-media .hero-pager-button {
        margin-top: -25px !important;
        width: 50px !important;
        height: 50px !important;
    }
}
[dir="ltr"] .home-media .hero-pager-button.pager-prev,
[dir="rtl"] .home-media .hero-pager-button.pager-next {
    left: 0;
}
[dir="ltr"] .home-media .hero-pager-button.pager-next,
[dir="rtl"] .home-media .hero-pager-button.pager-prev {
    right: 0;
}
.home-media .hero-pager-button .icon {
    margin: auto !important;
    color: #0e1d42 !important;
}

.home-section.stronger-together {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    flex-direction: column;
    position: relative;
    padding: 3em 0 1em;
    overflow: hidden;
}
@media (min-width: 740px) {
    .home-section.stronger-together {
        padding: 5em 0 1em;
    }
}
@media (min-width: 1100px) {
    .home-section.stronger-together {
        padding: 8em 0 1em;
    }
}
.home-section.stronger-together header h1 {
    font-size: 3em;
    line-height: 0.85em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0.6em;
    margin-top: -1em;
}
[dir="rtl"] .home-section.stronger-together header h1 {
    line-height: 1.1em;
    letter-spacing: -1px;
}
@media (min-width: 740px) and (min-height: 900px) {
    .home-section.stronger-together header h1 {
        font-size: 4em;
    }
}
@media (min-width: 1100px) {
    .home-section.stronger-together header h1 {
        font-size: 4.6em;
    }
}
@media (min-width: 1780px) {
    .home-section.stronger-together header h1 {
        font-size: 5.2em;
    }
}
.home-section.stronger-together header h1 span {
    color: #f9423a;
}
[dir="ltr"] .home-section.stronger-together header h1 span {
    font-size: 1.014em;
}
[dir="rtl"] .home-section.stronger-together header h1 span {
    font-size: 1.02em;
}
@media (min-width: 740px), (min-height: 640px) {
    .home-section.stronger-together header h1 span {
        display: block;
    }
}
@media (min-width: 1100px) {
    .home-section.stronger-together header {
        transition: 0.65s ease;
    }
    .swiper-slide-active .home-section.stronger-together header {
        transition-delay: 0.15s;
    }
    .swiper-slide-prev .home-section.stronger-together header {
        transform: translateY(-15vh) scale(1.05);
        opacity: 0;
    }
    .swiper-slide-next .home-section.stronger-together header {
        transform: translateY(15vh) scale(1.05);
        opacity: 0;
    }
}
.home-section.stronger-together .section-wrap {
    max-width: 82%;
    margin-top: 70px;
}
.home-section.stronger-together .section-content .highlight {
    color: #0e1d42;
}
@media (min-width: 1100px) {
    .home-section.stronger-together .section-content {
        display: flex;
    }
    [dir="ltr"] .home-section.stronger-together .section-content .col + .col {
        margin-left: 8%;
    }
    [dir="rtl"] .home-section.stronger-together .section-content .col + .col {
        margin-right: 8%;
    }
}
@media (min-width: 1100px) {
    .home-section.stronger-together .section-content {
        transition: 0.5s ease;
    }
    .swiper-slide-active .home-section.stronger-together .section-content {
        transition-delay: 0.3s;
    }
    .swiper-slide-prev .home-section.stronger-together .section-content {
        transform: translateY(-15vh) scale(1.05);
        opacity: 0;
    }
    .swiper-slide-next .home-section.stronger-together .section-content {
        transform: translateY(15vh) scale(1.05);
        opacity: 0;
    }
}
.home-section.stronger-together .pullout {
    position: relative;
    padding: 10px 0;
    color: white;
    margin-top: 2em;
    display: inline-block;
}
@media (min-width: 1100px) {
    .home-section.stronger-together .pullout {
        margin-top: -10em;
    }
}
[dir="ltr"] .home-section.stronger-together .pullout {
    padding-right: 20px;
}
[dir="rtl"] .home-section.stronger-together .pullout {
    padding-left: 20px;
}
.home-section.stronger-together .pullout::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #0e1d42;
}
[dir="ltr"] .home-section.stronger-together .pullout::before {
    right: 0;
}
[dir="rtl"] .home-section.stronger-together .pullout::before {
    left: 0;
}
.home-section.stronger-together .pullout p {
    position: relative;
    z-index: 10;
    font-weight: 800;
    font-size: 1.1em;
    line-height: 1.5em;
    max-width: 24em;
}
@media (min-width: 1550px) {
    .home-section.stronger-together .pullout p {
        font-size: 1.2em;
    }
}
.home-section.stronger-together .pullout p br {
    display: none;
}
.home-section.stronger-together .pullout p .hash {
    color: #f9423a;
}

.home-features {
    position: relative;
    margin: 6em 0;
}
.home-features .section-title {
    position: relative;
    z-index: -1;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 13vw;
    line-height: 1em;
    opacity: 0.2;
    margin-bottom: -0.3em;
    color: #dfabd7;
}
@media (min-width: 2000px) {
    .home-features .section-title {
        font-size: 260px;
    }
}
.home-features .box-row {
    position: relative;
}
.home-features .box-row::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    top: 1em;
    bottom: 1em;
    background-color: #0e1d42;
    background-image: linear-gradient(70deg, #0e1d42, rgba(223, 171, 215, 0.2));
}
@media (min-width: 1550px) {
    .home-features .box-row::before {
        top: 2em;
        bottom: 2em;
    }
}
@media (min-width: 740px) {
    .home-features .box-row .box {
        min-height: 28vw;
    }
}
@media (min-width: 1780px) {
    .home-features .box-row .box {
        min-height: 500px;
    }
}
.home-features.conference .section-title,
.home-features.theme-conference .section-title {
    color: #8194dd;
}
.home-features.conference .box .eyebrow,
.home-features.theme-conference .box .eyebrow {
    color: #8194dd;
}
.home-features.conference .box-row::before,
.home-features.theme-conference .box-row::before {
    background-image: linear-gradient(70deg, #0e1d42, rgba(129, 148, 221, 0.7));
}
.home-features.awards .section-title,
.home-features.theme-awards .section-title {
    color: #ff8d6d;
}
.home-features.awards .box .eyebrow,
.home-features.theme-awards .box .eyebrow {
    color: #ff8d6d;
}
.home-features.awards .box-row::before,
.home-features.theme-awards .box-row::before {
    background-image: linear-gradient(70deg, #0e1d42, rgba(249, 66, 58, 0.7));
}

.section-footer {
    margin: 4em 0;
    text-align: center;
    position: relative;
}
.section-footer:last-child {
    margin-bottom: 0;
}
.section-footer::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    left: 5%;
    z-index: -1;
    top: 50%;
    opacity: 0.3;
    background-image: linear-gradient(
        to right,
        transparent 0%,
        #474647 10%,
        #474647 90%,
        transparent
    );
}

.layout-half.rules {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #0e1d42;
    color: white;
    padding: 4em 0;
}
.layout-half.rules h2 {
    margin-top: 0;
    color: white;
}
.layout-half.rules.general {
    background-image: linear-gradient(
        -45deg,
        #0e1d42 10%,
        rgba(249, 66, 58, 0.2) 100%
    );
}
.layout-half.rules.process {
    margin: 0 !important;
    background-color: rgba(89, 49, 95, 0.97);
}
.layout-half.rules.process .section-content dt {
    color: #ff8d6d;
}
@media (min-width: 1780px) {
    [dir="rtl"] .layout-half.rules.process .section-content {
        margin-left: auto;
        margin-right: 150px;
    }
    [dir="ltr"] .layout-half.rules.process .section-content {
        margin-right: auto;
        margin-left: 150px;
    }
}

.awards-entry-form {
    padding-top: 0;
    padding-bottom: 0;
}
.awards-entry-form form {
    width: 100%;
    max-width: none;
}
.awards-entry-form form + .response-box {
    position: absolute;
    left: 50%;
    width: 90%;
    max-width: 600px;
    transform: translateX(-50%);
    margin-top: -1em;
}
.awards-entry-form .content-halves > div {
    position: relative;
}
.awards-entry-form .award-select {
    background-color: rgba(48, 84, 166, 0.95);
    color: white;
}
.awards-entry-form .award-select .content-halves {
    align-items: center;
}
.awards-entry-form .award-select .content-halves > div {
    padding: 2em 0;
}
.awards-entry-form .award-select .label {
    color: white;
    white-space: nowrap;
    margin: 1em 0;
    font-weight: 700;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    margin-right: 2em;
}
.awards-entry-form .award-select .star {
    color: #ff8d6d;
}
.awards-entry-form .award-select .field-wrap {
    margin: 0;
}
@media (min-width: 550px) {
    .awards-entry-form .award-select .field-wrap {
        display: flex;
        align-items: stretch;
    }
}
.awards-entry-form .award-select .field {
    background-color: transparent;
    box-shadow: none;
    color: white;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 1px solid #ff8d6d;
    padding: 0 1em;
}
.awards-entry-form .award-select .field:focus {
    color: white;
}
.awards-entry-form .award-select .field optgroup,
.awards-entry-form .award-select .field option {
    color: #474647;
}
.awards-entry-form .award-select .field[data-state="error"] {
    background-color: white;
    color: #e01007;
    border-radius: 40px;
}
.awards-entry-form .award-select .button {
    margin: 0 auto;
}
.awards-entry-form .award-select .button:disabled,
.awards-entry-form .award-select .button.disabled {
    background-color: rgba(255, 255, 255, 0.1);
}
.awards-entry-form .award-select .wrap-submit {
    position: relative;
    text-align: center;
}
.awards-entry-form .award-select .wrap-submit::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #0e1d42;
}
@media (min-width: 1100px) {
    .awards-entry-form .award-select .wrap-submit::before {
        left: 0;
        margin-left: 0;
    }
}
.awards-entry-form .fieldsets.wrapper {
    padding: 5em 0;
}
.awards-entry-form .fieldsets.wrapper h3 {
    margin-bottom: 1.5em;
}
.awards-entry-form .fieldsets.wrapper h3:not(:first-child) {
    margin-top: 1.5em;
}
.awards-entry-form .fieldsets.wrapper .field-wrap {
    max-width: 26em;
}
@media (max-width: 1099px) {
    .awards-entry-form .fieldsets.wrapper .content-halves > div:last-child {
        margin-top: 5em;
    }
}

header.category-header {
    position: relative;
}
header.category-header .eyebrow {
    font-weight: 800;
    color: #0e1d42;
    font-size: 1.3em;
    text-transform: uppercase;
}
header.category-header h2 {
    color: #f9423a;
    margin: 0.1em 0;
}
header.category-header h4 {
    font-size: 1.15em;
}
header.category-header p {
    max-width: none !important;
    margin-top: 2em;
}
@media (min-width: 850px) {
    [dir="ltr"] header.category-header {
        padding-right: 40%;
    }
    [dir="rtl"] header.category-header {
        padding-left: 40%;
    }
    header.category-header .button.awards-enter {
        position: absolute;
        top: 0;
    }
    [dir="ltr"] header.category-header .button.awards-enter {
        right: 0;
    }
    [dir="rtl"] header.category-header .button.awards-enter {
        left: 0;
    }
}
@media (min-width: 1100px) {
    [dir="ltr"] header.category-header {
        padding-right: 50%;
    }
    [dir="rtl"] header.category-header {
        padding-left: 50%;
    }
}

.awards-list {
    display: grid;
    grid-row-gap: 2em;
    margin: 2em 0;
}
@media (min-width: 740px) {
    .awards-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3em;
        grid-row-gap: 3em;
    }
}
@media (min-width: 1100px) {
    .awards-list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 4em;
        grid-row-gap: 4em;
        margin: 3em 0;
    }
}
.awards-list .award {
    border-bottom: 1px solid rgba(71, 70, 71, 0.15);
}
.awards-list header {
    display: flex;
    align-items: center;
}
.awards-list header .thumb {
    display: none;
    width: 80px;
    font-size: 42px;
    color: #ff8d6d;
    flex: none;
    margin-inline-end: 10px;
}
.awards-list header .id {
    font-size: 0.9em;
    color: #ff8d6d;
    font-weight: 600;
    margin-bottom: 0.1em;
}
.awards-list header .title {
    margin: 0;
}
.awards-list .content {
    font-size: 0.9em;
}

form.exhibition-entry {
    background-color: rgba(71, 70, 71, 0.03);
    padding-top: 1em;
}
form.exhibition-entry > .wrapper {
    margin-top: 3em;
    margin-bottom: 4em;
}
form.exhibition-entry > .wrapper .fieldset {
    max-width: 1200px;
    margin: 0 auto;
}
.page-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #0e1d42;
    color: white;
    min-height: 260px;
}
.page-hero a {
    font-weight: inherit;
    color: inherit;
}
.page-hero .media {
    opacity: 0.1;
}
.page-hero .section-title {
    position: relative;
    z-index: 10;
    font-weight: 900;
    color: #dfabd7;
    font-size: 2.8em;
    opacity: 0.8;
    margin: 0.6em 0;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: auto;
}
@media (min-width: 400px) {
    .page-hero .section-title {
        font-size: 3.8em;
    }
}
@media (min-width: 740px) {
    .page-hero .section-title {
        font-size: 6em;
    }
}
.page-hero .section-title.conference {
    margin: 0.8em 0;
    color: #8194dd;
    line-height: 0.8em;
    opacity: 0.8;
}
.page-hero .section-title.conference a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-hero .section-title.conference span:nth-child(1) {
    font-size: 0.82em;
    opacity: 0.7;
}
.page-hero .section-title.conference span:nth-child(3) {
    font-size: 0.54em;
    opacity: 0.7;
}
.page-hero .section-title.conference span {
    display: block;
    line-height: 0.8em;
}
.page-hero .section-title.awards {
    margin: 0.8em 0;
    color: #fff !important;
    line-height: 0.8em;
    opacity: 0.8;
}
.page-hero .section-title.awards a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-hero .section-title.awards span:nth-child(1) {
    font-size: 0.85em;
    opacity: 0.7;
}
.page-hero .section-title.awards span:nth-child(2) {
    font-size: 1.5em;
}
.page-hero .section-title.awards span {
    display: block;
    line-height: 0.8em;
}

/* Hamburger nav icon
===================================================================== */
.hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    margin: auto;
}
.hamburger .hamburger-line {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
    transform-origin: 50% 50%;
}
.hamburger .hamburger-line.line1 {
    top: 12px;
    animation: hbclose1 0.25s ease-in-out 1 both;
}
.hamburger .hamburger-line.line2 {
    animation: hbclose2 0.25s ease-in-out 1 both;
}
.hamburger .hamburger-line.line3 {
    animation: hbclose3 0.25s ease-in-out 1 both;
    top: 28px;
    background-color: transparent;
}
.hamburger .hamburger-line.line3::before,
.hamburger .hamburger-line.line3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: opacity, transform;
    transform-origin: 100% 100%;
}
.hamburger .hamburger-line.line3::before {
    background-color: currentColor;
}
.hamburger:hover .hamburger-line.line3::before,
.hamburger:hover .hamburger-line.line3::after {
    transform: scaleX(1);
}
html.show-nav .hamburger .hamburger-line.line1 {
    animation: hbopen1 0.25s ease-in-out 1 both;
}
html.show-nav .hamburger .hamburger-line.line2 {
    animation: hbopen2 0.25s ease-in-out 1 both;
}
html.show-nav .hamburger .hamburger-line.line3 {
    animation: hbopen3 0.25s ease-in-out 1 both;
}
html.show-nav .hamburger .hamburger-line.line3::before,
html.show-nav .hamburger .hamburger-line.line3::after {
    transform: scaleX(1);
}
@keyframes lineExpand {
    0% {
        transform: scaleX(0.57);
    }
    100% {
        transform: scaleX(1);
    }
}
@keyframes hbopen1 {
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(8px) rotateZ(-45deg);
    }
}
@keyframes hbopen2 {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hbopen3 {
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(-8px) rotateZ(45deg);
    }
}
@keyframes hbclose1 {
    0% {
        transform: translateY(8px) rotateZ(-45deg);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes hbclose2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes hbclose3 {
    0% {
        transform: translateY(-8px) rotateZ(45deg);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.social-media-icons {
    display: flex;
}
.social-media-icons a {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    font-size: 16px;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    color: #0e1d42;
}
.navigation .social-media-icons a {
    background-color: transparent;
    border: 1px solid rgba(223, 171, 215, 0.7);
    color: white;
}
@media (min-width: 740px) {
    .social-media-icons a {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}
[dir="ltr"] .social-media-icons a + a {
    margin-left: 0.6em;
}
[dir="rtl"] .social-media-icons a + a {
    margin-right: 0.6em;
}
.social-media-icons a svg {
    display: block;
    margin: auto;
    color: inherit;
}

input,
select,
textarea {
    outline: none;
    border-radius: 0px;
    font-family: inherit;
}

.button,
button:not([class^="fancybox-"]):not(.custom),
input[type="submit"]:not([class^="fancybox-"]):not(.custom),
input[type="button"]:not([class^="fancybox-"]):not(.custom) {
    color: #0e1d42;
    background-color: white;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.05) -10%,
        transparent 60%
    );
    border-radius: 40px;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    border: 0px solid currentColor;
    border: 1px solid rgba(71, 70, 71, 0.1);
    display: inline-flex;
    align-items: center;
    padding: 0px 20px;
    min-height: 40px;
    margin: 0.7em 0;
    font-family: inherit;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    outline: 0px;
    transition: 0.2s ease;
    font-size: 0.92em;
    line-height: 1.1em;
}
@media (min-width: 400px) {
    .button,
    button:not([class^="fancybox-"]):not(.custom),
    input[type="submit"]:not([class^="fancybox-"]):not(.custom),
    input[type="button"]:not([class^="fancybox-"]):not(.custom) {
        font-size: 1em;
    }
}
.button.sunset,
button:not([class^="fancybox-"]):not(.custom).sunset,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).sunset,
input[type="button"]:not([class^="fancybox-"]):not(.custom).sunset {
    background-color: #f9423a;
    color: white;
}
.button.salmon,
button:not([class^="fancybox-"]):not(.custom).salmon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).salmon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).salmon {
    background-color: #ff8d6d;
    color: white;
}
.button.salmon .icon,
button:not([class^="fancybox-"]):not(.custom).salmon .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).salmon .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).salmon .icon {
    color: #0e1d42;
}
.button.purple,
button:not([class^="fancybox-"]):not(.custom).purple,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).purple,
input[type="button"]:not([class^="fancybox-"]):not(.custom).purple {
    background-color: #0e1d42;
    color: white;
}
.button.purple .icon,
button:not([class^="fancybox-"]):not(.custom).purple .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).purple .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).purple .icon {
    color: #dfabd7;
}
.button.orchid,
button:not([class^="fancybox-"]):not(.custom).orchid,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).orchid,
input[type="button"]:not([class^="fancybox-"]):not(.custom).orchid {
    background-color: #dfabd7;
    color: white;
}
.button.orchid .icon,
button:not([class^="fancybox-"]):not(.custom).orchid .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).orchid .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).orchid .icon {
    color: #0e1d42;
}
.button.danube,
button:not([class^="fancybox-"]):not(.custom).danube,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).danube,
input[type="button"]:not([class^="fancybox-"]):not(.custom).danube {
    background-color: #8194dd;
    color: white;
}
.button.danube .icon,
button:not([class^="fancybox-"]):not(.custom).danube .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).danube .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).danube .icon {
    color: #0e1d42;
}
.button.small,
button:not([class^="fancybox-"]):not(.custom).small,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).small,
input[type="button"]:not([class^="fancybox-"]):not(.custom).small {
    font-size: 0.8em;
    font-weight: 700;
    min-height: 34px;
}
@media (min-width: 1100px) {
    .button.small,
    button:not([class^="fancybox-"]):not(.custom).small,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).small,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).small {
        font-size: 0.9em;
        min-height: 44px;
    }
}
.button.small .icon,
button:not([class^="fancybox-"]):not(.custom).small .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).small .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).small .icon {
    font-size: 16px;
}
[dir="ltr"] .button.small .icon,
[dir="ltr"] button:not([class^="fancybox-"]):not(.custom).small .icon,
[dir="ltr"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).small
    .icon,
[dir="ltr"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).small
    .icon {
    margin-right: 0.6em;
}
[dir="rtl"] .button.small .icon,
[dir="rtl"] button:not([class^="fancybox-"]):not(.custom).small .icon,
[dir="rtl"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).small
    .icon,
[dir="rtl"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).small
    .icon {
    margin-left: 0.6em;
}
[dir="rtl"] [dir="ltr"] .button.small .icon,
[dir="rtl"]
    [dir="ltr"]
    button:not([class^="fancybox-"]):not(.custom).small
    .icon,
[dir="rtl"]
    [dir="ltr"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).small
    .icon,
[dir="rtl"]
    [dir="ltr"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).small
    .icon {
    margin-left: 0em;
}
.button.big,
button:not([class^="fancybox-"]):not(.custom).big,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).big,
input[type="button"]:not([class^="fancybox-"]):not(.custom).big {
    min-height: 50px;
}
.button .icon,
button:not([class^="fancybox-"]):not(.custom) .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon {
    display: inline-block;
    font-size: 18px;
    color: #8194dd;
    transition: 0.2s ease;
}
@media (min-width: 1100px) {
    .button .icon,
    button:not([class^="fancybox-"]):not(.custom) .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon {
        font-size: 22px;
    }
}
[dir="ltr"] .button .icon,
[dir="ltr"] button:not([class^="fancybox-"]):not(.custom) .icon,
[dir="ltr"] input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon,
[dir="ltr"] input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon {
    margin-right: 0.8em;
}
[dir="rtl"] .button .icon,
[dir="rtl"] button:not([class^="fancybox-"]):not(.custom) .icon,
[dir="rtl"] input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon,
[dir="rtl"] input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon {
    margin-left: 0.8em;
}
[dir="rtl"] [dir="ltr"] .button .icon,
[dir="rtl"] [dir="ltr"] button:not([class^="fancybox-"]):not(.custom) .icon,
[dir="rtl"]
    [dir="ltr"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom)
    .icon,
[dir="rtl"]
    [dir="ltr"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom)
    .icon {
    margin-left: 0em;
}
.button img.icon,
button:not([class^="fancybox-"]):not(.custom) img.icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom) img.icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom) img.icon {
    width: 1em;
}
.button.flip-icon-order,
button:not([class^="fancybox-"]):not(.custom).flip-icon-order,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).flip-icon-order,
input[type="button"]:not([class^="fancybox-"]):not(.custom).flip-icon-order {
    flex-direction: row-reverse;
}
[dir="ltr"] .button.flip-icon-order .icon,
[dir="ltr"] button:not([class^="fancybox-"]):not(.custom).flip-icon-order .icon,
[dir="ltr"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).flip-icon-order
    .icon,
[dir="ltr"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).flip-icon-order
    .icon {
    margin-right: 0;
    margin-left: 0.8em;
}
[dir="rtl"] .button.flip-icon-order .icon,
[dir="rtl"] button:not([class^="fancybox-"]):not(.custom).flip-icon-order .icon,
[dir="rtl"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).flip-icon-order
    .icon,
[dir="rtl"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).flip-icon-order
    .icon {
    margin-left: 0;
    margin-right: 0.8em;
}
.button.pill,
button:not([class^="fancybox-"]):not(.custom).pill,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).pill,
input[type="button"]:not([class^="fancybox-"]):not(.custom).pill {
    border-radius: 40px;
}
@media (min-width: 740px) {
    .button:not(.small),
    button:not([class^="fancybox-"]):not(.custom):not(.small),
    input[type="submit"]:not([class^="fancybox-"]):not(.custom):not(.small),
    input[type="button"]:not([class^="fancybox-"]):not(.custom):not(.small) {
        padding: 0px 30px;
        min-height: 50px;
    }
    .button.small,
    button:not([class^="fancybox-"]):not(.custom).small,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).small,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).small {
        padding: 0px 25px;
    }
    .button.big,
    button:not([class^="fancybox-"]):not(.custom).big,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).big,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).big {
        min-height: 60px;
    }
}
@media (min-width: 1100px) {
    .button.big,
    button:not([class^="fancybox-"]):not(.custom).big,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).big,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).big {
        min-height: 70px;
    }
}
@media (min-width: 1780px) {
    .button:not(.small),
    button:not([class^="fancybox-"]):not(.custom):not(.small),
    input[type="submit"]:not([class^="fancybox-"]):not(.custom):not(.small),
    input[type="button"]:not([class^="fancybox-"]):not(.custom):not(.small) {
        min-height: 60px;
        padding: 0px 40px;
    }
    .button.big,
    button:not([class^="fancybox-"]):not(.custom).big,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).big,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).big {
        min-height: 70px;
    }
}
.button:disabled,
.button.disabled,
.button.swiper-button-disabled,
button:not([class^="fancybox-"]):not(.custom):disabled,
button:not([class^="fancybox-"]):not(.custom).disabled,
button:not([class^="fancybox-"]):not(.custom).swiper-button-disabled,
input[type="submit"]:not([class^="fancybox-"]):not(.custom):disabled,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).disabled,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).swiper-button-disabled,
input[type="button"]:not([class^="fancybox-"]):not(.custom):disabled,
input[type="button"]:not([class^="fancybox-"]):not(.custom).disabled,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
}
.button.ghost,
.button:disabled,
.button.disabled,
.button.swiper-button-disabled,
button:not([class^="fancybox-"]):not(.custom).ghost,
button:not([class^="fancybox-"]):not(.custom):disabled,
button:not([class^="fancybox-"]):not(.custom).disabled,
button:not([class^="fancybox-"]):not(.custom).swiper-button-disabled,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).ghost,
input[type="submit"]:not([class^="fancybox-"]):not(.custom):disabled,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).disabled,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).swiper-button-disabled,
input[type="button"]:not([class^="fancybox-"]):not(.custom).ghost,
input[type="button"]:not([class^="fancybox-"]):not(.custom):disabled,
input[type="button"]:not([class^="fancybox-"]):not(.custom).disabled,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).swiper-button-disabled {
    background: transparent;
    border-width: 1px;
    box-shadow: none;
    border-color: currentColor;
    color: inherit;
}
.button.ghost .icon,
.button:disabled .icon,
.button.disabled .icon,
.button.swiper-button-disabled .icon,
button:not([class^="fancybox-"]):not(.custom).ghost .icon,
button:not([class^="fancybox-"]):not(.custom):disabled .icon,
button:not([class^="fancybox-"]):not(.custom).disabled .icon,
button:not([class^="fancybox-"]):not(.custom).swiper-button-disabled .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).ghost .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom):disabled .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).disabled .icon,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).swiper-button-disabled
    .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).ghost .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom):disabled .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).disabled .icon,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).swiper-button-disabled
    .icon {
    color: currentColor !important;
}
.button.ghost .icon,
button:not([class^="fancybox-"]):not(.custom).ghost .icon,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).ghost .icon,
input[type="button"]:not([class^="fancybox-"]):not(.custom).ghost .icon {
    color: #ff8d6d !important;
}
[data-state="error"] .button.state-labels,
.button.state-labels[data-state="error"],
[data-state="error"] button:not([class^="fancybox-"]):not(.custom).state-labels,
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="error"],
[data-state="error"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"],
[data-state="error"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"] {
    background-color: #e01007;
    pointer-events: none;
    border-color: #e01007;
    background-image: none;
}
[data-state="working"] .button.state-labels,
.button.state-labels[data-state="working"],
[data-state="working"]
    button:not([class^="fancybox-"]):not(.custom).state-labels,
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"],
[data-state="working"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"],
[data-state="working"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"] {
    background-color: #f5881c;
    pointer-events: none;
    border-color: #f5881c;
    background-image: none;
}
[data-state="success"] .button.state-labels,
.button.state-labels[data-state="success"],
[data-state="success"]
    button:not([class^="fancybox-"]):not(.custom).state-labels,
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"],
[data-state="success"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"],
[data-state="success"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"] {
    background-color: #33ae00;
    pointer-events: none;
    border-color: #33ae00;
    background-image: none;
}
[data-state="success-response"] .button.state-labels,
.button.state-labels[data-state="success-response"],
[data-state="success-response"]
    button:not([class^="fancybox-"]):not(.custom).state-labels,
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"],
[data-state="success-response"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"],
[data-state="success-response"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"] {
    background-color: #33ae00;
    pointer-events: none;
    border-color: #33ae00;
    background-image: none;
}
[data-state="error-response"] .button.state-labels,
.button.state-labels[data-state="error-response"],
[data-state="error-response"]
    button:not([class^="fancybox-"]):not(.custom).state-labels,
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"],
[data-state="error-response"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"],
[data-state="error-response"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"] {
    background-color: #e01007;
    pointer-events: none;
    border-color: #e01007;
    background-image: none;
}
.button.state-labels .txt,
button:not([class^="fancybox-"]):not(.custom).state-labels .txt,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels .txt,
input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels .txt {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    display: none;
}
.button.state-labels .txt svg,
button:not([class^="fancybox-"]):not(.custom).state-labels .txt svg,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt
    svg,
input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt
    svg {
    display: block;
}
.button.state-labels .txt .small,
button:not([class^="fancybox-"]):not(.custom).state-labels .txt .small,
input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt
    .small,
input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt
    .small {
    font-size: 0.8em;
    line-height: inherit;
}
.button.state-labels .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"] {
    display: flex;
}
[data-state="error"] .button.state-labels .txt[data-for="ready"],
.button.state-labels[data-state="error"] .txt[data-for="ready"],
[data-state="error"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="error"]
    .txt[data-for="ready"],
[data-state="error"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="ready"],
[data-state="error"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="ready"] {
    display: none;
}
[data-state="error"] .button.state-labels .txt[data-for="error"],
.button.state-labels[data-state="error"] .txt[data-for="error"],
[data-state="error"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="error"]
    .txt[data-for="error"],
[data-state="error"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="error"],
[data-state="error"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="error"] {
    display: flex;
}
[data-state="working"] .button.state-labels .txt[data-for="ready"],
.button.state-labels[data-state="working"] .txt[data-for="ready"],
[data-state="working"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="working"]
    .txt[data-for="ready"],
[data-state="working"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"]
    .txt[data-for="ready"],
[data-state="working"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"]
    .txt[data-for="ready"] {
    display: none;
}
[data-state="working"] .button.state-labels .txt[data-for="working"],
.button.state-labels[data-state="working"] .txt[data-for="working"],
[data-state="working"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="working"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="working"]
    .txt[data-for="working"],
[data-state="working"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="working"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"]
    .txt[data-for="working"],
[data-state="working"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="working"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"]
    .txt[data-for="working"] {
    display: flex;
}
[data-state="working"] .button.state-labels .txt[data-for="working"] .icon,
.button.state-labels[data-state="working"] .txt[data-for="working"] .icon,
[data-state="working"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="working"]
    .icon,
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="working"]
    .txt[data-for="working"]
    .icon,
[data-state="working"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="working"]
    .icon,
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"]
    .txt[data-for="working"]
    .icon,
[data-state="working"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="working"]
    .icon,
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="working"]
    .txt[data-for="working"]
    .icon {
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
[data-state="success"] .button.state-labels .txt[data-for="ready"],
.button.state-labels[data-state="success"] .txt[data-for="ready"],
[data-state="success-response"] .button.state-labels .txt[data-for="ready"],
.button.state-labels[data-state="success-response"] .txt[data-for="ready"],
[data-state="success"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="success"]
    .txt[data-for="ready"],
[data-state="success-response"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"]
    .txt[data-for="ready"],
[data-state="success"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"]
    .txt[data-for="ready"],
[data-state="success-response"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"]
    .txt[data-for="ready"],
[data-state="success"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"]
    .txt[data-for="ready"],
[data-state="success-response"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"]
    .txt[data-for="ready"] {
    display: none;
}
[data-state="success"] .button.state-labels .txt[data-for="success"],
.button.state-labels[data-state="success"] .txt[data-for="success"],
[data-state="success-response"] .button.state-labels .txt[data-for="success"],
.button.state-labels[data-state="success-response"] .txt[data-for="success"],
[data-state="success"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="success"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="success"]
    .txt[data-for="success"],
[data-state="success-response"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="success"],
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"]
    .txt[data-for="success"],
[data-state="success"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="success"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"]
    .txt[data-for="success"],
[data-state="success-response"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="success"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"]
    .txt[data-for="success"],
[data-state="success"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="success"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success"]
    .txt[data-for="success"],
[data-state="success-response"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="success"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="success-response"]
    .txt[data-for="success"] {
    display: flex;
}
[data-state="error"] .button.state-labels .txt[data-for="ready"],
.button.state-labels[data-state="error"] .txt[data-for="ready"],
[data-state="error-response"] .button.state-labels .txt[data-for="ready"],
.button.state-labels[data-state="error-response"] .txt[data-for="ready"],
[data-state="error"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="error"]
    .txt[data-for="ready"],
[data-state="error-response"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"]
    .txt[data-for="ready"],
[data-state="error"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="ready"],
[data-state="error-response"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"]
    .txt[data-for="ready"],
[data-state="error"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="ready"],
[data-state="error-response"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="ready"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"]
    .txt[data-for="ready"] {
    display: none;
}
[data-state="error"] .button.state-labels .txt[data-for="error"],
.button.state-labels[data-state="error"] .txt[data-for="error"],
[data-state="error-response"] .button.state-labels .txt[data-for="error"],
.button.state-labels[data-state="error-response"] .txt[data-for="error"],
[data-state="error"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
button:not([class^="fancybox-"]):not(.custom).state-labels[data-state="error"]
    .txt[data-for="error"],
[data-state="error-response"]
    button:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
button:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"]
    .txt[data-for="error"],
[data-state="error"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="error"],
[data-state="error-response"]
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
input[type="submit"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"]
    .txt[data-for="error"],
[data-state="error"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error"]
    .txt[data-for="error"],
[data-state="error-response"]
    input[type="button"]:not([class^="fancybox-"]):not(.custom).state-labels
    .txt[data-for="error"],
input[type="button"]:not([class^="fancybox-"]):not(
        .custom
    ).state-labels[data-state="error-response"]
    .txt[data-for="error"] {
    display: flex;
}

.button.file-wrap {
    position: relative;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
.button.file-wrap input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.button.file-wrap .ready,
.button.file-wrap .valid {
    padding-left: 10px;
    padding-right: 5px;
}
.button.file-wrap input:required ~ .txt .lbl::after {
    content: "*";
    color: #e01007;
    font-weight: 400;
    padding: 0 0.2em;
}
.button.file-wrap .txt {
    display: flex;
    align-items: center;
    display: block;
    text-align: initial;
    line-height: 1.2em;
}
.button.file-wrap .txt .lbl {
    display: block;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
.button.file-wrap .txt .hint {
    display: block;
    margin: 0.2em 0 0;
    font-size: 12px;
    text-transform: none;
    padding-left: 15px;
    padding-right: 15px;
}
.button.file-wrap .txt .info {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.button.file-wrap .txt .info b {
    display: inline-block;
    max-width: 12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[dir="ltr"] .button.file-wrap .txt .info b {
    margin-right: 0.5em;
}
[dir="rtl"] .button.file-wrap .txt .info b {
    margin-left: 0.5em;
}
.button.file-wrap .txt .info span {
    display: inline-block;
}
.button.file-wrap .icon.valid {
    color: #33ae00;
}
.button.file-wrap input[data-state="ready"] ~ .icon.valid,
.button.file-wrap input[data-state="error"] ~ .icon.valid,
.button.file-wrap input[data-state="ready"] ~ .txt .info {
    display: none;
}
.button.file-wrap input[data-state="valid"] ~ .icon.ready,
.button.file-wrap input[data-state="valid"] ~ .txt .hint {
    display: none;
}
.button.file-wrap input[data-state="error"] ~ .txt .info {
    color: #e01007;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
optgroup {
    padding: 0;
    margin: 0;
}

.form-uploads-bar,
.form-submit-bar {
    background-color: #0e1d42;
    text-align: center;
    padding: 2em 0;
}

.form-uploads-bar {
    background-color: #0e1d42;
}
@media (min-width: 740px) {
    .form-uploads-bar .button {
        margin-left: 2vw;
        margin-right: 2vw;
    }
}
.form-uploads-bar .button .icon:not(.valid) {
    color: #f9423a !important;
}
.form-uploads-bar .hint {
    max-width: 24em;
}

.wrapper form {
    max-width: 30em;
    margin: 3em 0;
}
.tx-align-center form {
    margin: 0 auto;
}
.inner-layout .content form {
    margin: 40px 0;
}
form .hint {
    font-size: 0.85em;
    line-height: 1.2em;
    margin-top: 0.6em;
    font-weight: 300;
}
form .error-msg {
    position: absolute;
    display: block;
    z-index: 10;
    top: 100%;
    margin-top: -0.15em;
    display: block;
    background-color: white;
    color: #e01007;
    background-color: #e01007;
    color: white;
    font-size: 11px;
    line-height: 1.3em;
    padding: 0.3em 8px;
    border-radius: 30px;
    text-transform: none;
    white-space: nowrap;
    font-weight: 600;
    display: none;
}
[dir="ltr"] form .error-msg {
    right: 20px;
}
[dir="rtl"] form .error-msg {
    left: 20px;
}
[dir="rtl"] [dir="ltr"] form .error-msg {
    left: auto;
}
form .error-msg::after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 10px;
    border-bottom: 5px solid #e01007;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
[dir="rtl"] form .error-msg::after {
    left: auto;
    right: 10px;
}
[dir="rtl"] [dir="ltr"] form .error-msg::after {
    right: auto;
    left: 10px;
}
form .checkbox-wrap .error-msg {
    margin-top: 0;
    right: auto;
    left: 0px;
}
@media (min-width: 740px) {
    form .checkbox-wrap .error-msg {
        left: 5px;
    }
}
[dir="rtl"] form .checkbox-wrap .error-msg {
    left: auto;
    right: 0;
}
@media (min-width: 740px) {
    [dir="rtl"] form .checkbox-wrap .error-msg {
        right: 5px;
    }
}
[dir="rtl"] [dir="ltr"] form .checkbox-wrap .error-msg {
    right: auto;
}
@media (min-width: 740px) {
    [dir="rtl"] [dir="ltr"] form .checkbox-wrap .error-msg {
        left: 5px;
    }
}
form [data-state="error"] ~ .error-msg,
form .error-msg.show {
    display: block;
}
form.filter-form {
    display: flex;
    flex-wrap: wrap;
}
form.filter-form .field-wrap {
    display: flex;
    align-items: center;
    margin: 0.5em 0;
}
form.filter-form .field-wrap > .label:first-child {
    margin: 0.5em 0;
}
[dir="ltr"] form.filter-form .field-wrap > .label:first-child {
    margin-right: 1em;
}
[dir="right"] form.filter-form .field-wrap > .label:first-child {
    margin-left: 1em;
}
[dir="ltr"] form.filter-form .field-wrap {
    margin-right: 1em;
}
[dir="right"] form.filter-form .field-wrap {
    margin-left: 1em;
}
form.filter-form .field {
    width: auto;
}
form .field-wrap {
    position: relative;
    margin-bottom: 1.5em;
    display: block;
}
@media (min-width: 400px) {
    form .field-wrap.cols,
    form .field-wrap .cols {
        display: flex;
        justify-content: space-between;
    }
    form .field-wrap.cols >,
    form .field-wrap .cols > {
        width: calc(50% - 10px);
    }
    form .field-wrap.cols > .label,
    form .field-wrap.cols > .label ~ *,
    form .field-wrap .cols > .label,
    form .field-wrap .cols > .label ~ * {
        width: auto;
        flex: auto;
    }
    form .field-wrap.cols > .label,
    form .field-wrap .cols > .label {
        flex: none;
        display: flex !important;
        align-items: center;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    [dir="ltr"] form .field-wrap.cols > .label,
    [dir="ltr"] form .field-wrap .cols > .label {
        margin-right: 20px;
    }
    [dir="rtl"] form .field-wrap.cols > .label,
    [dir="rtl"] form .field-wrap .cols > .label {
        margin-right: 20px;
    }
}
form .field-wrap.submit {
    margin-top: 0em;
    margin-bottom: 0;
}
form .field-wrap .star {
    position: absolute;
    top: 0;
    right: 0;
    color: #e01007;
}
[dir="ltr"] form .field-wrap .star {
    left: 100%;
}
[dir="rtl"] form .field-wrap .star {
    right: 100%;
}
form .field-wrap label ~ .star,
form .field-wrap .label ~ .star {
    margin-top: 1.4em;
}
@media (min-width: 400px) {
    form .field-row {
        display: flex;
    }
    form .field-row.wrap {
        flex-wrap: wrap;
    }
    form .field-row .field-wrap {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    [dir="ltr"] form .field-row .field-wrap {
        margin-left: 20px;
    }
    [dir="rtl"] form .field-row .field-wrap {
        margin-right: 20px;
    }
    form .field-row .field-wrap:first-child {
        margin-left: 0;
        margin-right: 0;
    }
    form .field-row .field-wrap.wider {
        flex: 1.5;
    }
}
form .fieldset + .fieldset {
    border-top: 1px solid #6f7271;
    margin-top: 30px;
    padding-top: 30px;
}
form input,
form select,
form button {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
form [name="emiratesId"] {
    direction: ltr;
}
form .label,
form label {
    color: inherit;
    font-size: inherit;
    text-align: inherit;
    padding: 0;
    margin: 0;
}
form .field-wrap > .label:first-child,
form .field-wrap > label:first-child,
form .field-group > .label:first-child,
form .field-group > label:first-child {
    display: block;
    margin-bottom: 0.8em;
    margin-top: 0em;
    text-transform: uppercase;
    font-weight: 600;
    color: #0e1d42;
    padding: 0 1.8em;
}
form .field-wrap:first-child > .label,
form .field-wrap:first-child > label {
    margin-top: 0;
}
form .field {
    border: 0;
    padding: 0px 1.4em;
    height: 40px;
    line-height: 40px;
    color: inherit;
    display: block;
    font-weight: 600;
    border: 1px solid rgba(71, 70, 71, 0.15);
    box-shadow: 4px 4px 8px 0px rgba(34, 34, 34, 0.1),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03),
        0px 0px 1px 2px rgba(224, 16, 7, 0);
    transition: border-color 0.2s ease;
    border-radius: 30px;
    width: 100%;
    color: #474647;
    transition: 0.2s ease;
}
@media (min-width: 740px) {
    form .field:not(.small) {
        padding: 0px 1.6em;
        height: 50px;
        line-height: 50px;
    }
}
@media (min-width: 1780px) {
    form .field:not(.small) {
        padding: 0px 1.7em;
        height: 60px;
        line-height: 60px;
    }
}
form .field::placeholder {
    color: rgba(71, 70, 71, 0.5);
    font-weight: 400;
}
form .field:focus::placeholder {
    color: rgba(71, 70, 71, 0.8);
}
form .field:hover {
    background-color: white;
}
form .field:focus {
    border: 1px solid rgba(71, 70, 71, 0.5);
}
form .field[data-state="error"] {
    background-color: white;
    border-color: rgba(224, 16, 7, 0.4);
    box-shadow: 4px 4px 8px 0px rgba(34, 34, 34, 0.1),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03),
        0px 0px 1px 1px rgba(224, 16, 7, 0.4);
}
form textarea.field {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    min-height: 100px;
    line-height: 1.4em;
}
@media (min-width: 740px) {
    form textarea.field {
        min-height: calc(100px + 1.4em);
    }
}
@media (min-width: 1780px) {
    form textarea.field {
        min-height: calc(120px + 1.4em);
    }
}
form select.field {
    line-height: 2em;
}
form select.field option {
    color: #474647;
    height: 20px;
    padding: 10px;
}
form select.field option[value="n/a"] {
    color: rgba(71, 70, 71, 0.5);
}
form select.field option[value="n/a"][disabled] {
    color: rgba(71, 70, 71, 0.2);
}
form select.field[data-selected="false"] {
    color: rgba(71, 70, 71, 0.5);
    font-weight: 400;
}
form select.field[data-selected="false"]:focus {
    color: rgba(71, 70, 71, 0.8);
}
form .radio-box label {
    display: block;
    margin: 0 0.5em;
    position: relative;
    padding: 5px 0;
    cursor: pointer;
}
[dir="ltr"] form .radio-box label {
    padding-left: 30px;
}
[dir="rtl"] form .radio-box label {
    padding-right: 30px;
}
form .radio-box label input {
    margin: 0.7em;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
form .radio-box label input + span {
    display: inline-block;
    opacity: 0.8;
    transition: 0.2s ease;
}
form .radio-box label input + span::before,
form .radio-box label input + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #474647;
    transition: 0.1s ease;
    opacity: 0.4;
}
[dir="ltr"] form .radio-box label input + span::before,
[dir="ltr"] form .radio-box label input + span::after {
    left: 0px;
}
[dir="rtl"] form .radio-box label input + span::before,
[dir="rtl"] form .radio-box label input + span::after {
    right: 0px;
}
form .radio-box label input + span::after {
    background-color: #e4651a;
    transform: scale(0);
    box-shadow: none;
    opacity: 1;
}
form .radio-box label input:checked + span {
    font-weight: bold;
    opacity: 1;
}
form .radio-box label input:checked + span::before {
    opacity: 1;
}
form .radio-box label input:checked + span::after {
    transform: scale(0.65);
}
form .radio-box label:hover input + span {
    opacity: 1;
}
form .radio-box label:hover input + span::before {
    opacity: 1;
}
form .checkbox-line input {
    margin-right: 1em;
}
form .checkbox-wrap {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 1.5em;
    font-size: 0.96em;
}
form .checkbox-wrap .text {
    margin: 0;
    display: inline-block;
    opacity: 0.8;
    line-height: 1.4em;
}
form .checkbox-wrap .text a:hover {
    text-decoration: underline;
}
form .checkbox-wrap:hover .text {
    opacity: 1;
}
form .checkbox-wrap .checkmark {
    display: block;
    position: relative;
    background-color: white;
    flex: none;
    width: 30px;
    height: 30px;
    transition: 0.2s ease;
    border-radius: 40px;
}
[dir="ltr"] form .checkbox-wrap .checkmark {
    margin-right: 20px;
}
[dir="rtl"] form .checkbox-wrap .checkmark {
    margin-left: 20px;
}
[dir="rtl"] [dir="ltr"] form .checkbox-wrap .checkmark {
    margin-left: 0;
}
@media (min-width: 740px) {
    form .checkbox-wrap .checkmark {
        width: 40px;
        height: 40px;
    }
}
form .checkbox-wrap:hover .checkmark {
    border-color: rgba(0, 51, 161, 0.6);
}
form .checkbox-wrap .checkmark::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid rgba(71, 70, 71, 0.2);
    transition: 0.2s ease;
    border-radius: 40px;
    box-shadow: 4px 4px 8px 0px rgba(34, 34, 34, 0.1),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
}
form .checkbox-wrap .checkmark::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    left: 11px;
    top: 5px;
    width: 5px;
    height: 14px;
    border: solid #ff8d6d;
    border-width: 0 3px 3px 0;
    transform: scale(0.2) rotate(30deg);
    transition: 0.2s ease;
}
@media (min-width: 740px) {
    form .checkbox-wrap .checkmark::after {
        left: 15px;
        top: 7px;
        width: 7px;
        height: 18px;
    }
}
form .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
form .checkbox-wrap input[type="checkbox"][required] ~ .text::after {
    padding: 0 0.2em;
    content: "*";
    color: #e01007;
}
form .checkbox-wrap input[type="checkbox"]:checked ~ .checkmark::before {
    border-color: rgba(71, 70, 71, 0.5);
}
form .checkbox-wrap input[type="checkbox"]:checked ~ .checkmark::after {
    opacity: 1;
    transform: scale(0.9) rotate(45deg);
}
form .checkbox-wrap input[type="checkbox"]:checked ~ .text {
    color: #474647;
    opacity: 1;
}
form
    .checkbox-wrap
    input[type="checkbox"][data-state="error"]
    ~ .checkmark::before {
    border-color: rgba(224, 16, 7, 0.4);
}
form .checkbox-wrap input[type="checkbox"]:disabled ~ .text {
    opacity: 0.3;
}
form .checkbox-wrap input[type="checkbox"]:disabled ~ .checkmark {
    opacity: 0.4;
}
form .checkbox-wrap input[type="checkbox"]:disabled ~ .error-msg {
    opacity: 0;
}
form .checkbox-wrap + span.error {
    margin-top: 4px;
}
form select option[disabled] {
    color: #aaa;
}
form + .response-box {
    margin: 20px 0;
    padding: 20px 30px;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    border-radius: 30px;
    border-bottom: 4px solid #33ae00;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 13px;
    transition: 0.3s ease;
    opacity: 0;
    background-color: white;
}
form[data-state="success-response"] + .response-box {
    opacity: 1;
    transform: translateY(0px);
}
form[data-state="error-response"] + .response-box {
    opacity: 1;
    transform: translateY(0px);
    border-color: #e01007;
}
form.collapse[data-state="success-response"] {
    display: none;
}

.iti {
    width: 100%;
    direction: ltr;
}
.iti input.field {
    padding-left: 115px !important;
}

.iti__flag-container {
    width: 105px !important;
}

.iti__selected-flag {
    padding-left: 15px !important;
}

.iti__flag-container,
.iti__selected-flag {
    border-radius: 40px 0 0 40px;
}

.signup-box {
    max-width: none;
}
@media (min-width: 550px) {
    .signup-box {
        display: flex;
    }
}
.signup-box .field-wrap {
    z-index: 1;
    margin-bottom: 0.2em;
}
@media (min-width: 550px) {
    .signup-box .field-wrap {
        margin: 0;
    }
}
.signup-box .field-wrap .field {
    width: 260px;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 550px) {
    .signup-box .field-wrap .field {
        width: 31em;
        text-align: initial;
    }
    [dir="ltr"] .signup-box .field-wrap .field {
        padding-right: 10em;
    }
    [dir="rtl"] .signup-box .field-wrap .field {
        padding-left: 10em;
    }
}
.signup-box .field-wrap ::placeholder {
    font-size: 0.8em;
    font-weight: 600;
    color: #0e1d42;
    text-transform: uppercase;
}
@media (min-width: 550px) {
    .signup-box .field-wrap ::placeholder {
        font-size: 0.9em;
    }
}
.signup-box .field-wrap .star {
    display: none;
}
.signup-box button {
    z-index: 2;
}
@media (min-width: 550px) {
    .signup-box button {
        margin: 0 !important;
        padding: 0 10px !important;
        width: 10em !important;
    }
    [dir="ltr"] .signup-box button {
        margin-left: -10em !important;
    }
    [dir="rtl"] .signup-box button {
        margin-right: -10em !important;
    }
}
.signup-box button .icon {
    display: none !important;
}
.signup-box + .response-box {
    min-width: 260px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%) !important;
    position: absolute;
}

/* 1-2 -- FIX THE RTL PROBLEM */
[dir="rtl"] .fancybox-stage {
    direction: inherit;
}

[dir="rtl"] .fancybox-slide > * {
    text-align: initial;
}

/* 2-2 -- FIX Caption Decleration */
[dir="rtl"] .fancybox-caption-wrap {
    direction: inherit;
}

/* 3-3 - FIX close button position */
[dir="rtl"] .fancybox-navigation .fancybox-button--arrow_left {
    left: initial;
    right: 0;
    transform: rotate(180deg);
}

[dir="rtl"] .fancybox-navigation .fancybox-button--arrow_right {
    right: initial;
    left: 0;
    transform: rotate(180deg);
}

[data-fancybox],
[data-popup],
[data-ajax-popup] {
    outline: 0px;
    cursor: pointer;
}

button.fancybox-button:disabled {
    opacity: 0.4 !important;
}

.popup-buffer {
    display: none;
}

.popup-box {
    width: 96%;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.popup-box.thin {
    max-width: 600px;
}
@media (min-width: 740px) {
    .popup-box {
        width: 90%;
        width: auto;
    }
}
[dir="rtl"] .popup-box {
    direction: rtl;
    text-align: right;
}
.popup-box .fancybox-close-small {
    color: white;
    padding: 0;
    top: 4px;
    right: 4px;
    width: 34px;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
}
[dir="rtl"] .popup-box .fancybox-close-small {
    right: auto;
    left: 4px;
}
.popup-box.form-feedback .message {
    margin: 30px 0;
}
.popup-box.privacy,
.popup-box.terms {
    font-size: 0.8em;
    max-width: 700px;
}

.popup-content {
    padding: 30px;
}
@media (min-width: 740px) {
    .popup-content {
        padding: 40px;
    }
}
.popup-content h1 {
    margin-top: 0;
    font-size: 30px;
}
.popup-content h2 {
    font-size: 23px;
}

@media (min-width: 740px) {
    .fancybox-slide--video .fancybox-content {
        max-width: 70%;
        max-height: 70%;
        margin: 0;
    }
}

.media {
    margin: 0;
    display: block;
    position: relative;
}
.hover-zoom .media img,
.media.hover-zoom img {
    transition: 0.5s ease;
    will-change: transform;
}
.hover-zoom:hover .media img,
.media.hover-zoom:hover img {
    transform: scale(1.05);
}
.hover-color > .media img,
.media.hover-color img {
    transition: 0.5s ease;
    will-change: filter;
    filter: grayscale(100%);
}
.hover-color:hover .media img,
.media.hover-color:hover img {
    transform: scale(1.08);
    filter: grayscale(0);
}
.hover-zoom.hover-color > .media,
.media.hover-zoom.hover-color {
    will-change: transform, filter;
}

.video {
    position: relative;
    width: 100%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aspect-ratio {
    display: block;
    position: relative;
    overflow: hidden;
}
.aspect-ratio::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.6%;
}
.aspect-ratio.wide::before {
    padding-bottom: 44%;
}
.aspect-ratio.portrait::before {
    padding-bottom: 134%;
}
.aspect-ratio.square::before {
    padding-bottom: 100%;
}
.aspect-ratio video,
.aspect-ratio img,
.aspect-ratio iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.aspect-ratio.v-top img {
    object-position: 50% 0;
}
.aspect-ratio.v-topish img {
    object-position: 50% 30%;
}
.aspect-ratio.v-bottomish img {
    object-position: 50% 70%;
}
.aspect-ratio.v-bottom img {
    object-position: 50% 100%;
}
@supports (object-fit: cover) {
    .aspect-ratio video,
    .aspect-ratio img,
    .aspect-ratio iframe {
        height: 100%;
    }
}
.aspect-ratio.contain {
    position: relative;
}
.aspect-ratio.contain img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.aspect-ratio.cover {
    position: relative;
}
.aspect-ratio.cover img {
    position: absolute;
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.cover .media-icon,
.cover .play-icon {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    font-size: 44px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: white;
    opacity: 0.6;
    transition: 0.2s ease-out;
}
.cover .media-icon svg,
.cover .play-icon svg {
    display: block;
    margin: auto;
}
.cover:hover .media-icon,
.cover:hover .play-icon {
    transform: scale(1.1);
    opacity: 1;
}
.cover.stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cover.stretch video,
.cover.stretch img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
@supports (object-fit: cover) {
    .cover.stretch video,
    .cover.stretch img {
        height: 100%;
    }
}

.tab-row {
    width: 100%;
    position: relative;
}
.tab-row::before,
.tab-row::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.2em;
    background-repeat: no-repeat;
    background-image: radial-gradient(
        ellipse at left,
        rgba(0, 0, 0, 0.15),
        transparent 70%
    );
}
.tab-row::after {
    left: auto;
    right: 0;
    background-image: radial-gradient(
        ellipse at right,
        rgba(0, 0, 0, 0.15),
        transparent 70%
    );
}
.tab-row ul {
    width: 100%;
    white-space: nowrap;
    padding: 20px 5vw;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}
@media (min-width: 1100px) {
    .tab-row ul {
        display: flex;
    }
}
@media (min-width: 1780px) {
    .tab-row ul {
        padding: 20px calc(50vw - 800px);
    }
}
.tab-row ul li {
    vertical-align: top;
    margin: 0 0.5em;
    display: inline-flex;
}
@media (min-width: 740px) {
    .tab-row ul li {
        margin: 0 1em;
    }
}
.tab-row ul li:first-child {
    margin-inline-start: 0;
}
.tab-row ul li:last-child {
    margin-inline-end: 0;
}
.tab-row ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
@media (min-width: 1100px) {
    .tab-row.centered ul {
        justify-content: space-around;
    }
}

.tab-content-list {
    position: relative;
    margin: 30px 0;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.1s ease, transform 0.1s ease;
    visibility: hidden;
}
.tab-content.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition-delay: 0.1s;
    z-index: 5;
    pointer-events: all;
}

.tab-bar {
    background-color: #0e1d42;
    background-image: linear-gradient(to bottom, #0e1d42, #8194dd 150%);
}
.tab-bar a:not(.active) {
    color: white !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
[data-section="sports-awards"] .tab-bar {
    background-image: linear-gradient(to bottom, #0e1d42, #f9423a 150%);
}

.search-box {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 110;
}
.search-box::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100vw - 80px);
    opacity: 0;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 0 2px rgba(71, 70, 71, 0.1), 0 1px 3px rgba(71, 70, 71, 0.2);
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    transition: 0.2s ease;
    transform: translateY(-100%) translateY(-10px);
    transform-origin: right;
    transform: scaleX(0.7);
    pointer-events: none;
}
[dir="ltr"] .search-box::before {
    right: 0;
}
[dir="rtl"] .search-box::before {
    left: 0;
}
[dir="rtl"] .search-box::before {
    transform-origin: left;
}
@media (min-width: 550px) {
    .search-box::before {
        width: 210px;
    }
}
.search-mode .search-box::before {
    pointer-events: all;
    transform: scaleX(1);
    opacity: 1;
}
.search-box input {
    position: absolute;
    z-index: 10;
    display: block;
    height: 100%;
    width: calc(100vw - 130px);
    border: 0;
    padding: 0 15px;
    background: transparent;
    transition: 0.2s ease;
    transform: scaleX(0.8);
    opacity: 0;
    transform-origin: right;
    pointer-events: none;
}
[dir="ltr"] .search-box input {
    right: 100%;
}
[dir="rtl"] .search-box input {
    left: 100%;
}
[dir="rtl"] .search-box input {
    transform-origin: left;
}
@media (min-width: 550px) {
    .search-box input {
        width: 160px;
    }
}
.search-mode .search-box input {
    transform: scaleX(1);
    transition-delay: 0.05s;
    opacity: 1;
    pointer-events: all;
}
.search-box button {
    position: relative;
    z-index: 10;
    border: 0px;
    background: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.2s ease;
    color: white;
    border: 1px solid rgba(223, 171, 215, 0.7);
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
}
.search-mode .search-box button {
    background-color: #dfabd7;
    color: #0e1d42;
}
.search-box button svg {
    display: block;
    margin: auto;
}

.box {
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    display: flex;
    flex-direction: column;
    min-width: 200px;
    color: inherit;
    font-weight: inherit;
}
.box .box-content {
    font-size: 0.94em;
    padding: 20px;
}
@media (min-width: 1550px) {
    .box .box-content {
        padding: 24px;
    }
}
.box .box-cover {
    position: relative;
    display: flex;
    width: 100%;
}
.box .box-cover .media {
    flex: auto;
}
.box .box-cover:last-child {
    flex: auto;
}
.box .box-header .eyebrow {
    color: #dfabd7;
    margin: 0;
    font-size: 0.9em;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.box .box-header .eyebrow .icon {
    font-size: 16px;
    color: white;
}
[dir="ltr"] .box .box-header .eyebrow .icon {
    margin-right: 10px;
}
[dir="rtl"] .box .box-header .eyebrow .icon {
    margin-left: 10px;
}
.box .box-header .title {
    margin: 0;
    margin-top: 0.3em;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.2em;
}
@media (min-width: 1550px) {
    .box .box-header .title {
        font-size: 1.3em;
    }
}
.box .box-cover .box-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px 14px;
    padding-top: 10em;
    color: white;
    background-image: linear-gradient(
        190deg,
        transparent 30%,
        rgba(89, 49, 95, 0.97) 70%
    );
}
[dir="rtl"] .box .box-cover .box-header {
    background-image: linear-gradient(
        170deg,
        transparent 30%,
        rgba(89, 49, 95, 0.97) 70%
    );
}
@media (min-width: 1100px) {
    .box .box-cover .box-header {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
}
.box .box-cover .box-header .title {
    color: white;
}
.section-features .box .box-cover .box-header .title {
    font-size: 1.4em;
}
@media (min-width: 1550px) {
    .section-features .box .box-cover .box-header .title {
        font-size: 1.7em;
    }
}
.box .box-cover .box-header .title + p {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0.5em 0 0;
    font-weight: 600;
}

@media (min-width: 740px) {
    .box-row {
        display: flex;
        align-items: center;
    }
}
.box-row .box {
    max-width: 400px;
    margin: auto;
}
@media (min-width: 740px) {
    .box-row .box {
        flex: 1;
        max-width: none;
    }
}
.box-row .box + .box {
    margin-top: 2em;
}
@media (min-width: 740px) {
    .box-row .box + .box {
        margin-top: 0;
    }
    [dir="ltr"] .box-row .box + .box {
        margin-left: 6%;
    }
    [dir="rtl"] .box-row .box + .box {
        margin-right: 6%;
    }
}

.section-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
}
.section-title + .section-nav {
    margin-top: -40px;
}
.section-nav::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        transparent,
        rgba(0, 0, 0, 0.2)
    );
    z-index: -1;
    pointer-events: none;
}
.section-title + .section-nav::before {
    height: 200%;
}
.section-nav .root {
    white-space: nowrap;
    text-align: center;
    padding: 0 5vw;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}
@media (min-width: 1100px) {
    .section-nav .root {
        display: flex;
    }
}
.section-nav .root::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.section-nav .root li {
    margin: 0 0.6em;
    display: inline-block;
}
.section-nav .root a {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0.6em;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}
.section-nav .root a:hover {
    background-color: rgba(57, 32, 61, 0.5);
    color: #dfabd7;
}
.section-nav .root a::after {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8194dd;
    opacity: 0;
}
.section-nav .root a.active::after {
    opacity: 1;
}
.section-title.conference ~ .section-nav .root a::after,
[data-section="conference"] .section-nav .root a::after {
    background-color: #dfabd7;
}
.section-title.awards ~ .section-nav .root a:hover,
[data-section="sports-awards"] .section-nav .root a:hover {
    color: #ff8d6d;
}
.section-title.awards ~ .section-nav .root a::after,
[data-section="sports-awards"] .section-nav .root a::after {
    background-color: #ff8d6d;
}

.stats.clean {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: space-around;
}
@media (min-width: 1100px) {
    .stats.clean {
        margin: 30px 0;
    }
}
.stats.clean li {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 20px !important;
    min-width: 130px;
}
.stats.clean .icon {
    font-size: 36px;
    color: #8194dd;
    display: block;
    margin-bottom: 0.6em;
}
@media (min-width: 740px) {
    .stats.clean .icon {
        font-size: 42px;
    }
}
@media (min-width: 1100px) {
    .stats.clean .icon {
        font-size: 50px;
    }
}
.stats.clean img.icon {
    font-size: 100px;
    width: 1em;
    margin-bottom: 0.2em;
}
@media (min-width: 1300px) {
    .stats.clean img.icon {
        font-size: 140px;
    }
}
.stats.clean .value {
    display: block;
    font-weight: 900;
    font-size: 2.5em;
    color: #0e1d42;
    line-height: 1em;
}
@media (min-width: 1100px) {
    .stats.clean .value {
        font-size: 3em;
    }
}
.stats.clean .label {
    display: block;
    color: #0e1d42;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.6em;
    font-size: 1.1em;
    max-width: 16em;
}
.stats.clean .icon + .label {
    margin-top: 0;
    font-size: 1.2em;
}
[data-section="sports-awards"] .stats.clean .icon,
.stats.clean.theme-awards .icon {
    color: #ff8d6d;
}
[data-section="conference"] .stats.clean .icon,
.stats.clean.theme-conference .icon {
    color: #dfabd7;
}

.section-features {
    margin-top: auto;
    display: grid;
    grid-row-gap: 2px;
}
@media (min-width: 550px) {
    .section-features {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2px;
    }
}
@media (min-width: 1100px) {
    .section-features .box .media {
        max-height: 22vw;
    }
}
@media (min-width: 1550px) {
    .section-features .box .media {
        max-height: 20vw;
    }
}
[data-section="conference"] .section-features .box .eyebrow,
.section-features.theme-conference .box .eyebrow {
    color: #8194dd;
}
[data-section="sports-awards"] .section-features .box .eyebrow,
.section-features.theme-awards .box .eyebrow {
    color: #ff8d6d;
}

ul.key-dates {
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 2em;
}
@media (min-width: 740px) {
    ul.key-dates {
        flex-wrap: wrap;
        display: flex;
    }
}
@media (min-width: 1100px) {
    ul.key-dates {
        flex-wrap: nowrap;
    }
}
ul.key-dates li {
    display: flex;
    flex-direction: column-reverse;
    text-align: initial;
    justify-content: flex-end;
    padding: 1em 2em;
    margin: 2em 2vw;
}
@media (min-width: 740px) {
    ul.key-dates li {
        flex: 30%;
    }
}
@media (min-width: 1100px) {
    ul.key-dates li {
        flex: 1;
    }
}
[dir="ltr"] ul.key-dates li {
    border-left: 1px solid rgba(71, 70, 71, 0.6);
}
[dir="rtl"] ul.key-dates li {
    border-right: 1px solid rgba(71, 70, 71, 0.6);
}
ul.key-dates li h3 {
    margin: 0;
    font-size: 1.1em;
    color: #474647;
    font-weight: 600;
    max-width: 16em;
}
ul.key-dates li h3 b {
    display: block;
    color: #f9423a;
    font-weight: 800;
}
ul.key-dates li p {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1.6em;
}
ul.key-dates li p span:first-child {
    font-size: 2.6em;
    font-weight: 700;
    color: #f9423a;
}
ul.key-dates li p span:last-child {
    text-transform: uppercase;
    line-height: 1.1em;
}
[dir="ltr"] ul.key-dates li p span:last-child {
    margin-left: 0.6em;
}
[dir="rtl"] ul.key-dates li p span:last-child {
    margin-right: 0.6em;
}
ul.key-dates li p b {
    display: block;
    font-weight: 800;
}

.buttons-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(71, 70, 71, 0.1);
    margin-top: 2em;
    padding-top: 2em;
}
.buttons-bar .button {
    box-shadow: 4px 4px 8px 0px rgba(34, 34, 34, 0.1),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    margin: 1em;
}
[data-section="sports-awards"] .buttons-bar .button .icon {
    color: #ff8d6d !important;
}
[data-section="conference"] .buttons-bar .button .icon {
    color: #dfabd7 !important;
}

.schedule-header {
    max-width: 60em;
    border-bottom: 1px solid rgba(71, 70, 71, 0.2);
}
.schedule-header h2 {
    margin: 0;
    color: #8194dd;
}
.schedule-header h4 {
    font-size: 1em;
    line-height: 1.1em;
    margin: 1em 0;
}
.schedule-header h4 b {
    display: block;
}
@media (min-width: 740px) {
    .schedule-header {
        display: flex;
        align-items: center;
    }
    [dir="ltr"] .schedule-header h4 {
        margin-left: auto;
        text-align: right;
    }
    [dir="rtl"] .schedule-header h4 {
        margin-right: auto;
        text-align: left;
    }
}

.schedule .schedule-entry {
    margin: 3em 0;
    max-width: 60em;
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 740px) {
    .schedule .schedule-entry {
        flex-wrap: nowrap;
    }
}
.schedule .schedule-entry .entry-time {
    background-color: #8194dd;
    color: white;
    width: 9em;
    height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex: none;
}
[dir="ltr"] .schedule .schedule-entry .entry-time {
    background-image: linear-gradient(to right, #0e1d42, #8194dd 140%);
}
[dir="rtl"] .schedule .schedule-entry .entry-time {
    background-image: linear-gradient(to left, #0e1d42, #8194dd 140%);
}
.schedule .schedule-entry .entry-name {
    height: 2.8em;
    padding: 0 1.6em;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    flex: auto;
    align-items: center;
}
[dir="ltr"] .schedule .schedule-entry .entry-name {
    background-image: linear-gradient(
        to right,
        rgba(71, 70, 71, 0.1),
        transparent
    );
}
[dir="rtl"] .schedule .schedule-entry .entry-name {
    background-image: linear-gradient(
        to left,
        rgba(71, 70, 71, 0.1),
        transparent
    );
}
.schedule .schedule-entry .entry-programs {
    width: 100%;
    flex: none;
}
@media (min-width: 740px) {
    .schedule .schedule-entry .entry-programs {
        width: auto;
        flex: auto;
    }
}
.schedule .schedule-entry .entry-program {
    padding: 1em 1.2em 0;
}
[dir="ltr"] .schedule .schedule-entry .entry-program {
    border-left: 2px solid rgba(89, 49, 95, 0.2);
}
[dir="rtl"] .schedule .schedule-entry .entry-program {
    border-right: 2px solid rgba(89, 49, 95, 0.2);
}
@media (min-width: 740px) {
    .schedule .schedule-entry .entry-program {
        width: auto;
        padding: 0 1.6em;
        border: 0px !important;
    }
    .schedule .schedule-entry .entry-program:not(:last-child) {
        margin-top: 0;
        margin-bottom: 1.8em;
    }
}
.schedule .schedule-entry .program-eyebrow {
    height: 2.8em;
    display: flex;
    align-items: center;
}
.schedule .schedule-entry .program-eyebrow .program-label {
    background-color: rgba(71, 70, 71, 0.1);
    color: #0e1d42;
    background-color: #8194dd;
    color: white;
    padding: 0.5em 0.8em;
    text-transform: uppercase;
    font-size: 0.84em;
    font-weight: 700;
}
[dir="ltr"] .schedule .schedule-entry .program-eyebrow .program-label {
    margin-right: 0.6em;
}
[dir="rtl"] .schedule .schedule-entry .program-eyebrow .program-label {
    margin-right: 0.6em;
}
.schedule .schedule-entry .program-title {
    margin: 0;
    font-weight: 400;
    margin-top: 0.1em;
}
.schedule .schedule-entry .program-title b {
    font-weight: 700;
}

main > .gallery-list {
    margin: 0 2em 3em;
}
@media (min-width: 1100px) {
    main > .gallery-list {
        margin: 0 3em 3em;
    }
}

.gallery-thumbs {
    display: grid;
    margin: 2px 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
@media (min-width: 740px) {
    .gallery-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1300px) {
    .gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 2000px) {
    .gallery-thumbs {
        grid-template-columns: repeat(5, 1fr);
    }
}

.partners-list {
    position: relative;
    margin-top: 10px;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-top: 1px solid rgba(71, 70, 71, 0.2);
    margin-top: 3em;
    padding: 2em 1em;
}
@media (min-width: 1100px) {
    .partners-list {
        padding-top: 3em;
    }
}
.partners-list .partners-item {
    width: max-content;
    min-width: 120px;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    margin: 10px 20px;
    padding: 10px 0;
    text-align: center;
    transition: 0.2s ease;
    filter: grayscale(100%);
    opacity: 0.8;
}
.partners-list .partners-item .label {
    font-size: 11px;
    margin-top: 0;
    font-weight: 600;
    opacity: 0.3;
}
@media (min-width: 740px) {
    .partners-list .partners-item .label {
        font-size: 12px;
    }
}
@media (min-width: 740px) {
    .partners-list .partners-item {
        max-width: 180px;
    }
}
@media (min-width: 1100px) {
    .partners-list .partners-item {
        max-width: 220px;
    }
}
@media (min-width: 1550px) {
    .partners-list .partners-item {
        max-width: 260px;
    }
}
@media (min-width: 1780px) {
    .partners-list .partners-item {
        max-width: 270px;
    }
}
.partners-list .partners-item a {
    flex: auto;
    display: flex;
    align-items: center;
}
.partners-list .partners-item:hover {
    filter: grayscale(0);
    opacity: 1;
}
.partners-list .partners-item img {
    display: block;
    padding: 0 5%;
    max-width: 100%;
    max-height: 70px;
    margin: auto;
}
@media (min-width: 740px) {
    .partners-list .partners-item img {
        max-height: 85px;
    }
}
@media (min-width: 1550px) {
    .partners-list .partners-item img {
        max-height: 100px;
    }
}
@media (min-width: 1780px) {
    .partners-list .partners-item img {
        max-height: 130px;
    }
}

.event-week-calendar {
    position: relative;
    margin-top: 10px;
    justify-content: space-around;
    background-color: rgba(71, 70, 71, 0.04);
    padding: 2em;
}
.event-week-calendar > header {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.event-week-calendar .days {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.event-week-calendar .days .day {
    max-width: 300px;
    background-color: white;
    box-shadow: 6px 6px 15px 0px rgba(34, 34, 34, 0.2),
        0px 0px 0px 1px rgba(34, 34, 34, 0.03);
    z-index: 2;
    margin: 0.3em;
    width: 14em;
}
.event-week-calendar .days .day > header {
    font-size: 0.9em;
    padding: 0.8em 16px;
    border-bottom: 1px solid rgba(71, 70, 71, 0.2);
}
.event-week-calendar .days .day > header .date {
    font-weight: 800;
    color: #f9423a;
}
.event-week-calendar .days .day > header .weekday {
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
}
.event-week-calendar .days .day:not(.empty) > header {
    background-color: #0e1d42;
    background-image: linear-gradient(
        to right,
        #0e1d42,
        rgba(223, 171, 215, 0.2)
    );
    color: white;
}
.event-week-calendar .days .day.empty {
    z-index: 1;
}
@media (min-width: 740px) {
    .event-week-calendar .days .day.empty {
        width: 7.5em;
    }
}
.event-week-calendar .days .day.empty > header {
    opacity: 0.8;
}
.event-week-calendar .days .day.empty > header .date {
    color: #ff8d6d;
}
.event-week-calendar .days .day .events {
    padding: 0.6em 0;
}
.event-week-calendar .days .day a {
    display: block;
    font-size: 1em;
    color: #0e1d42;
    padding: 0.4em 16px;
    text-transform: uppercase;
    line-height: 1.1em;
}

.countdown {
    position: relative;
    display: inline-flex;
    font-size: 10px;
    justify-content: center;
    color: #0e1d42;
}
.countdown:empty::before {
    content: "loading countdown";
    font-size: 0.8;
    font-weight: 300;
    display: block;
    opacity: 0.5;
}
.countdown::after {
    content: "";
    position: absolute;
    left: -2%;
    top: -30%;
    z-index: 1;
    display: block;
    width: 104%;
    height: 140%;
    border-radius: 10px;
    transform: rotateZ(-2deg);
}
.countdown .unit {
    z-index: 5;
    position: relative;
    font-size: 3em;
    font-weight: 900;
    width: 2em;
    line-height: 0.8em;
    text-align: center;
}
@media (min-width: 740px) {
    .countdown .unit {
        font-size: 4em;
    }
}
.countdown .unit::after {
    display: block;
    font-size: 0.3em;
    font-weight: 600;
    color: #dfabd7;
}
.countdown .unit.month::after {
    content: "months";
}
.countdown .unit.day::after {
    content: "days";
}
.countdown .unit.hour::after {
    content: "hours";
}
.countdown .unit.min::after {
    content: "mins";
}
.countdown .unit.sec::after {
    content: "secs";
}
[lang="ar"] .countdown .unit.month::after {
    content: "أشهر";
}
[lang="ar"] .countdown .unit.day::after {
    content: "الأيام";
}
[lang="ar"] .countdown .unit.hour::after {
    content: "الساعات";
}
[lang="ar"] .countdown .unit.min::after {
    content: "الدقائق";
}
[lang="ar"] .countdown .unit.sec::after {
    content: "الثواني";
}
.countdown .unit + .unit:not(.day):not(.hour)::before {
    content: ":";
    font-size: 0.8em;
    display: block;
    position: absolute;
    width: 10px;
    top: 0em;
    left: -5px;
    opacity: 0.3;
}
[dir="rtl"] .countdown .unit + .unit:not(.day):not(.hour)::before {
    left: auto;
    right: -5px;
}

.social-feed .section-title {
    position: relative;
    z-index: -1;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 13vw;
    line-height: 1em;
    opacity: 0.2;
    margin-bottom: -0.3em;
    color: #dfabd7;
}
@media (min-width: 2000px) {
    .social-feed .section-title {
        font-size: 260px;
    }
}
.social-feed .post-item {
    width: 280px;
}
.social-feed .post-thumb {
    position: relative;
    z-index: 1;
}
.social-feed .post-caption {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(89, 49, 95, 0.94);
    color: white;
    font-size: 0.8em;
    line-height: 1.6em;
    padding: 1.5em;
    font-weight: 400;
    transition: 0.3s ease;
    pointer-events: none;
    transform: translateY(2em);
    opacity: 0;
}
.social-feed .post-caption .cta {
    color: #dfabd7;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 1em;
}
.social-feed .post-item:hover .post-caption {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
}
.social-feed .pager-button {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    position: absolute;
    margin: 0 !important;
    top: 50%;
    margin-top: -20px !important;
    z-index: 100;
}
.social-feed .pager-button.swiper-button-disabled {
    opacity: 0.2 !important;
    color: white !important;
}
@media (min-width: 850px) {
    .social-feed .pager-button {
        width: 50px !important;
        height: 50px !important;
        margin-top: -25px !important;
    }
}
[dir="ltr"] .social-feed .pager-button.pager-prev {
    left: 10px;
}
[dir="ltr"] .social-feed .pager-button.pager-next {
    right: 10px;
}
[dir="rtl"] .social-feed .pager-button.pager-prev {
    right: 10px;
}
[dir="rtl"] .social-feed .pager-button.pager-next {
    left: 10px;
}
.social-feed .pager-button .icon {
    margin: auto !important;
    color: rgb(48, 84, 166) !important;
}
