@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.
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=57ff4c23-b323-44be-90c2-072c0dcaca36");
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: bold; }

/**
 * 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 */ }

/* 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 {
  overflow-x: hidden;
  height: 100vh;
  width: 100%; }
  .show-nav body {
    overflow: hidden; }

* {
  box-sizing: border-box; }

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

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

.table-wrap {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

table.simple {
  border-spacing: 0;
  font-size: 0.94em;
  margin: 0; }
  table.simple.block {
    width: 100%; }
  table.simple th {
    text-align: inherit;
    font-weight: 600; }
  table.simple th, table.simple td {
    padding: 8px 10px; }
    @media (min-width: 740px) {
      table.simple th, table.simple td {
        padding: 10px 15px; } }
  table.simple thead th {
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #003B49;
    border-bottom: 1px solid rgba(30, 27, 26, 0.2); }
  table.simple tbody tr:nth-child(2n) {
    background-color: rgba(60, 60, 59, 0.06); }

img {
  max-width: 100%; }

.hidden {
  display: none !important; }

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

::-webkit-scrollbar-thumb {
  background: #474644; }

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

@font-face {
  font-family: "Canaro";
  src: url("/assets/fonts/87378c93-3eb9-4709-8377-9098ba2db01b.woff2") format("woff2"), url("/assets/fonts/7f1a347e-5004-4c66-bc1d-7f0ada01bfc3.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Canaro";
  src: url("/assets/fonts/15a47168-5c4f-44f6-b25b-765f27d47a70.woff2") format("woff2"), url("/assets/fonts/37c623e5-4e3a-4866-8797-948d145556d3.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Canaro";
  src: url("/assets/fonts/86019a4a-dd0d-4441-9547-f0f91c246d3d.woff2") format("woff2"), url("/assets/fonts/dacc697a-c16a-40fb-a49d-7c8b69022c51.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Canaro";
  src: url("/assets/fonts/b8e1096f-500f-44ea-8bb0-855ea740605a.woff2") format("woff2"), url("/assets/fonts/98fde7b9-91d5-496d-a6c9-3af7f467f615.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  color: #1E1B1A;
  font-size: 15px;
  font-family: "Canaro", Tajawal, sans-serif;
  color: #1E1B1A; }
  @media (min-width: 1040px) and (min-height: 650px) {
    html {
      font-size: 16px; } }

.ar {
  direction: rtl; }

article .eyebrow {
  font-weight: 800;
  margin-bottom: 0.3em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3em;
  z-index: 2; }
  .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;
    font-weight: inherit; }
  h1 .icon:first-child,
  h2 .icon:first-child,
  h3 .icon:first-child,
  h4 .icon:first-child,
  h5 .icon:first-child,
  h6 .icon:first-child {
    margin-inline-end: 0.5em; }
    h1 .icon:first-child.sis,
    h2 .icon:first-child.sis,
    h3 .icon:first-child.sis,
    h4 .icon:first-child.sis,
    h5 .icon:first-child.sis,
    h6 .icon:first-child.sis {
      margin-inline-end: 0.3em; }
  .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 .highlight,
  h2 .highlight,
  h3 .highlight,
  h4 .highlight,
  h5 .highlight,
  h6 .highlight {
    z-index: 3;
    position: relative;
    padding: 0.2em 0;
    color: white;
    display: inline-block;
    margin: 0 0.5em; }
    h1 .highlight::before,
    h2 .highlight::before,
    h3 .highlight::before,
    h4 .highlight::before,
    h5 .highlight::before,
    h6 .highlight::before {
      z-index: -1;
      content: '';
      display: block;
      position: absolute;
      left: -0.5em;
      top: 0;
      right: -0.5em;
      bottom: 0;
      background-color: #D03239; }
  h1 br + .highlight,
  h2 br + .highlight,
  h3 br + .highlight,
  h4 br + .highlight,
  h5 br + .highlight,
  h6 br + .highlight {
    margin: 0 !important; }

h1 {
  font-size: 1.6em;
  line-height: 1.1em;
  text-transform: uppercase;
  max-width: 19em;
  margin: 1em 0;
  font-weight: 900; }
  h1:first-child {
    margin-top: 0; }
  @media (min-width: 740px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-weight: 900;
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 1.1em;
  max-width: 30em; }
  @media (min-width: 740px) {
    h2 {
      font-size: 1.6em; } }
  main h2 {
    margin-top: 2em; }

h3 {
  font-weight: 900;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #D03239;
  max-width: 27em; }
  @media (min-width: 740px) {
    h3 {
      font-size: 1.3em; } }
  main h3 {
    margin-top: 1.8em; }
  h3 + p {
    margin-top: -0.4em; }

h4 {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  font-weight: 900; }
  @media (min-width: 1040px) {
    h4 {
      font-size: 1.2em; } }
  h4 + p {
    margin-top: 0; }

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

b {
  font-weight: 700; }
  b.black {
    font-weight: 900;
    font-size: 1.4em; }

.sis {
  display: inline-block;
  font-size: 32px;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle; }

a, .link {
  color: inherit;
  text-decoration: none;
  transition: .2s ease;
  font-weight: 600; }
  a .icon, .link .icon {
    font-size: 1.2em;
    vertical-align: middle; }
  a.more, .link.more {
    color: #001A70;
    display: inline-block; }
    [dir="ltr"] a.more, [dir="ltr"] .link.more {
      margin: 0.7em 1em 0.7em 0; }
    [dir="rtl"] a.more, [dir="rtl"] .link.more {
      margin: 0.7em 0 0.7em 1em; }
  a:hover, .link:hover {
    color: #D03239; }
  main a, main .link {
    color: #D03239; }
    main a:hover, main .link:hover {
      color: inherit; }

.indented {
  padding: 0.1em 0em 0.1em 2.4em; }

p,
li,
dd {
  line-height: 1.8em; }
  p.highlight,
  li.highlight,
  dd.highlight {
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5;
    max-width: 18em; }
    p.highlight b,
    li.highlight b,
    dd.highlight b {
      font-weight: 900; }
  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; }

hr {
  border: 0;
  border-bottom: 1px solid #1E1B1A;
  width: 6em;
  margin: 2em 0 2.6em;
  opacity: 0.2; }

span.highlight, b.highlight, a.highlight {
  font-weight: 600;
  color: #00BC70; }

ul:not(.iti__country-list, .clean, .root),
ol {
  margin: 2em 0; }
  ul li,
  ol li {
    margin: 1em 0;
    max-width: 36em; }

ul.custom {
  margin: 1em 0;
  padding-inline-start: 30px; }
  ul.custom li {
    margin: 0.4em 0;
    line-height: 1.3em;
    list-style: none;
    position: relative; }
    ul.custom li::before {
      content: '';
      display: block;
      background-color: #1E1B1A;
      opacity: 0.4;
      border-radius: 100%;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 0.45em; }
      [dir="ltr"] ul.custom li::before {
        left: -25px; }
      [dir="rtl"] ul.custom li::before {
        right: -25px; }

dl {
  margin: 2em 0; }
  dl dt {
    text-transform: uppercase;
    font-weight: 700;
    color: #D03239;
    margin: 1em 0 0.3em;
    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; }
  nav ul a,
  ul.clean a {
    font-weight: unset; }

blockquote {
  position: relative;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
  max-width: 34em;
  margin: 2.4em 0;
  padding: 0 1.4em; }
  blockquote footer {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 400; }
    blockquote footer::before {
      content: '';
      display: block;
      border-top: 3px solid rgba(36, 183, 180, 0.8);
      width: 2.4em;
      margin-bottom: 1em; }
  blockquote p::before {
    position: absolute;
    left: 0;
    font-size: 2em;
    font-weight: 900;
    color: #24B7B4;
    content: '“';
    display: block; }
  blockquote p::after {
    font-size: 1.5em;
    font-weight: 900;
    color: #24B7B4;
    position: relative;
    top: -0.1em;
    content: '”';
    display: inline-block;
    vertical-align: middle; }

sup {
  font-size: 0.6em; }

.nowrap {
  white-space: nowrap; }

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

.todo {
  background-color: greenyellow;
  color: black;
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  line-height: 1.5em; }
  .todo::before {
    content: 'TODO: ';
    font-weight: 900; }

.site-header {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px 2px rgba(0, 0, 0, 0.05); }
  .site-header .top {
    position: relative;
    background-color: #1E1B1A;
    color: white;
    display: flex; }
    .site-header .top .functions {
      margin-inline-start: auto;
      display: flex;
      font-size: 0.9rem; }
      .site-header .top .functions button, .site-header .top .functions .button {
        margin: 0 !important;
        padding: 0 15px;
        height: 50px;
        border: 0px;
        font-weight: 400 !important; }
        @media (max-width: 739px) {
          .site-header .top .functions button, .site-header .top .functions .button {
            height: 40px;
            padding: 0 10px; }
            .site-header .top .functions button .icon + .label, .site-header .top .functions .button .icon + .label {
              display: none; } }
  .site-header .main {
    position: relative;
    display: flex;
    background-image: url("/assets/images/header-decor.svg");
    background-position: left middle;
    height: 120px;
    box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.04) inset; }
    @media (min-width: 740px) {
      .site-header .main {
        height: 150px; } }
    [dir="ltr"] .site-header .main {
      padding-left: 50px; }
    [dir="rtl"] .site-header .main {
      padding-right: 50px; }
    .site-header .main .logo {
      order: 2;
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      font-weight: 900;
      text-transform: uppercase;
      margin: 1em 0em; }
      @media (min-width: 440px) {
        .site-header .main .logo {
          margin: 1em; } }
      @media (min-width: 1040px) {
        .site-header .main .logo {
          margin: 1.2em; } }
      .site-header .main .logo .badge {
        order: 1;
        width: 80px;
        height: 80px;
        margin: auto 0.5em; }
        @media (min-width: 440px) {
          .site-header .main .logo .badge {
            width: 90px;
            height: 90px; } }
        @media (min-width: 740px) {
          .site-header .main .logo .badge {
            margin: auto 1em;
            width: 110px;
            height: 110px; } }
        @media (min-width: 1040px) {
          .site-header .main .logo .badge {
            margin: auto 2em; } }
      .site-header .main .logo .slogan {
        order: 2;
        color: #D03239;
        margin: 0 1em; }
      .site-header .main .logo.co-branding::before {
        content: '';
        flex: none;
        display: block;
        width: 1px;
        min-height: 1em;
        background-color: #111;
        order: 2;
        height: 84%;
        margin: 0 0.6em; }
        @media (min-width: 1040px) {
          .site-header .main .logo.co-branding::before {
            height: 90%; } }
      .site-header .main .logo.co-branding .co-brand-logo {
        order: 3;
        max-height: 90%;
        margin: auto 0.5em; }
        @media (min-width: 740px) {
          .site-header .main .logo.co-branding .co-brand-logo {
            margin: auto 1em; } }
        @media (min-width: 1040px) {
          .site-header .main .logo.co-branding .co-brand-logo {
            margin: auto 2em; } }
    .site-header .main .functions {
      order: 3;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      margin: 1em;
      margin-inline-start: auto; }
      @media (min-width: 1040px) {
        .site-header .main .functions {
          margin: 2em;
          margin-inline-start: auto;
          justify-content: space-between; } }
      .site-header .main .functions nav {
        text-transform: uppercase;
        font-size: 0.9em; }
        @media (max-width: 1039px) {
          .site-header .main .functions nav {
            display: none; } }
        .site-header .main .functions nav .root {
          display: flex; }
          .site-header .main .functions nav .root li:not(:last-child) {
            margin-inline-end: 2em; }
          .site-header .main .functions nav .root a.active {
            font-weight: 900;
            color: #D03239; }
      .site-header .main .functions .social-media-icons {
        font-size: 1.1em; }
        @media (max-width: 739px) {
          .site-header .main .functions .social-media-icons {
            display: none; } }
    .site-header .main .social-media-icons {
      display: flex;
      gap: 1.4em; }
      .site-header .main .social-media-icons a {
        color: #B08759; }
        .site-header .main .social-media-icons a:hover {
          color: #D03239; }

.site-footer {
  background-color: #1E1B1A;
  color: white;
  font-size: 0.9rem;
  background-image: url("/assets/images/footer-decor.svg");
  background-repeat: no-repeat; }
  .site-footer h4 {
    margin-bottom: 2em; }
  .site-footer > .wrapper {
    padding: 2em 0; }
    .site-footer > .wrapper + .wrapper {
      border-top: 1px solid rgba(60, 60, 59, 0.7); }
    .site-footer > .wrapper > .wrap {
      margin-bottom: 3em; }
    @media (min-width: 740px) {
      .site-footer > .wrapper:first-child {
        margin-top: 2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .site-footer > .wrapper:first-child > .wrap {
          flex: 1; }
          .site-footer > .wrapper:first-child > .wrap:not(:first-child) {
            margin-inline-start: 2em; } }
  .site-footer a {
    font-weight: 400; }
  .site-footer .quick-links nav li {
    margin: 0.3em 0; }
  .site-footer .quick-links nav a {
    display: inline-block;
    padding: 0.4em 0;
    font-weight: 600; }
    .site-footer .quick-links nav a .icon {
      color: #B08759;
      font-size: 16px;
      margin-inline-end: 0.5em; }
  @media (min-width: 1240px) {
    .site-footer .quick-message {
      flex: 2 !important; }
      .site-footer .quick-message form {
        display: flex;
        flex-wrap: wrap; }
        .site-footer .quick-message form input.field {
          height: 50px; }
        .site-footer .quick-message form .field-group {
          margin-inline-end: 1.4em; }
          .site-footer .quick-message form .field-group .field-wrap {
            width: 220px; }
            .site-footer .quick-message form .field-group .field-wrap:last-child {
              margin-bottom: 0; }
        .site-footer .quick-message form .field-wrap.submit {
          width: calc(480px + 1.4em); } }
  .site-footer .quick-message .field-wrap {
    width: 260px; }
    @media (min-width: 740px) and (max-width: 1039px) {
      .site-footer .quick-message .field-wrap {
        width: 220px; } }
    .site-footer .quick-message .field-wrap.submit button {
      margin: 0; }
    [dir="ltr"] .site-footer .quick-message .field-wrap.submit {
      text-align: right; }
    [dir="rtl"] .site-footer .quick-message .field-wrap.submit {
      text-align: left; }
  .site-footer .quick-message .field {
    background-color: rgba(50, 50, 49, 0.9);
    color: white;
    border: 0;
    border-bottom: 1px solid rgba(178, 178, 178, 0.4); }
    .site-footer .quick-message .field::placeholder {
      color: #b2b2b2; }
  .site-footer .quick-contacts dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .site-footer .quick-contacts dl dt {
      width: 35px;
      color: #B08759;
      margin: 0; }
      .site-footer .quick-contacts dl dt .icon {
        display: inline-block;
        text-align: center;
        width: 20px; }
    .site-footer .quick-contacts dl dd {
      margin: 0 0 2em 0;
      width: calc(100% - 35px);
      max-width: none; }
      .site-footer .quick-contacts dl dd:last-child {
        margin-bottom: 0; }
      .site-footer .quick-contacts dl dd a {
        color: #c4a582;
        display: inline-block; }
        .site-footer .quick-contacts dl dd a:not(:first-child) {
          margin-top: 0.5em; }
        .site-footer .quick-contacts dl dd a:hover {
          color: white; }
  .site-footer .sitemap {
    margin-top: 2em; }
    @media (min-width: 440px) {
      .site-footer .sitemap .root {
        display: flex;
        flex-wrap: wrap; } }
    .site-footer .sitemap .root > li {
      margin-bottom: 2.4em; }
      @media (min-width: 440px) {
        .site-footer .sitemap .root > li {
          width: 50%; } }
      @media (min-width: 740px) {
        .site-footer .sitemap .root > li {
          width: 33.3333%; } }
      @media (min-width: 1040px) {
        .site-footer .sitemap .root > li {
          width: auto;
          flex: 1; } }
    .site-footer .sitemap .root > li > span {
      font-weight: 900;
      color: #B08759;
      text-transform: uppercase;
      font-size: 1.1em; }
    .site-footer .sitemap .sub {
      margin-top: 1em; }
      .site-footer .sitemap .sub li {
        margin: 0.1em 0; }
      .site-footer .sitemap .sub a {
        display: inline-block;
        padding: 0.2em 0;
        font-weight: 600; }
  .site-footer .bottom {
    font-size: 0.8rem;
    background-color: #100f0e;
    border-top: 1px solid rgba(178, 178, 178, 0.2); }
    .site-footer .bottom .wrapper {
      padding: 1em 0; }
      .site-footer .bottom .wrapper .copyrights, .site-footer .bottom .wrapper .links {
        margin: 1em 0; }
      .site-footer .bottom .wrapper .copyrights {
        opacity: 0.4; }
      @media (min-width: 740px) {
        .site-footer .bottom .wrapper {
          display: flex;
          justify-content: space-between;
          flex-direction: row-reverse; } }

.nav-toggle {
  position: fixed;
  width: 40px;
  height: 120px;
  color: white;
  background-color: #D03239;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  will-change: transform; }
  [dir="ltr"] .nav-toggle {
    left: 0; }
  [dir="rtl"] .nav-toggle {
    right: 0; }
  @media (min-width: 740px) {
    .nav-toggle {
      width: 50px;
      height: 150px; } }
  [dir="ltr"].show-nav .nav-toggle {
    transform: translateX(240px); }
  [dir="rtl"].show-nav .nav-toggle {
    transform: translateX(-240px); }
  @media (min-width: 740px) {
    [dir="ltr"].show-nav .nav-toggle {
      transform: translateX(230px); }
    [dir="rtl"].show-nav .nav-toggle {
      transform: translateX(-230px); } }
  .nav-toggle .hamburger {
    margin: 0; }
  .nav-toggle .label {
    font-size: 0.8em;
    font-weight: 800;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    height: 5em;
    text-align: center; }
    [dir="ltr"] .nav-toggle .label {
      transform: translateX(-2px); }
    @media (min-width: 740px) {
      .nav-toggle .label {
        height: 6em; } }
    .nav-toggle .label.close {
      display: none; }
    html.show-nav .nav-toggle .label.close {
      display: block; }
    html.show-nav .nav-toggle .label.open {
      display: none; }

.nav-drawer {
  position: fixed;
  top: 0;
  transition: 0.2s ease;
  will-change: transform;
  z-index: 999;
  background-color: #131111;
  color: white;
  width: 280px;
  padding: 60px 40px 50px;
  height: calc(100vh - 40px);
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  [dir="ltr"] .nav-drawer {
    right: 100%; }
  [dir="rtl"] .nav-drawer {
    left: 100%; }
  @media (min-width: 740px) {
    .nav-drawer {
      padding: 80px 40px 50px; } }
  .nav-drawer::-webkit-scrollbar-thumb {
    background-color: #565654;
    background-color: transparent; }
  .nav-drawer::-webkit-scrollbar-track {
    background-color: #100f0e;
    background-color: transparent; }
  .nav-drawer .drawer-logo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 20px 10px 50px; }
  .nav-drawer .social-media-icons {
    position: absolute;
    display: flex;
    gap: 1.2em;
    top: 15px; }
    @media (min-width: 740px) {
      .nav-drawer .social-media-icons {
        display: none !important; } }
    .nav-drawer .social-media-icons a {
      color: #B08759;
      opacity: 0.6; }
      .nav-drawer .social-media-icons a:hover {
        color: white;
        opacity: 0.9; }
  .nav-drawer .main-nav .root > li + li {
    margin-top: 2em; }
  .nav-drawer .main-nav .root > li > a,
  .nav-drawer .main-nav .root > li > span {
    color: #B08759;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.1em; }
  .nav-drawer .secondary-nav ul, .nav-drawer ul.sub {
    margin-top: 1em;
    font-size: 0.9em; }
    .nav-drawer .secondary-nav ul li, .nav-drawer ul.sub li {
      padding: 0.2em 0; }
    .nav-drawer .secondary-nav ul a, .nav-drawer ul.sub a {
      display: inline-block;
      padding: 0.2em 0; }
      .nav-drawer .secondary-nav ul a:hover, .nav-drawer ul.sub a:hover {
        color: #c0a07c; }
  .nav-drawer .secondary-nav {
    border-top: 1px solid #3c3c3b;
    margin-top: 2em; }
    @media (min-width: 1040px) {
      .nav-drawer .secondary-nav {
        display: none !important; } }
    .nav-drawer .secondary-nav a {
      color: rgba(255, 255, 255, 0.8); }
  [dir="ltr"].show-nav .nav-drawer {
    transform: translateX(280px); }
  [dir="rtl"].show-nav .nav-drawer {
    transform: translateX(-280px); }

.section-nav {
  position: relative;
  z-index: 4;
  background-color: white;
  display: flex;
  align-items: center;
  background-image: url("/assets/images/section-nav-decor.svg");
  background-repeat: no-repeat;
  font-size: 0.88em;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px 2px rgba(0, 0, 0, 0.05); }
  @media (max-width: 1539px) {
    .section-nav {
      display: none; } }
  .section-nav .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10em;
    height: 100%; }
  .section-nav .section-title {
    position: absolute;
    left: 0;
    margin: 0;
    color: #b2b2b2;
    font-size: 1.1em; }
    [dir="rtl"] .section-nav .section-title {
      left: auto;
      right: 0; }
  .section-nav ul.root {
    margin: 0 auto;
    display: flex; }
    .section-nav ul.root li {
      margin: 0 1em; }
    .section-nav ul.root a {
      display: block;
      white-space: nowrap;
      text-transform: uppercase;
      height: 70px;
      display: flex;
      align-items: center;
      font-weight: 600; }
      .section-nav ul.root a.active {
        font-weight: 900;
        color: #D03239;
        box-shadow: 0 3px 0 #D03239, 0 -1px 0 #D03239 inset; }

/* 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); } }

.media {
  margin: 0;
  display: block;
  position: relative;
  background-color: rgba(178, 178, 178, 0.4); }
  .media > video,
  .media > img,
  .media > iframe {
    display: block; }
  .hover-zoom .media > img,
  .hover-zoom .media > video, .media.hover-zoom > img,
  .media.hover-zoom > video {
    transition: .5s ease;
    will-change: transform; }
  .hover-zoom:hover .media > img,
  .hover-zoom:hover .media > video, .media.hover-zoom:hover > img,
  .media.hover-zoom:hover > video {
    transform: scale(1.05); }
  .hover-color > .media > img, .media.hover-color > img {
    transition: .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; }
  .media video, .media img {
    width: 100%; }

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

.aspect-ratio,
.media.cover {
  display: block;
  position: relative;
  overflow: hidden; }
  .aspect-ratio::before,
  .media.cover::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.6%; }
  .aspect-ratio.rect::before,
  .media.cover.rect::before {
    padding-bottom: 75%; }
  .aspect-ratio.wide::before,
  .media.cover.wide::before {
    padding-bottom: 44%; }
  .aspect-ratio.portrait::before,
  .media.cover.portrait::before {
    padding-bottom: 125%; }
  .aspect-ratio.tall::before,
  .media.cover.tall::before {
    padding-bottom: 150%; }
  .aspect-ratio.taller::before,
  .media.cover.taller::before {
    padding-bottom: 175%; }
  .aspect-ratio.square::before,
  .media.cover.square::before {
    padding-bottom: 100%; }
  .aspect-ratio > video,
  .aspect-ratio > img,
  .aspect-ratio > iframe,
  .media.cover > video,
  .media.cover > img,
  .media.cover > iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%); }
  @supports (object-fit: cover) {
    .aspect-ratio video,
    .aspect-ratio img,
    .aspect-ratio iframe,
    .media.cover video,
    .media.cover img,
    .media.cover iframe {
      top: 0;
      height: 100%;
      transform: none; } }
  .aspect-ratio.focus-top img,
  .media.cover.focus-top img {
    object-position: 50% 0; }
  .aspect-ratio.focus-topish img,
  .media.cover.focus-topish img {
    object-position: 50% 25%; }
  .aspect-ratio.focus-bottomish img,
  .media.cover.focus-bottomish img {
    object-position: 50% 75%; }
  .aspect-ratio.focus-bottom img,
  .media.cover.focus-bottom img {
    object-position: 50% 100%; }
  .aspect-ratio.contain,
  .media.cover.contain {
    position: relative; }
    .aspect-ratio.contain > img,
    .media.cover.contain > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      max-width: 90%;
      max-height: 90%; }
  .aspect-ratio.cover,
  .media.cover.cover {
    position: relative; }
    .aspect-ratio.cover > img,
    .media.cover.cover > img {
      position: absolute; }

.media, .cover {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%; }
  .media .media-icon,
  .media .play-icon, .cover .media-icon,
  .cover .play-icon {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    font-size: 20px;
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em;
    color: white;
    opacity: 0.8;
    background-color: rgba(3, 29, 48, 0.9);
    border-radius: 100%;
    transition: .2s ease-out; }
    .media .media-icon svg,
    .media .play-icon svg, .cover .media-icon svg,
    .cover .play-icon svg {
      display: block;
      margin: auto;
      transform: translateX(0.1em); }
  .media:hover .media-icon, .media:hover .play-icon, .cover:hover .media-icon, .cover:hover .play-icon {
    opacity: 1; }
  .media[data-state="playback"] .play-icon, .cover[data-state="playback"] .play-icon {
    opacity: 0; }
  .media.stretch, .cover.stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .media.stretch video,
    .media.stretch img, .cover.stretch video,
    .cover.stretch img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      object-fit: cover; }
    @supports (object-fit: cover) {
      .media.stretch video,
      .media.stretch img, .cover.stretch video,
      .cover.stretch img {
        height: 100%; } }

.card {
  position: relative;
  box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.03);
  color: #1E1B1A; }
  .swiper-slide .card {
    width: 100%;
    height: 100%;
    box-shadow: none; }
  .card .promo-label {
    position: absolute;
    z-index: 100;
    color: white;
    font-size: 11px;
    padding: 5px 7px;
    background-color: rgba(0, 0, 0, 0.4); }
  .card .card-content {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch; }
    @media (min-width: 740px) {
      .card .card-content {
        flex-direction: column; } }
  .card.stubborn .card-content {
    flex-direction: column; }
  .card .pseudo-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100; }
    .card .pseudo-link span {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0 !important;
      border: 0 !important;
      height: 1px !important;
      width: 1px !important;
      overflow: hidden; }
  .card .card-image {
    position: relative;
    flex: none;
    width: 100%; }
    .card .card-image .media {
      height: 100%; }
    @media (max-width: 439px) {
      .card .card-image {
        width: 30%; }
        .card .card-image .media::before {
          padding-bottom: 125%; } }
    @media (min-width: 440px) and (max-width: 739px) {
      .card .card-image {
        width: 25%; }
        .card .card-image .media::before {
          padding-bottom: 100%; } }
    @media (min-width: 740px) {
      .card .card-image {
        position: static; } }
  .card.stubborn .card-image {
    position: static;
    width: 100%; }
    @media (max-width: 739px) {
      .card.stubborn .card-image .media::before {
        padding-bottom: 65%; } }
  .card .card-image-overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }
    .card .card-image-overlay .icon {
      font-size: 24px;
      display: block;
      margin: 8px; }
      @media (min-width: 740px) {
        .card .card-image-overlay .icon {
          margin: 14px;
          font-size: 28px; } }
  .card.stubborn .card-image-overlay .icon {
    margin: 14px;
    font-size: 28px; }
  .card .card-body {
    position: relative;
    z-index: 2;
    flex: auto;
    display: flex;
    height: auto;
    flex-direction: column;
    padding: 1em 1.2em; }
    @media (min-width: 740px) {
      .card .card-body {
        padding: 1.2em 1.4em; } }
  .card .card-title {
    margin: 0 0 1em 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: none;
    color: #1E1B1A; }
    @media (min-width: 740px) {
      .card .card-title {
        font-size: 1.15em; } }
    .card .card-title ~ ul, .card .card-title ~ p {
      margin-top: 0; }
  .card .card-blurb {
    margin-bottom: 1.6em; }
  .card .card-footer {
    margin-top: auto; }
    .card .card-footer .button, .card .card-footer button {
      margin: 0;
      width: 100%; }
  .card .card-info {
    font-size: 0.8em;
    text-transform: uppercase;
    position: relative;
    display: flex; }
    .card .card-info .info-context {
      display: block;
      color: #B08759;
      font-weight: 900; }
    .card .card-info .info-date {
      display: block;
      color: #b2b2b2; }
      .card .card-info .info-date:not(:first-child) {
        margin-inline-start: 1em; }
    .card .card-info .context-icon {
      position: absolute;
      top: 50%;
      font-size: 20px;
      color: #b2b2b2;
      transform: translateY(-50%); }
      [dir="ltr"] .card .card-info .context-icon {
        right: 0; }
      [dir="rtl"] .card .card-info .context-icon {
        left: 0; }
      .card .card-info .context-icon .icon.sis {
        font-size: 40px;
        margin-inline-end: -0.3em; }
  .card.format-media .card-content {
    background-color: #2f2f2e;
    color: white; }
  .card.format-media .card-title {
    color: white; }
  @media (min-width: 740px) {
    .card.format-media .card-image {
      padding-bottom: 75%; }
      .card.format-media .card-image .media {
        position: absolute;
        top: 0;
        z-index: 1;
        height: 100%; }
    .card.format-media .card-body {
      margin-top: auto;
      flex: none;
      padding-top: 1em;
      justify-content: flex-end;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
    .card.format-media .card-footer {
      margin-top: 0; } }
  .card.stubborn.format-media .card-image {
    padding-bottom: 75%; }
    .card.stubborn.format-media .card-image .media {
      position: absolute;
      top: 0;
      z-index: 1;
      height: 100%; }
  .card.stubborn.format-media .card-body {
    margin-top: auto;
    flex: none;
    padding-top: 1em;
    justify-content: flex-end;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
  .card.stubborn.format-media .card-footer {
    margin-top: 0; }

.cards-grid {
  width: calc(100% - 8px);
  width: 100%;
  position: relative;
  flex: auto;
  display: grid;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  min-height: 6em; }
  @media (min-width: 740px) {
    .cards-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 1.4em;
      grid-column-gap: 1.4em; } }
  @media (min-width: 980px) {
    .cards-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1240px) {
    .cards-grid {
      grid-template-columns: repeat(4, 1fr);
      grid-row-gap: 1.6em;
      grid-column-gap: 1.6em; } }

.hero-banner {
  position: relative;
  max-height: 800px; }
  @media (max-width: 439px) {
    .hero-banner {
      height: 70vw; } }
  @media (min-width: 840px) {
    .hero-banner {
      height: 44vw; } }
  .hero-banner .banner-media {
    max-height: 800px; }
    @media (max-width: 439px) {
      .hero-banner .banner-media::before {
        padding-bottom: 70%; } }
    @media (min-width: 840px) {
      .hero-banner .banner-media {
        height: 44vw; } }
  .hero-banner .banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    padding: 80px 0 20px;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 980px) {
      .hero-banner .banner-overlay {
        padding: 100px 0 50px; } }
  .hero-banner .banner-content {
    margin: 0 5vw; }
    @media (min-width: 740px) {
      .hero-banner .banner-content {
        margin: 0 4vw; } }
  .hero-banner .banner-title {
    margin: 0 0 0.7em 0;
    text-transform: none;
    font-size: 1.3em;
    font-weight: 900;
    max-width: none; }
    @media (min-width: 740px) {
      .hero-banner .banner-title {
        font-size: 1.6em; } }

.tab-row {
  width: 100%;
  position: relative; }
  .tab-row::before, .tab-row::after {
    content: '';
    display: none;
    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%;
    padding: 10px 2vw;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: space-around;
    display: flex; }
    .tab-row ul li {
      vertical-align: top;
      margin: 0 0.5em;
      display: inline-flex;
      white-space: normal; }
      @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: 1040px) {
    .tab-row.centered ul {
      justify-content: space-around; } }

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

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

/* 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 {
  margin: 40px auto;
  padding: 0; }
  [dir="rtl"] .popup-box {
    direction: rtl;
    text-align: right; }
  .popup-box button.popup-close.clean {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.3em !important;
    width: 30px;
    height: 30px;
    justify-content: center;
    background-color: rgba(178, 178, 178, 0.4) !important;
    border-radius: 0; }
  .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.80em;
    max-width: 700px; }

.popup-content {
  padding: 20px; }
  @media (min-width: 440px) {
    .popup-content {
      padding: 50px; } }
  .popup-content h1 {
    font-size: 1.3em;
    max-width: 18em;
    margin: 1.4em auto; }
    .popup-content h1:first-child {
      margin-top: 0; }
    @media (min-width: 740px) {
      .popup-content h1 {
        font-size: 1.5em; } }

.auto-popup-banner .fancybox-content {
  cursor: default; }

.auto-popup-banner .fancybox-slide--image .fancybox-content {
  display: flex; }
  .auto-popup-banner .fancybox-slide--image .fancybox-content img {
    position: relative;
    display: block;
    margin: auto;
    width: 94%;
    height: auto;
    max-width: 1000px;
    cursor: pointer; }
    @media (min-width: 1780px) {
      .auto-popup-banner .fancybox-slide--image .fancybox-content img {
        max-width: 1300px; } }

.auto-popup-banner .fancybox-slide--video .fancybox-content {
  position: relative;
  max-width: 1000px;
  width: 94% !important;
  height: auto !important; }
  @media (min-width: 1780px) {
    .auto-popup-banner .fancybox-slide--video .fancybox-content {
      max-width: 1300px; } }
  .auto-popup-banner .fancybox-slide--video .fancybox-content::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%; }
  .auto-popup-banner .fancybox-slide--video .fancybox-content video, .auto-popup-banner .fancybox-slide--video .fancybox-content .media {
    position: absolute;
    top: 0;
    left: 0; }
  .auto-popup-banner .fancybox-slide--video .fancybox-content .media[data-state="ended"] .play-icon {
    opacity: 0; }

input,
select,
textarea,
button,
label,
.label {
  outline: none;
  border-radius: 0px;
  font-family: inherit;
  color: inherit;
  padding: 0;
  margin: 0; }

select option[disabled] {
  color: #aaa; }

optgroup {
  padding: 0;
  margin: 0; }

form.narrow {
  max-width: 400px; }

.hint {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 0.6em;
  font-weight: 400; }
  .hint .icon {
    font-size: 16px;
    margin: 0 0.3em; }

.field-set.box .box-content {
  padding: 1.5em; }
  @media (min-width: 1540px) {
    .field-set.box .box-content {
      padding: 2vw; } }

.form-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1540px) {
    .form-layout {
      justify-content: space-around; } }
  .form-layout > * {
    width: 100%;
    min-width: 0; }
    @media (min-width: 1040px) {
      .form-layout > *.col-wrap {
        width: 47%; } }
    @media (min-width: 1540px) {
      .form-layout > * {
        width: 90%; }
        .form-layout > *.col-wrap {
          width: 40%; } }

[name="emiratesId"] {
  direction: ltr; }

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

.form-uploads-bar {
  background-color: rgba(89, 49, 95, 0.95); }
  @media (min-width: 740px) {
    .form-uploads-bar .button {
      margin-left: 2vw;
      margin-right: 2vw; } }
  .form-uploads-bar .button .icon:not(.valid) {
    color: #F9423A !important; }

.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; }

.button:not(.custom),
button:not([class^="fancybox-"]):not(.custom),
input[type="submit"]:not([class^="fancybox-"]):not(.custom),
input[type="button"]:not([class^="fancybox-"]):not(.custom) {
  position: relative;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  margin: 0.7em 2px;
  padding: 0px 15px;
  min-height: 40px;
  line-height: 1.1rem;
  font-weight: 900;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
  outline: 1px solid transparent;
  outline-offset: 1px;
  border: 0px solid rgba(30, 27, 26, 0.4);
  background: #3c3c3b;
  color: white;
  cursor: pointer;
  transition: 0.2s ease; }
  @media (min-width: 740px) {
    .button:not(.custom),
    button:not([class^="fancybox-"]):not(.custom),
    input[type="submit"]:not([class^="fancybox-"]):not(.custom),
    input[type="button"]:not([class^="fancybox-"]):not(.custom) {
      padding: 0px 20px;
      min-height: 50px; } }
  .button:not(.custom):focus-visible,
  button:not([class^="fancybox-"]):not(.custom):focus-visible,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom):focus-visible,
  input[type="button"]:not([class^="fancybox-"]):not(.custom):focus-visible {
    outline-color: rgba(30, 27, 26, 0.6); }
  .button:not(.custom) .wrap,
  button:not([class^="fancybox-"]):not(.custom) .wrap,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom) .wrap,
  input[type="button"]:not([class^="fancybox-"]):not(.custom) .wrap {
    display: inherit;
    justify-content: inherit; }
  .button:not(.custom):hover,
  label:hover > .button:not(.custom),
  button:not([class^="fancybox-"]):not(.custom):hover,
  label:hover >
  button:not([class^="fancybox-"]):not(.custom),
  input[type="submit"]:not([class^="fancybox-"]):not(.custom):hover,
  label:hover >
  input[type="submit"]:not([class^="fancybox-"]):not(.custom),
  input[type="button"]:not([class^="fancybox-"]):not(.custom):hover,
  label:hover >
  input[type="button"]:not([class^="fancybox-"]):not(.custom) {
    color: #1E1B1A;
    background-color: rgba(178, 178, 178, 0.5); }
    .button:not(.custom):hover .icon,
    label:hover > .button:not(.custom) .icon,
    button:not([class^="fancybox-"]):not(.custom):hover .icon,
    label:hover >
    button:not([class^="fancybox-"]):not(.custom) .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom):hover .icon,
    label:hover >
    input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom):hover .icon,
    label:hover >
    input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon {
      color: rgba(30, 27, 26, 0.6);
      color: #d03239; }
  .button:not(.custom).active, .button:not(.custom).highlight, .button:not(.custom):not(.keep-subtle)[aria-pressed="true"],
  label > :checked + .button:not(.custom),
  button:not([class^="fancybox-"]):not(.custom).active,
  button:not([class^="fancybox-"]):not(.custom).highlight,
  button:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"],
  label > :checked +
  button:not([class^="fancybox-"]):not(.custom),
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).active,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).highlight,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"],
  label > :checked +
  input[type="submit"]:not([class^="fancybox-"]):not(.custom),
  input[type="button"]:not([class^="fancybox-"]):not(.custom).active,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).highlight,
  input[type="button"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"],
  label > :checked +
  input[type="button"]:not([class^="fancybox-"]):not(.custom) {
    background-color: #D03239;
    color: white;
    border: 1px solid rgba(30, 27, 26, 0.7) !important; }
    .button:not(.custom).active .icon, .button:not(.custom).highlight .icon, .button:not(.custom):not(.keep-subtle)[aria-pressed="true"] .icon,
    label > :checked + .button:not(.custom) .icon,
    button:not([class^="fancybox-"]):not(.custom).active .icon,
    button:not([class^="fancybox-"]):not(.custom).highlight .icon,
    button:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"] .icon,
    label > :checked +
    button:not([class^="fancybox-"]):not(.custom) .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).active .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).highlight .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"] .icon,
    label > :checked +
    input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).active .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).highlight .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"] .icon,
    label > :checked +
    input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon {
      color: rgba(255, 255, 255, 0.8); }
    .button:not(.custom).active:hover, .button:not(.custom).highlight:hover, .button:not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover,
    label > :checked + .button:not(.custom):hover,
    button:not([class^="fancybox-"]):not(.custom).active:hover,
    button:not([class^="fancybox-"]):not(.custom).highlight:hover,
    button:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover,
    label > :checked +
    button:not([class^="fancybox-"]):not(.custom):hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).active:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).highlight:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover,
    label > :checked +
    input[type="submit"]:not([class^="fancybox-"]):not(.custom):hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).active:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).highlight:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover,
    label > :checked +
    input[type="button"]:not([class^="fancybox-"]):not(.custom):hover {
      border: 1px solid #1e1b1a !important; }
      .button:not(.custom).active:hover .icon, .button:not(.custom).highlight:hover .icon, .button:not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover .icon,
      label > :checked + .button:not(.custom):hover .icon,
      button:not([class^="fancybox-"]):not(.custom).active:hover .icon,
      button:not([class^="fancybox-"]):not(.custom).highlight:hover .icon,
      button:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover .icon,
      label > :checked +
      button:not([class^="fancybox-"]):not(.custom):hover .icon,
      input[type="submit"]:not([class^="fancybox-"]):not(.custom).active:hover .icon,
      input[type="submit"]:not([class^="fancybox-"]):not(.custom).highlight:hover .icon,
      input[type="submit"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover .icon,
      label > :checked +
      input[type="submit"]:not([class^="fancybox-"]):not(.custom):hover .icon,
      input[type="button"]:not([class^="fancybox-"]):not(.custom).active:hover .icon,
      input[type="button"]:not([class^="fancybox-"]):not(.custom).highlight:hover .icon,
      input[type="button"]:not([class^="fancybox-"]):not(.custom):not(.keep-subtle)[aria-pressed="true"]:hover .icon,
      label > :checked +
      input[type="button"]:not([class^="fancybox-"]):not(.custom):hover .icon {
        color: white !important; }
  .button:not(.custom).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.8rem;
    min-height: 30px;
    padding: 0px 10px; }
    @media (min-width: 740px) {
      .button:not(.custom).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 {
        min-height: 40px; } }
    .button:not(.custom).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: 0.9rem; }
      .button:not(.custom).small .icon:first-child:last-child,
      button:not([class^="fancybox-"]):not(.custom).small .icon:first-child:last-child,
      input[type="submit"]:not([class^="fancybox-"]):not(.custom).small .icon:first-child:last-child,
      input[type="button"]:not([class^="fancybox-"]):not(.custom).small .icon:first-child:last-child {
        margin: 0em; }
    .button:not(.custom).small .label,
    button:not([class^="fancybox-"]):not(.custom).small .label,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).small .label,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).small .label {
      font-size: inherit; }
  .button:not(.custom).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 {
    font-size: 1.1rem;
    min-height: 50px;
    padding: 0px 24px; }
    .button:not(.custom).big .icon,
    button:not([class^="fancybox-"]):not(.custom).big .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).big .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).big .icon {
      font-size: 1.1rem; }
  .button:not(.custom) .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 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    transition: 0.2s ease;
    color: rgba(208, 50, 57, 0.8);
    margin: 0 0.4em; }
    .button:not(.custom) .icon:first-child:last-child,
    button:not([class^="fancybox-"]):not(.custom) .icon:first-child:last-child,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom) .icon:first-child:last-child,
    input[type="button"]:not([class^="fancybox-"]):not(.custom) .icon:first-child:last-child {
      margin: 0 -0.4em; }
  .button:not(.custom) .label,
  button:not([class^="fancybox-"]):not(.custom) .label,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom) .label,
  input[type="button"]:not([class^="fancybox-"]):not(.custom) .label {
    margin: 0 0.5em; }
    .button:not(.custom) .label.stacked,
    button:not([class^="fancybox-"]):not(.custom) .label.stacked,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom) .label.stacked,
    input[type="button"]:not([class^="fancybox-"]):not(.custom) .label.stacked {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      line-height: 1.4em; }
  .button:not(.custom).white,
  button:not([class^="fancybox-"]):not(.custom).white,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).white,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).white {
    background-color: white;
    color: #1E1B1A; }
    .button:not(.custom).white .icon,
    button:not([class^="fancybox-"]):not(.custom).white .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).white .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).white .icon {
      color: #D03239; }
    .button:not(.custom).white:hover,
    button:not([class^="fancybox-"]):not(.custom).white:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).white:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).white:hover {
      background-color: #f2f2f2; }
  .button:not(.custom).ghost,
  button:not([class^="fancybox-"]):not(.custom).ghost,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).ghost,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).ghost {
    background: transparent;
    box-shadow: 0 0 0 1px rgba(60, 60, 59, 0.3);
    color: #1E1B1A; }
    .button:not(.custom).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: #3c3c3b; }
    .button:not(.custom).ghost:hover,
    button:not([class^="fancybox-"]):not(.custom).ghost:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).ghost:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).ghost:hover {
      color: #D03239; }
  .button:not(.custom).light,
  button:not([class^="fancybox-"]):not(.custom).light,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).light,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).light {
    background-color: #f2f2f2;
    color: #1E1B1A; }
    .button:not(.custom).light .icon,
    button:not([class^="fancybox-"]):not(.custom).light .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).light .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).light .icon {
      color: #3c3c3b; }
    .button:not(.custom).light:hover,
    button:not([class^="fancybox-"]):not(.custom).light:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).light:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).light:hover {
      background-color: #e5e5e5; }
  .button:not(.custom).black,
  button:not([class^="fancybox-"]):not(.custom).black,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).black,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).black {
    background-color: #1E1B1A;
    color: white; }
    .button:not(.custom).black .icon,
    button:not([class^="fancybox-"]):not(.custom).black .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).black .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).black .icon {
      color: #B08759; }
    .button:not(.custom).black:hover,
    button:not([class^="fancybox-"]):not(.custom).black:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).black:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).black:hover {
      background-color: #2f2f2e; }
  .button:not(.custom).red,
  button:not([class^="fancybox-"]):not(.custom).red,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).red,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).red {
    background-color: #D03239;
    color: white; }
    .button:not(.custom).red .icon,
    button:not([class^="fancybox-"]):not(.custom).red .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).red .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).red .icon {
      color: white; }
    .button:not(.custom).red:hover,
    button:not([class^="fancybox-"]):not(.custom).red:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).red:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).red:hover {
      background-color: #bd2b32; }
  .button:not(.custom).gold,
  button:not([class^="fancybox-"]):not(.custom).gold,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).gold,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).gold {
    background-color: #B08759;
    color: white; }
    .button:not(.custom).gold .icon,
    button:not([class^="fancybox-"]):not(.custom).gold .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).gold .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).gold .icon {
      color: white; }
    .button:not(.custom).gold:hover,
    button:not([class^="fancybox-"]):not(.custom).gold:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).gold:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).gold:hover {
      background-color: #a27a4d; }
  .button:not(.custom) input[type="checkbox"],
  .button:not(.custom) input[type="radio"],
  button:not([class^="fancybox-"]):not(.custom) input[type="checkbox"],
  button:not([class^="fancybox-"]):not(.custom) input[type="radio"],
  input[type="submit"]:not([class^="fancybox-"]):not(.custom) input[type="checkbox"],
  input[type="submit"]:not([class^="fancybox-"]):not(.custom) input[type="radio"],
  input[type="button"]:not([class^="fancybox-"]):not(.custom) input[type="checkbox"],
  input[type="button"]:not([class^="fancybox-"]):not(.custom) input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .button:not(.custom)[aria-pressed="false"] .tgl-on,
  button:not([class^="fancybox-"]):not(.custom)[aria-pressed="false"] .tgl-on,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom)[aria-pressed="false"] .tgl-on,
  input[type="button"]:not([class^="fancybox-"]):not(.custom)[aria-pressed="false"] .tgl-on {
    display: none; }
  .button:not(.custom)[aria-pressed="true"] .tgl-off,
  button:not([class^="fancybox-"]):not(.custom)[aria-pressed="true"] .tgl-off,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom)[aria-pressed="true"] .tgl-off,
  input[type="button"]:not([class^="fancybox-"]):not(.custom)[aria-pressed="true"] .tgl-off {
    display: none; }
  .button:not(.custom).clean,
  button:not([class^="fancybox-"]):not(.custom).clean,
  input[type="submit"]:not([class^="fancybox-"]):not(.custom).clean,
  input[type="button"]:not([class^="fancybox-"]):not(.custom).clean {
    background-color: transparent;
    box-shadow: none;
    padding: 0.6em;
    margin: 0.4em 0.2em;
    border-color: transparent;
    min-height: auto;
    color: rgba(30, 27, 26, 0.8); }
    .button:not(.custom).clean.subtle .icon,
    button:not([class^="fancybox-"]):not(.custom).clean.subtle .icon,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).clean.subtle .icon,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).clean.subtle .icon {
      color: rgba(30, 27, 26, 0.6); }
    .button:not(.custom).clean:hover,
    button:not([class^="fancybox-"]):not(.custom).clean:hover,
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).clean:hover,
    input[type="button"]:not([class^="fancybox-"]):not(.custom).clean:hover {
      background-color: rgba(30, 27, 26, 0.05);
      color: #1E1B1A; }
    .button:not(.custom).clean[aria-pressed="true"],
    button:not([class^="fancybox-"]):not(.custom).clean[aria-pressed="true"],
    input[type="submit"]:not([class^="fancybox-"]):not(.custom).clean[aria-pressed="true"],
    input[type="button"]:not([class^="fancybox-"]):not(.custom).clean[aria-pressed="true"] {
      color: white;
      background-color: #D03239; }
      .button:not(.custom).clean[aria-pressed="true"] .icon,
      button:not([class^="fancybox-"]):not(.custom).clean[aria-pressed="true"] .icon,
      input[type="submit"]:not([class^="fancybox-"]):not(.custom).clean[aria-pressed="true"] .icon,
      input[type="button"]:not([class^="fancybox-"]):not(.custom).clean[aria-pressed="true"] .icon {
        color: rgba(255, 255, 255, 0.8); }
  .button:not(.custom):disabled, .button:not(.custom).disabled, .button:not(.custom).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.15;
    pointer-events: none; }
  .button:not(.custom):disabled, .button:not(.custom).disabled, .button:not(.custom).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 {
    background: #b2b2b2;
    box-shadow: none;
    color: inherit;
    pointer-events: none; }
    .button:not(.custom):disabled .icon, .button:not(.custom).disabled .icon, .button:not(.custom).swiper-button-disabled .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):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):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; }

[data-state="error"] .button.multi-states, .button.multi-states[data-state="error"], [data-state="error"]
button.multi-states,
button.multi-states[data-state="error"] {
  background-color: #D03239;
  pointer-events: none;
  border-color: #D03239;
  background-image: none; }

[data-state="working"] .button.multi-states, .button.multi-states[data-state="working"], [data-state="working"]
button.multi-states,
button.multi-states[data-state="working"] {
  background-color: #F5881C;
  pointer-events: none;
  border-color: #F5881C;
  background-image: none; }

[data-state="success"] .button.multi-states, .button.multi-states[data-state="success"], [data-state="success"]
button.multi-states,
button.multi-states[data-state="success"] {
  background-color: #33AE00;
  pointer-events: none;
  border-color: #33AE00;
  background-image: none; }

[data-state="success-response"] .button.multi-states, .button.multi-states[data-state="success-response"], [data-state="success-response"]
button.multi-states,
button.multi-states[data-state="success-response"] {
  background-color: #33AE00;
  pointer-events: none;
  border-color: #33AE00;
  background-image: none; }

[data-state="error-response"] .button.multi-states, .button.multi-states[data-state="error-response"], [data-state="error-response"]
button.multi-states,
button.multi-states[data-state="error-response"] {
  background-color: #D03239;
  pointer-events: none;
  border-color: #D03239;
  background-image: none; }

.button.multi-states .state-wrap,
button.multi-states .state-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  text-align: left;
  display: none; }
  .button.multi-states .state-wrap svg,
  button.multi-states .state-wrap svg {
    display: block; }
  .button.multi-states .state-wrap .small,
  button.multi-states .state-wrap .small {
    font-size: 0.8em;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    line-height: 1.4em; }
  .button.multi-states .state-wrap[data-for="ready"],
  button.multi-states .state-wrap[data-for="ready"] {
    display: flex; }

[data-state="error"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="error"] .state-wrap[data-for="ready"], [data-state="error"]
button.multi-states .state-wrap[data-for="ready"],
button.multi-states[data-state="error"] .state-wrap[data-for="ready"] {
  display: none; }

[data-state="error"] .button.multi-states .state-wrap[data-for="error"], .button.multi-states[data-state="error"] .state-wrap[data-for="error"], [data-state="error"]
button.multi-states .state-wrap[data-for="error"],
button.multi-states[data-state="error"] .state-wrap[data-for="error"] {
  display: flex; }

[data-state="working"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="working"] .state-wrap[data-for="ready"], [data-state="working"]
button.multi-states .state-wrap[data-for="ready"],
button.multi-states[data-state="working"] .state-wrap[data-for="ready"] {
  display: none; }

[data-state="working"] .button.multi-states .state-wrap[data-for="working"], .button.multi-states[data-state="working"] .state-wrap[data-for="working"], [data-state="working"]
button.multi-states .state-wrap[data-for="working"],
button.multi-states[data-state="working"] .state-wrap[data-for="working"] {
  display: flex;
  color: white; }
  [data-state="working"] .button.multi-states .state-wrap[data-for="working"] .icon, .button.multi-states[data-state="working"] .state-wrap[data-for="working"] .icon, [data-state="working"]
  button.multi-states .state-wrap[data-for="working"] .icon,
  button.multi-states[data-state="working"] .state-wrap[data-for="working"] .icon {
    animation-name: spin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

[data-state="success"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="success"] .state-wrap[data-for="ready"],
[data-state="success-response"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="success-response"] .state-wrap[data-for="ready"], [data-state="success"]
button.multi-states .state-wrap[data-for="ready"],
button.multi-states[data-state="success"] .state-wrap[data-for="ready"],
[data-state="success-response"]
button.multi-states .state-wrap[data-for="ready"],
button.multi-states[data-state="success-response"] .state-wrap[data-for="ready"] {
  display: none; }

[data-state="success"] .button.multi-states .state-wrap[data-for="success"], .button.multi-states[data-state="success"] .state-wrap[data-for="success"],
[data-state="success-response"] .button.multi-states .state-wrap[data-for="success"], .button.multi-states[data-state="success-response"] .state-wrap[data-for="success"], [data-state="success"]
button.multi-states .state-wrap[data-for="success"],
button.multi-states[data-state="success"] .state-wrap[data-for="success"],
[data-state="success-response"]
button.multi-states .state-wrap[data-for="success"],
button.multi-states[data-state="success-response"] .state-wrap[data-for="success"] {
  display: flex;
  color: white; }

[data-state="error"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="error"] .state-wrap[data-for="ready"],
[data-state="error-response"] .button.multi-states .state-wrap[data-for="ready"], .button.multi-states[data-state="error-response"] .state-wrap[data-for="ready"], [data-state="error"]
button.multi-states .state-wrap[data-for="ready"],
button.multi-states[data-state="error"] .state-wrap[data-for="ready"],
[data-state="error-response"]
button.multi-states .state-wrap[data-for="ready"],
button.multi-states[data-state="error-response"] .state-wrap[data-for="ready"] {
  display: none; }

[data-state="error"] .button.multi-states .state-wrap[data-for="error"], .button.multi-states[data-state="error"] .state-wrap[data-for="error"],
[data-state="error-response"] .button.multi-states .state-wrap[data-for="error"], .button.multi-states[data-state="error-response"] .state-wrap[data-for="error"], [data-state="error"]
button.multi-states .state-wrap[data-for="error"],
button.multi-states[data-state="error"] .state-wrap[data-for="error"],
[data-state="error-response"]
button.multi-states .state-wrap[data-for="error"],
button.multi-states[data-state="error-response"] .state-wrap[data-for="error"] {
  display: flex; }

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

.field {
  border: 0;
  padding: 0px 1em;
  height: 40px;
  overflow: hidden;
  color: inherit;
  display: block;
  font-weight: 500;
  box-shadow: 1px 1px 1px rgba(60, 60, 59, 0.1);
  border: 1px solid rgba(30, 27, 26, 0.4);
  transition: border-color 0.2s ease;
  width: 100%;
  color: #1E1B1A;
  transition: 0.2s ease; }
  .field::placeholder {
    color: rgba(30, 27, 26, 0.5);
    font-weight: 400; }
  .field:focus::placeholder {
    color: rgba(30, 27, 26, 0.8); }
  .field:hover {
    background-color: white;
    border-color: rgba(30, 27, 26, 0.8); }
  .field:focus {
    border-color: #1e1b1a; }
  .field[data-state="error"] {
    background-color: white;
    border-color: #d03239; }
  .field:disabled {
    opacity: 0.7; }
  .field[data-selected="false"] {
    color: rgba(30, 27, 26, 0.5);
    font-weight: 400; }
    .field[data-selected="false"]:focus {
      color: rgba(30, 27, 26, 0.8); }

textarea.field {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  min-height: 100px;
  line-height: 1.4em; }
  @media (min-width: 740px) {
    textarea.field {
      min-height: calc(100px + 1.4em); } }

select.field {
  line-height: 2em; }
  select.field option {
    color: #1E1B1A;
    height: 20px;
    padding: 10px;
    font-size: 1rem; }
    select.field option[value="n/a"] {
      color: rgba(30, 27, 26, 0.5); }
    select.field option[value="n/a"][disabled] {
      color: rgba(30, 27, 26, 0.2); }

.field-wrap {
  position: relative;
  margin-bottom: 1.4em;
  display: block; }
  @media (min-width: 1040px) {
    .field-wrap > .label {
      margin: 0; } }
  .field-wrap.submit {
    margin-top: 0em;
    margin-bottom: 0;
    text-align: center;
    justify-content: center; }
    .field-wrap.submit.align-right {
      text-align: right; }
    .field-wrap.submit.align-left {
      text-align: left; }
  .field-wrap .star {
    position: absolute;
    top: 0;
    color: #D03239; }
    [dir="ltr"] .field-wrap .star {
      left: 100%; }
    [dir="rtl"] .field-wrap .star {
      right: 100%; }

.field-wrap > .label:first-child,
.field-wrap > label:first-child,
.field-group > .label:first-child,
.field-group > label:first-child {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em; }

.field-wrap:first-child > .label,
.field-wrap:first-child > label {
  margin-top: 0; }

@media (min-width: 540px) {
  .field-row {
    display: flex; }
    .field-row.wrap {
      flex-wrap: wrap; }
    .field-row .field-wrap,
    .field-row .file-wrap {
      flex: 1;
      overflow: hidden; }
      [dir="ltr"] .field-row .field-wrap, [dir="ltr"]
      .field-row .file-wrap {
        margin-left: 20px; }
      [dir="rtl"] .field-row .field-wrap, [dir="rtl"]
      .field-row .file-wrap {
        margin-right: 20px; }
      .field-row .field-wrap:first-child,
      .field-row .file-wrap:first-child {
        margin-left: 0;
        margin-right: 0; }
      .field-row .field-wrap.wider,
      .field-row .file-wrap.wider {
        flex: 1.5; }
    .field-row .field-wrap {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }

.error-msg {
  position: absolute;
  display: block;
  z-index: 10;
  top: 100%;
  margin-top: -0.15em;
  display: block;
  background-color: white;
  color: #D03239;
  background-color: #D03239;
  color: white;
  font-size: 11px;
  line-height: 1.3em;
  padding: 0.5em 8px 0.2em;
  text-transform: none;
  white-space: nowrap;
  font-weight: 600;
  display: none; }
  [dir="ltr"] .error-msg {
    left: 10px; }
  [dir="rtl"] .error-msg {
    right: 10px; }
  [dir="rtl"] [dir="ltr"] .error-msg {
    left: auto; }
  .error-msg::after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 10px;
    border-bottom: 5px solid #D03239;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
    [dir="rtl"] .error-msg::after {
      left: auto;
      right: 10px; }
    [dir="rtl"] [dir="ltr"] .error-msg::after {
      right: auto;
      left: 10px; }

[data-state="error"] ~ .error-msg,
.error-msg.show {
  display: block; }

form + .response-box {
  margin: 10px 0 0;
  padding: 15px;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 13px;
  transition: 0.3s ease;
  opacity: 0;
  background-color: rgba(71, 70, 68, 0.2);
  border-radius: 3px; }

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: #D03239; }

form.collapse[data-state="success-response"] {
  display: none; }

.search-box {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 110; }
  @media (max-width: 739px) {
    .search-box {
      height: 40px; } }
  .search-box .icon {
    color: #B08759;
    margin: 0 0.4em; }
  .search-box input[type="search"]::-webkit-search-decoration,
  .search-box input[type="search"]::-webkit-search-cancel-button,
  .search-box input[type="search"]::-webkit-search-results-button,
  .search-box input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .search-box input {
    background-color: transparent;
    height: 50px;
    width: 5em;
    border: 0;
    margin: 0 0.5em;
    padding: 0;
    transition: 0.2s ease; }
    @media (max-width: 839px) {
      .search-box input {
        height: 40px;
        width: 0;
        margin: 0;
        opacity: 0; } }
    .search-box input::placeholder {
      color: white;
      text-transform: uppercase; }
    .search-box input:focus {
      width: 8em; }
      @media (max-width: 739px) {
        .search-box input:focus {
          width: 7em;
          margin: 0 0.4em;
          opacity: 1; } }
      .search-box input:focus::placeholder {
        color: rgba(255, 255, 255, 0.2); }
  .search-box label {
    padding: 0 0.5em;
    transition: 0.2s ease; }
    .search-box label:focus-within {
      background-color: #100f0e; }

.search-results li {
  border-bottom: 1px solid rgba(30, 27, 26, 0.1); }
  .search-results li h4 a {
    color: #D03239; }
    .search-results li h4 a:hover {
      color: #1E1B1A; }
  .search-results li .path {
    font-size: 0.8em;
    opacity: 0.7;
    margin-top: -0.9em; }
  .search-results li p {
    font-size: 0.94em;
    line-height: 1.4em; }
    .search-results li p a {
      color: inherit;
      font-weight: 500; }
      .search-results li p a:hover {
        color: #D03239; }

.search-results + .pagination {
  display: flex;
  align-items: center;
  margin-top: 1.3em;
  font-size: 0.86em; }
  .search-results + .pagination li {
    width: 2.2em;
    text-align: center;
    color: rgba(30, 27, 26, 0.15);
    line-height: 2.2em;
    font-weight: 600; }
    .search-results + .pagination li.disabled {
      pointer-events: none; }
      .search-results + .pagination li.disabled a {
        color: rgba(30, 27, 26, 0.15); }
        .search-results + .pagination li.disabled a svg {
          color: inherit; }
    .search-results + .pagination li a {
      display: flex;
      height: 2.2em;
      align-items: center;
      justify-content: center;
      color: rgba(30, 27, 26, 0.5); }
      .search-results + .pagination li a svg {
        transition: 0.2s;
        color: #1E1B1A; }
      .search-results + .pagination li a:hover {
        color: #D03239;
        background-color: rgba(30, 27, 26, 0.04); }
        .search-results + .pagination li a:hover svg {
          color: inherit; }
    .search-results + .pagination li + li {
      margin-left: 0.3em; }
    .search-results + .pagination li.current {
      color: #1E1B1A;
      background-color: rgba(30, 27, 26, 0.07); }

.newsletter-bar {
  min-height: 180px;
  background-color: white;
  background-image: url("/assets/images/newsletter-decor.svg");
  background-repeat: no-repeat;
  background-position: -294px -40px;
  background-position: 11% -40px;
  border-bottom: 4px solid #D03239;
  border-top: 1px solid rgba(178, 178, 178, 0.3);
  display: flex;
  align-items: center; }
  @media (min-width: 740px) {
    .newsletter-bar {
      background-position: 13% 0px; } }
  @media (min-width: 1040px) {
    .newsletter-bar {
      background-position: 8% 0; } }
  @media (min-width: 1540px) {
    .newsletter-bar {
      background-position: left 0; } }
  @media (min-width: 740px) {
    .newsletter-bar .wrapper {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .newsletter-bar h4 {
    margin: 30px auto 10px;
    line-height: 1.1em;
    width: 250px;
    text-align: right; }
    [dir="rtl"] .newsletter-bar h4 {
      text-align: left; }
    @media (min-width: 440px) {
      .newsletter-bar h4 {
        text-align: left; }
        [dir="rtl"] .newsletter-bar h4 {
          text-align: right; } }
    @media (min-width: 740px) {
      .newsletter-bar h4 {
        margin: 0;
        width: auto;
        margin-inline-end: 1.5em; } }
    @media (min-width: 1040px) {
      .newsletter-bar h4 {
        margin-inline-end: 2em; } }
    .newsletter-bar h4 b {
      display: block;
      color: #D03239;
      font-weight: 900;
      font-size: 1.3em; }
  .newsletter-bar form {
    margin: 1em 0; }
    @media (min-width: 740px) {
      .newsletter-bar form {
        display: flex;
        align-items: center; } }
  .newsletter-bar .field-wrap {
    width: 250px;
    margin: 1em auto; }
    @media (min-width: 740px) {
      .newsletter-bar .field-wrap {
        margin: 0;
        width: 190px;
        display: flex;
        align-items: center; }
        .newsletter-bar .field-wrap:first-child {
          width: 160px;
          margin-inline-end: 1.5em; }
        .newsletter-bar .field-wrap.submit {
          width: auto;
          margin-inline-start: -1em; } }
    @media (min-width: 1040px) {
      .newsletter-bar .field-wrap {
        width: 220px; }
        .newsletter-bar .field-wrap:first-child {
          margin-inline-end: 2em;
          width: 180px; } }
  .newsletter-bar .field {
    border: 0;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px dashed rgba(60, 60, 59, 0.9);
    padding: 0 0.5em;
    font-weight: 600; }
    .newsletter-bar .field::placeholder {
      text-transform: lowercase;
      font-weight: 600;
      color: rgba(60, 60, 59, 0.8); }
  .newsletter-bar button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 3px 3px 0 0px rgba(60, 60, 59, 0.2); }

.fixture-peek {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.9rem; }
  @media (max-width: 739px) {
    .fixture-peek {
      font-size: 0.85em;
      align-items: flex-start; } }
  @media (max-width: 739px) {
    .site-header .top .fixture-peek {
      display: none; } }
  .fixture-peek + .fixture-peek {
    margin-inline-start: 2em; }
    @media (max-width: 1539px) {
      .fixture-peek + .fixture-peek {
        margin-inline-start: 1em; } }
  .fixture-peek .flex-row {
    flex-wrap: wrap; }
    @media (max-width: 739px) {
      .fixture-peek .flex-row {
        flex-direction: column;
        align-items: flex-start; } }
  .fixture-peek .message {
    font-size: 0.8rem;
    margin-inline-start: 2em;
    max-width: 12em; }
  .fixture-peek .league {
    padding-inline-start: 2.2em;
    margin-bottom: 0.4em;
    opacity: 0.6;
    font-size: 0.85em;
    font-weight: 600; }
  .fixture-peek .tag {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    background-color: #B08759;
    color: white;
    height: 50px;
    min-width: 50px; }
    @media (max-width: 1539px) {
      .site-header .top .fixture-peek .tag {
        margin-inline-end: 15px; } }
    .fixture-peek .tag::after {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent; }
      [dir="ltr"] .fixture-peek .tag::after {
        border-left: 10px solid #B08759;
        left: 100%; }
      [dir="rtl"] .fixture-peek .tag::after {
        border-right: 10px solid #B08759;
        right: 100%; }
    .fixture-peek .tag .icon {
      margin: auto;
      font-size: 34px; }
      @media (max-width: 1539px) {
        .site-header .top .fixture-peek .tag .icon {
          font-size: 30px; } }
    .fixture-peek .tag .date {
      font-size: 0.8em;
      font-weight: 900;
      max-width: 5em;
      margin: 0 1em; }
      [dir="rtl"] .fixture-peek .tag .date {
        line-height: 1.4em; }
  .fixture-peek .team {
    margin: 0 1.4em;
    display: inline-flex;
    align-items: center; }
    .fixture-peek .team img {
      width: 30px;
      height: 30px;
      margin: 0 0.5em;
      vertical-align: middle; }
    @media (min-width: 540px) {
      .fixture-peek .team:last-child img, .fixture-peek .team:nth-last-child(2) img {
        order: 2; } }
    @media (max-width: 1539px) {
      .site-header .top .fixture-peek .team {
        margin: 0 10px; }
        .site-header .top .fixture-peek .team img {
          margin: 0; }
        .site-header .top .fixture-peek .team .name {
          display: none; } }
  @media (max-width: 739px) {
    .fixture-peek .result, .fixture-peek .vs {
      margin-inline-start: 60px; } }
  .fixture-peek .button {
    margin: 0 2em; }
    .site-header .top .fixture-peek .button {
      margin: 0em; }
    @media (max-width: 839px) {
      .fixture-peek .button {
        padding: 0;
        min-width: 40px; }
        .fixture-peek .button .label {
          display: none; } }

.fixture-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  height: 100%;
  background-color: black;
  height: 56.6vw;
  max-height: 700px; }
  @media (max-width: 439px) {
    .fixture-banner {
      height: 80vw; } }
  @media (min-width: 840px) {
    .fixture-banner {
      height: 36vw; } }
  @media (min-width: 980px) {
    .fixture-banner {
      padding: 50px 20px; } }
  .fixture-banner > * {
    position: relative;
    z-index: 2; }
  .fixture-banner .media.banner-background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4; }
  .fixture-banner .banner-header {
    text-align: center; }
    .fixture-banner .banner-header .team {
      font-weight: 900; }
      @media (min-width: 1040px) {
        .fixture-banner .banner-header .team {
          font-size: 1.1em; } }
    .fixture-banner .banner-header .league {
      font-size: 0.8em;
      opacity: 0.9;
      margin-top: 0.5em; }
      @media (min-width: 1040px) {
        .fixture-banner .banner-header .league {
          margin-top: 1em; } }
  .fixture-banner .banner-content {
    display: flex;
    align-items: center;
    margin: 1em 0; }
    @media (min-width: 540px) {
      .fixture-banner .banner-content {
        margin: 2em 0; } }
    .fixture-banner .banner-content .team {
      margin: 0 20px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .fixture-banner .banner-content .team img {
        width: 70px;
        height: 70px;
        margin: 0 8px;
        vertical-align: middle; }
        @media (min-width: 540px) {
          .fixture-banner .banner-content .team img {
            width: 100px;
            height: 100px; } }
        @media (min-width: 1240px) {
          .fixture-banner .banner-content .team img {
            width: 140px;
            height: 140px; } }
        @media (min-width: 1540px) {
          .fixture-banner .banner-content .team img {
            width: 160px;
            height: 160px; } }
    .fixture-banner .banner-content .result {
      text-align: center;
      font-size: 1.2em;
      font-weight: 900; }
      @media (min-width: 540px) {
        .fixture-banner .banner-content .result {
          font-size: 1.4em; } }
      @media (min-width: 1040px) {
        .fixture-banner .banner-content .result {
          font-size: 1.8em; } }
      @media (min-width: 1240px) {
        .fixture-banner .banner-content .result {
          font-size: 2.2em; } }
  @media (min-width: 840px) {
    .hero-main + .hero-aside > .fixture-banner .banner-content {
      flex-wrap: wrap; }
      .hero-main + .hero-aside > .fixture-banner .banner-content .team {
        width: calc(50% - 40px); }
      .hero-main + .hero-aside > .fixture-banner .banner-content .result {
        width: 100%;
        order: 2;
        margin-top: 1em; } }
  @media (min-width: 840px) and (max-width: 1039px) {
    .hero-main + .hero-aside > .fixture-banner .banner-content .team img {
      width: 80px;
      height: 80px; } }
  @media (min-width: 980px) {
    .hero-main + .hero-aside > .fixture-banner .banner-header {
      margin-top: auto; }
    .hero-main + .hero-aside > .fixture-banner .banner-functions {
      margin-top: auto; } }
  @media (min-width: 1540px) {
    .hero-main + .hero-aside > .fixture-banner .banner-content .result {
      margin-top: 2em; } }

.fixtures-highlights {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .fixtures-highlights .fixture-peek {
    display: flex;
    margin: 0 0 2em 0; }

.news-feed {
  background-color: rgba(178, 178, 178, 0.2);
  position: relative;
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center; }
  @media (min-width: 740px) {
    .news-feed .news-list > *:first-child {
      grid-column-start: 1;
      grid-column-end: 3; }
      .news-feed .news-list > *:first-child.format-media .card-image,
      .news-feed .news-list > *:first-child .format-media .card-image,
      .news-feed .news-list > *:first-child .media::before {
        padding-bottom: 45%; } }
  .news-feed .news-thumb {
    position: relative;
    z-index: 1;
    color: #1E1B1A;
    font-weight: 400; }
  .news-feed .loading {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.5em;
    display: flex;
    align-items: center; }
    .news-feed .loading .label {
      font-size: 13px;
      color: #1E1B1A;
      margin: 0 1em;
      opacity: 0.8;
      font-weight: 600; }
  .news-feed button.load-more.cta {
    margin: 2em auto;
    display: none; }
  .news-feed[data-state="loaded-partial"] button.load-more.cta {
    display: flex; }
  .news-feed .thumb-slider {
    width: 100%;
    box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.03); }
    @media (max-width: 739px) {
      .news-feed .thumb-slider {
        width: 88vw; } }
    .news-feed .thumb-slider .swiper-slide {
      height: auto; }
    .news-feed .thumb-slider .slider-nav {
      position: absolute;
      z-index: 2;
      top: 40%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      pointer-events: none; }
      [dir="ltr"] .news-feed .thumb-slider .slider-nav {
        right: 0; }
      [dir="rtl"] .news-feed .thumb-slider .slider-nav {
        left: 0; }
      .news-feed .thumb-slider .slider-nav button {
        pointer-events: all;
        min-width: 40px;
        margin: 0px !important; }
        @media (min-width: 740px) {
          .news-feed .thumb-slider .slider-nav button {
            min-width: 50px; } }
        .news-feed .thumb-slider .slider-nav button.swiper-button-disabled {
          pointer-events: none;
          opacity: 0; }

section.partner-slider {
  position: relative;
  z-index: 5;
  background-color: white;
  box-shadow: 0 -1px 0px 2px rgba(0, 0, 0, 0.05); }
  section.partner-slider .partner {
    display: block;
    margin: 0.6em 1.6em;
    padding: 0.4em; }
    @media (min-width: 740px) {
      section.partner-slider .partner {
        margin: 1.6em 2.6em; } }
    section.partner-slider .partner img {
      height: 60px;
      display: block; }
      @media (min-width: 740px) {
        section.partner-slider .partner img {
          height: 80px; } }
    section.partner-slider .partner:hover {
      filter: grayscale(100);
      opacity: 0.7; }
  section.partner-slider .partner-group-title {
    margin: 3em 2em 1em;
    font-size: 0.78em;
    font-weight: 600;
    color: #b2b2b2; }
  section.partner-slider .swiper-slide {
    width: auto; }
  section.partner-slider .swiper-slide:not(:first-child) .flex-row {
    position: relative; }
    section.partner-slider .swiper-slide:not(:first-child) .flex-row::before {
      content: '';
      display: block;
      position: absolute;
      top: 20%;
      bottom: 20%;
      border-left: 1px solid #1E1B1A;
      opacity: 0.2; }
  section.partner-slider .swiper {
    overflow: visible;
    width: calc(100% - 60px); }
    @media (min-width: 740px) {
      section.partner-slider .swiper {
        width: calc(100% - 80px); } }
  section.partner-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  section.partner-slider .slider-nav {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: -30px;
    right: -30px;
    bottom: 0;
    z-index: 2;
    bottom: 0;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 740px) {
      section.partner-slider .slider-nav {
        left: -40px;
        right: -40px; } }
    section.partner-slider .slider-nav button {
      pointer-events: all;
      min-width: 30px;
      margin: 0 !important; }
      @media (min-width: 740px) {
        section.partner-slider .slider-nav button {
          min-width: 40px; } }

.partner-list .partner {
  margin: 4em 0; }
  .partner-list .partner + h1 {
    margin-top: 3em; }
  @media (min-width: 740px) {
    .partner-list .partner {
      display: flex;
      justify-content: space-between; } }

.partner-list .partner-logo {
  display: flex;
  justify-content: center; }
  @media (min-width: 740px) {
    .partner-list .partner-logo {
      justify-content: flex-end;
      width: 34%; } }
  .partner-list .partner-logo img {
    height: 90px;
    display: block; }

@media (min-width: 740px) {
  .partner-list .partner-info {
    width: 60%; } }

.partner-list .partner-info h2 {
  margin-top: 1.2em;
  margin-bottom: 0em; }

.leadership-layout .wrapper.narrow {
  max-width: 950px; }

.leadership-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .leadership-thumbs + h1 {
    margin-top: 3em; }
  .leadership-thumbs .thumb {
    margin: 1em 2em;
    width: 80%;
    max-width: none;
    display: flex;
    flex-direction: column; }
    .leadership-thumbs .thumb + h1 {
      margin-top: 3em; }
  .leadership-thumbs .thumb-body {
    background-color: #1E1B1A;
    color: white;
    padding: 1em;
    flex: auto;
    display: flex;
    flex-direction: column; }
    .leadership-thumbs .thumb-body .member-name {
      margin: 0 0 1em 0;
      font-size: 1.2em;
      text-transform: none; }
    .leadership-thumbs .thumb-body .member-title {
      font-size: 0.8em;
      color: #b2b2b2;
      font-weight: 900;
      text-transform: uppercase;
      margin: 1.5em 0 0;
      margin-top: auto; }
  @media (min-width: 740px) {
    .leadership-thumbs.presidency {
      justify-content: space-around; }
      .leadership-thumbs.presidency .thumb {
        max-width: none;
        margin: 0;
        width: 36%; } }
  @media (min-width: 740px) {
    .leadership-thumbs.board .thumb {
      margin: 0 1.5% 2em;
      max-width: none;
      width: 30%; }
      .leadership-thumbs.board .thumb:first-child {
        margin-left: 35%;
        margin-right: 35%; }
      .leadership-thumbs.board .thumb .member-name {
        font-size: 1em; } }
  @media (min-width: 740px) and (min-width: 840px) {
    .leadership-thumbs.board .thumb {
      margin: 0 1.5% 2em;
      width: 22%; } }
  .leadership-thumbs.management .media img {
    object-position: 50% 0; }
  @media (min-width: 840px) {
    .leadership-thumbs.management {
      justify-content: space-between; }
      .leadership-thumbs.management .thumb {
        margin: 0 0 2em;
        max-width: none;
        width: 23%; }
        .leadership-thumbs.management .thumb .member-name {
          font-size: 1em; } }
  @media (min-width: 1040px) {
    .leadership-thumbs.management {
      justify-content: center; }
      .leadership-thumbs.management .thumb {
        width: 23%;
        margin: 0 1% 1em; } }

.profile-listing-layout .wrapper.narrow {
  max-width: 1100px; }

.profile-thumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .profile-thumb-list .profile-thumb {
    margin: 1em; }
  @media (min-width: 740px) {
    .profile-thumb-list {
      margin: 0 -1em;
      justify-content: flex-start; }
      .profile-thumb-list .profile-thumb {
        min-width: 0;
        width: calc(33.333% - 2em); } }

.profile-thumb {
  overflow: hidden;
  position: relative;
  background-color: #b2b2b2;
  width: 220px;
  transition: 0.2s ease; }
  .profile-thumb .thumb-image {
    position: relative;
    z-index: 2;
    background-color: transparent; }
    .profile-thumb .thumb-image img {
      will-change: transform; }
  .profile-thumb .thumb-body {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    color: white; }
    @media (min-width: 1040px) {
      .profile-thumb .thumb-body {
        padding: 1.3em; } }
  .profile-thumb .position {
    color: #b2b2b2;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600; }

.profile-thumb.player {
  background-color: rgba(178, 178, 178, 0.2);
  background-color: #2d2d2c; }
  .profile-thumb.player:hover {
    background-color: #151515; }
  .profile-thumb.player .thumb-body {
    padding: 1.2em;
    padding-top: 3em;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)); }
    @media (min-width: 440px) {
      .profile-thumb.player .thumb-body {
        padding: 1.3em; } }
  .profile-thumb.player .shirt-no {
    position: absolute;
    color: white;
    font-weight: 900;
    font-size: 2em;
    line-height: 1em;
    padding: 12px 14px; }
    @media (min-width: 1040px) {
      .profile-thumb.player .shirt-no {
        font-size: 2.6em; } }

.profile-thumb.staff {
  min-width: 220px;
  background-color: rgba(178, 178, 178, 0.4); }
  .profile-thumb.staff:hover {
    background-color: rgba(178, 178, 178, 0.7); }
  .profile-thumb.staff .thumb-image {
    margin: 0 6%;
    width: 88%; }
    .profile-thumb.staff .thumb-image::before {
      padding-bottom: 175%; }
  .profile-thumb.staff .thumb-body {
    background-color: rgba(0, 0, 0, 0.8); }
  .profile-thumb.staff .name {
    margin: 0 0 0.5em 0; }
  .profile-thumb.staff .info {
    color: #b2b2b2;
    font-size: 0.8rem;
    font-weight: 600; }
  .profile-thumb.staff .bg-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    font-weight: 900;
    font-size: 60px;
    line-height: 0.9em;
    margin: -0.1em -0.15em;
    transition: .3s ease;
    will-change: transform;
    transform-origin: 50% 100%; }
  .profile-thumb.staff:hover .bg-name {
    transform: scale(0.9); }
  .profile-thumb.staff .cta {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0.7em;
    padding: 0 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D03239;
    color: white; }
    [dir="ltr"] .profile-thumb.staff .cta {
      right: 0; }
    [dir="rtl"] .profile-thumb.staff .cta {
      left: 0; }
    .profile-thumb.staff .cta:hover {
      background-color: #3c3c3b; }
    .profile-thumb.staff .cta .label {
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      writing-mode: vertical-rl; }

.profile-layout {
  background-color: rgba(178, 178, 178, 0.2); }
  @media (min-width: 740px) {
    .profile-layout {
      background-color: white;
      display: flex;
      align-items: flex-start;
      justify-content: center; } }
  .profile-layout .profile-hero {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: rgba(178, 178, 178, 0.4);
    transition: 0.2s ease;
    display: flex;
    justify-content: center;
    max-width: 700px; }
    .profile-layout .profile-hero:hover {
      background-color: rgba(178, 178, 178, 0.7); }
    @media (min-width: 740px) {
      .profile-layout .profile-hero {
        min-width: 0;
        width: 45vw; } }
    .profile-layout .profile-hero .wrap {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: center; }
    .profile-layout .profile-hero .profile-image.portrait {
      position: relative;
      z-index: 2;
      margin: 0 6%;
      width: 88%;
      background-color: transparent;
      max-width: 440px; }
      @media (min-width: 740px) {
        .profile-layout .profile-hero .profile-image.portrait::before {
          padding-bottom: 175%; } }
    .profile-layout .profile-hero .bg-name {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      color: white;
      font-weight: 900;
      font-size: 20vw;
      line-height: 0.9em;
      margin: -0.1em -0.15em; }
      @media (min-width: 740px) {
        .profile-layout .profile-hero .bg-name {
          font-size: 9.4vw; } }
      @media (min-width: 1540px) {
        .profile-layout .profile-hero .bg-name {
          font-size: 145px; } }
  .profile-layout .profile-body {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 1px 0; }
    @media (min-width: 740px) {
      .profile-layout .profile-body {
        width: 55vw;
        display: flex; } }
    .profile-layout .profile-body .wrapper {
      margin-top: 3em;
      margin-bottom: 3em; }
      @media (min-width: 740px) {
        .profile-layout .profile-body .wrapper {
          width: 80%;
          margin-left: 0;
          margin-right: 0;
          margin-inline-start: 4em;
          max-width: 700px; } }
      @media (min-width: 1040px) {
        .profile-layout .profile-body .wrapper {
          margin-top: 4em;
          margin-bottom: 4em;
          margin-inline-start: 5em; } }
      @media (min-width: 1780px) {
        .profile-layout .profile-body .wrapper {
          margin-top: 5em;
          margin-bottom: 5em;
          margin-inline-start: 6em; } }
      @media (max-width: 739px) {
        .profile-layout .profile-body .wrapper {
          margin-top: -5em;
          position: relative;
          z-index: 2;
          background-color: rgba(255, 255, 255, 0.88);
          background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9) 5em);
          box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.02);
          width: 92%;
          padding: 1.6em; } }
  .profile-layout .profile-position {
    text-transform: uppercase;
    color: #D03239;
    font-weight: 900; }
  .profile-layout h1 {
    margin-top: 0; }
  .profile-layout .profile-info {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600; }
    .profile-layout .profile-info dt {
      padding: 0.2em 0;
      margin: 0;
      margin-inline-end: 1em;
      width: 7em;
      color: #b2b2b2;
      text-transform: none;
      font-weight: normal; }
    .profile-layout .profile-info dd {
      padding: 0.2em 0;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0;
      width: calc(100% - 8em); }

.profile-layout.player .slider-nav {
  border-bottom: 2px solid rgba(178, 178, 178, 0.2);
  display: flex;
  padding-bottom: 1em; }
  @media (min-width: 1040px) {
    .profile-layout.player .slider-nav {
      margin-bottom: 3em; } }
  @media (min-width: 1540px) {
    .profile-layout.player .slider-nav {
      margin-bottom: 4em; } }
  .profile-layout.player .slider-nav button {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    background-color: transparent; }
    .profile-layout.player .slider-nav button[disabled] {
      background-color: transparent;
      opacity: 0.1; }
    .profile-layout.player .slider-nav button .icon {
      color: #b2b2b2;
      font-size: 24px; }
    .profile-layout.player .slider-nav button:hover .icon {
      color: #1E1B1A; }

.profile-layout.player .profile-hero {
  background-color: #151515; }
  @media (min-width: 740px) {
    .profile-layout.player .profile-hero {
      margin-bottom: 4em; } }
  .profile-layout.player .profile-hero .shirt-no {
    position: absolute;
    top: 0;
    font-size: 70vw;
    opacity: 0.1;
    color: white;
    font-weight: 900;
    line-height: 1em;
    margin: -0.13em -0.1em; }
    @media (min-width: 740px) {
      .profile-layout.player .profile-hero .shirt-no {
        font-size: 40vw;
        bottom: 0; } }
    @media (min-width: 1240px) {
      .profile-layout.player .profile-hero .shirt-no {
        font-size: 600px; } }
  .profile-layout.player .profile-hero .profile-image.portrait {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 500px; }
    @media (min-width: 740px) {
      .profile-layout.player .profile-hero .profile-image.portrait::before {
        padding-bottom: 150%; } }

.profile-layout.player .player-details header {
  display: flex;
  align-items: center; }
  @media (min-width: 1240px) {
    .profile-layout.player .player-details header {
      margin-top: 3em; } }
  .profile-layout.player .player-details header h2 {
    margin: 0 !important;
    text-transform: none;
    font-size: 1.6em; }
    @media (min-width: 440px) {
      .profile-layout.player .player-details header h2 {
        font-size: 2em; } }
    @media (min-width: 1240px) {
      .profile-layout.player .player-details header h2 {
        font-size: 2.4em; } }
  .profile-layout.player .player-details header .shirt-no {
    font-weight: 900;
    color: #D03239;
    font-size: 2.4em;
    margin-inline-end: 2rem; }
    @media (min-width: 740px) {
      .profile-layout.player .player-details header .shirt-no {
        margin-inline-end: 1rem;
        font-size: 3em;
        width: 7rem; } }
    @media (min-width: 1240px) {
      .profile-layout.player .player-details header .shirt-no {
        font-size: 3.4em; } }

@media (min-width: 1040px) {
  .profile-layout.player .profile-info {
    margin: 3em 0; } }

.profile-layout.player .player-stats h4 {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #1E1B1A; }

.profile-layout.player .player-stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (min-width: 1040px) {
    .profile-layout.player .player-stats ul {
      justify-content: space-between; } }
  .profile-layout.player .player-stats ul li {
    flex: 33.333%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center; }
    @media (min-width: 440px) {
      .profile-layout.player .player-stats ul li {
        flex: none; } }
  .profile-layout.player .player-stats ul b {
    font-size: 2em;
    font-weight: 900;
    color: #D03239;
    display: inline-block; }
    @media (min-width: 1240px) {
      .profile-layout.player .player-stats ul b {
        font-size: 2.4em; } }
  .profile-layout.player .player-stats ul span {
    display: inline-block;
    line-height: 1em;
    font-size: 0.86em;
    margin: 0.8em;
    max-width: 8em;
    font-weight: 900; }

.profile-slider {
  margin: 2em 0; }
  .profile-slider::before {
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    background-color: rgba(178, 178, 178, 0.2); }
  .profile-slider .swiper-slide {
    width: auto; }
  .profile-slider .profile-thumb {
    position: relative;
    overflow: visible;
    margin: 16px 6px; }
    @media (min-width: 1040px) {
      .profile-slider .profile-thumb {
        width: 240px; } }
    @media (min-width: 1540px) {
      .profile-slider .profile-thumb {
        width: 280px; } }
    @media (min-width: 1780px) {
      .profile-slider .profile-thumb {
        width: 320px; } }
    .profile-slider .profile-thumb::before {
      content: '';
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 100;
      font-size: 6px;
      top: -0.5em;
      left: -0.5em;
      bottom: -0.5em;
      right: -0.5em;
      border: 1em solid #D03239; }
      @media (min-width: 1540px) {
        .profile-slider .profile-thumb::before {
          font-size: 8px; } }
    .profile-slider .profile-thumb::after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-top: 3px;
      margin-left: -1em;
      border-top: 1em solid #D03239;
      border-left: 1em solid transparent;
      border-right: 1em solid transparent;
      opacity: 0; }
      @media (min-width: 1540px) {
        .profile-slider .profile-thumb::after {
          margin-top: 4px; } }
  .profile-slider .swiper-slide-active .profile-thumb {
    background-color: #151515; }
    .profile-slider .swiper-slide-active .profile-thumb::before, .profile-slider .swiper-slide-active .profile-thumb::after {
      opacity: 1; }
  .profile-slider .slider-nav {
    position: relative;
    z-index: 10;
    margin: -40px auto 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    width: 90%;
    max-width: 1600px; }
    .profile-slider .slider-nav button {
      pointer-events: all;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
      margin: 0 !important;
      border-radius: 100%;
      width: 50px;
      height: 50px; }
      .profile-slider .slider-nav button .icon {
        font-size: 24px;
        color: white !important; }

.profile-browser [data-profile-content]:not(.tab-content):not(:first-child) {
  display: none; }

.profile-browser .swiper-slide {
  cursor: pointer; }

.fixtures-listing > .wrapper {
  max-width: 1100px; }

.fixtures-listing .fixture-list .message .icon {
  color: #D03239;
  margin-inline-end: 0.6em; }

.fixtures-listing .fixture-list .month-divider {
  font-weight: 900;
  color: rgba(178, 178, 178, 0.2);
  overflow: hidden;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
  line-height: 1em;
  margin-top: 2rem;
  font-size: 16vw; }
  @media (min-width: 1040px) {
    .fixtures-listing .fixture-list .month-divider {
      margin-top: 3rem;
      font-size: 180px; } }
  .fixtures-listing .fixture-list .month-divider span {
    display: block;
    margin-bottom: -0.32em; }

.fixtures-listing .fixture-list .fixture {
  display: flex;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
  padding: 1em;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (max-width: 739px) {
    .fixtures-listing .fixture-list .fixture .tournament {
      width: auto !important;
      display: flex; }
      .fixtures-listing .fixture-list .fixture .tournament .name {
        order: 2; }
      .fixtures-listing .fixture-list .fixture .tournament .round {
        order: 1;
        width: 100px; }
      .fixtures-listing .fixture-list .fixture .tournament br {
        display: none; } }
  @media (min-width: 740px) {
    .fixtures-listing .fixture-list .fixture {
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center; } }
  .fixtures-listing .fixture-list .fixture b {
    font-weight: 900;
    display: inline-block;
    margin: 0.2rem 0;
    line-height: 1.2rem; }
  .fixtures-listing .fixture-list .fixture .tournament {
    min-width: 100px;
    width: 20%;
    margin-inline-end: 1em; }
    .fixtures-listing .fixture-list .fixture .tournament .round {
      color: #b2b2b2; }
  .fixtures-listing .fixture-list .fixture .match {
    min-width: 260px;
    width: 30%;
    display: flex;
    align-items: center;
    margin-inline-end: 1em; }
    @media (max-width: 739px) {
      .fixtures-listing .fixture-list .fixture .match {
        margin: 1em 0; } }
    @media (min-width: 1040px) {
      .fixtures-listing .fixture-list .fixture .match {
        margin-inline-end: 2em;
        min-width: 280px; } }
    .fixtures-listing .fixture-list .fixture .match [data-team="al-jazira"] {
      color: #D03239; }
    .fixtures-listing .fixture-list .fixture .match .logos {
      display: flex;
      width: 100px; }
      @media (min-width: 1040px) {
        .fixtures-listing .fixture-list .fixture .match .logos {
          width: 130px; } }
      .fixtures-listing .fixture-list .fixture .match .logos img {
        position: relative;
        width: 55px;
        height: 55px;
        display: block; }
        @media (min-width: 1040px) {
          .fixtures-listing .fixture-list .fixture .match .logos img {
            width: 70px;
            height: 70px; } }
        .fixtures-listing .fixture-list .fixture .match .logos img[data-team="al-jazira"] {
          z-index: 2; }
        .fixtures-listing .fixture-list .fixture .match .logos img + img {
          margin-inline-start: -25px; }
          @media (min-width: 1040px) {
            .fixtures-listing .fixture-list .fixture .match .logos img + img {
              margin-inline-start: -36px; } }
    .fixtures-listing .fixture-list .fixture .match .teams {
      min-width: 130px; }
      @media (min-width: 1040px) {
        .fixtures-listing .fixture-list .fixture .match .teams {
          min-width: 150px; } }
    .fixtures-listing .fixture-list .fixture .match .result {
      text-align: center; }
  .fixtures-listing .fixture-list .fixture .info {
    min-width: 250px;
    font-size: 0.8em;
    width: auto; }
    @media (min-width: 1040px) {
      .fixtures-listing .fixture-list .fixture .info {
        font-size: 0.9em; } }
    .fixtures-listing .fixture-list .fixture .info b {
      font-weight: 600;
      color: #3c3c3b; }
    .fixtures-listing .fixture-list .fixture .info .icon {
      display: inline-block;
      width: 1.4em;
      color: #b2b2b2; }

.league-table.simple {
  width: 100%; }
  .league-table.simple td, .league-table.simple th {
    text-align: center;
    width: 5em;
    padding: 1em 0.7em; }
  .league-table.simple td.rank, .league-table.simple td.points {
    font-weight: bold; }
  .league-table.simple td.team, .league-table.simple th.team {
    width: auto;
    text-align: initial;
    white-space: nowrap;
    min-width: 12em; }
    .league-table.simple td.team .logo, .league-table.simple th.team .logo {
      vertical-align: middle;
      width: 40px;
      height: 40px;
      margin-inline-end: 0.5em; }

.site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  min-width: 320px;
  width: 100%;
  background-color: white;
  margin: 0 auto; }
  .site-wrap main {
    position: relative;
    z-index: 2;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch; }

.wrapper {
  width: 88%;
  margin: auto;
  max-width: 1600px; }
  main > .wrapper,
  main > section > .wrapper {
    margin-top: 3em;
    margin-bottom: 3em; }
    main > .wrapper > header,
    main > section > .wrapper > header {
      border-bottom: 2px solid #1E1B1A;
      padding-bottom: 0.6em;
      margin-bottom: 3em; }
      @media (min-width: 740px) {
        main > .wrapper > header,
        main > section > .wrapper > header {
          display: flex;
          align-items: flex-end; } }
      main > .wrapper > header .functions,
      main > section > .wrapper > header .functions {
        margin-inline-start: auto; }
        @media (max-width: 739px) {
          main > .wrapper > header .functions,
          main > section > .wrapper > header .functions {
            margin-top: 2em; } }
        main > .wrapper > header .functions select.filter,
        main > section > .wrapper > header .functions select.filter {
          border: 0;
          font-weight: bold;
          padding: 0 0.3em;
          background-color: transparent;
          text-transform: uppercase; }
      main > .wrapper > header h1,
      main > section > .wrapper > header h1 {
        margin: 0; }
    @media (min-width: 1040px) {
      main > .wrapper,
      main > section > .wrapper {
        margin-top: 4em;
        margin-bottom: 4em; } }
    @media (min-width: 1780px) {
      main > .wrapper,
      main > section > .wrapper {
        margin-top: 5em;
        margin-bottom: 5em; } }
    main > .wrapper:not(:last-child),
    main > section > .wrapper:not(:last-child) {
      margin-bottom: 0; }
  .wrapper.medium {
    max-width: 1250px; }
  .wrapper.narrow {
    max-width: 850px; }

.inline-media {
  margin: 2em 0; }
  @media (max-width: 739px) {
    .inline-media .media + .media {
      margin-top: 2em; } }
  @media (min-width: 740px) {
    .inline-media {
      display: flex; }
      .inline-media .media {
        max-width: 90%; }
        .inline-media .media + .media {
          margin-inline-start: 2em; }
        .inline-media .media:first-child:last-child {
          margin: auto; } }

.sporting-hub {
  background-color: rgba(178, 178, 178, 0.2); }

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

.flex-layout > * {
  margin: 2em 0; }

@media (min-width: 740px) {
  .flex-layout {
    display: flex;
    margin: 0 -2em; }
    .flex-layout > * {
      flex: 1;
      margin: 2em; } }

.flex-row {
  display: flex;
  align-items: center; }

.flex-column {
  display: flex;
  flex-direction: column; }

section.home-hero {
  color: white; }
  @media (min-width: 840px) {
    section.home-hero {
      display: flex; } }
  section.home-hero .hero-main {
    min-width: 0;
    flex: 2;
    background-color: #1E1B1A; }
  section.home-hero .hero-aside {
    flex: 1;
    background-color: #1E1B1A;
    min-width: 0;
    margin-block-start: 2px; }
    @media (min-width: 840px) {
      section.home-hero .hero-aside {
        margin-block-start: 0px;
        margin-inline-start: 2px; } }
  section.home-hero .swiper {
    position: relative;
    z-index: 1; }
  section.home-hero .swiper-slide {
    position: relative; }
  section.home-hero .slider-nav {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: flex;
    margin: -1px; }
    [dir="ltr"] section.home-hero .slider-nav {
      right: 0; }
    [dir="rtl"] section.home-hero .slider-nav {
      left: 0; }
    section.home-hero .slider-nav button {
      min-width: 40px;
      margin: 1px !important; }
      @media (min-width: 740px) {
        section.home-hero .slider-nav button {
          min-width: 50px; } }

section.home-fixtures {
  background-color: #1E1B1A;
  color: white;
  padding: 3em 0 4em;
  background-image: url("/assets/images/home-fixtures-decor.svg");
  background-repeat: no-repeat;
  background-position: top right; }
  section.home-fixtures .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (min-width: 1040px) {
      section.home-fixtures .wrapper h5 {
        margin-top: 0; } }
    section.home-fixtures .wrapper .col {
      width: 80%; }
    @media (min-width: 1040px) {
      section.home-fixtures .wrapper {
        flex-direction: row;
        justify-content: space-around; }
        section.home-fixtures .wrapper .col {
          width: auto; }
          section.home-fixtures .wrapper .col > .fixtures-highlights:first-child {
            margin-top: 3.8em; } }

.article-layout {
  background-color: rgba(178, 178, 178, 0.2); }
  .article-layout article {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.88);
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9) 3em);
    box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.02);
    width: 92%;
    padding: 1.6em;
    margin-top: 3em;
    margin-bottom: 3em; }
    @media (min-width: 740px) {
      .article-layout article {
        padding: 3em;
        width: 88%; } }
    @media (max-width: 739px) {
      .article-layout article h1 {
        font-size: 1.4em; } }
  .page-hero + main .article-layout article,
  .article-layout .page-hero + article {
    margin-top: -3em; }
    @media (min-width: 740px) {
      .page-hero + main .article-layout article,
      .article-layout .page-hero + article {
        margin-top: -6em; } }
  .article-layout .article-info {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 900; }
    .article-layout .article-info .info-context {
      color: #D03239; }
    .article-layout .article-info .info-date {
      color: #b2b2b2;
      margin-inline-start: 2em; }

.gallery-thumbs {
  display: grid;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  min-height: 6em; }
  @media (min-width: 740px) {
    .gallery-thumbs {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 1.4em;
      grid-column-gap: 1.4em; } }
  @media (min-width: 980px) {
    .gallery-thumbs {
      grid-template-columns: repeat(3, 1fr); }
      .gallery-thumbs .thumb:nth-child(9n + 1) .media::before, .gallery-thumbs .thumb:nth-child(9n + 5) .media::before, .gallery-thumbs .thumb:nth-child(9n + 9) .media::before {
        padding-bottom: 100%; }
      .gallery-thumbs .thumb:nth-child(9n + 5), .gallery-thumbs .thumb:nth-child(9n + 6), .gallery-thumbs .thumb:nth-child(9n + 9) {
        margin-top: -25%; } }

.sports-landing .wrapper {
  max-width: 1000px; }

@media (min-width: 980px) {
  .sports-landing .intro {
    display: flex;
    justify-content: space-between; }
    .sports-landing .intro .highlights {
      flex: 46%; }
    .sports-landing .intro .thumbs {
      flex: 46%; } }

.sports-landing .intro ul.stats {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0; }
  .sports-landing .intro ul.stats li {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.6em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-inline-end: 1.3em; }
  .sports-landing .intro ul.stats .value {
    font-size: 1.5em;
    color: #D03239;
    margin-inline-end: 0.5em; }

.sports-landing .intro ul.sports {
  font-size: 1.1em;
  font-weight: 800;
  max-width: 26em; }
  @media (min-width: 440px) {
    .sports-landing .intro ul.sports {
      column-count: 2; } }
  @media (min-width: 740px) {
    .sports-landing .intro ul.sports {
      font-size: 1.2em; } }
  .sports-landing .intro ul.sports li {
    display: flex;
    align-items: center;
    max-width: 12em; }
    .sports-landing .intro ul.sports li .icon {
      width: 3em;
      flex: none;
      margin-inline-end: 1em; }
      @media (min-width: 740px) {
        .sports-landing .intro ul.sports li .icon {
          width: 4em; } }

.sports-landing .thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
  max-width: 400px; }
  @media (min-width: 980px) {
    .sports-landing .thumbs {
      margin: 0; } }
  .sports-landing .thumbs .media {
    display: block;
    flex: 50%;
    border: 2px solid white; }

@media (min-width: 1040px) {
  .sports-landing table.simple.block th {
    white-space: nowrap; } }
