/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************

Stylesheet: Variables

******************************************************************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/****************************
FONT STYLES
****************************/
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v18-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* material-icons-outlined-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons-outlined-v109-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900; }
  #loader.animate .loader-ring-light {
    animation: rotate-360 2s linear infinite; }
  #loader .loader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px; }
  #loader .loader-ring-light {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 4px 0 white inset;
    -moz-box-shadow: 0 4px 0 white inset;
    box-shadow: 0 4px 0 white inset; }
  #loader .loader-ring-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; }

@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/***************************
FORMS
***************************/
.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4); }

label {
  display: block;
  margin: 0 0 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600; }

input, button, textarea, select {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 20px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  line-height: 1;
  color: #FFFFFF;
  background-color: transparent;
  appearance: none;
  transition: all 0.2s ease-in-out; }
  input:focus, button:focus, textarea:focus, select:focus {
    border: 1px solid #EBB700; }
  input:focus, input:invalid, button:focus, button:invalid, textarea:focus, textarea:invalid, select:focus, select:invalid {
    outline: none; }

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  resize: none; }

select {
  font-weight: 600; }

input[type="submit"], button {
  color: #0D2240;
  border-color: #EBB700;
  background-color: #EBB700;
  font-weight: 600;
  text-align: center; }

.select {
  display: block;
  position: relative; }
  .select:after {
    position: absolute;
    top: 14px;
    right: 20px;
    font-family: 'Material Icons Round';
    font-size: 20px;
    line-height: 1;
    pointer-events: none;
    z-index: 1;
    content: "expand_more"; }

.checkbox, .radio {
  position: relative;
  display: flex;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 400;
  align-items: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer; }
  .checkbox a, .radio a {
    font-weight: 600; }
  .checkbox input, .radio input {
    position: absolute;
    top: 19px;
    left: 19px;
    margin: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    z-index: 1; }
    .checkbox input:checked ~ .checked, .radio input:checked ~ .checked {
      border-color: #EBB700;
      background-color: #EBB700; }
      .checkbox input:checked ~ .checked:after, .radio input:checked ~ .checked:after {
        opacity: 1; }
  .checkbox .checked, .radio .checked {
    position: relative;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    transition: all 0.2s ease-in; }
    .checkbox .checked:after, .radio .checked:after {
      position: absolute;
      top: 11px;
      left: 19px;
      width: 9px;
      height: 18px;
      opacity: 0;
      border-right: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      transform: rotate(45deg);
      pointer-events: none;
      transition: all 0.1s ease-in;
      content: ""; }
  .checkbox span.label, .radio span.label {
    flex: 1; }

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1; }
  a.menu-toggle span {
    display: inline-block; }
  a.menu-toggle .menu-icon {
    position: relative;
    width: 20px;
    height: 20px; }
    a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px; }
      a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross span, a.menu-toggle .menu-icon .cross:after {
        display: block;
        background: #00338D;
        border-radius: 1px;
        transition: .25s ease-in-out;
        content: ''; }
    a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after {
      position: relative;
      margin: 4px 0;
      width: 20px;
      height: 2px; }
    a.menu-toggle .menu-icon .hamburger:before {
      transition-delay: .5s; }
    a.menu-toggle .menu-icon .hamburger span {
      transition-delay: .625s; }
    a.menu-toggle .menu-icon .hamburger:after {
      transition-delay: .75s; }
    a.menu-toggle .menu-icon .cross {
      transform: rotate(45deg); }
      a.menu-toggle .menu-icon .cross:before {
        position: absolute;
        top: 0;
        left: 9px;
        height: 0;
        width: 2px;
        transition-delay: 0s; }
      a.menu-toggle .menu-icon .cross:after {
        position: absolute;
        left: 0;
        top: 9px;
        width: 0;
        height: 2px;
        transition-delay: .25s; }

