/* Minification failed. Returning unminified contents.
(979,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-main'
(1075,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary'
(1076,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary-text'
(1080,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1081,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(1136,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-main'
(1214,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1215,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(1219,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary'
(1220,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary-text'
(1243,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1289,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1310,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1410,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1411,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(1431,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-light'
(1435,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary'
(1436,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary-text'
(1441,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary-light'
(1449,21): run-time error CSS1039: Token not allowed after unary operator: '-font-family-main'
(1470,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1471,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(1745,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1809,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1810,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(1835,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(1996,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2125,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2126,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(2134,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-light'
(2177,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2196,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2439,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2440,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(2494,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2495,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(2519,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2596,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2676,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2677,35): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2925,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(2926,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(3133,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3197,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3198,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(3275,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3355,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3656,33): run-time error CSS1039: Token not allowed after unary operator: '-theme-secondary'
(3877,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3888,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3937,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3975,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(3976,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-text'
(3997,26): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-light'
(4334,15): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(4606,22): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(4616,20): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
(4683,20): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary'
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
    * Remove all paddings around the image on small screen
    */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  padding: 2px;
}

.slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  background: none;
  border-radius: 50%;
  color: inherit;
  font-size: 0;
  border: 1px solid currentColor;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s ease;
}

.slick-dots .slick-active button {
  background-color: currentColor;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  color: #333333;
  font-family: var(--font-family-main);
  font-size: 1em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

[class^="i-"],
[class*=" i-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  pointer-events: none;
}

.c-form {
  max-width: 880px;
}

.e-input-group {
  margin-bottom: 20px;
}

.c-form__required-marker {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: block;
}

.e-field {
  width: 100%;
  min-width: 0;
  padding: 10px;
  font-size: 1.8rem;
  border: 1px solid #333333;
  border-radius: 0;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  transition: border-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0;
}

.e-field:focus {
  outline-color: #333333;
  outline-width: 2px;
  outline-style: auto;
}

.e-textarea {
  width: 100%;
  min-width: 0;
  padding: 10px;
  font-size: 1.8rem;
  border: 1px solid #333333;
  border-radius: 0;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  transition: border-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0;
  height: auto;
  min-height: 160px;
  line-height: 1.5;
  resize: none;
}

.e-textarea:focus {
  outline-color: #333333;
  outline-width: 2px;
  outline-style: auto;
}

.e-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-alerts {
  margin-bottom: 20px;
}

.c-alert {
  padding: 12px;
  background-color: var(--theme-secondary);
  color: var(--theme-secondary-text);
}

.c-alert.c-alert--error {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
}

.c-alert + .c-alert {
  margin-top: 12px;
}

.c-alert__text {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
}

.e-error-message {
  display: none;
  margin-top: 8px;
  padding: 6px 12px;
  color: white;
  position: relative;
  font-size: 1.4rem;
  background: #D0021B;
}

.e-error-message::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 12px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #D0021B transparent;
}

.input-validation-error + .e-error-message {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0.5em;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: var(--font-family-main);
}

h1,
.h1 {
  font-size: 2.4rem;
  line-height: 1.125;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  margin-bottom: 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
}

h4,
.h4 {
  margin-bottom: 0.2em;
  font-size: 1.6rem;
  font-weight: 700;
}

p {
  margin: 0 0 1.3em;
  font-size: 1.6rem;
  line-height: 1.5;
}

.e-text-small,
small {
  font-size: 1.2rem;
}

.e-wrapper {
  display: block;
}

.e-wrapper__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.e-wrapper__content .e-wrapper__content {
  padding-left: 0;
  padding-right: 0;
}

.e-wrapper__columns__column {
  margin-bottom: 30px;
}

.e-component {
  margin-top: 30px;
  margin-bottom: 30px;
}

.e-component.e-component--no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.e-component.e-component--bg-primary,
.e-component.e-component--bg-secondary,
.e-component.e-component--bg-grey {
  padding-top: 30px;
  padding-bottom: 30px;
}

.e-component.e-component--bg-primary {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
}

.e-component.e-component--bg-secondary {
  background-color: var(--theme-secondary);
  color: var(--theme-secondary-text);
}

.e-component.e-component--bg-grey {
  background-color: #f4f4f4;
}

.e-component__title {
  margin-bottom: 0.8em !important;
  text-align: center;
}

.e-component__title.e-component__title--left {
  text-align: left;
}

.e-editable-text:after {
  content: '';
  display: table;
  clear: both;
}

.e-editable-text a:not(.e-btn) {
  color: var(--theme-primary);
  text-decoration: underline;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-editable-text a:not(.e-btn):hover,
.e-editable-text a:not(.e-btn):focus {
  opacity: 0.8;
}

.e-editable-text p:after {
  content: '';
  display: table;
  clear: both;
}

.e-editable-text ul,
.e-editable-text ol {
  margin: 0 0 1.3em;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: none;
}

.e-editable-text ul ul,
.e-editable-text ol ul,
.e-editable-text ul ol,
.e-editable-text ol ol {
  margin-top: 0.5em;
}

.e-editable-text ul li {
  margin-bottom: 0.6em;
  padding-left: 1.2em;
  position: relative;
}

.e-editable-text ul li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  background-color: var(--theme-primary);
}

.e-editable-text ol {
  counter-reset: text-ol;
}

.e-editable-text ol li {
  margin-bottom: 0.6em;
  padding-left: 1.6em;
  position: relative;
  counter-increment: text-ol;
}

.e-editable-text ol li::before {
  content: counter(text-ol) '.';
  display: block;
  width: 1.6em;
  position: absolute;
  top: 0;
  left: -0.7em;
  color: var(--theme-primary);
  font-weight: 700;
  text-align: right;
}

.e-editable-text ol li li::before {
  content: counter(text-ol, lower-alpha) '.';
}

.e-editable-text table {
  width: 100%;
  margin: 0 0 1.3em;
  border-collapse: collapse;
}

.e-editable-text th,
.e-editable-text td {
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
}

.e-editable-text th {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  background-color: #f4f4f4;
}

.e-editable-text img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-bottom: 2rem;
}

.e-editable-text img[style*="left"] {
  margin-right: 2rem;
}

.e-editable-text img[style*="right"] {
  margin-left: 2rem;
}

.e-editable-text :last-child {
  margin-bottom: 0;
}

.e-editable-text[data-js-editable-text] {
  position: relative;
  max-height: calc(1.6rem * 1.5 * 6);
  overflow: hidden;
}

.e-editable-text[data-js-editable-text]::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: calc(1.6rem * 1.4);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 85%);
}

.e-editable-text[data-js-editable-text].show-all {
  max-height: none!important;
  overflow: inherit;
}

.e-editable-text__see-more {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: inherit;
  display: inline-block;
  position: absolute;
  bottom: 0.25rem;
  right: 0.5rem;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  font-style: italic;
}

.e-editable-text__see-more::after {
  content: "...";
  color: #333333;
}

.e-editable-text__see-more:focus,
.e-editable-text__see-more:hover {
  border: 0;
  outline: 0;
  cursor: pointer;
  color: inherit;
}

