@charset "UTF-8";
:root {
  --main-header-height: 200px;
  --test: 100px;
}

.text-align-option {
  text-align: align-option;
}
.text-align-option {
  text-align: align-option;
}
.text-align-option {
  text-align: align-option;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-left {
  display: flex;
  justify-content: flex-start;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

:root {
  --gutter-width: 1rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: var(--xs-min)em;
  --screen-sm-min: var(--sm-min)em;
  --screen-md-min: var(--md-min)em;
  --screen-lg-min: var(--lg-min)em;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);
.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem);
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem);
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (--sm-viewport) {
  .container {
    width: var(--container-sm, 46rem);
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media (--md-viewport) {
  .container {
    width: var(--container-md, 61rem);
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media (--lg-viewport) {
  .container {
    width: var(--container-lg, 71rem);
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -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;
  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;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/vendor/slick.eot");
  src: url("../fonts/vendor/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/slick.woff") format("woff"), url("../fonts/vendor/slick.ttf") format("truetype"), url("../fonts/vendor/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 12px);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: " ";
  display: inline-block;
  position: relative;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #f44336;
  height: 24px;
  width: 24px;
  font-size: 0;
  top: 0;
  transition: all 300ms ease-in-out;
  opacity: 0.8;
}

.slick-prev {
  left: 6px;
}
.slick-prev:before {
  right: 0;
  transform: scale(1, 1) rotate(-135deg);
}

.slick-next {
  right: -4px;
}
.slick-next:before {
  right: 10px;
  transform: scale(1, 1) rotate(45deg);
}

.slick-dots {
  font-size: 0;
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 11.25px;
  width: 11.25px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 740px) {
  .slick-dots li {
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 11.25px;
  width: 11.25px;
  outline: none;
  font-size: 0px;
  cursor: pointer;
}
@media (min-width: 740px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #d9d9d9;
  transition: all 300ms ease-in-out;
}
.slick-dots li button:before {
  content: "";
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  width: 11.25px;
  height: 11.25px;
  line-height: 15px;
}
@media (min-width: 740px) {
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li.slick-active button:before {
  background-color: #f44336;
}

.slick-slider--arrows-red .slick-prev::before, .slick-slider--arrows-red .slick-next::before {
  border-color: #992d31;
}

.slick-slider--dots-button.slick-slider.slick-dotted .slick-list {
  padding-bottom: 45px;
}
.slick-slider--dots-button.slick-slider.slick-dotted .slick-dots {
  padding: 15px 0;
}

.slick-slider--dots-right.slick-slider.slick-dotted .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: -24px;
  top: 0;
  bottom: 0;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.slick-slider--dots-right.slick-slider.slick-dotted .slick-dots li {
  margin: 5px 0;
}

.slick-slider--arrows-inside .slick-prev, .slick-slider--arrows-inside .slick-next {
  height: 34px;
  width: 20px;
}
.slick-slider--arrows-inside .slick-prev {
  left: 8px;
}
.slick-slider--arrows-inside .slick-prev::before {
  right: -5px;
}
.slick-slider--arrows-inside .slick-next {
  right: 8px;
}
.slick-slider--arrows-inside .slick-next::before {
  right: 9px;
}

.slick-slider--arrows-outside .slick-prev, .slick-slider--arrows-outside .slick-next {
  height: 34px;
  width: 20px;
}
.slick-slider--arrows-outside .slick-prev {
  left: -32px;
}
.slick-slider--arrows-outside .slick-prev::before {
  right: -5px;
}
.slick-slider--arrows-outside .slick-next {
  right: -32px;
}
.slick-slider--arrows-outside .slick-next::before {
  right: 9px;
}

.slick-slider--arrows-inside-alt .slick-prev, .slick-slider--arrows-inside-alt .slick-next {
  height: 34px;
  width: 20px;
}
.slick-slider--arrows-inside-alt .slick-prev {
  left: 24px;
}
.slick-slider--arrows-inside-alt .slick-prev::before {
  right: -5px;
}
.slick-slider--arrows-inside-alt .slick-next {
  right: 24px;
}
.slick-slider--arrows-inside-alt .slick-next::before {
  right: 9px;
}

html {
  background-color: #262626;
}

body {
  transition: opacity 500ms ease-in-out;
  background-color: white;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  color: #e03131;
  text-decoration: none;
}
a:hover {
  color: #e03131;
  text-decoration: none;
}

hr {
  width: 100%;
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
}

ul {
  list-style: none;
}

a, button, .button, .base-form input[type=submit], input, textarea {
  transition: all 300ms ease-in-out;
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/Gotham-Book.eot");
  src: url("/assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gotham-Book.woff") format("woff"), url("/assets/fonts/Gotham-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/Gotham-Bold.eot");
  src: url("/assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gotham-Bold.woff") format("woff"), url("/assets/fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Gotham", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #595959;
}

h1, h2, h3, h4, h5, h6, .base-title {
  text-transform: uppercase;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 24px;
}
h1 span {
  font-size: 24px;
}
@media (min-width: 425px) {
  h1 {
    font-size: 32px;
  }
  h1 span {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h1 span {
    font-size: 40px;
  }
}

.base-content {
  font-family: "Gotham", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.2rem;
}
.base-content h1, .base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6 {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #262626;
  font-weight: 300;
}
.base-content h1 {
  font-size: 2rem;
}
.base-content h2 {
  font-size: 1.7rem;
}
.base-content h3 {
  font-size: 1.5rem;
}
.base-content h4 {
  font-size: 1.3rem;
}
.base-content > * {
  margin: 1rem 0;
}
.base-content p {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .base-content hr, .base-content blockquote, .base-content .youtube-iframe {
    margin: 2rem 0rem;
  }
}
.base-content ol {
  list-style: decimal;
  padding-left: 2.5rem;
}
.base-content ul li {
  position: relative;
  padding-left: 2rem;
}
.base-content ul li::before {
  content: "•";
  color: #f44336;
  position: absolute;
  left: 0.9rem;
}
.base-content table {
  border: 0 solid transparent;
}
.base-content img {
  margin: auto;
  height: 100% !important;
}
.base-content blockquote {
  border-left: 3px solid #f44336;
  padding: 1rem;
  background-color: rgba(244, 67, 54, 0.05);
}
@media (min-width: 768px) {
  .base-content blockquote {
    font-size: 1.5rem;
  }
}
.base-content blockquote p:first-child {
  margin-top: 0;
}
.base-content .youtube-iframe {
  background-color: white;
  box-shadow: 0 10px 25px -10px rgba(72, 29, 99, 0.18);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .base-content .youtube-iframe {
    margin: 3rem -1rem;
  }
}
.base-content .youtube-iframe iframe[src*=youtube] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.full {
  display: block;
  width: 100%;
}

.reset-item {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.reset-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.alt-color-palette h1, .alt-color-palette h2, .alt-color-palette h3, .alt-color-palette h4, .alt-color-palette h5, .alt-color-palette h6, .alt-color-palette .title {
  color: white;
}
.alt-color-palette div, .alt-color-palette span, .alt-color-palette .subtitle {
  color: #d9d9d9;
}

.base-box {
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fancy-message-box {
  text-align: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .fancy-message-box {
    padding: 32px;
  }
}
.fancy-message-box .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 9999px;
  background: gray;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .fancy-message-box .icon {
    margin-bottom: 32px;
  }
}

.base-page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  max-width: 1600px;
}

.circle-arrow-link--prev {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #f44336;
  border-radius: 9999px;
  border: 3px solid white;
}
.circle-arrow-link--prev:hover {
  background-color: #f33527;
}
.circle-arrow-link--prev:before {
  content: " ";
  display: inline-block;
  position: relative;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: white;
  width: 14px;
  height: 14px;
  transform: scale(1, 1) rotate(-135deg);
  top: 11px;
  left: 17px;
}
.circle-arrow-link--prev:before {
  transform: scale(1, 1) rotate(-135deg);
  left: 17px;
}
.circle-arrow-link--next {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #f44336;
  border-radius: 9999px;
  border: 3px solid white;
}
.circle-arrow-link--next:hover {
  background-color: #f33527;
}
.circle-arrow-link--next:before {
  content: " ";
  display: inline-block;
  position: relative;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: white;
  width: 14px;
  height: 14px;
  transform: scale(1, 1) rotate(-135deg);
  top: 11px;
  left: 17px;
}
.circle-arrow-link--next:before {
  transform: scale(1, 1) rotate(45deg);
  left: 12px;
}

.em {
  font-weight: 700;
}

.half-banner-text-component .text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 576px) {
  .half-banner-text-component .text {
    font-size: 24px;
  }
}

.styled-link {
  box-shadow: inset 0 -0.35rem 0 0 rgba(244, 67, 54, 0.1);
}
.styled-link:hover {
  box-shadow: inset 0 -2.5rem 0 0 rgba(244, 67, 54, 0.1);
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button, input {
  padding: 0;
  line-height: 1;
  border-color: transparent;
  background-color: transparent;
}

@media (max-width: 768px) {
  .col-sm:not(:last-child), .col-md:not(:last-child) {
    margin-bottom: 16px;
  }
}
button {
  cursor: pointer;
}

.btn {
  display: inline-block;
  border-radius: 0;
  background-color: #e03131;
  color: white;
  padding: 18px 28px 16px 28px;
  font-size: 14px;
  font-family: "Gotham", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  filter: brightness(100%);
}
.btn:hover {
  text-decoration: none;
  color: white;
  background: #d72020;
}
.btn-sm {
  padding: 12px 24px 10px 24px;
  font-size: 12px;
}
.btn-secondary {
  background-color: #262626;
}
.btn-secondary:hover {
  background: #191919;
}
.btn-secondary-alt {
  background-color: #262626;
}
.btn-secondary-alt:hover {
  background: #f44336;
}
.btn-block {
  display: block;
}

.btn-fancy {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: 0 0;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: #262626;
  background-color: white;
  padding: 18px 28px 16px 28px;
  font-size: 14px;
  font-family: "Gotham", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-fancy span {
  position: relative;
  transition: all 0.5s ease;
  z-index: 5;
  white-space: nowrap;
}
.btn-fancy::before, .btn-fancy::after {
  content: "";
  position: absolute;
}
.btn-fancy::before {
  top: 0;
  border: 2px solid #262626;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  left: 0;
}
.btn-fancy::after {
  transition: all 0.7s ease;
  width: 0;
  height: 550%;
  bottom: -250%;
  left: -100%;
  background: #262626;
  transform: rotate(-30deg);
  background: #f44336;
}
.btn-fancy:hover, .btn-fancy.active {
  box-shadow: 5px 5px 5px rgba(244, 67, 54, 0.3);
}
.btn-fancy:hover span, .btn-fancy.active span {
  color: white;
}
.btn-fancy:hover::after, .btn-fancy.active::after {
  background: #f44336;
  width: 250%;
}
.btn-fancy-sm {
  padding: 12px 24px 10px 24px;
  font-size: 12px;
}
.btn-fancy-secondary::after {
  background: #262626;
}
.btn-fancy-secondary:hover {
  box-shadow: 5px 5px 5px rgba(38, 38, 38, 0.3);
}
.btn-fancy-secondary:hover span {
  color: white;
}
.btn-fancy-secondary:hover::after {
  background: #262626;
}

.base-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.base-form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #eaebee;
  font-family: "Gotham", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 0;
  background-color: white;
}
.base-form input[type=text],
.base-form input[type=email] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #eaebee;
  font-family: "Gotham", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 0;
  background-color: white;
}
.base-form select {
  width: 100%;
  display: block;
  height: 42px;
}
.base-form textarea:focus,
.base-form input:focus,
.base-form select:focus {
  border: 1px solid #e03131;
  box-shadow: 0 0 0 1px #e03131;
  outline: none;
}
.base-form button {
  display: block;
  width: 100%;
}
.base-form fieldset {
  border: 1px solid #eaebee;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px;
}
.base-form legend {
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500;
}

.dark-palette input {
  background-color: #f2f2f2;
  width: calc(100% - 131px);
  border: none;
}
.dark-palette input:focus {
  outline: none;
  box-shadow: inset 0px 0px 0px 2px #f44336;
}
.dark-palette input::placeholder {
  color: gray;
}

.form-component input[type=text],
.form-component input[type=email],
.form-component textarea,
.form-component select {
  background-color: #f2f2f2;
  border-color: transparent;
  font-size: 1rem;
  color: #595959;
}
.form-component input[type=text]:invalid,
.form-component input[type=email]:invalid,
.form-component textarea:invalid,
.form-component select:invalid {
  color: #595959;
}
.form-component option {
  font-size: 1rem;
  color: #595959;
}
.form-component option:disabled {
  color: #595959;
}
.form-component textarea:focus,
.form-component input:focus,
.form-component select:focus {
  border: 1px solid #e03131;
  box-shadow: 0 0 0 1px #e03131;
  outline: none;
}
.form-component select {
  padding: 0 0.3rem;
}
.form-component .field {
  margin-bottom: 1rem;
}
.form-component .field.has-error {
  display: block !important;
}
.form-component label {
  text-transform: uppercase;
  color: #262626;
  font-weight: 300;
  color: black;
  font-weight: 300;
}
.form-component textarea {
  margin-bottom: 0;
}
.form-component .feedback-error {
  font-size: 0.9rem;
  padding-top: 0.25rem;
  color: #f44336;
  display: none;
}
.form-component button {
  font-size: 1rem;
}

.main-header-spacer {
  height: var(--main-header-height);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #262626;
  transition: all 500ms;
}
.main-header .header-wrapper {
  padding: 16px 0;
}
.main-header .logo-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logo {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1024px) {
  .main-header .logo {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .main-header .logo {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 300px;
  }
}
.main-header .nav-wrapper {
  display: flex;
  align-items: center;
}
.main-header .nav-wrapper .nav-items {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .main-header .nav-wrapper .nav-items {
    display: none;
  }
}
.main-header .nav-wrapper .nav-items .item:hover .nav-sub-items {
  display: block;
}
.main-header .nav-wrapper .nav-items .item:hover > a {
  background-color: #f44336;
}
.main-header .nav-wrapper .nav-items .item > a {
  text-transform: uppercase;
  padding: 16px 32px;
}
.main-header .nav-wrapper .nav-items .item > a:hover {
  background-color: #f44336;
}
@media (min-width: 1024px) {
  .main-header .nav-wrapper .nav-items .item--billboard .nav-sub-items {
    width: 178.56px;
  }
}
@media (min-width: 1024px) {
  .main-header .nav-wrapper .nav-items .item--about .nav-sub-items {
    width: 170.8px;
  }
}
.main-header .nav-wrapper .nav-items .item .center {
  text-align: center;
}
.main-header .nav-wrapper .nav-items .nav-sub-items {
  position: absolute;
  top: 82px;
  background-color: #262626;
}
@media (min-width: 1024px) {
  .main-header .nav-wrapper .nav-items .nav-sub-items {
    display: none;
  }
}
.main-header .nav-wrapper .nav-items .nav-sub-items:hover + a {
  background-color: #f44336;
}
.main-header .nav-wrapper .nav-items .sub-item {
  margin: 16px;
}
.main-header .nav-wrapper .nav-items .sub-item > a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.main-header .nav-wrapper .nav-items .sub-item > a:hover {
  border-bottom: 2px solid #f44336;
}
.main-header .nav-wrapper .nav-items a {
  color: white;
}
.main-header .buttons-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .main-header .buttons-wrapper {
    margin: 0 32px;
  }
}
.main-header .button, .main-header .base-form input[type=submit], .base-form .main-header input[type=submit] {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 24px;
}
@media (min-width: 1024px) {
  .main-header .button, .main-header .base-form input[type=submit], .base-form .main-header input[type=submit] {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
.main-header .button--close {
  display: none;
}
.main-header .button--menu {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .main-header .button--menu {
    display: none;
  }
}
.main-header .search-block {
  display: none;
  max-width: 800px;
  margin: auto;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .main-header .search-block {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1024px) {
  .main-header .search-block {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.main-header .search-block .search-form {
  display: flex;
}
.main-header .search-block .search-form input {
  width: calc(100% - 40px);
  padding: 0 10px;
  padding-top: 2px;
  border: 0;
  height: 40px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .main-header .search-block .search-form input {
    width: calc(100% - 60px);
    padding: 0 18px;
    padding-top: 6px;
    height: 60px;
    font-size: 18px;
  }
}
.main-header .search-block .search-form button {
  padding: 10px;
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .main-header .search-block .search-form button {
    width: 60px;
    height: 60px;
    padding: 14px;
  }
}
.main-header .search-block .results-grid {
  margin-top: 2px;
}
.main-header .search-block .result-block:not(:last-child) {
  margin-bottom: 2px;
}
.main-header .search-block .result-block .block-wrapper {
  display: flex;
  background-color: white;
  align-items: center;
  padding: 8px;
}
.main-header .search-block .result-block .block-wrapper:hover {
  background-color: #f2f2f2;
}
.main-header .search-block .result-block .cover {
  font-size: 0;
  width: 60px;
  height: 78px;
  background-color: #f2f2f2;
}
@media (min-width: 1024px) {
  .main-header .search-block .result-block .cover {
    width: 100px;
    height: 130px;
  }
}
.main-header .search-block .result-block .info-wrapper {
  padding-left: 16px;
  width: calc(100% - 60px);
}
@media (min-width: 1024px) {
  .main-header .search-block .result-block .info-wrapper {
    width: calc(100% - 100px);
  }
}
.main-header .search-block .result-block .title {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .main-header .search-block .result-block .title {
    font-size: 24px;
  }
}
.main-header .overlay-navigation {
  display: none;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
}
.main-header .overlay-navigation a {
  font-weight: 300;
  color: white;
}
.main-header .overlay-navigation .item > a {
  position: relative;
  padding: 8px;
  padding-bottom: 6px;
  display: block;
  text-transform: uppercase;
  background-color: #f44336;
  margin-bottom: 4px;
}
.main-header .overlay-navigation .item > a:focus::before {
  top: 16px;
  transform: rotate(-45deg);
}
.main-header .overlay-navigation .item.item--with-sub-items > a::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  transform: rotate(135deg);
  vertical-align: top;
  height: 12px;
  width: 12px;
  right: 12px;
  top: 8px;
  transition: all 300ms ease-in-out;
}
.main-header .overlay-navigation .item.open .nav-sub-items {
  max-height: 200px;
}
.main-header .overlay-navigation .nav-sub-items {
  transition: all 300ms ease-in-out;
  overflow: hidden;
  max-height: 0px;
}
.main-header .overlay-navigation .nav-sub-items a {
  padding: 8px;
  padding-left: 9px;
  font-size: 15px;
  text-transform: uppercase;
}
.main-header--transparent {
  background: linear-gradient(180deg, black 0%, rgba(38, 38, 38, 0) 100%);
}
.main-header--transparent.main-header--search {
  background: transparent;
  background-color: #262626;
}
.main-header--regular {
  background-color: #262626;
}
.main-header--overlay {
  bottom: 0;
  overflow-y: scroll;
  background-color: #262626;
  transition: none;
}
.main-header--overlay .overlay-navigation {
  display: block;
}
.main-header--overlay .button--search {
  display: none;
}
.main-header--overlay .button--menu {
  display: none;
}
.main-header--overlay .button--close {
  display: block;
  margin-right: 0;
}
.main-header--search .search-block {
  display: block;
}
.main-header--search .button--search {
  display: none;
}
.main-header--search .button--menu {
  display: none;
}
.main-header--search .button--close {
  display: block;
  margin-right: 0;
}

.main-footer {
  background-color: #262626;
  color: white;
  padding: 1px 0;
  overflow: hidden;
}
.main-footer a {
  font-size: 16px;
  white-space: nowrap;
}
.main-footer .nav-items {
  display: grid;
  column-gap: 32px;
  grid-template-columns: auto;
  text-align: center;
  justify-content: center;
}
@media (min-width: 780px) {
  .main-footer .nav-items {
    grid-template-columns: auto auto auto;
    justify-content: flex-start;
  }
}
.main-footer .nav-items li {
  margin-bottom: 4px;
}
@media (min-width: 780px) {
  .main-footer .nav-items li {
    width: 33.3333%;
  }
}
.main-footer .nav-items a {
  color: white;
  white-space: nowrap;
}
.main-footer .nav-items a:hover {
  color: #f2f2f2;
}
.main-footer .social-links {
  display: flex;
  justify-content: center;
  order: -1;
  margin-bottom: 32px;
}
@media (min-width: 780px) {
  .main-footer .social-links {
    order: 2;
    margin-bottom: 0;
  }
}
.main-footer .social-links li {
  display: inline-block;
}
.main-footer .social-links li:not(:last-child) {
  margin-right: 16px;
}
.main-footer .social-links a:hover {
  filter: brightness(85%);
}
.main-footer .social-links img {
  width: 32px;
  height: 32px;
  filter: invert(99%) sepia(1%) saturate(6301%) hue-rotate(258deg) brightness(116%) contrast(99%);
}
.main-footer .main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 780px) {
  .main-footer .main-wrapper {
    flex-direction: row;
  }
}
.main-footer .secondary-wrapper {
  display: flex;
  justify-content: space-between;
  color: gray;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 780px) {
  .main-footer .secondary-wrapper {
    flex-direction: row;
  }
}
.main-footer .secondary-wrapper a {
  color: gray;
}
.main-footer .secondary-wrapper a:hover {
  color: white;
}
.main-footer .secondary-wrapper .copyright {
  font-size: 16px;
}
.main-footer .secondary-wrapper .legal-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 780px) {
  .main-footer .secondary-wrapper .legal-links {
    margin-top: 0.5rem;
  }
}
@media (min-width: 780px) {
  .main-footer .secondary-wrapper .legal-links {
    flex-direction: row;
  }
  .main-footer .secondary-wrapper .legal-links li:not(:last-child)::after {
    font-size: 12px;
    content: "●";
    margin: 0 8px;
  }
}

ul.base-pagination {
  display: flex;
}
ul.base-pagination li {
  padding: 1px;
  display: inline-block;
}
ul.base-pagination li.current a {
  color: #f44336;
}
ul.base-pagination li.current a:hover {
  color: #f44336;
}
ul.base-pagination li:first-child a, ul.base-pagination li:last-child a {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
}
ul.base-pagination a {
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem;
  padding-top: 0.6rem;
  display: inline-block;
  color: #262626;
  line-height: 1;
}

.about-slider .slider-nav {
  display: grid;
  text-align: center;
}
@media (max-width: 580px) {
  .about-slider .slider-nav {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media (min-width: 580px) {
  .about-slider .slider-nav {
    grid-template-columns: auto auto auto auto auto;
  }
}
.about-slider .slider-nav .option {
  color: #262626;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  font-size: 22px;
}
@media (min-width: 768px) {
  .about-slider .slider-nav .option {
    font-size: 24px;
  }
}
.about-slider .slider-nav .option:hover {
  color: #f44336;
}
.about-slider .slider-nav .spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.about-slider .slider-nav .circle {
  display: inline-block;
  background-color: gray;
  border-radius: 9999px;
  width: 4px;
  height: 4px;
}
@media (min-width: 580px) {
  .about-slider .slider-nav .circle {
    width: 10px;
    height: 10px;
  }
}
.about-slider .slider {
  background-color: black;
}
.about-slider .slick-slide > * {
  opacity: 0;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
}
.about-slider .slick-current > * {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}
.about-slider .slick-current .one {
  animation-delay: 200ms;
}
.about-slider .slick-current .two {
  animation-delay: 400ms;
}
.about-slider .slick-current .three {
  animation-delay: 600ms;
}
.about-slider .slick-current .white {
  animation-delay: 800ms;
  animation-name: fadeInUp;
}
.about-slider .slick-current .label-block {
  animation-name: fadeInRight;
  animation-delay: 1000ms;
}
.about-slider .slick-current.slide--one .four {
  animation-delay: 800ms;
}
.about-slider .slick-current.slide--one .label-block {
  animation-name: fadeInUp;
}
.about-slider .slide {
  display: grid;
  position: relative;
  overflow: hidden;
  grid-template-columns: auto auto;
  grid-template-rows: 180px 140px 140px;
}
@media (min-width: 580px) {
  .about-slider .slide {
    grid-template-rows: 200px 200px 200px;
  }
}
@media (min-width: 768px) {
  .about-slider .slide {
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
  }
}
@media (max-width: 768px) {
  .about-slider .slide .three {
    display: none;
  }
}
.about-slider .slide--one .one {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .about-slider .slide--one .one {
    grid-column: 1/4;
  }
}
.about-slider .slide--one .label-block {
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .about-slider .slide--one .label-block {
    grid-column: 1/4;
  }
}
@media (max-width: 768px) {
  .about-slider .slide--two {
    grid-template-columns: auto minmax(180px, 50%);
  }
}
.about-slider .slide--two .one {
  grid-column: 1/2;
  grid-row: 2/3;
  opacity: 0;
}
@media (min-width: 768px) {
  .about-slider .slide--two .one {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.about-slider .slide--two .two {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .about-slider .slide--two .two {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
@media (min-width: 768px) {
  .about-slider .slide--two .three {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.about-slider .slide--two .black {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .about-slider .slide--two .black {
    grid-column: 3/4;
  }
}
.about-slider .slide--two .white {
  background-color: white;
  grid-row: 2/4;
  grid-column: 2/3;
  align-items: flex-end;
  margin-right: -1px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .about-slider .slide--two .white {
    grid-column: 3/4;
  }
}
.about-slider .slide--two .white .slide-options li {
  border-right: 3px solid #f44336;
  padding-right: 16px;
}
.about-slider .slide--two .white .slide-options li:hover .label {
  transform: translate(-16px);
}
.about-slider .slide--two .label-block {
  text-align: left;
  grid-row: 1/2;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .about-slider .slide--two .label-block {
    grid-column: 1/4;
  }
}
@media (max-width: 768px) {
  .about-slider .slide--three {
    grid-template-columns: minmax(180px, 50%) auto;
  }
}
.about-slider .slide--three .one {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .about-slider .slide--three .one {
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
.about-slider .slide--three .two {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .about-slider .slide--three .two {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 768px) {
  .about-slider .slide--three .three {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
.about-slider .slide--three .black {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .about-slider .slide--three .black {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.about-slider .slide--three .white {
  background-color: white;
  grid-column: 1/2;
  grid-row: 2/4;
  align-items: flex-start;
  padding-right: 16px;
}
.about-slider .slide--three .white .slide-options li {
  border-left: 3px solid #f44336;
  padding-left: 16px;
}
.about-slider .slide--three .white .slide-options li:hover .label {
  transform: translate(16px);
}
.about-slider .slide--three .label-block {
  text-align: right;
  grid-row: 1/2;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .about-slider .slide--three .label-block {
    grid-column: 1/4;
  }
}
.about-slider .photo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.about-slider .photo-block:hover .background {
  transform: scale(1.05);
  filter: brightness(150%);
}
.about-slider .background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 600ms ease-in-out;
  transform: scale(1.005);
  filter: brightness(100%);
}
.about-slider .label-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  z-index: 1;
}
.about-slider .label-block .label {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  font-size: 24px;
}
@media (min-width: 580px) {
  .about-slider .label-block .label {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .about-slider .label-block .label {
    font-size: 48px;
  }
}
.about-slider .label-block .subtitle {
  text-transform: uppercase;
  margin-top: 4px;
  color: #f2f2f2;
  font-size: 16px;
}
@media (min-width: 580px) {
  .about-slider .label-block .subtitle {
    font-size: 20px;
  }
}
.about-slider .white {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 32px;
}
.about-slider .text {
  color: black;
  padding: 1rem;
}
.about-slider .slide-options {
  display: inline-block;
}
.about-slider .slide-options li {
  text-transform: uppercase;
  color: #262626;
  font-size: 18px;
}
@media (min-width: 768px) {
  .about-slider .slide-options li {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .about-slider .slide-options li {
    font-size: 24px;
  }
}
.about-slider .slide-options li:not(:last-child) {
  padding-bottom: 8px;
}
.about-slider .slide-options li .label {
  transform: translate(0);
  transition: all 300ms ease-in-out;
}

.share-buttons {
  display: flex;
}
.share-buttons li {
  display: flex;
  vertical-align: top;
}
.share-buttons li:not(:last-child) {
  margin-right: 10px;
}
.share-buttons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.share-buttons img {
  width: 22px;
  height: 22px;
  transition: all 300ms ease-in-out;
  filter: invert(38%) sepia(22%) saturate(6925%) hue-rotate(340deg) brightness(96%) contrast(99%);
}
@media (min-width: 768px) {
  .share-buttons img {
    width: 28px;
    height: 28px;
  }
}
.share-buttons a:hover img {
  filter: invert(38%) sepia(22%) saturate(6925%) hue-rotate(340deg) brightness(96%) contrast(99%) brightness(80%);
}
.share-buttons .facebook-messenger {
  display: none;
}

.mosaic-slider .slider-nav {
  display: grid;
  text-align: center;
}
@media (max-width: 580px) {
  .mosaic-slider .slider-nav {
    grid-template-rows: auto auto auto auto auto;
  }
}
@media (min-width: 580px) {
  .mosaic-slider .slider-nav {
    grid-template-columns: auto auto auto auto auto;
  }
}
.mosaic-slider .slider-nav .option {
  color: #262626;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  font-size: 22px;
}
@media (min-width: 768px) {
  .mosaic-slider .slider-nav .option {
    font-size: 24px;
  }
}
.mosaic-slider .slider-nav .option:hover {
  color: #f44336;
}
.mosaic-slider .slider-nav .spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.mosaic-slider .slider-nav .circle {
  display: inline-block;
  background-color: gray;
  border-radius: 9999px;
  width: 4px;
  height: 4px;
}
@media (min-width: 580px) {
  .mosaic-slider .slider-nav .circle {
    width: 10px;
    height: 10px;
  }
}
.mosaic-slider .slider {
  background-color: black;
}
.mosaic-slider .slick-slide > * {
  opacity: 0;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
}
.mosaic-slider .slick-current > * {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}
.mosaic-slider .slick-current .one {
  animation-delay: 200ms;
}
.mosaic-slider .slick-current .two {
  animation-delay: 400ms;
}
.mosaic-slider .slick-current .three {
  animation-delay: 600ms;
}
.mosaic-slider .slick-current .white {
  animation-delay: 800ms;
  animation-name: fadeInUp;
}
.mosaic-slider .slick-current .label-block {
  animation-name: fadeInRight;
  animation-delay: 1000ms;
}
.mosaic-slider .slick-current.slide--one .four {
  animation-delay: 800ms;
}
.mosaic-slider .slick-current.slide--one .label-block {
  animation-name: fadeInUp;
}

.mosaic-block {
  display: grid !important;
  position: relative;
  overflow: hidden;
  grid-template-columns: auto auto;
  grid-template-rows: 140px 180px 180px;
  background-color: black;
}
@media (min-width: 580px) {
  .mosaic-block {
    grid-template-rows: 200px 200px 200px;
  }
}
@media (min-width: 768px) {
  .mosaic-block {
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
  }
}
@media (max-width: 768px) {
  .mosaic-block .three {
    display: none;
  }
}
.mosaic-block .photo-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mosaic-block .photo-block:hover .background {
  transform: scale(1.05);
  filter: brightness(150%);
}
.mosaic-block .background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 600ms ease-in-out;
  transform: scale(1.005);
  filter: brightness(100%);
}
.mosaic-block .label-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  z-index: 1;
}
.mosaic-block .label-block .label {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  font-size: 24px;
}
@media (min-width: 580px) {
  .mosaic-block .label-block .label {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .mosaic-block .label-block .label {
    font-size: 48px;
  }
}
.mosaic-block .label-block .subtitle {
  text-transform: uppercase;
  margin-top: 4px;
  color: #f2f2f2;
  font-size: 16px;
}
@media (min-width: 580px) {
  .mosaic-block .label-block .subtitle {
    font-size: 20px;
  }
}
.mosaic-block .white {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.mosaic-block .text {
  color: black;
  padding: 1rem;
}

.mosaic-one .one {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .mosaic-one .one {
    grid-column: 1/4;
  }
}
.mosaic-one .label-block {
  text-align: center;
  grid-column: 1/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .mosaic-one .label-block {
    grid-column: 1/4;
  }
}

@media (max-width: 768px) {
  .mosaic-two {
    grid-template-columns: auto minmax(180px, 50%);
  }
}
.mosaic-two .one {
  grid-column: 1/2;
  grid-row: 2/3;
  opacity: 0;
}
@media (min-width: 768px) {
  .mosaic-two .one {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.mosaic-two .two {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .mosaic-two .two {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
@media (min-width: 768px) {
  .mosaic-two .three {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.mosaic-two .black {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .mosaic-two .black {
    grid-column: 3/4;
  }
}
.mosaic-two .white {
  background-color: white;
  grid-row: 2/4;
  grid-column: 2/3;
  align-items: flex-end;
  margin-right: -1px;
}
@media (min-width: 768px) {
  .mosaic-two .white {
    grid-column: 3/4;
  }
}
.mosaic-two .label-block {
  text-align: left;
  grid-row: 1/2;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .mosaic-two .label-block {
    grid-column: 1/4;
  }
}

@media (max-width: 768px) {
  .mosaic-three {
    grid-template-columns: minmax(180px, 50%) auto;
  }
}
.mosaic-three .one {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .mosaic-three .one {
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
.mosaic-three .two {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .mosaic-three .two {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 768px) {
  .mosaic-three .three {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
.mosaic-three .black {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .mosaic-three .black {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.mosaic-three .white {
  background-color: white;
  grid-column: 1/2;
  grid-row: 2/4;
  align-items: flex-start;
}
.mosaic-three .label-block {
  text-align: right;
  grid-row: 1/2;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .mosaic-three .label-block {
    grid-column: 1/4;
  }
}

.six-grid-component {
  position: relative;
}
@media (min-width: 768px) {
  .six-grid-component {
    background-color: black;
  }
}
.six-grid-component .grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 180px 180px 180px;
}
@media (max-width: 768px) {
  .six-grid-component .grid {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .six-grid-component .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 280px 280px;
  }
}
.six-grid-component .grid.active .block {
  opacity: 0;
}
.six-grid-component .block {
  transition: all 300ms ease-in-out;
  opacity: 1;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .six-grid-component .block:hover .background {
    filter: brightness(130%);
    transform: scale(1.05);
  }
}
.six-grid-component .bg--top {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.six-grid-component .background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
  filter: brightness(100%);
  transform: scale(1);
}

.square-banner-block .block-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #262626;
}
.square-banner-block .block-wrapper:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.square-banner-block a.block-wrapper {
  display: block;
}
.square-banner-block a.block-wrapper:hover .background, .square-banner-block a.block-wrapper:focus-within .background {
  transform: scale(1.1);
  filter: brightness(50%);
}
.square-banner-block .title {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 576px) {
  .square-banner-block .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .square-banner-block .title {
    font-size: 48px;
  }
}
.square-banner-block .body-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
@media (min-width: 576px) {
  .square-banner-block .body-wrapper {
    align-items: flex-end;
    padding: 3rem;
  }
}
.square-banner-block .background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1);
  filter: brightness(100%);
}

.restaurant-block {
  width: 33.3333%;
}
.restaurant-block .block-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  min-height: 340px;
  background-color: #f44336;
}
.restaurant-block .block-wrapper:hover .background-wrapper, .restaurant-block .block-wrapper:focus-within .background-wrapper {
  opacity: 0;
}
.restaurant-block .background-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 2rem;
  opacity: 1;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  z-index: 1;
  background-color: #262626;
}
.restaurant-block .info-wrapper {
  color: white;
  padding: 2rem;
  width: 100%;
}
.restaurant-block li {
  display: flex;
  align-items: center;
}
.restaurant-block li:not(:last-child) {
  margin-bottom: 1rem;
}
.restaurant-block .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.restaurant-block .icon {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 30px;
  height: 30px;
}
.restaurant-block .icon--food-type {
  background-image: url("http://storage.showcenter.com.mx/assets/images/pages/main-entrance/gastronomy/icons/food-type.svg");
}
.restaurant-block .icon--location {
  background-image: url("http://storage.showcenter.com.mx/assets/images/pages/main-entrance/gastronomy/icons/location.svg");
}
.restaurant-block .icon--phone {
  background-image: url("http://storage.showcenter.com.mx/assets/images/pages/main-entrance/gastronomy/icons/phone.svg");
}
.restaurant-block .icon--time {
  background-image: url("http://storage.showcenter.com.mx/assets/images/pages/main-entrance/gastronomy/icons/time.svg");
}
.restaurant-block .icon--web {
  background-image: url("http://storage.showcenter.com.mx/assets/images/pages/main-entrance/gastronomy/icons/web.svg");
}
.restaurant-block .text {
  width: calc(100% - 30px);
  font-size: 1rem;
  padding-left: 1rem;
}

.event-banner-component {
  display: grid;
  overflow: hidden;
  grid-template-columns: auto 8px auto;
  grid-template-rows: 200px 200px;
  background-color: black;
}
@media (min-width: 580px) {
  .event-banner-component {
    grid-template-columns: auto 16px auto;
    grid-template-rows: 400px 200px;
  }
}
@media (min-width: 768px) {
  .event-banner-component {
    grid-template-columns: auto 24px auto;
    grid-template-rows: 600px 200px;
  }
}
.event-banner-component .photo {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.event-banner-component .one {
  grid-column: 1/2;
  grid-row: 1/2;
}
.event-banner-component .two {
  grid-column: 3/4;
  grid-row: 1/2;
}
.event-banner-component .black {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/4;
  grid-row: 2/3;
  padding: 16px;
}
.event-banner-component .label-wrapper {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-banner-component .label-wrapper {
    text-align: right;
  }
}
.event-banner-component .label-wrapper .title {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 580px) {
  .event-banner-component .label-wrapper .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .event-banner-component .label-wrapper .title {
    font-size: 48px;
  }
}
.event-banner-component .label-wrapper .subtitle {
  margin-top: 4px;
  color: #f2f2f2;
  font-size: 16px;
}
@media (min-width: 580px) {
  .event-banner-component .label-wrapper .subtitle {
    font-size: 20px;
  }
}

.basic-page-header {
  font-size: 0;
  text-align: center;
  background-color: black;
}

.fancy-page-header {
  background-color: #f2f2f2;
  position: relative;
}
.fancy-page-header .container {
  padding: 0 16px;
}
@media (min-width: 740px) {
  .fancy-page-header .container {
    padding: 0 80px;
  }
}
@media (min-width: 1400px) {
  .fancy-page-header .container {
    padding: 0 16px;
  }
}
.fancy-page-header .header-block {
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  height: 286px;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
}
@media (min-width: 740px) {
  .fancy-page-header .header-block {
    height: 666px;
  }
}
.fancy-page-header .header-block .container {
  margin: 0px;
}
.fancy-page-header .header-block .info-wrapper {
  display: grid;
  grid-template-columns: auto 200px;
  align-items: center;
  padding-bottom: 10px;
}
.fancy-page-header .header-block .info-wrapper .buttons {
  text-align: right;
}
.fancy-page-header .header-block .info-wrapper .buttons .more-info {
  text-align: center;
}
.fancy-page-header .header-block .info-wrapper .titles {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.fancy-page-header .header-block .info-wrapper .titles .date-time {
  margin-bottom: 10px;
}
.fancy-page-header .header-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.fancy-page-header .video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-color: black;
}
.fancy-page-header #video {
  position: relative;
  background: transparent;
}
.fancy-page-header .ytplayer-container {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  height: 756px;
}
.fancy-page-header .ytplayer-player {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.12);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.fancy-page-header .info-wrapper {
  position: relative;
  z-index: 1;
}
.fancy-page-header .title {
  font-size: 32px;
  cursor: default;
  transition: all 300ms ease-in-out;
}
.fancy-page-header .title:hover {
  color: #f44336 !important;
}
@media (min-width: 740px) {
  .fancy-page-header .title {
    font-size: 60px;
  }
}
.fancy-page-header .date-time {
  font-size: 24px;
  cursor: default;
}
@media (min-width: 740px) {
  .fancy-page-header .date-time {
    font-size: 36px;
  }
}
.fancy-page-header .link {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}
.fancy-page-header .slick-dots {
  margin-bottom: 24px;
}
.fancy-page-header .slick-arrow {
  display: none !important;
}
@media (min-width: 740px) {
  .fancy-page-header .slick-arrow {
    display: block !important;
    opacity: 0;
  }
}
.fancy-page-header .slick-arrow::before {
  border-color: white;
}
.fancy-page-header .slick-prev {
  margin-left: 24px;
}
.fancy-page-header .slick-next {
  margin-right: 24px;
}
.fancy-page-header:hover .slick-arrow {
  opacity: 1;
}

.ad-slider .ad-block {
  font-size: 0;
}

.event-slider {
  margin: -8px -16px;
}
@media (min-width: 768px) {
  .event-slider {
    margin: -8px;
  }
}
.event-slider .event-block {
  padding: 8px;
}

.event-block {
  width: 100%;
}
.event-block .block-wrapper {
  position: relative;
  display: block;
  transition: all 300ms ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.event-block .block-wrapper:hover {
  background-size: 105% !important;
}
.event-block .block-wrapper:hover .action-wrapper {
  box-shadow: inset 0px 0px 0px 3px #f44336;
  opacity: 1;
}
.event-block .cover-wrapper {
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.event-block .cover-wrapper:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 133.3333333333%;
}
.event-block .action-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  opacity: 0;
  background-color: rgba(38, 38, 38, 0.5);
  transition: all 300ms ease-in-out;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 0px #f44336;
}
.event-block .action-wrapper a {
  width: 100%;
}
.event-block .action-wrapper a:not(:last-child) {
  margin-bottom: 8px;
}
.event-block .label-wrapper {
  text-align: center;
  padding: 16px;
  color: white;
  background-color: #262626;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-block .label-wrapper .title, .event-block .label-wrapper .subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.event-block .label-wrapper .title {
  font-weight: 700;
}
.event-block .label-wrapper .subtitle {
  color: #d9d9d9;
}

.accreditation-block {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.accreditation-block .block-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  max-width: 700px;
}
@media (max-width: 768px) {
  .accreditation-block .block-wrapper {
    width: 100%;
  }
}
.accreditation-block .image-wrapper {
  font-size: 0;
  max-width: 300px;
  width: 50%;
}
@media (max-width: 768px) {
  .accreditation-block .image-wrapper {
    display: none;
  }
}
.accreditation-block .body-wrapper {
  text-align: center;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  .accreditation-block .body-wrapper {
    text-align: left;
    width: 50%;
  }
}
.accreditation-block .image {
  background-color: #eaebee;
}
.accreditation-block a {
  box-shadow: inset 0 -0.35rem 0 0 rgba(244, 67, 54, 0.1);
}
.accreditation-block a:hover {
  box-shadow: inset 0 -2.5rem 0 0 rgba(244, 67, 54, 0.1);
}

.press-release-grid > * {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 576px) {
  .press-release-grid > * {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) {
  .press-release-block .block-wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 300px) auto;
  }
}
.press-release-block .cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 55%;
}
@media (max-width: 576px) {
  .press-release-block .info-wrapper {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .press-release-block .info-wrapper {
    padding-left: 1.5rem;
  }
}
.press-release-block .title {
  color: #262626;
}
.press-release-block .date {
  margin-top: 0.5rem;
}
.press-release-block .summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  color: gray;
}
.press-release-block a {
  box-shadow: inset 0 -0.35rem 0 0 rgba(244, 67, 54, 0.1);
  margin-top: 1rem;
}
.press-release-block a:hover {
  box-shadow: inset 0 -2.5rem 0 0 rgba(244, 67, 54, 0.1);
}

.newsletter-subscription-section {
  background-color: #595959;
  overflow: hidden;
}
.newsletter-subscription-section .newsletter-subscription-wrapper {
  display: grid;
  grid-template-columns: auto;
  column-gap: 16px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 780px) {
  .newsletter-subscription-section .newsletter-subscription-wrapper {
    grid-template-columns: auto 1fr;
  }
}
.newsletter-subscription-section .label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 780px) {
  .newsletter-subscription-section .label {
    margin-bottom: 0;
  }
}
.newsletter-subscription-section .subsctiption-form {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 780px) {
  .newsletter-subscription-section .subsctiption-form {
    flex-direction: row;
  }
}
.newsletter-subscription-section .subsctiption-form .fade-leave {
  opacity: 1;
}
.newsletter-subscription-section .subsctiption-form .fade-leave-active {
  transition: opacity 500ms;
}
.newsletter-subscription-section .subsctiption-form .fade-leave-to {
  opacity: 0;
}
.newsletter-subscription-section .subsctiption-form .fade-enter {
  opacity: 0;
}
.newsletter-subscription-section .subsctiption-form .fade-enter-active {
  transition: opacity 500ms;
}
.newsletter-subscription-section .subsctiption-form .fade-enter-to {
  opacity: 1;
}
.newsletter-subscription-section .subsctiption-form input, .newsletter-subscription-section .subsctiption-form button {
  height: 40px;
}
.newsletter-subscription-section .subsctiption-form input {
  background-color: #f2f2f2;
  width: 100%;
  font-size: 14px;
  padding: 7px 8px 3px 8px;
  border: none;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 780px) {
  .newsletter-subscription-section .subsctiption-form input {
    text-align: left;
    width: calc(100% - 131px);
  }
}
.newsletter-subscription-section .subsctiption-form input:focus {
  outline: none;
  box-shadow: inset 0px 0px 0px 2px #f44336;
}
.newsletter-subscription-section .subsctiption-form input::placeholder {
  color: gray;
}
.newsletter-subscription-section .subsctiption-form button {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media (min-width: 780px) {
  .newsletter-subscription-section .subsctiption-form button {
    width: 131px;
  }
}
.newsletter-subscription-section .helper-message {
  color: white;
  margin-top: 4px;
}
.newsletter-subscription-section .helper-message span {
  font-size: 14px;
  padding: 4px;
  background-color: #f44336;
}
@media (max-width: 780px) {
  .newsletter-subscription-section .helper-message span {
    display: block;
    text-align: center;
  }
}
.newsletter-subscription-section .submit-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.location-directions-section {
  background-color: #595959;
  color: white;
  font-size: 16px;
}
.location-directions-section .block-grid {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 640px) {
  .location-directions-section .block-grid {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 940px) {
  .location-directions-section .block-grid {
    grid-template-columns: auto auto auto;
    column-gap: 32px;
  }
}
@media (max-width: 940px) {
  .location-directions-section .block-grid .block:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 640px) {
  .location-directions-section .block-grid .block--map {
    grid-column: 1/3;
  }
}
@media (min-width: 940px) {
  .location-directions-section .block-grid .block--map {
    grid-column: auto;
  }
}

.overlay-icons {
  position: relative;
  z-index: 10;
}
.overlay-icons .get-tickets-icon {
  position: fixed;
  right: 0;
  bottom: 16px;
  width: 120px;
}
@media (min-width: 740px) {
  .overlay-icons .get-tickets-icon {
    width: 169px;
  }
}
.overlay-icons .chat-icon {
  position: fixed;
  bottom: 16px;
  right: 16px;
}
@media (min-width: 740px) {
  .overlay-icons .chat-icon {
    bottom: 30px;
    right: 30px;
  }
}
.overlay-icons .chat-icon a {
  display: inline-block;
  filter: brightness(100%);
}
.overlay-icons .chat-icon a:hover {
  filter: brightness(130%);
}
.overlay-icons .chat-icon img {
  width: 54px;
  height: 54px;
}
@media (min-width: 740px) {
  .overlay-icons .chat-icon img {
    width: 80px;
    height: 80px;
  }
}

.review-wrapper {
  color: white;
  text-align: center;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-wrapper .review {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.review-wrapper .author {
  margin-top: 4px;
  font-size: 24px;
  text-transform: uppercase;
}

section.sponsors-section {
  padding: 1px 0;
  overflow: hidden;
}
section.sponsors-section .sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  margin: 0 -8px;
}
@media (min-width: 768px) {
  section.sponsors-section .sponsors-grid {
    margin: 0 -32px;
  }
}
section.sponsors-section .sponsors-grid li {
  padding: 0 8px;
  width: 45.33%;
}
@media (min-width: 768px) {
  section.sponsors-section .sponsors-grid li {
    padding: 0 32px;
  }
}
section.sponsors-section .sponsors-grid li img {
  width: 100%;
  max-width: 400px;
  max-height: 140px;
}
section.sponsors-section .sponsors-grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  filter: brightness(100%);
}
section.sponsors-section .sponsors-grid a:hover {
  filter: brightness(60%);
}

.logo-michelob {
  text-align: center;
}
.logo-michelob.home img {
  width: 60%;
}
.logo-michelob a {
  opacity: 0.7;
  filter: brightness(100%);
}
.logo-michelob a:hover {
  opacity: 1;
  filter: brightness(60%);
}

.home-page .page-header {
  min-height: 740px;
}
.home-page .page-header--mobile {
  background-color: #d9d9d9;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.home-page .page-header--mobile:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66.69921875%;
}

.main-entrance-page .fancy-page-header {
  text-align: center;
}
.main-entrance-page .shopping-section .block-wrapper {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #262626;
}
@media (min-width: 576px) {
  .main-entrance-page .shopping-section .block-wrapper {
    align-items: flex-end;
    min-height: 600px;
    padding: 3rem;
  }
}
.main-entrance-page .shopping-section .block-wrapper:hover .background, .main-entrance-page .shopping-section .block-wrapper:focus-within .background {
  transform: scale(1.1);
  filter: brightness(50%);
}
.main-entrance-page .shopping-section .title {
  z-index: 1;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 576px) {
  .main-entrance-page .shopping-section .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .main-entrance-page .shopping-section .title {
    font-size: 48px;
  }
}
.main-entrance-page .shopping-section .background {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1);
  filter: brightness(100%);
}
.main-entrance-page .lodging-section .block-wrapper {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
  padding: 1rem;
}
@media (min-width: 576px) {
  .main-entrance-page .lodging-section .block-wrapper {
    align-items: flex-end;
    min-height: 400px;
    padding: 3rem;
  }
}
.main-entrance-page .lodging-section .title {
  text-transform: uppercase;
  color: #262626;
  font-weight: 300;
  color: white;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .main-entrance-page .lodging-section .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .main-entrance-page .lodging-section .title {
    font-size: 48px;
  }
}
@media (min-width: 576px) {
  .main-entrance-page .lodging-section .title {
    margin-bottom: 1.5rem;
  }
}
.main-entrance-page .location-section .banner-block .block-wrapper:hover, .main-entrance-page .location-section .banner-block .block-wrapper:focus-within {
  filter: brightness(80%);
}
.main-entrance-page .location-section .block-wrapper {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 59.2417061611%;
  display: block;
  transition: all 300ms ease-in-out;
  filter: brightness(100%);
}

.press-page .main-press-release-section {
  background-color: #f2f2f2;
}
.press-page .main-press-release-section .title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .press-page .main-press-release-section .title {
    font-size: 2rem;
  }
}

.press-release-page .page-header .title {
  text-transform: uppercase;
  color: #262626;
  font-weight: 300;
  font-weight: 700;
  text-align: center;
}
.press-release-page .page-header .share-date-wrapper {
  display: flex;
  justify-content: space-between;
}
.press-release-page .page-header .date {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .showcenter-page .square-banner-block .body-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .showcenter-page .contact-form form {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .showcenter-page .contact-form .field--name {
    grid-area: 1/1/2/2;
  }
  .showcenter-page .contact-form .field--email {
    grid-area: 2/1/3/2;
  }
  .showcenter-page .contact-form .field--phone {
    grid-area: 3/1/4/2;
  }
  .showcenter-page .contact-form .field--area {
    grid-area: 1/2/2/3;
  }
  .showcenter-page .contact-form .field--message {
    grid-area: 2/2/4/3;
  }
  .showcenter-page .contact-form .field--message textarea {
    height: 138px;
  }
  .showcenter-page .contact-form .btn {
    grid-area: 4/1/5/3;
  }
}

.content-page .content-page-header h1, .content-page .content-page-header span {
  font-weight: 300;
}
.content-page .content-page-header h1 > span:last-child {
  color: #f44336 !important;
}
.content-page .content-page-header h1 > span:first-child {
  color: #262626 !important;
}
@media (min-width: 740px) {
  .content-page .base-content {
    background-color: #f2f2f2;
    padding: 32px;
  }
}

.events-page .event-listing-section .event-listing-navigation {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 740px) {
  .events-page .event-listing-section .event-listing-navigation {
    flex-direction: row;
  }
}
@media (max-width: 740px) {
  .events-page .event-listing-section .event-listing-navigation li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 740px) {
  .events-page .event-listing-section .event-listing-navigation li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 740px) {
  .events-page .event-listing-section .event-listing-navigation a {
    width: 100%;
  }
}
.events-page .event-listing-section .event-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.events-page .event-listing-section .event-grid .event-block {
  padding: 8px;
  width: 100%;
}
@media (min-width: 480px) {
  .events-page .event-listing-section .event-grid .event-block {
    width: 50%;
  }
}
@media (min-width: 680px) {
  .events-page .event-listing-section .event-grid .event-block {
    width: 33.3333%;
  }
}
@media (min-width: 800px) {
  .events-page .event-listing-section .event-grid .event-block {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .events-page .event-listing-section .event-grid .event-block {
    width: 16.6666%;
  }
}
.events-page .event-listing-section .event-grid .event-block .btn-fancy {
  font-size: 12px;
  padding: 12px 8px 10px 8px;
}

.retailer-block .block-wrapper {
  padding-top: 66.6666666667%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-size: 100%;
  display: block;
  position: relative;
  background-color: #f2f2f2;
  transition: all 300ms ease-in-out;
  background-size: 100% !important;
}
.retailer-block .block-wrapper:hover {
  background-size: 105% !important;
}
.retailer-block .block-wrapper:hover .info-wrapper {
  height: 100%;
}
.retailer-block .block-wrapper:hover .title {
  margin-bottom: 32px;
}
.retailer-block .block-wrapper:hover .button-wrapper {
  height: 50px;
}
.retailer-block .block-wrapper:hover .button, .retailer-block .block-wrapper:hover .base-form input[type=submit], .base-form .retailer-block .block-wrapper:hover input[type=submit] {
  opacity: 1;
}
.retailer-block .info-wrapper {
  position: absolute;
  padding: 22px;
  transition: all 300ms ease-in-out;
  bottom: 0;
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(38, 38, 38, 0.85);
  color: white;
}
@media (min-width: 740px) {
  .retailer-block .info-wrapper {
    height: 71px;
  }
}
.retailer-block .info-wrapper .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 740px) {
  .retailer-block .info-wrapper .title {
    font-size: 24px;
  }
}
.retailer-block .info-wrapper .button-wrapper {
  transition: all 300ms ease-in-out;
  overflow: hidden;
  height: 0;
}
.retailer-block .info-wrapper .button, .retailer-block .info-wrapper .base-form input[type=submit], .base-form .retailer-block .info-wrapper input[type=submit] {
  opacity: 0;
}

.ticket-block .block-wrapper {
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 0px 0px 0px #f44336;
  text-align: center;
  background-color: #f44336;
}
@media (min-width: 425px) {
  .ticket-block .block-wrapper {
    background-color: #f2f2f2;
  }
}
.ticket-block .block-wrapper .logo {
  transition: all 300ms ease-in-out;
  width: 100%;
  max-width: 220px;
  max-height: 50px;
  margin-bottom: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(259deg) brightness(111%) contrast(101%);
}
@media (min-width: 425px) {
  .ticket-block .block-wrapper .logo {
    filter: invert(10%) sepia(9%) saturate(6%) hue-rotate(316deg) brightness(92%) contrast(87%);
  }
}
.ticket-block .block-wrapper .logo img {
  height: 100%;
}
.ticket-block .block-wrapper .button-wrapper {
  overflow: hidden;
  height: 0;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.ticket-block .block-wrapper:hover {
  background-color: #595959;
  box-shadow: inset 0px 0px 0px 3px #f44336;
}
.ticket-block .block-wrapper:hover .logo {
  margin-bottom: 16px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(259deg) brightness(111%) contrast(101%);
}
.ticket-block .block-wrapper:hover .button-wrapper {
  height: 50px;
  opacity: 1;
}

.event-page .event-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
  .event-page .event-info-wrapper {
    justify-content: center;
  }
}
.event-page .event-info-wrapper .cover {
  width: 100%;
  text-align: center;
}
@media (min-width: 940px) {
  .event-page .event-info-wrapper .cover {
    width: 375px;
  }
}
.event-page .event-info-wrapper .share-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 740px) {
  .event-page .event-info-wrapper .share-wrapper {
    padding: 8px 16px;
    justify-content: center;
    background-color: #f44336;
    margin: 0 -16px;
  }
  .event-page .event-info-wrapper .share-wrapper .label {
    display: none;
  }
}
.event-page .event-info-wrapper .share-links {
  display: flex;
}
.event-page .event-info-wrapper .share-links li {
  display: inline-block;
}
.event-page .event-info-wrapper .share-links li:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 740px) {
  .event-page .event-info-wrapper .share-links li:not(:last-child) {
    margin-right: 16px;
  }
}
.event-page .event-info-wrapper .share-links a {
  display: flex;
}
.event-page .event-info-wrapper .share-links a:hover {
  filter: brightness(85%);
}
.event-page .event-info-wrapper .share-links img {
  width: 40px;
  height: 40px;
  filter: invert(99%) sepia(1%) saturate(6301%) hue-rotate(258deg) brightness(116%) contrast(99%);
}
@media (min-width: 740px) {
  .event-page .event-info-wrapper .share-links img {
    filter: invert(34%) sepia(36%) saturate(5905%) hue-rotate(344deg) brightness(104%) contrast(91%);
  }
}
.event-page .event-info-wrapper .info-wrapper {
  width: 100%;
}
@media (max-width: 740px) {
  .event-page .event-info-wrapper .info-wrapper {
    margin-top: 16px;
  }
}
@media (min-width: 940px) {
  .event-page .event-info-wrapper .info-wrapper {
    width: calc(100% - 375px);
    padding-left: 32px;
  }
}
@media (max-width: 740px) {
  .event-page .event-info-wrapper .info-wrapper .title {
    text-align: center;
  }
}
.event-page .dates-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.event-page .date-block {
  width: 50%;
  padding: 8px;
}
@media (min-width: 740px) {
  .event-page .date-block {
    width: 25%;
  }
}
.event-page .date-block .block-wrapper {
  display: block;
  color: #595959;
  background-color: #eaebee;
  padding: 12px;
  text-align: center;
  font-size: 16px;
}
.event-page .date-block .block-wrapper:hover {
  background-color: #e2e3e7;
}
.event-page .date-block .day {
  font-weight: 700;
  color: #992d31;
}
.event-page .date-block .time {
  font-weight: 700;
}
.event-page .get-tickets-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 740px) {
  .event-page .get-tickets-wrapper {
    flex-direction: row;
  }
}
.event-page .ticket-sales-company-logo {
  width: 200px;
  max-width: 200px;
}
@media (min-width: 740px) {
  .event-page .ticket-sales-company-logo {
    margin-right: 16px;
  }
}
.event-page .ticket-sales-company-logo img {
  width: 100%;
}
.event-page .button-grid {
  margin: -4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event-page .button-block {
  padding: 4px;
}

:root {
  --font-size: 1;
}

html[data-theme=dark] {
  --text-color-normal: hsl(210, 10%, 62%);
  --text-color-light: hsl(210, 15%, 35%);
  --text-color-richer: hsl(210, 50%, 72%);
  --text-color-highlight: hsl(25, 70%, 45%);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a, button, .button, .base-form input[type=submit], input, textarea {
  transition: all 300ms ease-in-out;
}

.container {
  padding: 0 16px;
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.container-md {
  max-width: 980px;
}
.container-xl {
  max-width: 1400px;
}

.m-0 {
  margin: 0 !important;
}
@media (min-width: 740px) {
  .m-0 {
    margin: 0 !important;
  }
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}
@media (min-width: 740px) {
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
@media (min-width: 740px) {
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 740px) {
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
@media (min-width: 740px) {
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
}

.m-xs {
  margin: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .m-xs {
    margin: 10px !important;
  }
}

.mt-xs,
.my-xs {
  margin-top: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .mt-xs,
  .my-xs {
    margin-top: 10px !important;
  }
}

.mr-xs,
.mx-xs {
  margin-right: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .mr-xs,
  .mx-xs {
    margin-right: 10px !important;
  }
}

.mb-xs,
.my-xs {
  margin-bottom: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .mb-xs,
  .my-xs {
    margin-bottom: 10px !important;
  }
}

.ml-xs,
.mx-xs {
  margin-left: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .ml-xs,
  .mx-xs {
    margin-left: 10px !important;
  }
}

.m-sm {
  margin: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .m-sm {
    margin: 20px !important;
  }
}

.mt-sm,
.my-sm {
  margin-top: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .mt-sm,
  .my-sm {
    margin-top: 20px !important;
  }
}

.mr-sm,
.mx-sm {
  margin-right: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .mr-sm,
  .mx-sm {
    margin-right: 20px !important;
  }
}

.mb-sm,
.my-sm {
  margin-bottom: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .mb-sm,
  .my-sm {
    margin-bottom: 20px !important;
  }
}

.ml-sm,
.mx-sm {
  margin-left: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .ml-sm,
  .mx-sm {
    margin-left: 20px !important;
  }
}

.m-md {
  margin: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .m-md {
    margin: 40px !important;
  }
}

.mt-md,
.my-md {
  margin-top: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .mt-md,
  .my-md {
    margin-top: 40px !important;
  }
}

.mr-md,
.mx-md {
  margin-right: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .mr-md,
  .mx-md {
    margin-right: 40px !important;
  }
}

.mb-md,
.my-md {
  margin-bottom: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .mb-md,
  .my-md {
    margin-bottom: 40px !important;
  }
}

.ml-md,
.mx-md {
  margin-left: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .ml-md,
  .mx-md {
    margin-left: 40px !important;
  }
}

.m-lg {
  margin: 20px !important;
}
@media (min-width: 740px) {
  .m-lg {
    margin: 60px !important;
  }
}

.mt-lg,
.my-lg {
  margin-top: 20px !important;
}
@media (min-width: 740px) {
  .mt-lg,
  .my-lg {
    margin-top: 60px !important;
  }
}

.mr-lg,
.mx-lg {
  margin-right: 20px !important;
}
@media (min-width: 740px) {
  .mr-lg,
  .mx-lg {
    margin-right: 60px !important;
  }
}

.mb-lg,
.my-lg {
  margin-bottom: 20px !important;
}
@media (min-width: 740px) {
  .mb-lg,
  .my-lg {
    margin-bottom: 60px !important;
  }
}

.ml-lg,
.mx-lg {
  margin-left: 20px !important;
}
@media (min-width: 740px) {
  .ml-lg,
  .mx-lg {
    margin-left: 60px !important;
  }
}

.m-xl {
  margin: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .m-xl {
    margin: 80px !important;
  }
}

.mt-xl,
.my-xl {
  margin-top: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .mt-xl,
  .my-xl {
    margin-top: 80px !important;
  }
}

.mr-xl,
.mx-xl {
  margin-right: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .mr-xl,
  .mx-xl {
    margin-right: 80px !important;
  }
}

.mb-xl,
.my-xl {
  margin-bottom: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .mb-xl,
  .my-xl {
    margin-bottom: 80px !important;
  }
}

.ml-xl,
.mx-xl {
  margin-left: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .ml-xl,
  .mx-xl {
    margin-left: 80px !important;
  }
}

.m-xxl {
  margin: 40px !important;
}
@media (min-width: 740px) {
  .m-xxl {
    margin: 120px !important;
  }
}

.mt-xxl,
.my-xxl {
  margin-top: 40px !important;
}
@media (min-width: 740px) {
  .mt-xxl,
  .my-xxl {
    margin-top: 120px !important;
  }
}

.mr-xxl,
.mx-xxl {
  margin-right: 40px !important;
}
@media (min-width: 740px) {
  .mr-xxl,
  .mx-xxl {
    margin-right: 120px !important;
  }
}

.mb-xxl,
.my-xxl {
  margin-bottom: 40px !important;
}
@media (min-width: 740px) {
  .mb-xxl,
  .my-xxl {
    margin-bottom: 120px !important;
  }
}

.ml-xxl,
.mx-xxl {
  margin-left: 40px !important;
}
@media (min-width: 740px) {
  .ml-xxl,
  .mx-xxl {
    margin-left: 120px !important;
  }
}

.p-0 {
  padding: 0 !important;
}
@media (min-width: 740px) {
  .p-0 {
    padding: 0 !important;
  }
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}
@media (min-width: 740px) {
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}
@media (min-width: 740px) {
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 740px) {
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}
@media (min-width: 740px) {
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
}

.p-xs {
  padding: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .p-xs {
    padding: 10px !important;
  }
}

.pt-xs,
.py-xs {
  padding-top: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .pt-xs,
  .py-xs {
    padding-top: 10px !important;
  }
}

.pr-xs,
.px-xs {
  padding-right: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .pr-xs,
  .px-xs {
    padding-right: 10px !important;
  }
}

.pb-xs,
.py-xs {
  padding-bottom: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .pb-xs,
  .py-xs {
    padding-bottom: 10px !important;
  }
}

.pl-xs,
.px-xs {
  padding-left: 3.3333333333px !important;
}
@media (min-width: 740px) {
  .pl-xs,
  .px-xs {
    padding-left: 10px !important;
  }
}

.p-sm {
  padding: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .p-sm {
    padding: 20px !important;
  }
}

.pt-sm,
.py-sm {
  padding-top: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .pt-sm,
  .py-sm {
    padding-top: 20px !important;
  }
}

.pr-sm,
.px-sm {
  padding-right: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .pr-sm,
  .px-sm {
    padding-right: 20px !important;
  }
}

.pb-sm,
.py-sm {
  padding-bottom: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .pb-sm,
  .py-sm {
    padding-bottom: 20px !important;
  }
}

.pl-sm,
.px-sm {
  padding-left: 6.6666666667px !important;
}
@media (min-width: 740px) {
  .pl-sm,
  .px-sm {
    padding-left: 20px !important;
  }
}

.p-md {
  padding: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .p-md {
    padding: 40px !important;
  }
}

.pt-md,
.py-md {
  padding-top: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .pt-md,
  .py-md {
    padding-top: 40px !important;
  }
}

.pr-md,
.px-md {
  padding-right: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .pr-md,
  .px-md {
    padding-right: 40px !important;
  }
}

.pb-md,
.py-md {
  padding-bottom: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .pb-md,
  .py-md {
    padding-bottom: 40px !important;
  }
}

.pl-md,
.px-md {
  padding-left: 13.3333333333px !important;
}
@media (min-width: 740px) {
  .pl-md,
  .px-md {
    padding-left: 40px !important;
  }
}

.p-lg {
  padding: 20px !important;
}
@media (min-width: 740px) {
  .p-lg {
    padding: 60px !important;
  }
}

.pt-lg,
.py-lg {
  padding-top: 20px !important;
}
@media (min-width: 740px) {
  .pt-lg,
  .py-lg {
    padding-top: 60px !important;
  }
}

.pr-lg,
.px-lg {
  padding-right: 20px !important;
}
@media (min-width: 740px) {
  .pr-lg,
  .px-lg {
    padding-right: 60px !important;
  }
}

.pb-lg,
.py-lg {
  padding-bottom: 20px !important;
}
@media (min-width: 740px) {
  .pb-lg,
  .py-lg {
    padding-bottom: 60px !important;
  }
}

.pl-lg,
.px-lg {
  padding-left: 20px !important;
}
@media (min-width: 740px) {
  .pl-lg,
  .px-lg {
    padding-left: 60px !important;
  }
}

.p-xl {
  padding: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .p-xl {
    padding: 80px !important;
  }
}

.pt-xl,
.py-xl {
  padding-top: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .pt-xl,
  .py-xl {
    padding-top: 80px !important;
  }
}

.pr-xl,
.px-xl {
  padding-right: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .pr-xl,
  .px-xl {
    padding-right: 80px !important;
  }
}

.pb-xl,
.py-xl {
  padding-bottom: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .pb-xl,
  .py-xl {
    padding-bottom: 80px !important;
  }
}

.pl-xl,
.px-xl {
  padding-left: 26.6666666667px !important;
}
@media (min-width: 740px) {
  .pl-xl,
  .px-xl {
    padding-left: 80px !important;
  }
}

.p-xxl {
  padding: 40px !important;
}
@media (min-width: 740px) {
  .p-xxl {
    padding: 120px !important;
  }
}

.pt-xxl,
.py-xxl {
  padding-top: 40px !important;
}
@media (min-width: 740px) {
  .pt-xxl,
  .py-xxl {
    padding-top: 120px !important;
  }
}

.pr-xxl,
.px-xxl {
  padding-right: 40px !important;
}
@media (min-width: 740px) {
  .pr-xxl,
  .px-xxl {
    padding-right: 120px !important;
  }
}

.pb-xxl,
.py-xxl {
  padding-bottom: 40px !important;
}
@media (min-width: 740px) {
  .pb-xxl,
  .py-xxl {
    padding-bottom: 120px !important;
  }
}

.pl-xxl,
.px-xxl {
  padding-left: 40px !important;
}
@media (min-width: 740px) {
  .pl-xxl,
  .px-xxl {
    padding-left: 120px !important;
  }
}

.text-center {
  text-align: center;
}

.fancy-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  color: #262626;
}
@media (min-width: 740px) {
  .fancy-title {
    font-size: 36px;
  }
}
.fancy-title span {
  color: #f44336;
}

.base-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px;
}
@media (min-width: 680px) {
  .base-grid {
    margin: -12px;
  }
}
.base-grid > div, .base-grid > li, .base-grid .base-block {
  width: 100%;
  padding: 8px;
}
@media (min-width: 680px) {
  .base-grid > div, .base-grid > li, .base-grid .base-block {
    padding: 12px;
    width: 50%;
  }
}
.base-grid--halves > div, .base-grid--halves > li, .base-grid--halves .base-block {
  width: 100%;
}
@media (min-width: 680px) {
  .base-grid--halves > div, .base-grid--halves > li, .base-grid--halves .base-block {
    width: 50%;
  }
}
.base-grid--thirds > div, .base-grid--thirds > li, .base-grid--thirds .base-block {
  width: 100%;
}
@media (min-width: 680px) {
  .base-grid--thirds > div, .base-grid--thirds > li, .base-grid--thirds .base-block {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .base-grid--thirds > div, .base-grid--thirds > li, .base-grid--thirds .base-block {
    width: 33.3333%;
  }
}
.base-grid--fourths > div, .base-grid--fourths > li, .base-grid--fourths .base-block {
  width: 100%;
}
@media (min-width: 680px) {
  .base-grid--fourths > div, .base-grid--fourths > li, .base-grid--fourths .base-block {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .base-grid--fourths > div, .base-grid--fourths > li, .base-grid--fourths .base-block {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .base-grid--fourths > div, .base-grid--fourths > li, .base-grid--fourths .base-block {
    width: 25%;
  }
}
@media (max-width: 680px) {
  .base-grid .mobile-first {
    order: 1;
  }
  .base-grid .mobile-second {
    order: 2;
  }
}

.overflow-hidden {
  overflow: hidden;
}

section.gif-section {
  text-align: center;
}

.hover-effect-block {
  position: relative;
  outline: none;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  padding: 12px 20px 10px 20px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 620px) {
  .hover-effect-block {
    padding: 26px 40px 22px 40px;
  }
}
.hover-effect-block::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #262626;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.hover-effect-block span {
  display: block;
  position: relative;
  color: #262626;
  z-index: 1;
  font-weight: 700;
}
.hover-effect-block span.lg, .hover-effect-block span.lg::before {
  font-size: 40px;
}
.hover-effect-block span.sm, .hover-effect-block span.sm::before {
  font-size: 22px;
}
@media (min-width: 620px) {
  .hover-effect-block span.lg, .hover-effect-block span.lg::before {
    font-size: 74px;
  }
  .hover-effect-block span.sm, .hover-effect-block span.sm::before {
    font-size: 41px;
  }
}
@media (min-width: 1020px) {
  .hover-effect-block span.lg, .hover-effect-block span.lg::before {
    font-size: 130px;
  }
  .hover-effect-block span.sm, .hover-effect-block span.sm::before {
    font-size: 72px;
  }
}
.hover-effect-block span::before {
  content: attr(data-letters);
  position: absolute;
  color: white;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.hover-effect-block:hover {
  color: white;
}
.hover-effect-block:hover::after {
  transform: translateZ(0);
}
.hover-effect-block:hover span::before {
  width: 100%;
}

.margin-auto {
  margin: auto;
}

.only-desktop {
  display: none;
}
@media (min-width: 740px) {
  .only-desktop {
    display: block;
  }
}

.only-mobile {
  display: block;
}
@media (min-width: 740px) {
  .only-mobile {
    display: none;
  }
}

.anchor-link-spacer {
  position: relative;
}
.anchor-link-spacer .target-anchor {
  position: absolute;
  top: -152px;
}

[v-cloak] {
  display: none !important;
}

.background-image-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.background-image-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: container !important;
}

.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}

.absolute-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}

.zoom-on-hover {
  transform: scale(1);
}
.zoom-on-hover:hover {
  transform: scale(1.05);
}

.brighten-on-hover {
  filter: brightness(100%);
}
.brighten-on-hover:hover {
  filter: brightness(150%);
}

.base-transition {
  transition: all 300ms ease-in-out;
}

.slow-transition {
  transition: all 600ms ease-in-out;
}

.base-banner-block .block-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  background-color: #262626;
}
.base-banner-block .info-wrapper {
  color: white;
}
.special-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
  margin-top: 1rem;
}
.special-grid .block {
  padding: 1rem;
}
@media (min-width: 576px) {
  .special-grid .block {
    margin-top: 1rem;
  }
}
.special-grid .block:nth-child(1) {
  width: 100%;
}
@media (min-width: 576px) {
  .special-grid .block:nth-child(1) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .special-grid .block:nth-child(1) {
    width: 33.3333%;
  }
}
.special-grid .block:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .special-grid .block:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .special-grid .block:nth-child(2) {
    width: 66.6667%;
  }
}

/*# sourceMappingURL=main.css.map */