a.menu-toggle.open .menu-icon {
  z-index: 2000; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross span, a.menu-toggle.open .menu-icon .cross:after {
    background-color: #00338D; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after {
    width: 0%; }
  a.menu-toggle.open .menu-icon .hamburger:before {
    transition-delay: 0s; }
  a.menu-toggle.open .menu-icon .hamburger span {
    transition-delay: .125s; }
  a.menu-toggle.open .menu-icon .hamburger:after {
    transition-delay: .25s; }
  a.menu-toggle.open .menu-icon .cross:before {
    height: 20px;
    transition-delay: .625s; }
  a.menu-toggle.open .menu-icon .cross:after {
    width: 20px;
    transition-delay: .375s; }

/*********************
SLIDER STYLES
*********************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden !important;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  display: flex;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none; }
  .slick-slide:focus {
    outline: 0; }
  [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; }

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'Source Sans', sans-serif;
  font-weight: 400;
  color: #0D2240;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection {
  color: #FFFFFF;
  background: #00338D; }

/*********************
HELPER CLASSES
*********************/
.noscroll {
  overflow: hidden; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  display: inline-block;
  color: #000000;
  text-decoration: none; }
  a:active, a:focus, a:visited:active, a:visited:focus {
    outline: 0; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

.btn, a.btn {
  display: inline-flex;
  padding: 10px 20px;
  min-height: 50px;
  border-radius: 4px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #00338D;
  align-items: center;
  justify-content: center; }

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
h1, h2, h3, h4, h5 {
  position: relative;
  margin: 15px 0;
  line-height: 1.2;
  text-rendering: optimizelegibility; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
    margin-bottom: 0; }

h1, .h1 {
  font-size: 28px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 17px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  display: inline;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1); }

/****************************
TEXT STYLES
****************************/
p {
  margin: 15px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

b, strong {
  font-weight: 600; }

/****************************
LIST STYLES
****************************/
ul, ol, dl {
  margin: 15px 0;
  padding: 0 0 0 15px; }

/*********************
ICON STYLES
*********************/
.icon {
  display: inline-block;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga'; }

/****************************
MEDIA STYLES
****************************/
img, video {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.img, .vid {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden; }
  .img a, .img img, .img video, .vid a, .vid img, .vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10; }
  .img a, .vid a {
    z-index: 15; }

/****************************
LAYOUT STYLES
****************************/
.wrap {
  padding: 0 20px; }

/****************************
OVERLAY STYLES
****************************/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000; }

/****************************
HEADER STYLES
****************************/
.header {
  display: flex;
  padding: 10px 10px 0;
  flex-wrap: wrap;
  align-items: center; }
  .header a.logo {
    display: inline-flex;
    margin-right: auto;
    align-items: center; }
    .header a.logo img {
      height: 60px; }
  .header h1.header-title {
    display: none; }
  .header a.menu-toggle {
    margin-right: 20px; }
  .header .main-nav {
    display: none;
    width: 100%;
    padding: 20px 0 0; }
    .header .main-nav ul.main {
      margin: 0;
      padding: 20px;
      font-size: 20px;
      font-weight: 600;
      border-radius: 6px;
      color: #FFFFFF;
      background-color: #00338D; }
      .header .main-nav ul.main a {
        color: #FFFFFF; }
    .header .main-nav .legal-nav {
      margin: 5px 0 0;
      padding: 20px;
      font-size: 12px;
      border-radius: 6px;
      color: #FFFFFF;
      background-color: #0D2240; }
      .header .main-nav .legal-nav a {
        color: #FFFFFF; }
      .header .main-nav .legal-nav ul {
        margin: 0;
        padding: 0; }

/****************************
TAB STYLES
****************************/
.tabs {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 8000; }
  .tabs ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border-radius: 6px;
    overflow: hidden; }
    .tabs ul li {
      flex: 1; }
      .tabs ul li a {
        display: block;
        padding: 10px;
        color: #FFFFFF;
        background-color: #0D2240; }
        .tabs ul li a.active {
          background-color: #00338D; }
        .tabs ul li a span {
          display: block;
          text-align: center; }
          .tabs ul li a span.label {
            margin: 4px 0 0; }
      .tabs ul li .checker {
        display: none;
        position: fixed;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 75px;
        padding: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        border-radius: 6px;
        color: #FFFFFF;
        background-color: #0D2240;
        z-index: 8000; }
        .tabs ul li .checker .checker-title {
          display: flex;
          margin: 0 0 20px;
          font-weight: 600;
          align-items: center; }
          .tabs ul li .checker .checker-title .icon {
            margin-right: 10px; }
        .tabs ul li .checker form.checker-form {
          position: absolute;
          left: 20px;
          right: 20px;
          bottom: 10px;
          z-index: 4000; }

/****************************
PRIZE LAYOUT
****************************/
.day-prize {
  font-weight: 600; }
  .day-prize .prize-detail {
    display: flex;
    margin-bottom: 10px;
    align-items: center; }
    .day-prize .prize-detail .sponsor-logo {
      padding: 2px;
      width: 52px;
      height: 52px;
      border-radius: 6px;
      border: 1px solid #EBB700;
      background-color: #FFFFFF; }
      .day-prize .prize-detail .sponsor-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .day-prize .prize-detail .sponsor-logo span {
        display: flex;
        width: 100%;
        height: 100%;
        color: #0D2240;
        font-size: 28px;
        align-items: center;
        justify-content: center; }
    .day-prize .prize-detail .sponsor-info {
      margin-left: 10px; }
      .day-prize .prize-detail .sponsor-info span {
        display: block; }
        .day-prize .prize-detail .sponsor-info span.sponsor-name {
          font-size: 13px; }
  .day-prize .prize-tickets {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    align-items: center; }
    .day-prize .prize-tickets .ticket {
      display: block;
      flex: 1 0 20%;
      padding: 2px;
      text-align: center;
      border-radius: 3px;
      border: 1px solid #EBB700; }
      .day-prize .prize-tickets .ticket.active {
        color: #0D2240;
        background-color: #EBB700; }

/****************************
CONTENT STYLES
****************************/
.main-columns {
  position: relative; }
  .main-columns .col {
    padding: 0 10px; }
    .main-columns .col .advent-calendar {
      position: relative;
      margin: 10px 0 5px;
      width: 100%;
      height: calc(100vh - 200px);
      border-radius: 6px;
      background-image: var(--bg);
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      .main-columns .col .advent-calendar .advent-grid {
        position: relative;
        display: grid;
        height: 100%;
        margin: 0;
        gap: 5px;
        padding: 5px;
        grid-template-rows: repeat(6, 1fr);
        grid-template-columns: repeat(4, 1fr);
        list-style: none;
        z-index: 1; }
        .main-columns .col .advent-calendar .advent-grid .door {
          position: relative;
          border-radius: 6px;
          border: 1px solid rgba(255, 255, 255, 0.2); }
          .main-columns .col .advent-calendar .advent-grid .door .door-btn {
            all: unset;
            position: relative;
            display: flex;
            padding: 5px;
            width: 100%;
            height: 100%;
            align-items: flex-end;
            justify-content: flex-end;
            border-radius: 3px;
            box-sizing: border-box;
            cursor: pointer; }
            .main-columns .col .advent-calendar .advent-grid .door .door-btn .num {
              display: inline-flex;
              width: 30px;
              height: 24px;
              font-size: 20px;
              font-weight: 600;
              color: #FFFFFF;
              line-height: 1;
              border-radius: 3px;
              background: rgba(12, 34, 64, 0.8);
              align-items: center;
              justify-content: center; }
            .main-columns .col .advent-calendar .advent-grid .door .door-btn.past .num, .main-columns .col .advent-calendar .advent-grid .door .door-btn.active .num {
              color: #0D2240;
              background-color: #EBB700;
              transform-origin: bottom right; }
            .main-columns .col .advent-calendar .advent-grid .door .door-btn.active .num {
              transform: scale(1.5); }
    .main-columns .col .day-box {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      background-color: #0D2240;
      z-index: 8050; }
      .main-columns .col .day-box a, .main-columns .col .day-box a:visited {
        color: #FFFFFF; }
      .main-columns .col .day-box a.day-close {
        display: flex;
        padding: 20px;
        background-color: #00338D;
        align-items: center; }
        .main-columns .col .day-box a.day-close .label {
          font-size: 24px;
          font-weight: 600;
          margin-left: 10px; }
        .main-columns .col .day-box a.day-close .toggle {
          color: #EBB700;
          margin-left: auto; }
      .main-columns .col .day-box .day-prizes {
        padding: 0 0 20px;
        flex-grow: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        .main-columns .col .day-box .day-prizes .alert,
        .main-columns .col .day-box .day-prizes .day-prize {
          padding: 20px 20px 0; }
        .main-columns .col .day-box .day-prizes .alert {
          font-weight: 600; }
      .main-columns .col .day-box .day-close-button {
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1); }
        .main-columns .col .day-box .day-close-button button {
          margin: 0; }
    .main-columns .col .info-box {
      border-radius: 6px;
      background-color: #EBB700;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .main-columns .col .info-box a.info-toggle {
        display: flex;
        padding: 10px;
        width: 100%;
        height: 40px;
        font-size: 12px;
        font-weight: 600;
        align-items: center; }
        .main-columns .col .info-box a.info-toggle .label {
          margin-left: 10px; }
        .main-columns .col .info-box a.info-toggle .toggle {
          margin-left: auto; }
      .main-columns .col .info-box .info-content {
        display: none; }
        .main-columns .col .info-box .info-content .info-line {
          display: flex;
          gap: 10px;
          margin: 10px 0;
          align-items: center; }
        .main-columns .col .info-box .info-content .info-dates {
          display: grid;
          gap: 5px;
          padding: 0;
          margin: 20px 0;
          list-style: none;
          grid-template-columns: repeat(4, minmax(0, 1fr)); }
          .main-columns .col .info-box .info-content .info-dates .date-pill {
            padding: 10px;
            border-radius: 6px;
            border: 1px solid #0D2240;
            line-height: 1;
            font-weight: 600;
            text-align: center; }
      .main-columns .col .info-box.open {
        position: fixed;
        top: 80px;
        left: 10px;
        right: 10px;
        bottom: 80px;
        z-index: 50; }
        .main-columns .col .info-box.open .info-content {
          display: block;
          padding: 10px; }
  .main-columns .module {
    padding: 20px; }
    .main-columns .module.sponsors {
      /* Liste */
      /* Item */ }
      .main-columns .module.sponsors .sponsor-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px; }
      .main-columns .module.sponsors .sponsor {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 3px;
        text-decoration: none;
        color: inherit;
        /* Hover/Focus Feedback */
        /* Logo-Box */
        /* Name */ }
        .main-columns .module.sponsors .sponsor:hover, .main-columns .module.sponsors .sponsor:focus, .main-columns .module.sponsors .sponsor:focus-visible {
          background: rgba(16, 54, 92, 0.06);
          outline: none; }
        .main-columns .module.sponsors .sponsor .sponsor-media {
          flex: 0 0 auto;
          width: 56px;
          height: 56px;
          display: grid;
          place-items: center;
          background: #fff;
          border: 1px solid #EBB700;
          border-radius: 6px;
          overflow: hidden; }
          .main-columns .module.sponsors .sponsor .sponsor-media .sponsor-logo {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 3px; }
            .main-columns .module.sponsors .sponsor .sponsor-media .sponsor-logo.placeholder {
              /* Fallback ohne Bild */
              width: 100%;
              height: 100%;
              display: grid;
              place-items: center;
              font-weight: 800;
              background: #fff; }
        .main-columns .module.sponsors .sponsor .sponsor-name {
          font-weight: 700;
          line-height: 1.25; }
    .main-columns .module.winners .winners-days {
      margin: 0 0 20px; }
      .main-columns .module.winners .winners-days .day-nav {
        display: flex;
        gap: 5px;
        margin: 0 -20px;
        padding: 0 20px;
        list-style: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        .main-columns .module.winners .winners-days .day-nav .day-btn {
          display: grid;
          width: 33px;
          height: 33px;
          font-weight: 600;
          border-radius: 6px;
          color: #FFFFFF;
          background: #0D2240;
          place-items: center; }
          .main-columns .module.winners .winners-days .day-nav .day-btn:hover, .main-columns .module.winners .winners-days .day-nav .day-btn:focus-visible {
            outline: none;
            filter: brightness(1.1); }
          .main-columns .module.winners .winners-days .day-nav .day-btn.disabled {
            color: #0D2240;
            background: transparent;
            border: 1px solid #0D2240;
            pointer-events: none; }
    .main-columns .module.winners .winners-list {
      display: grid;
      gap: 20px; }
      .main-columns .module.winners .winners-list .winner-day .day-head {
        margin: 0;
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 6px;
        background: rgba(179, 178, 177, 0.25); }
      .main-columns .module.winners .winners-list .winner-day .day-prize {
        margin: 10px 0 0; }
        .main-columns .module.winners .winners-list .winner-day .day-prize .prize-tickets .ticket {
          background-color: #EBB700; }

.section {
  margin: 60px 0 0;
  opacity: 0;
  transition: all 0.4s ease-in; }
  .section.animate {
    opacity: 1; }
  .section.type-404 {
    text-align: center; }
    .section.type-404 h1.large {
      margin: 0;
      font-size: 72px;
      font-weight: 600;
      line-height: 1; }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
  /*********************
LINK STYLES
*********************/
  a, a:visited {
    transition: all 0.2s ease-in; }
  .btn:hover, a.btn:hover {
    background-color: #000000; }
  /****************************
H1, H2, H3, H4, H5 STYLES
****************************/
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 20px; }
  /****************************
LAYOUT STYLES
****************************/
  .wrap {
    padding: 0 20px; }
  /****************************
HEADER STYLES
****************************/
  .header {
    padding: 20px;
    border-bottom: 1px solid #B3B2B1; }
    .header a.logo {
      width: 270px;
      margin-right: 60px; }
    .header h1.header-title {
      display: block; }
    .header a.menu-toggle {
      display: none; }
    .header .main-nav {
      display: block;
      width: auto;
      margin: 0 20px 0 auto;
      padding: 0; }
      .header .main-nav ul.main {
        display: flex;
        padding: 0;
        font-size: 17px;
        font-weight: 400;
        border-radius: 0;
        background-color: transparent;
        align-items: center; }
        .header .main-nav ul.main li {
          margin-left: 40px; }
          .header .main-nav ul.main li:first-child {
            margin-left: 0; }
          .header .main-nav ul.main li a {
            color: #0D2240; }
            .header .main-nav ul.main li a:hover {
              opacity: 0.7; }
      .header .main-nav #legal-nav {
        position: fixed;
        left: 20px;
        bottom: 20px;
        margin: 0;
        padding: 0;
        color: #0D2240;
        background-color: transparent;
        z-index: 7000; }
        .header .main-nav #legal-nav a {
          color: #0D2240; }
          .header .main-nav #legal-nav a:hover {
            opacity: 0.7; }
  /****************************
TAB STYLES
****************************/
  .tabs {
    position: fixed;
    left: 20px;
    right: auto;
    bottom: auto;
    width: 270px; }
    .tabs ul {
      display: block;
      margin: 10px 0 0;
      font-size: 16px;
      border-radius: 0; }
      .tabs ul li {
        margin: 10px 0 0; }
        .tabs ul li a {
          display: flex;
          padding: 13px 20px;
          border-radius: 6px;
          align-items: center; }
          .tabs ul li a:hover {
            background-color: #00338D; }
          .tabs ul li a.check-tab {
            pointer-events: none; }
          .tabs ul li a span {
            text-align: left; }
            .tabs ul li a span.label {
              margin: 0 0 0 10px; }
        .tabs ul li .checker {
          display: block !important;
          position: relative;
          left: 0;
          right: 0;
          top: 0;
          bottom: auto;
          margin-top: -10px;
          padding: 10px 20px; }
          .tabs ul li .checker .checker-title {
            display: none; }
          .tabs ul li .checker p {
            margin: 0 0 20px; }
          .tabs ul li .checker form.checker-form {
            position: relative;
            left: auto;
            right: auto;
            bottom: auto; }
            .tabs ul li .checker form.checker-form button {
              transition: all 0.2s ease-in; }
              .tabs ul li .checker form.checker-form button:hover {
                filter: brightness(1.1); }
  /****************************
CONTENT STYLES
****************************/
  .main {
    padding: 0 20px 0 350px; }
    .main .main-columns {
      display: grid;
      gap: 60px;
      grid-template-columns: repeat(2, 1fr); }
      .main .main-columns .col {
        padding: 20px 0; }
        .main .main-columns .col .advent-calendar {
          margin: 0;
          height: auto;
          aspect-ratio: 1 / 1.33; }
        .main .main-columns .col .day-box {
          position: relative;
          top: auto;
          left: auto;
          border-radius: 6px;
          overflow: hidden; }
          .main .main-columns .col .day-box .day-close-button {
            position: absolute;
            top: 14px;
            right: 14px;
            padding: 0;
            border: none;
            z-index: 200; }
        .main .main-columns .col .info-box a.info-toggle {
          padding: 20px;
          height: 60px;
          font-size: 16px;
          pointer-events: none; }
          .main .main-columns .col .info-box a.info-toggle .toggle {
            display: none; }
        .main .main-columns .col .info-box .info-content {
          display: block;
          padding: 0 20px 20px; }
        .main .main-columns .col .info-box.open {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto; }
      .main .main-columns .module {
        padding: 20px 0; }
        .main .main-columns .module.sponsors {
          grid-column: 1 / -1; }
          .main .main-columns .module.sponsors .sponsor-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px 60px; }
        .main .main-columns .module.winners {
          grid-column: 1 / -1; }
          .main .main-columns .module.winners .winners-list .winner-day {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0 60px;
            align-items: start; }
            .main .main-columns .module.winners .winners-list .winner-day .day-head {
              grid-column: 1 / -1; }
    .main .section {
      margin: 120px 0 0; } }

/*********************
LARGE DESKTOP
*********************/
@media only screen and (min-width: 1800px) {
  /******************************************************************

Stylesheet: Large Desktop Stylsheet

******************************************************************/
  /****************************
LAYOUT STYLES
****************************/
  .wrap {
    padding: 0 15vw; }
  /****************************
HEADER STYLES
****************************/
  .header {
    padding: 20px 15vw; }
    .header .main-nav #legal-nav {
      left: 15vw; }
  /****************************
TAB STYLES
****************************/
  .tabs {
    left: 15vw; }
  /****************************
CONTENT STYLES
****************************/
  .main {
    padding: 0 15vw 0 calc(15vw + 350px); }
    .main .wrap {
      padding: 0 15vw 0 calc(15vw + 350px); } }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