.e-btn {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  display: inline-block;
  padding: 11px 12px 9px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  border-radius: 40px;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-btn:hover,
.e-btn:focus {
  background-color: var(--theme-primary-light);
}

.e-btn--secondary {
  background-color: var(--theme-secondary);
  color: var(--theme-secondary-text);
}

.e-btn--secondary:hover,
.e-btn--secondary:focus {
  background-color: var(--theme-secondary-light);
}

.c-page-title {
  margin: 0 0 0.5em;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: var(--font-family-main);
  font-size: 2rem;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #dfdfdf;
}

.c-page-title__description {
  margin-top: 20px;
  margin-bottom: 0;
}

.c-text {
  max-width: 98rem;
}

.c-text.c-text--fullwidth {
  max-width: none;
}

.c-indicator {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  display: inline-block;
  padding: 2px 5px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .c-form__row {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }

  .c-form__col {
    flex: 1 1 0%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-form__col.c-form__col--submit {
    text-align: right;
  }

  .e-input-group {
    margin-bottom: 25px;
  }

  .e-textarea {
    min-height: 200px;
  }

  h1,
  .h1 {
    font-size: 3.6rem;
    line-height: 0.9375;
  }

  h2,
  .h2 {
    font-size: 2.4rem;
  }

  h3,
  .h3 {
    font-size: 2rem;
  }

  h4,
  .h4 {
    font-size: 1.8rem;
  }

  .e-wrapper__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .e-component.e-component--bg-primary,
  .e-component.e-component--bg-secondary,
  .e-component.e-component--bg-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .e-component.e-component--bg-primary,
  .e-component.e-component--bg-secondary,
  .e-component.e-component--bg-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .e-component {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .e-editable-text td {
    border-bottom: 0.2rem solid #f4f4f4;
  }

  .e-editable-text[data-js-editable-text] {
    max-height: calc(1.6rem * 1.4 * 8);
  }

  .e-btn {
    padding: 13px 26px 11px;
  }

  .c-page-title {
    font-size: 2.4rem;
  }
}

@media all and (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }

  h2,
  .h2 {
    font-size: 3.6rem;
  }

  h3,
  .h3 {
    font-size: 2.4rem;
  }

  h4,
  .h4 {
    font-size: 2rem;
  }

  p {
    font-size: 2rem;
    line-height: 1.4;
  }

  .e-text-small,
  small {
    font-size: 1.4rem;
  }

  .e-wrapper__content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .e-wrapper__columns {
    display: flex;
    margin: 0 -15px;
  }

  .e-wrapper__columns__column {
    margin: 0 15px;
  }

  .e-wrapper__columns__column--left {
    flex: 0 0 66.666%;
    max-width: calc(66.666% - 30px);
    flex-basis: calc(66.666% - 30px);
  }

  .e-wrapper__columns__column--right {
    flex: 0 0 33.333%;
    max-width: calc(33.333% - 30px);
    flex-basis: calc(33.333% - 30px);
  }

  .e-component {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .e-editable-text ul,
  .e-editable-text ol {
    font-size: 2rem;
    line-height: 1.4;
  }

  .e-editable-text ul li::before {
    top: 1rem;
  }

  .e-editable-text[data-js-editable-text]::after {
    height: calc(2rem * 1.5);
  }

  .e-editable-text[data-js-editable-text] {
    max-height: calc(2rem * 1.4 * 8);
  }

  .e-editable-text__see-more {
    font-size: 2rem;
  }

  .c-page-title {
    font-size: 3.6rem;
  }
}

@media all and (max-width: 1279px) {
  body.e-nav-active {
    overflow: hidden;
    position: fixed;
  }
}

@media all and (max-width: 767px) {
  .e-component__title {
    font-size: 2.4rem;
  }

  .e-editable-text thead {
    display: none;
  }

  .e-editable-text tr {
    display: flex;
    flex-wrap: wrap;
  }

  .e-editable-text th::before,
  .e-editable-text td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .e-editable-text th[data-label=""]::before,
  .e-editable-text td[data-label=""]::before {
    content: none;
  }

  .e-editable-text th {
    flex: 1 1 100%;
  }

  .e-editable-text th::before {
    font-weight: 300;
  }
}

@media all and (max-width: 599px) {
  .e-editable-text td {
    flex: 0 1 50%;
  }
}

@media all and (min-width: 600px) and (max-width: 767px) {
  .e-editable-text td {
    flex: 0 1 33.3333%;
  }
}

@media print {
  .c-form__col--submit {
    display: none;
  }

  .e-btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-breadcrumbs {
  background-color: #f4f4f4;
}

.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding: 10px 0;
  list-style: none;
}

.c-breadcrumbs__item-text {
  display: inline-block;
  padding: 3px 6px;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
}

.c-breadcrumbs__item-text.c-breadcrumbs__item-link:hover,
.c-breadcrumbs__item-text.c-breadcrumbs__item-linka:focus {
  color: var(--theme-primary);
}

.c-breadcrumbs__item-icon {
  margin-right: -4px;
  font-size: 0.8rem;
}

@media all and (min-width: 1280px) {
  .c-breadcrumbs {
    border-top: 1px solid #dfdfdf;
  }
}

@media print {
  .c-breadcrumbs {
    display: none;
  }
}
.c-contact-details {
  border-top: 2px solid #dfdfdf;
}

.c-contact-details.c-contact-details--no-line {
  border-top: 0;
}

.c-contact-details__items {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}

.c-contact-details__item + .c-contact-details__item {
  margin-top: 40px;
}

.c-contact-details__item-title {
  text-transform: none;
}

.c-contact-details__options {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.c-contact-details__option {
  display: flex;
  align-items: center;
}

.c-contact-details__option + .c-contact-details__option {
  margin-top: 10px;
}

.c-contact-details__link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.c-contact-details__option-icon-wrapper {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  align-self: flex-start;
  border-radius: 50%;
}

.c-contact-details__option-icon {
  font-size: 2.1rem;
}

.c-contact-details__option-text {
  font-size: 1.6rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-contact-details__option-text:hover,
a.c-contact-details__option-text:focus {
  color: var(--theme-primary);
}

@media all and (min-width: 768px) {
  .c-contact-details__items {
    display: flex;
    margin: -15px;
    padding-top: 40px;
  }

  .c-contact-details__item {
    flex: 0 1 50%;
    max-width: 50%;
    margin-top: 0 !important;
    padding: 15px;
  }

  .c-contact-details__option + .c-contact-details__option {
    margin-top: 20px;
  }

  .c-contact-details__option-icon-wrapper {
    margin-right: 20px;
  }

  .c-contact-details__option-text {
    font-size: 2rem;
  }
}

@media all and (min-width: 1280px) {
  .c-contact-details__item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
.c-events:not(.slick-initialized) {
  display: flex;
}

.c-events__item {
  padding: 0 20px;
  outline: 0;
}

.c-events:not(.slick-initialized) .c-events__item {
  flex: 0 1 33.3333%;
}

.c-events__arrow {
  display: block;
  height: 100%;
  width: 20px;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-events__arrow.c-events__arrow--prev {
  left: 0;
}

.c-events__arrow.c-events__arrow--next {
  right: 0;
}

.c-events__arrow-icon {
  color: white;
  font-size: 1.9rem;
}

.c-events-list {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}

.c-events-list__item {
  flex: 0 1 100%;
  padding: 9px;
}

.c-event {
  display: flex !important;
  align-items: flex-end;
  min-height: 190px;
  padding-top: 6rem;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  outline: 0;
}

.c-event__code__icon {
  font-size: 4rem;
}

.c-event__period {
  font-size: 2.8rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: white;
}

.c-event__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dfdfdf;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-event:hover .c-event__bg,
.c-event:focus .c-event__bg {
  transform: scale(1.1);
}

.c-event__content {
  flex: 1 1 auto;
  padding: 20px;
  position: relative;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, transparent);
}

.c-event__title {
  margin-bottom: 0.2rem;
}

.c-event__description {
  margin-bottom: 0;
  font-weight: bold;
  text-transform: none;
}

.c-past-events__link {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-past-events__link:hover,
.c-past-events__link:focus {
  color: var(--theme-primary);
}

.c-past-events__link__icon {
  font-size: 2rem;
  margin-left: 1rem;
}

@media all and (min-width: 768px) {
  .c-events__item {
    padding-left: 9px;
    padding-right: 9px;
  }

  .c-events__arrow {
    width: 5.5%;
  }

  .c-events__arrow:hover,
  .c-events__arrow:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .c-events-list__item {
    flex-basis: 50%;
    max-width: 50%;
  }

  .c-event {
    min-height: 250px;
  }

  .c-events-list .c-event {
    height: 100%;
  }

  .c-past-events__link {
    font-size: 2rem;
  }
}

@media all and (min-width: 1280px) {
  .c-events-list__item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .c-event__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .e-wrapper__columns__column .c-event__title {
    font-size: 2rem;
  }

  .e-wrapper__columns__column .c-event__description {
    font-size: 1.6rem;
  }

  .c-past-events__link {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 767px) {
  .c-events .c-event {
    display: block !important;
  }

  .c-events .c-event__bg {
    width: 100%;
    padding-bottom: 45%;
    position: static;
  }

  .c-events .c-event__content {
    color: #333333;
    text-shadow: none;
    background-color: white;
  }
}

@media print {
  .c-events__item {
    width: 33.33% !important;
    padding: 0;
  }

  .c-events__arrow {
    display: none !important;
  }

  .slick-track {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .c-event {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .c-event__content {
    width: 100%;
  }
}
.e-footer {
  margin-top: auto;
  min-height: 1px;
}

.e-footer__inner {
  padding: 30px 0;
  position: relative;
  color: white;
  background-color: #333333;
}

.e-footer__back-to-top {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 20;
  border: none;
  padding: 9px 14px;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: 0;
}

.e-footer__back-to-top:hover,
.e-footer__back-to-top:focus {
  background-color: var(--theme-primary-light);
}

.e-footer__back-to-top-icon {
  margin-bottom: -2px;
  margin-left: 2px;
  font-size: 1.3rem;
}

.e-footer__parent {
  display: flex;
  align-items: center;
}

.e-footer__parent-link {
  flex: 0 0 auto;
  color: inherit;
  font-size: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-footer__parent-link:hover,
.e-footer__parent-link:focus {
  opacity: 0.6;
}

.e-footer__parent-icon {
  font-size: 4rem;
}

.e-footer__parent-text {
  margin: 0 0 0 1rem;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-footer__parent-text:hover,
.e-footer__parent-text:focus {
  color: var(--theme-primary);
}

.e-footer__legal {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.e-footer__legal-item {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.e-footer__legal-item:hover,
a.e-footer__legal-item:focus {
  color: var(--theme-primary);
}

.e-footer__legal-separator {
  margin: 0 1rem;
}

@media all and (min-width: 768px) {
  .e-footer__inner {
    padding: 40px 0;
  }

  .e-footer__cols {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
  }

  .e-footer__col {
    padding: 0 15px;
  }

  .e-footer__parent {
    flex-direction: row-reverse;
  }

  .e-footer__parent-icon {
    font-size: 7rem;
  }

  .e-footer__parent-text {
    margin-left: 0;
    margin-right: 2rem;
    line-height: 1.5;
    max-width: 165px;
  }
}

@media all and (min-width: 1280px) {
  .e-footer__parent-text {
    max-width: none;
  }
}

@media all and (min-width: 1400px) {
  .e-footer__back-to-top {
    right: 30px;
  }
}

@media all and (max-width: 767px) {
  .e-footer__col + .e-footer__col {
    margin-top: 2.1rem;
  }
}

@media print {
  .e-footer__inner {
    background-color: white;
    color: #000;
  }

  .e-footer__back-to-top {
    display: none;
  }
}
.c-gallery__active-item {
  margin-bottom: 4px;
}

.c-gallery__inner {
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}

.c-gallery__arrow {
  flex: 0 0 auto;
  padding: 0 10px;
  color: inherit;
  font-size: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: 0;
}

.c-gallery__arrow:hover,
.c-gallery__arrow:focus {
  opacity: 0.8;
}

.c-gallery__arrow-icon {
  font-size: 2rem;
}

.c-gallery__item {
  flex: 0 1 33.3333%;
  padding: 0 2px;
  outline: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-gallery__item-inner {
  margin: 0;
}

.c-gallery__item-link {
  display: block;
  color: inherit;
}

.c-gallery__item-image {
  max-width: 100%;
}

.c-gallery__active-item .c-gallery__item-image {
  width: 100%;
}

.c-gallery__item-caption {
  font-size: 0;
}

@media all and (min-width: 768px) {
  .c-gallery__active-item {
    display: none;
  }

  .c-gallery__inner {
    padding-bottom: 40px;
  }

  .c-gallery__inner .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .c-gallery__inner .slick-dots {
    position: absolute;
    bottom: 0;
  }

  .c-gallery__arrow {
    flex: 0 0 35px;
    width: 35px;
    padding: 0;
  }

  .c-gallery__arrow.c-gallery__arrow--prev {
    margin-right: 25px;
  }

  .c-gallery__arrow.c-gallery__arrow--next {
    margin-left: 25px;
  }

  .c-gallery__arrow-icon {
    font-size: 3.5rem;
  }

  .c-gallery__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (min-width: 1280px) {
  .e-wrapper__columns__column .c-gallery__arrow.c-gallery__arrow--prev {
    margin-left: 15px;
  }

  .e-wrapper__columns__column .c-gallery__arrow.c-gallery__arrow--next {
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .c-gallery__inner .slick-dots {
    display: none !important;
  }

  .c-gallery__arrow.c-gallery__arrow--prev {
    display: none !important;
  }

  .c-gallery__item:focus {
    opacity: 0.6;
  }
}

@media print {
  .e-component--gallery {
    display: none;
  }
}
.e-header {
  position: relative;
}

.e-header__inner {
  display: flex;
  justify-content: space-between;
}

.e-header__logo-link {
  display: block;
  max-height: 56px;
  padding: 5px 0;
  font-size: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-header__logo-link:hover,
.e-header__logo-link:focus {
  opacity: 0.8;
}

.e-header__logo-image {
  display: block;
  max-height: 46px;
}

.e-header__upper-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.c-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  margin-right: -20px;
  padding: 5px;
  border: 0;
  background: none;
  outline: none;
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
}

.c-nav-toggle__icons {
  width: 16px;
  height: 16px;
  position: relative;
}

.c-nav-toggle__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-nav-active .c-nav-toggle__icon.c-nav-toggle__icon--open {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.c-nav-toggle__icon.c-nav-toggle__icon--close {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.e-nav-active .c-nav-toggle__icon.c-nav-toggle__icon--close {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.c-nav-toggle__text {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.e-main-nav {
  width: 100%;
}

.e-main-nav__section {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.e-main-nav__section .e-main-nav__section {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
}

.e-main-nav__section-link {
  display: block;
  color: inherit;
  font-size: 1.8rem;
  text-decoration: none;
}

.e-main-nav__section--level-0 > .e-main-nav__section-item > .e-main-nav__section-link {
  font-weight: bold;
  text-transform: uppercase;
}

.e-main-nav__section-link-icon {
  margin-top: 4px;
  font-size: 1.7rem;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-main-nav__section--level-0 > .e-main-nav__section-item > .e-main-nav__section-link .e-main-nav__section-link-icon {
  margin-top: 1px;
  margin-left: 10px;
  color: var(--theme-primary);
}

.e-main-nav__section--level-0 > .e-main-nav__section-item:hover > .e-main-nav__section-link .e-main-nav__section-link-icon {
  transform: rotateX(180deg);
}

.e-main-nav__section--level-1 .e-main-nav__section-link-icon {
  transform: rotate(-90deg);
}

.e-main-nav__section-expander {
  flex: 0 0 60px;
  color: white;
  font-size: 0;
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  outline: 0;
}

.e-main-nav__section .e-main-nav__section .e-main-nav__section-expander {
  background-color: rgba(0, 0, 0, 0.1);
}

.e-main-nav__section-expander-icon {
  font-size: 1.1rem;
  transform: rotateX(180deg);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-main-nav__section-item--active > .e-main-nav__section-expander > .e-main-nav__section-expander-icon {
  transform: rotateX(0);
}

.e-upper-nav {
  display: flex;
  align-items: center;
}

.e-upper-nav__pages {
  display: flex;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}

.e-upper-nav__page {
  display: flex;
  align-items: center;
}

.e-upper-nav__page::after {
  content: '';
  display: block;
  height: 22px;
  width: 2px;
  vertical-align: middle;
  background-color: #dfdfdf;
}

.e-upper-nav__page:last-child::after {
  content: none;
}

.e-upper-nav__page-link {
  display: block;
  margin: 0 20px;
  color: inherit;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.e-upper-nav__page-link:hover,
.e-upper-nav__page-link:focus {
  color: var(--theme-primary);
}

@media all and (min-width: 768px) {
  .c-nav-toggle {
    margin-right: -30px;
  }
}

@media all and (min-width: 1280px) {
  .e-header {
    display: flex;
    flex-direction: column;
  }

  .e-header__inner {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .e-header__logo-link {
    padding: 0;
    max-width: 230px;
    max-height: none;
    margin-bottom: 30px;
    margin-right: 45px;
  }

  .e-header__logo-image {
    max-height: none;
  }

  .e-header__nav {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
  }

  .c-nav-toggle {
    display: none;
  }

  .e-main-nav {
    display: flex;
    flex: 1 1 auto;
  }

  .e-main-nav__section {
    display: block !important;
  }

  .e-main-nav__section.e-main-nav__section--level-0 {
    display: flex !important;
  }

  .e-main-nav__section .e-main-nav__section {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .e-main-nav__section .e-main-nav__section .e-main-nav__section {
    top: 0;
    left: 100%;
  }

  .e-main-nav__section-item {
    position: relative;
  }

  .e-main-nav__section--level-0 > .e-main-nav__section-item {
    flex: 1 1 auto;
  }

  .e-main-nav__section--level-0 > .e-main-nav__section-item.is-active {
    color: var(--theme-primary);
    border-bottom: 3px solid var(--theme-primary);
  }

  .e-main-nav__section-item:hover > .e-main-nav__section {
    opacity: 1;
    visibility: visible;
  }

  .e-main-nav__section-item .e-main-nav__section-item .e-main-nav__section-item {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .e-main-nav__section-item.e-main-nav__section-item--device-only {
    display: none !important;
  }

  .e-main-nav__section-link {
    display: flex;
    justify-content: space-between;
    font-size: 2.2rem;
    transition: color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .e-main-nav__section--level-0 > .e-main-nav__section-item > .e-main-nav__section-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 30px;
  }

  .e-main-nav__section--level-0 > .e-main-nav__section-item:hover > .e-main-nav__section-link {
    color: white;
    background-color: #333333;
  }

  .e-main-nav__section .e-main-nav__section .e-main-nav__section-link {
    padding: 20px 30px;
  }

  .e-main-nav__section .e-main-nav__section > .e-main-nav__section-item:hover > .e-main-nav__section-link {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .e-main-nav__section-expander {
    display: none;
  }
}

@media all and (max-width: 1279px) {
  .e-header__inner {
    height: auto;
    align-items: center;
  }

  .e-header__upper-nav {
    display: none;
  }

  .e-main-nav {
    height: calc(100% - 108px);
    position: fixed;
    top: 108px;
    left: 100%;
    z-index: 25;
    overflow-y: auto;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .e-nav-active .e-main-nav {
    transform: translateX(-100%);
  }

  .e-main-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333333;
  }

  .e-main-nav__section {
    flex: 1 1 100%;
    background-color: #333333;
    overflow: hidden;
  }

  .e-main-nav__section.e-main-nav__section--level-0 {
    position: relative;
    z-index: 1;
  }

  .e-main-nav__section .e-main-nav__section {
    display: none;
  }

  .e-main-nav__section-item {
    display: flex;
    flex-wrap: wrap;
  }

  .e-main-nav__section-item + .e-main-nav__section-item {
    border-top: 1px solid #8E8E8E;
  }

  .e-main-nav__section--level-1 .e-main-nav__section-item + .e-main-nav__section-item {
    border-top-color: #dfdfdf;
  }

  .e-main-nav__section-item .e-main-nav__section-item:first-child {
    border-top: 1px solid #dfdfdf;
  }

  .e-main-nav__section--level-2 > .e-main-nav__section-item {
    background-color: rgba(0, 0, 0, 0.1);
    border-top-color: rgba(223, 223, 223, 0.1);
  }

  .e-main-nav__section-link {
    flex: 1 1 auto;
    flex-basis: calc(100% - 60px);
    padding: 20px;
    color: white;
  }

  .e-main-nav__section--level-2 > .e-main-nav__section-item > .e-main-nav__section-link {
    padding-left: 45px;
  }

  .e-main-nav__section-link-icon {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .e-main-nav {
    height: calc(100% - 88px);
    top: 88px;
  }
}

@media print {
  .e-header__logo-link {
    margin: 0 auto;
    height: 100px;
    max-height: 100px;
  }

  .e-header__logo-image {
    width: 100px;
    max-height: 100px;
  }

  .e-header__nav {
    display: none;
  }
}
.c-hero .slick-dots {
  padding: 0 0 15px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.c-hero .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.c-hero .slick-slide {
  min-height: 100%;
  float: none;
  height: auto;
}

.c-hero-item {
  position: relative;
  outline: none !important;
}

.c-hero-item--centre {
  text-align: center;
}

.c-hero--scrolling:not(.slick-initialized) .c-hero-item:nth-child(n+2) {
  display: none;
}

.c-hero-item__image {
  display: block;
  position: relative;
  background-color: #dfdfdf;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-hero-item--content-width .c-hero-item__image {
  padding: 0;
}

.c-hero-item__image-full {
  display: block;
  width: 100%;
}

.c-hero-item__content {
  margin-top: 20px;
}

.c-hero-item__content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.c-hero-item--centre .c-hero-item__content-inner {
  align-items: center;
}

.c-hero-item__title {
  margin: 0;
  width: 100%;
}

.c-hero-item__subtitle {
  margin-bottom: 1rem;
  order: -1;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-hero-item__description {
  margin: 10px 0 0;
  font-size: 1.6rem;
}

.c-hero-item__action {
  margin-top: 20px;
}

.c-hero-item__content-box {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  margin-top: 20px;
  padding: 40px 20px 30px;
  align-self: center;
}

@media all and (min-width: 768px) {
  .c-hero .slick-dots {
    padding: 0 0 5px;
    color: white;
  }

  .c-hero-item:not(.c-hero-item--content-width) .c-hero-item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .c-hero-item:not(.c-hero-item--content-width) .c-hero-item__image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  }

  .c-hero-item--content-width .c-hero-item__image {
    background-image: none !important;
  }

  .c-hero-item:not(.c-hero-item--content-width) .c-hero-item__image-full {
    display: none !important;
  }

  .c-hero-item__content {
    display: flex;
    align-items: flex-end;
    min-height: 350px;
    margin-top: 0;
    position: relative;
  }

  .c-hero-item__content::after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }

  .c-hero--scrolling .c-hero-item__content {
    min-height: 350px;
  }

  .c-hero-item--half .c-hero-item__content {
    min-height: 175px;
  }

  .c-hero-item--no-img .c-hero-item__content {
    margin-top: 90px;
    min-height: 0;
  }

  .c-hero-item--content-width .c-hero-item__content {
    min-height: 0;
  }

  .c-hero-item__content-inner {
    flex: 1 1 auto;
    padding-bottom: 40px;
    color: white;
  }

  .c-hero-item--coloured-dark .c-hero-item__content-inner {
    color: #333333;
  }

  .c-hero-item--content-width .c-hero-item__content-inner {
    max-width: 92rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 0;
    color: inherit;
  }

  .c-hero-item__title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .c-hero-item--no-img .c-hero-item__title,
  .c-hero-item--content-width .c-hero-item__title {
    text-shadow: none;
  }

  .c-hero-item__subtitle {
    margin-bottom: 1.5rem;
    padding: 2px 5px;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: #ffffff;
  }

  .c-hero-item--no-img .c-hero-item__subtitle {
    padding: 0;
    background-color: none;
  }

  .c-hero-item__description {
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .c-hero-item--no-img .c-hero-item__description {
    text-shadow: none;
  }

  .c-hero-item__content-box {
    flex: 0 1 auto;
    max-width: 410px;
    margin-top: 0;
    padding: 50px;
  }
}

@media all and (min-width: 1280px) {
  .c-hero-item--content-width .c-hero-item__content-inner {
    padding-top: 60px;
  }

  .c-hero-item__description {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 767px) {
  .c-hero.c-hero--scrolling {
    border-bottom: 1px solid #c8c8c8;
  }

  .c-hero-item__image {
    background-image: none !important;
  }
}

@media print {
  .c-hero-item__image {
    display: none;
  }

  .c-hero-item__content {
    min-height: 0 !important;
    margin-top: 2rem;
  }

  .c-hero-item__title {
    color: #000;
    text-shadow: none;
  }

  .c-hero-item__description {
    color: #000;
    text-shadow: none;
  }
}
.c-latest-news__item {
  display: block;
  margin-bottom: 3rem;
  color: inherit;
  text-decoration: none;
}

.c-latest-news__item.c-latest-news__item--no-image {
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 3rem;
}

.c-latest-news__item-image-wrapper {
  overflow: hidden;
  margin-bottom: 1rem;
}

.c-latest-news__item-image {
  display: block;
  max-width: 100%;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-latest-news__item:hover .c-latest-news__item-image,
.c-latest-news__item:focus .c-latest-news__item-image {
  transform: scale(1.1);
}

.c-latest-news__item-title {
  margin: 0;
  text-transform: none;
  line-height: 1.25;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-latest-news__item:hover .c-latest-news__item-title,
.c-latest-news__item:focus .c-latest-news__item-title {
  color: var(--theme-primary);
}

.c-latest-news__item-title__last-word {
  display: inline-block;
  white-space: nowrap;
}

.c-latest-news__item-title-icon {
  margin-left: 0.5rem;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  .c-latest-news__slides {
    display: flex;
  }

  .c-latest-news__section {
    flex: 0 1 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
  }

  .c-latest-news__item:not(.c-latest-news__item--no-image) {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1280px) {
  .e-wrapper__columns__column .c-latest-news__item-title {
    font-size: 2rem;
  }
}

@media all and (max-width: 767px) {
  .c-latest-news__item.c-latest-news__item--no-image:first-child {
    border-top: 3px solid #dfdfdf;
    padding-top: 3rem;
  }
}

@media print {
  .c-latest-news__item-image-wrapper {
    display: none;
  }
}
.c-map {
  position: relative;
}

.c-map__map-wrapper {
  height: 0;
  padding-bottom: 57.5%;
  position: relative;
  background-color: #dfdfdf;
}

.c-map__content {
  position: relative;
  pointer-events: none;
}

.c-map__content-inner {
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  flex: 1 1 auto;
  margin-top: -20px;
  padding: 40px 20px 30px;
  pointer-events: auto;
}

.c-map__content-text {
  margin: 0;
}

.c-map__content-cta {
  margin-top: 28px;
}

@media all and (min-width: 768px) {
  .c-map__map-wrapper {
    height: auto;
    padding-bottom: 0;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .c-map__content {
    display: flex;
    justify-content: flex-end;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-map__content-inner {
    max-width: 410px;
    margin-top: 0;
    padding: 60px;
  }
}

@media print {
  .c-map__content-cta {
    display: none;
  }
}
.c-news-list__item {
  outline: 0;
}

.c-news-list__actions {
  margin-top: 40px;
  text-align: center;
}

.c-news-list__load-more.is-loading {
  background: #efefef;
  pointer-events: none;
  position: relative;
}

.c-news-list__load-more.is-loading:hover,
.c-news-list__load-more.is-loading:focus {
  background: #efefef;
}

.c-news-list__load-more.is-loading .c-news-list__load-more__text {
  visibility: hidden;
}

.c-news-list__load-more.is-loading .c-news-list__load-more__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  display: block;
  border-radius: 50%;
  border: 4px solid var(--theme-primary);
  border-right-color: transparent;
  width: 30px;
  height: 30px;
  -webkit-animation: loadingSpin 1s linear infinite;
  animation: loadingSpin 1s linear infinite;
}

.c-news-list__load-more__spinner {
  display: none;
}

@-webkit-keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingSpin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.c-news-item {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border: 2px solid #dfdfdf;
}

.c-news-item__image-wrapper {
  overflow: hidden;
}

.c-news-item__image {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-news-item:hover .c-news-item__image,
.c-news-item:focus .c-news-item__image {
  transform: scale(1.1);
}

.c-news-item__content {
  padding: 15px 18px 18px;
}

.c-news-item__title {
  margin: 0;
  text-transform: none;
}

.c-news-item__title-last-word {
  display: inline-block;
}

.c-news-item__title-icon {
  margin-left: 0.2rem;
  vertical-align: middle;
  color: var(--theme-primary);
  font-size: 1.6rem;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-news-item:hover .c-news-item__title-icon,
.c-news-item:active .c-news-item__title-icon {
  transform: translateX(5px);
}

.c-news-item__text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media all and (min-width: 600px) {
  .c-news-list__items {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
  }

  .c-news-list__item {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 8px;
  }
}

@media all and (min-width: 768px) {
  .c-news-list__item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .c-news-list__actions {
    margin-top: 50px;
  }
}

@media all and (min-width: 1280px) {
  .c-news-list__item {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media all and (max-width: 599px) {
  .c-news-list__item + .c-news-list__item {
    margin-top: 12px;
  }
}

@media print {
  .c-news-item {
    border: 0;
  }

  .c-news-item__image-wrapper {
    display: none;
  }
}
.c-races__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-races__race {
  display: flex;
}

.c-races__race + .c-races__race {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #dfdfdf;
}

.c-races__race-number {
  flex: 0 0 auto;
  margin-top: -10px;
  width: 45px;
  font-size: 4.8rem;
  line-height: 1;
}

.c-races__race-number-prefix {
  font-size: 0;
}

.c-races__race-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1 1 auto;
}

.c-races__race-description {
  flex: 1 1 100%;
}

.c-races__race-setting {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: -1rem;
}

.c-races__race-title {
  font-size: 2rem;
  font-weight: 800;
}

.c-races__race-title-link {
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-races__race-title-link:hover,
.c-races__race-title-link:focus {
  background: #333333;
  color: white;
}

.c-races__race-prize {
  flex: 0 1 50%;
  margin-top: 15px;
}

.c-races__race-prize + .c-race-listing__item__replay-logos {
  margin-top: 15px;
}

.c-races__race-details-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.1875;
}

.c-races__race-details-text {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
}

.c-races__race-action {
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 15px;
  text-align: right;
}

.c-races__race-details--results .c-races__race-action {
  padding-left: 0;
  max-width: inherit;
  flex-basis: 100%;
  text-align: center;
}

.c-races__race-action-btn {
  font-size: 1.2rem;
  white-space: nowrap;
}

.c-race-listing__item__results {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  flex-basis: 100%;
}

.c-race-listing__item__result {
  flex-basis: 100%;
  display: flex;
  margin-top: 1rem;
}

.c-race-listing__item__result__position {
  color: white;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 800;
  height: 5.1rem;
  margin-right: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
  text-align: center;
  width: 5.1rem;
  z-index: 1;
}

.c-race-listing__item__result__position__icon {
  color: white;
  display: inline-block;
  font-size: 5.1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-race-listing__item__result__position--first .c-race-listing__item__result__position__icon {
  color: #ffb727;
}

.c-race-listing__item__result__position--second .c-race-listing__item__result__position__icon {
  color: #9b9b9b;
}

.c-race-listing__item__result__position--third .c-race-listing__item__result__position__icon {
  color: #de7933;
}

.c-race-listing__item__result__silks {
  margin-right: 0.5rem;
}

.c-race-listing__item__result__name {
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 800;
  color: #333333;
  background-size: 1px 2px;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-race-listing__item__result__name:hover,
.c-race-listing__item__result__name:focus {
  background: #333333;
  border-color: #333333;
  color: white;
  text-decoration: none;
}

.c-race-listing__item__result__support {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.c-race-listing__item__result__support__link {
  color: #333333;
  background-size: 1px 2px;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-race-listing__item__result__support__link:hover,
.c-race-listing__item__result__support__link:focus {
  background: #333333;
  color: white;
  border-color: #333333;
  text-decoration: none;
}

.c-race-listing__item__replay-logos {
  margin-top: 1.5rem;
}

.c-replay-link__image {
  width: 100%;
}

.c-race-listing__item__logos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.c-replay-link__imaged + .c-race-listing__item__logos {
  margin-top: 1.5rem;
}

.c-race-listing__item__logo {
  flex-basis: 48%;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}

.c-race-listing__item__logo__image {
  width: 100%;
}

.c-replay-link__imaged {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  box-shadow: 0 0 0 0.6rem transparent;
  transition: box-shadow 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-replay-link__imaged:hover,
.c-replay-link__imaged:focus {
  box-shadow: 0 0 0 0.6rem var(--theme-secondary);
}

.c-replay-link__image__wrapper {
  position: relative;
}

.c-replay-link__image {
  display: block;
}

.c-replay-link__overlay__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.c-replay-link__image-icon {
  fill: white;
  font-size: 2.6rem;
  flex-basis: 100%;
}

.c-race-listing__item__replay-logos .c-replay-link__image-icon {
  font-size: 4rem;
}

@media all and (min-width: 768px) {
  .c-races__race-number {
    margin-top: 0;
  }

  .c-races__race-details {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: -5px;
    margin-left: -5px;
  }

  .c-races__race-description {
    flex-basis: 60%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-races__race-details--results .c-races__race-description {
    flex-basis: calc(100% - 5.4rem);
  }

  .c-races__race-setting {
    margin-bottom: 0.4rem;
    margin-top: 0;
  }

  .c-races__race-title {
    font-size: 2.4rem;
  }

  .c-races__race-prize {
    flex: 1 1 20%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-races__race-action {
    flex-basis: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-race-listing__item__results {
    margin-top: 1.5rem;
  }

  .c-race-listing__item__result {
    margin-top: 0;
    flex-basis: calc(33.33% - 1.5rem);
    margin-right: 1.5rem;
  }

  .c-race-listing__item__logos {
    justify-content: space-between;
  }

  .c-race-listing__item__replay-logos .c-race-listing__item__logo {
    flex-basis: 48%;
  }

  .c-race-listing__item__replay-logos .c-race-listing__item__logo + .c-race-listing__item__logo {
    margin-left: 0;
  }
}

@media all and (min-width: 990px) {
  .c-races__race-setting .c-indicator {
    margin-left: 7px;
  }

  .c-races__race-details--results .c-races__race-action {
    flex-basis: auto;
    margin-top: 0;
  }

  .c-replay-link__imaged + .c-races__race-action {
    padding-top: 1.5rem;
  }

  .c-race-listing__item__results {
    flex-wrap: nowrap;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .c-race-listing__item__replay-logos {
    margin-top: 0;
    flex-basis: 14%;
  }
}

@media all and (min-width: 1280px) {
  .c-races__race-number {
    width: 50px;
  }

  .c-races__race-details--results .c-races__race-description {
    padding-right: 1.5rem;
    flex-basis: calc(28% - 5.4rem);
  }

  .c-race-listing__item__results {
    margin-top: 0;
    margin-left: 0;
    flex-basis: 60%;
  }

  .c-race-listing__item__replay-logos {
    margin-top: 0;
    flex-basis: 21%;
  }
}

@media all and (max-width: 1279px) {
  .c-races__race-details.c-races__race-details--results {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 989px) {
  .c-races__race-setting .c-indicator {
    display: table;
    margin-top: 8px;
  }
}

@media all and (max-width: 767px) {
  .c-replay-link__imaged + .c-races__race-action {
    padding-top: 1.5rem;
  }
}

@media all and (min-width: 768px) and (max-width: 990px) {
  .c-race-listing__item__replay-logos.c-race-listing__item__replay-logos--has-replay {
    flex-basis: 60%;
  }

  .c-replay-link__imaged + .c-race-listing__item__logos {
    margin-top: 0;
  }

  .c-race-listing__item__logos {
    flex: 0 1 50%;
  }

  .c-replay-link__imaged {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
}

@media print {
  .c-races__race-action {
    display: none;
  }
}
.c-sitemap {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  list-style: none;
}

.c-sitemap .c-sitemap {
  margin-top: 0.5em;
  font-weight: normal;
  -moz-columns: auto !important;
  columns: auto !important;
}

.c-sitemap__item {
  margin-bottom: 0.6em;
  padding-left: 1.2em;
  position: relative;
}

.c-sitemap__item::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.65rem;
  left: 0;
  background-color: var(--theme-primary);
}

.c-sitemap__item__link {
  text-decoration: none;
  color: #333333;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-sitemap__item__link:hover,
.c-sitemap__item__link:focus {
  color: var(--theme-primary);
}

@media all and (min-width: 768px) {
  .c-sitemap {
    -moz-columns: 2;
    columns: 2;
  }
}

@media all and (min-width: 1280px) {
  .c-sitemap {
    -moz-columns: 3;
    columns: 3;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .c-sitemap__item::before {
    top: 0.72rem;
  }
}
.c-social-links {
  display: flex;
  margin: -4px -4px -4px 20px;
  padding: 0;
  list-style: none;
}

.c-social-links__item {
  padding: 4px;
}

.c-social-links__link {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  border-radius: 50%;
  background-color: #333333;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-social-links__link:hover,
.c-social-links__link:focus {
  background-color: var(--theme-primary);
}

.c-social-links__link-icon {
  color: #fff;
  font-size: 1.6rem;
}
.c-social__inner {
  margin-right: -20px;
  padding: 20px 12px;
  background-color: white;
}

.c-social__inner .slick-track {
  display: flex;
}

.c-social__inner .slick-slide {
  display: flex;
  height: auto;
  outline: 0;
}

.c-social__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
  cursor: pointer;
  outline: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-social__arrow.c-social__arrow--prev {
  left: 10px;
}

.c-social__arrow.c-social__arrow--next {
  right: 10px;
}

.c-social__arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.c-social__arrow:hover,
.c-social__arrow:focus {
  background-color: var(--theme-primary-light);
}

.c-social__arrow-icon {
  font-size: 0.6rem;
}

.c-social__item {
  display: block;
  padding: 0 8px;
}

.c-social__item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: white;
  text-decoration: none;
  background-color: #282723;
}

.c-social__item-header {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}

.c-social__item-profile {
  display: block;
  max-width: 3rem;
}

.c-social__item-heading {
  margin-left: 10px;
}

.c-social__item-account-name {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-transform: none;
}

.c-social__item-account-link {
  color: white;
  font-size: 1.4rem;
}

.c-social__item-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: white;
  text-decoration: none;
  position: relative;
  outline: 0;
}

.c-social__item-content:hover,
.c-social__item-content:focus {
  text-decoration: underline;
}

.c-social__item-image-wrapper {
  overflow: hidden;
}

.c-social__item-image {
  height: 0;
  padding-bottom: 75%;
  background-color: #dfdfdf;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-social__item-content:hover .c-social__item-image,
.c-social__item-content:focus .c-social__item-image {
  transform: scale(1.1);
}

.c-social__item-details {
  padding: 3rem;
}

.c-social__item-title {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-transform: none;
}

.c-social__item-description {
  margin: 0;
  font-size: 1.4rem;
}

.c-social__item-footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px;
}

.c-social__item-icon {
  font-size: 3rem;
  transform: translate3d(0, 0, 0);
}

.c-social__visit-links {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.c-social__visit-item {
  display: block;
  margin: 0 5px;
}

.c-social__visit-link {
  display: block;
  color: inherit;
  font-size: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-social__visit-link:hover,
.c-social__visit-link:focus {
  opacity: 0.8;
}

.c-social__visit-icon {
  font-size: 3rem;
}

@media all and (min-width: 768px) {
  .c-social__inner {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
    padding: 28px 0;
  }

  .c-social__arrow {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    margin: 3px;
    position: static;
  }

  .c-social__arrow-icon {
    font-size: 1rem;
  }

  .c-social__item-profile {
    max-width: 5rem;
  }

  .c-social__item-heading {
    margin-left: 15px;
  }

  .c-social__item-image {
    padding-bottom: 76.25%;
  }

  .c-social__item-icon {
    font-size: 4rem;
  }

  .c-social__visit-icon {
    font-size: 4rem;
  }
}

@media all and (min-width: 1280px) {
  .c-social__inner {
    margin-left: -45px;
    margin-right: -45px;
  }
}

@media all and (max-width: 767px) {
  .c-social__inner .slick-list {
    padding-left: 0 !important;
  }
}

@media print {
  .e-component--stay-connected {
    display: none;
  }
}
.c-sponsors {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style: none;
}

.c-sponsors__item {
  flex: 0 1 33.3333%;
  max-width: 33.3333%;
  align-self: center;
  padding: 5px;
}

.c-sponsors__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-sponsors__item-link:hover,
.c-sponsors__item-link:focus {
  opacity: 0.8;
}

.c-sponsors__item-logo {
  display: block;
  max-width: 100%;
  width: 100%;
}

@media all and (min-width: 768px) {
  .c-sponsors__item {
    flex-basis: 20%;
    max-width: 20%;
    padding: 10px;
  }
}

@media all and (min-width: 1280px) {
  .c-sponsors__item {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
}

@media print {
  .e-component--sponsors {
    display: none;
  }
}
.c-subnav__items {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
  padding: 0;
  list-style: none;
}

.c-subnav__item {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 2px;
}

.c-subnav__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  padding: 5px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #dfdfdf;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-subnav__item-link::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a4a4a;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@supports (mix-blend-mode: multiply) {
  .c-subnav__item-link::before {
    opacity: 1;
    mix-blend-mode: multiply;
  }
}

.c-subnav__item-link:hover,
.c-subnav__item-link:focus {
  border-color: #4a4a4a;
}

.c-subnav__item-link:hover::before,
.c-subnav__item-link:focus::before {
  opacity: 0.6;
}

@supports (mix-blend-mode: multiply) {
  .c-subnav__item-link:hover::before,
  .c-subnav__item-link:focus::before {
    opacity: 0.8;
  }
}

.c-subnav--condensed .c-subnav__item-link {
  min-height: 0 !important;
}

.c-subnav--condensed .c-subnav__item-link::before {
  content: none;
}

.c-subnav__item-content {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.c-subnav__item-icon {
  margin-top: 3px;
  margin-right: 2px;
  color: var(--theme-primary);
  font-size: 0.8rem;
}

@media all and (min-width: 768px) {
  .c-subnav__item {
    flex-basis: 25%;
    max-width: 25%;
  }

  .c-subnav__item-link {
    min-height: 130px;
    padding: 15px 24px;
  }

  .c-subnav__item-content {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 1280px) {
  .c-subnav__item-content {
    font-size: 1.8rem;
  }

  .c-subnav__item-icon {
    margin-top: 4px;
    margin-right: 5px;
    font-size: 1.3rem;
  }
}

@media print {
  .c-subnav__item-link {
    flex-wrap: wrap;
  }
}
.c-up-next {
  color: white;
  background-color: #333333;
}

.c-up-next__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.c-up-next__races {
  display: flex;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.c-up-next__races::-webkit-scrollbar {
  display: none;
}

.c-up-next__races-title {
  margin: 0;
  font-size: 1.4rem;
}

.c-up-next__races-list {
  display: flex;
  margin: 00;
  padding: 0;
  list-style: none;
}

.c-up-next__race-link {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  color: inherit;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-up-next__race-link:hover,
.c-up-next__race-link:focus {
  background-color: #4a4a4a;
}

.c-up-next__race-time {
  padding-left: 0.5rem;
}

.c-up-next__race-icon {
  flex: 0 0 auto;
  margin-right: 12px;
  font-size: 2.4rem;
}

.c-up-next__race-icon.i-thoroughbred {
  color: #ff2f56;
}

.c-up-next__race-icon.i-greyhound {
  color: #c20179;
}

.c-up-next__race-icon.i-harness {
  color: #ffb727;
}

.c-up-next__no-races {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 800;
  padding: 10px 20px;
}

.c-up-next__scroll {
  display: block;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  border: 0;
  background: none;
  outline: 0;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, visibility 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.c-up-next__scroll.c-up-next__scroll--left {
  padding-left: 10px;
  left: 0;
  background-image: linear-gradient(to left, rgba(51, 51, 51, 0), #333333 33.3333%);
}

.c-up-next__races--at-start .c-up-next__scroll.c-up-next__scroll--left {
  opacity: 0;
  visibility: hidden;
}

.c-up-next__scroll.c-up-next__scroll--right {
  padding-right: 10px;
  right: 0;
  background-image: linear-gradient(to right, rgba(51, 51, 51, 0), #333333 33.3333%);
}

.c-up-next__races--at-end .c-up-next__scroll.c-up-next__scroll--right {
  opacity: 0;
  visibility: hidden;
}

.c-up-next__scroll-icon {
  color: white;
  font-size: 1.4rem;
}

.c-up-next__promo {
  display: flex;
  padding: 1rem 0;
}

.c-up-next__promo-link {
  display: block;
  max-width: 16rem;
  height: 5.5rem;
  font-size: 0;
}

.c-up-next__promo-link .i-rq-logo {
  color: white;
  font-size: 5.5rem;
  fill: #ff2f56;
}

.c-up-next__promo-link:hover,
.c-up-next__promo-link:focus {
  opacity: 0.8;
}

.c-up-next__promo-link + .c-up-next__promo-link {
  margin-left: 1rem;
}

.c-up-next__promo-image {
  max-height: 100%;
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .c-up-next__race-link {
    font-size: 1.4rem;
    padding: 10px 12px;
  }

  .c-up-next__race-icon {
    font-size: 3.2rem;
  }

  .c-up-next__no-races {
    padding: 10px 30px;
  }
}

@media all and (min-width: 1280px) {
  .c-up-next {
    order: -1;
  }

  .c-up-next__races-list {
    margin-left: 20px;
  }

  .c-up-next__race-link {
    padding: 20px 12px;
  }

  .c-up-next__no-races {
    padding: 10px 15px;
  }

  .c-up-next__scroll {
    display: none;
  }
}

@media all and (max-width: 1279px) {
  .c-up-next__inner {
    padding: 0;
  }

  .c-up-next__races-title {
    display: none;
  }

  .c-up-next__race-link {
    white-space: nowrap;
  }

  .c-up-next__promo {
    display: none;
  }
}

@media print {
  .c-up-next {
    display: none;
  }
}
.c-upcoming-meetings {
  display: flex;
  padding-top: 2rem;
}

.c-upcoming-meetings__meeting {
  flex-basis: 100%;
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  color: #363636;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 10rem;
}

.c-upcoming-meetings__meeting.c-upcoming-meetings__meeting--next {
  border-color: var(--theme-primary);
  border-width: 3px;
  color: white;
  position: relative;
  border-top-width: 1px;
}

.c-upcoming-meetings__meeting__up-next {
  color: white;
  display: block;
  background: var(--theme-primary);
  text-transform: uppercase;
  position: absolute;
  width: calc(100% + 6px);
  left: -3px;
  bottom: 100%;
  padding: 0.5rem 0;
  font-weight: 700;
}

.c-upcoming-meetings__meeting__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #363636;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-upcoming-meetings__meeting__link:hover,
.c-upcoming-meetings__meeting__link:active {
  opacity: 0.8;
}

.c-upcoming-meetings__meeting__inner {
  flex-grow: 1;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-position: center;
  padding: 2rem 0;
}

.c-upcoming-meetings__meeting__date {
  background: #363636;
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.2rem 0.4rem 0;
  font-weight: 700;
  position: relative;
}

.c-upcoming-meetings__meeting__club-name {
  margin: 0.5rem 0 0;
  flex-basis: 100%;
  font-size: 1.2rem;
  line-height: 1.1;
  position: relative;
}

.c-upcoming-meetings__meeting__location {
  text-transform: uppercase;
  flex-basis: 100%;
  margin: 0.2rem 0 0;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
}

.c-upcoming-meetings__meeting__days {
  background: var(--theme-primary);
  color: white;
  margin: 0.1rem 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.1rem 0.4rem 0;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-upcoming-meetings__meeting {
    min-height: 12.5rem;
  }

  .c-upcoming-meetings__meeting:not(.c-upcoming-meetings__meeting--next) + .c-upcoming-meetings__meeting {
    border-left: none;
  }

  .c-upcoming-meetings__meeting__link.c-upcoming-meetings__meeting__link--has-image {
    color: white;
  }

  .c-upcoming-meetings__meeting__link--has-image .c-upcoming-meetings__meeting__inner {
    position: relative;
  }

  .c-upcoming-meetings__meeting__link--has-image .c-upcoming-meetings__meeting__inner:before {
    content: "";
    position: absolute;
    background: black;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .c-upcoming-meetings__meeting__club-name {
    font-size: 1.5rem;
  }

  .c-upcoming-meetings__meeting__location {
    font-size: 2rem;
  }

  .c-upcoming-meetings__meeting__days {
    margin: 0.5rem 0 0;
  }
}

@media all and (min-width: 1280px) {
  .c-upcoming-meetings__meeting {
    min-height: 22rem;
  }

  .c-upcoming-meetings__meeting__date {
    font-size: 1.6rem;
  }

  .c-upcoming-meetings__meeting__club-name {
    margin: 0.8rem 0 0;
    font-size: 1.7rem;
  }

  .c-upcoming-meetings__meeting__location {
    font-size: 2.4rem;
    margin-top: 0.4rem;
  }

  .c-upcoming-meetings__meeting__days {
    margin: 1rem 0 0;
  }
}

@media all and (max-width: 1279px) {
  .c-upcoming-meetings {
    flex-wrap: wrap;
  }

  .c-upcoming-meetings__meeting.c-upcoming-meetings__meeting--next {
    flex-basis: 100%;
  }
}

@media all and (max-width: 767px) {
  .c-upcoming-meetings__meeting:not(.c-upcoming-meetings__meeting--next) + .c-upcoming-meetings__meeting {
    border-top: none;
  }

  .c-upcoming-meetings__meeting__inner {
    background: none !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1279px) {
  .c-upcoming-meetings--2 .c-upcoming-meetings__meeting:not(.c-upcoming-meetings__meeting--next) {
    flex-basis: 100%;
  }

  .c-upcoming-meetings--3 .c-upcoming-meetings__meeting:not(.c-upcoming-meetings__meeting--next) {
    flex-basis: 50%;
  }

  .c-upcoming-meetings--4 .c-upcoming-meetings__meeting:not(.c-upcoming-meetings__meeting--next) {
    flex-basis: 33.333%;
  }

  .c-upcoming-meetings--5 .c-upcoming-meetings__meeting:not(.c-upcoming-meetings__meeting--next) {
    flex-basis: 25%;
  }
}
.c-video {
  max-width: 750px;
}

.e-component--video--left .c-video {
  margin: 0 auto 0 0;
}

.e-component--video--centre .c-video {
  margin: 0 auto;
}

.e-component--video--right .c-video {
  margin: 0 0 0 auto;
}

.c-video__inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.c-video__video-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.c-video__video-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: white;
  background-color: #4a4a4a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-video--playing .c-video__video-thumbnail {
  opacity: 0;
  visibility: hidden;
}

.c-video__video-play {
  color: white;
  font-size: 0;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-video__video-play:hover,
.c-video__video-play:focus {
  opacity: 0.8;
}

.c-video__video-play-icon {
  font-size: 5.8rem;
}

.c-video__video-thumbnail-message {
  display: block;
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .c-video__video-play-icon {
    font-size: 9rem;
  }
}

@media print {
  .e-component--video {
    display: none;
  }
}
