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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #02172f;
  --secondary: #cd1731;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #02172f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #02172f; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8bec5; }

.table-hover .table-primary:hover {
  background-color: #aab1ba; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #aab1ba; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f1bec5; }

.table-hover .table-secondary:hover {
  background-color: #eca9b2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #eca9b2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #0753a9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(1.95rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #02172f;
  border-color: #02172f; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #00050a;
    border-color: black; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #02172f;
    border-color: #02172f; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #cd1731;
  border-color: #cd1731; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #ab1329;
    border-color: #9f1226; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 23, 49, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #cd1731;
    border-color: #cd1731; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #9f1226;
    border-color: #941123; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 23, 49, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #02172f;
  background-color: transparent;
  background-image: none;
  border-color: #02172f; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #02172f;
    border-color: #02172f; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #02172f;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #02172f;
    border-color: #02172f; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.5); }

.btn-outline-secondary {
  color: #cd1731;
  background-color: transparent;
  background-image: none;
  border-color: #cd1731; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #cd1731;
    border-color: #cd1731; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 23, 49, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cd1731;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #cd1731;
    border-color: #cd1731; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 23, 49, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #02172f;
  background-color: transparent; }
  .btn-link:hover {
    color: black;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #02172f; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #02172f; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #096bda; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #02172f; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #02172f; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 23, 47, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(2, 23, 47, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #02172f; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 23, 47, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.95rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.2;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #0753a9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(7, 83, 169, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.95rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.95rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #0753a9;
    box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #0753a9; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.95rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.2;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 1.95rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #02172f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #096bda; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #02172f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #096bda; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #02172f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #096bda; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #02172f; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #02172f;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 23, 47, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #02172f;
  border-color: #02172f; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #02172f; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: black; }

.badge-secondary {
  color: #ffffff;
  background-color: #cd1731; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #9f1226; }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #010c18;
  background-color: #ccd1d5;
  border-color: #b8bec5; }
  .alert-primary hr {
    border-top-color: #aab1ba; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #6b0c19;
  background-color: #f5d1d6;
  border-color: #f1bec5; }
  .alert-secondary hr {
    border-top-color: #eca9b2; }
  .alert-secondary .alert-link {
    color: #3d070e; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #02172f;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #02172f;
    border-color: #02172f; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #010c18;
  background-color: #b8bec5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #010c18;
    background-color: #aab1ba; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #010c18;
    border-color: #010c18; }

.list-group-item-secondary {
  color: #6b0c19;
  background-color: #f1bec5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #6b0c19;
    background-color: #eca9b2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #6b0c19;
    border-color: #6b0c19; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.2; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #02172f;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #02172f !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important; }

.bg-secondary {
  background-color: #cd1731 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9f1226 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #02172f !important; }

.border-secondary {
  border-color: #cd1731 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

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

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 200 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #02172f !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

.text-secondary {
  color: #cd1731 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #9f1226 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat; }

.slick-loading .slick-list {
  background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/assets/fonts/vendor/slick.eot");
  src: url("/assets/fonts/vendor/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/vendor/slick.woff") format("woff"), url("/assets/fonts/vendor/slick.ttf") format("truetype"), url("/assets/fonts/vendor/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "slick";
  src: url("/assets/fonts/vendor/slick.eot");
  src: url("/assets/fonts/vendor/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/vendor/slick.woff") format("woff"), url("/assets/fonts/vendor/slick.ttf") format("truetype"), url("/assets/fonts/vendor/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  height: 36px;
  width: 13px;
  background: transparent;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      border-color: #cd1731; }
  .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: 2px 2px 0 0;
    border-style: solid;
    border-color: #d9d9d9;
    height: 24px;
    font-size: 0;
    width: 24px;
    top: 0;
    transition: all 300ms ease-in-out; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -21px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .slick-dots li:not(:last-child) {
      margin-right: 5px; }
    .slick-dots li button {
      display: block;
      width: 30px;
      height: 3px;
      border: 0;
      background: #d9d9d9;
      color: transparent;
      line-height: 0px;
      font-size: 0px;
      outline: none;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: gray;
        outline: none; }
    .slick-dots li.slick-active button {
      background: #cd1731; }

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/flexslider-icon.woff") format("woff"), url("../fonts/vendor/flexslider-icon.ttf") format("truetype"), url("../fonts/vendor/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #f2f2f2;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

html {
  background-color: #1b2635; }

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

img {
  max-width: 100%; }

a {
  color: #cd1731;
  text-decoration: none;
  text-transform: uppercase; }
  a:hover {
    color: #cd1731;
    text-decoration: none; }

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

ul {
  list-style: none; }

a, button, .button, .product-block .action-link, form input[type="submit"], .site--4 form input[type="submit"], section.stats-section .container > .action-link-wrapper .action-link, .articles-page .action-wrapper a, main.search-results-page .pagination-wrapper a, .home-page section .container > .action-link-wrapper .action-link, .home-page section.catalog-link a, input, textarea {
  transition: all 300ms ease-in-out; }

.main-body-content-wrapper {
  padding-top: 83px; }
  @media (max-width: 890px) {
    .main-body-content-wrapper {
      padding-top: 52px; } }

.main-body-wrapper {
  background: #ffffff; }
  .main-body-wrapper--open-lightbox {
    overflow: hidden;
    filter: blur(6px); }

.main-body-wrapper--contracted {
  margin-left: 0; }
  @media (min-width: 992px) {
    .main-body-wrapper--contracted {
      margin-left: 300px; } }
  @media (min-width: 992px) {
    .main-body-wrapper--contracted .main-header {
      width: calc(100% - 300px); } }
  .main-body-wrapper--contracted .main-header .header-wrapper {
    justify-content: flex-end; }
  .main-body-wrapper--contracted .main-header .button-logo-wrapper {
    display: none; }
  .main-body-wrapper--contracted .main-header .main-navigation-wrapper {
    height: 0px;
    top: -34px; }
  @media (max-width: 950px) {
    .main-body-wrapper--contracted .main-header .navigation-block-wrapper--register {
      display: none; }
    .main-body-wrapper--contracted .main-header .navigation-block-wrapper--login {
      display: none; } }
  .main-body-wrapper--contracted .main-body-content-wrapper {
    padding-top: 53px; }
    @media (min-width: 576px) {
      .main-body-wrapper--contracted .main-body-content-wrapper {
        padding-top: 53px; } }
    @media (min-width: 768px) {
      .main-body-wrapper--contracted .main-body-content-wrapper {
        padding-top: 53px; } }

.lightbox-wrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(2, 23, 47, 0.75); }
  .lightbox-wrapper .lightbox-iframe {
    width: 100%;
    height: 100vh;
    border: none;
    background: transparent; }
    .lightbox-wrapper .lightbox-iframe main, .lightbox-wrapper .lightbox-iframe body {
      background: transparent; }
  .lightbox-wrapper .close-button {
    position: absolute;
    font-size: 0;
    background-color: #cd1731;
    padding: 4px;
    border: none;
    z-index: 88; }
    .lightbox-wrapper .close-button .icon-wrapper {
      height: 36px;
      width: 36px;
      border: 2px solid #ffffff;
      padding: 8px;
      border-radius: 9999px; }
    .lightbox-wrapper .close-button .icon {
      height: 100%;
      width: 100%;
      background-image: url("/assets/images/icons/navigation-close.svg"); }

.section-header {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .section-header {
      margin-top: 0;
      margin-bottom: 64px; } }

.page-header--base {
  text-align: center;
  background-color: #cd1731; }
  .page-header--base .container {
    padding: 24px 24px 24px 24px; }
    @media (min-width: 768px) {
      .page-header--base .container {
        padding: 64px 24px 64px 24px; } }
  .page-header--base .title {
    color: #ffffff !important;
    font-size: 40px; }
    @media (min-width: 768px) {
      .page-header--base .title {
        font-size: 64px; } }
  .page-header--base .subtitle {
    color: #d9d9d9;
    font-size: 24px; }
    @media (min-width: 768px) {
      .page-header--base .subtitle {
        font-size: 32px; } }

.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; } }
  .fancy-message-box .base-margin {
    margin-top: 64px;
    margin-bottom: 64px; }
  .fancy-message-box .button, .fancy-message-box .product-block .action-link, .product-block .fancy-message-box .action-link, .fancy-message-box form input[type="submit"], form .fancy-message-box input[type="submit"], .fancy-message-box section.stats-section .container > .action-link-wrapper .action-link, section.stats-section .container > .action-link-wrapper .fancy-message-box .action-link, .fancy-message-box .articles-page .action-wrapper a, .articles-page .action-wrapper .fancy-message-box a, .fancy-message-box main.search-results-page .pagination-wrapper a, main.search-results-page .pagination-wrapper .fancy-message-box a, .fancy-message-box .home-page section .container > .action-link-wrapper .action-link, .home-page section .container > .action-link-wrapper .fancy-message-box .action-link, .fancy-message-box .home-page section.catalog-link a, .home-page section.catalog-link .fancy-message-box a {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .fancy-message-box .button, .fancy-message-box .product-block .action-link, .product-block .fancy-message-box .action-link, .fancy-message-box form input[type="submit"], form .fancy-message-box input[type="submit"], .fancy-message-box section.stats-section .container > .action-link-wrapper .action-link, section.stats-section .container > .action-link-wrapper .fancy-message-box .action-link, .fancy-message-box .articles-page .action-wrapper a, .articles-page .action-wrapper .fancy-message-box a, .fancy-message-box main.search-results-page .pagination-wrapper a, main.search-results-page .pagination-wrapper .fancy-message-box a, .fancy-message-box .home-page section .container > .action-link-wrapper .action-link, .home-page section .container > .action-link-wrapper .fancy-message-box .action-link, .fancy-message-box .home-page section.catalog-link a, .home-page section.catalog-link .fancy-message-box a {
        margin-top: 32px; } }

.base-section-padding, section.stats-section, section.online-store-widget, section.sponsors, .player-page .ad-wrapper, .player-page .player-content-wrapper .media-section, .player-page .technical-team-content-wrapper section.bio-blocks-wrapper, .player-page .technical-team-content-wrapper section.technical-team, .player-page .technical-team-content-wrapper section.media-section section, .legends-content-wrapper section.media-section section, .players-page .players, main.stats-page section.positions, main.stats-page section.ad, main.stats-page section.stats-section, .article-page .more-articles, .articles-page section, main.calendar-page section.matches, main.search-results-page section.results, main.search-results-page section.ad, main.basic-page header.page-header, main.basic-page section.ad, .home-page section.slideshow-home, .home-page section.videos, .home-page section.photo-gallery {
  padding: 32px 0; }
  @media (min-width: 768px) {
    .base-section-padding, section.stats-section, section.online-store-widget, section.sponsors, .player-page .ad-wrapper, .player-page .player-content-wrapper .media-section, .player-page .technical-team-content-wrapper section.bio-blocks-wrapper, .player-page .technical-team-content-wrapper section.technical-team, .player-page .technical-team-content-wrapper section.media-section section, .legends-content-wrapper section.media-section section, .players-page .players, main.stats-page section.positions, main.stats-page section.ad, main.stats-page section.stats-section, .article-page .more-articles, .articles-page section, main.calendar-page section.matches, main.search-results-page section.results, main.search-results-page section.ad, main.basic-page header.page-header, main.basic-page section.ad, .home-page section.slideshow-home, .home-page section.videos, .home-page section.photo-gallery {
      padding: 64px 0; } }

.base-section-lateral-padding, .player-page .ad-wrapper, .player-page .player-content-wrapper section, .player-page .player-content-wrapper .media-section, .player-page .technical-team-content-wrapper section.bio-blocks-wrapper, .player-page .technical-team-content-wrapper section.technical-team, .player-page .technical-team-content-wrapper section.media-section section, .legends-content-wrapper section.bio, .legends-content-wrapper section.stats, .legends-content-wrapper section.media-section section {
  padding-left: 32px;
  padding-right: 32px; }
  @media (min-width: 768px) {
    .base-section-lateral-padding, .player-page .ad-wrapper, .player-page .player-content-wrapper section, .player-page .player-content-wrapper .media-section, .player-page .technical-team-content-wrapper section.bio-blocks-wrapper, .player-page .technical-team-content-wrapper section.technical-team, .player-page .technical-team-content-wrapper section.media-section section, .legends-content-wrapper section.bio, .legends-content-wrapper section.stats, .legends-content-wrapper section.media-section section {
      padding-left: 64px;
      padding-right: 64px; } }

.base-section-padding--small, main.basic-page .base-content {
  padding: 16px 0; }
  @media (min-width: 768px) {
    .base-section-padding--small, main.basic-page .base-content {
      padding: 32px 0; } }

.base-section-margin, .main-footer section.subscribe-form-wrapper, .main-footer .social-icons, .puma-countdown, .player-page .player-content-wrapper section, .legends-content-wrapper section.bio, .legends-content-wrapper section.stats, .players-page section:not(:first-child):not(:last-child), .players-page .ad-wrapper, .article-page .related-articles, .article-page .ad-wrapper, main.calendar-page section.ad, .home-page section.newsletter-subscription-widget, .home-page section.social-activity, .home-page .ad {
  margin: 32px 0; }
  @media (min-width: 768px) {
    .base-section-margin, .main-footer section.subscribe-form-wrapper, .main-footer .social-icons, .puma-countdown, .player-page .player-content-wrapper section, .legends-content-wrapper section.bio, .legends-content-wrapper section.stats, .players-page section:not(:first-child):not(:last-child), .players-page .ad-wrapper, .article-page .related-articles, .article-page .ad-wrapper, main.calendar-page section.ad, .home-page section.newsletter-subscription-widget, .home-page section.social-activity, .home-page .ad {
      margin: 64px 0; } }

.base-section-lateral-margin {
  margin: 32px 0; }
  @media (min-width: 768px) {
    .base-section-lateral-margin {
      margin: 64px 0; } }

.base-section-header, section.online-store-widget header.section-header {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .base-section-header, section.online-store-widget header.section-header {
      margin-top: 0;
      margin-bottom: 64px; } }

.base-half-block {
  width: 100%; }
  @media (min-width: 768px) {
    .base-half-block {
      width: 50%; } }

.base-third-block {
  width: 100%; }
  @media (min-width: 660px) {
    .base-third-block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .base-third-block {
      width: 33.33%; } }

.base-quarter-block {
  width: 100%; }
  @media (min-width: 425px) {
    .base-quarter-block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .base-quarter-block {
      width: 25%; } }

.base-fifth-block {
  width: 100%; }
  @media (min-width: 425px) {
    .base-fifth-block {
      width: 50%; } }
  @media (min-width: 768px) {
    .base-fifth-block {
      width: 25%; } }
  @media (min-width: 1024px) {
    .base-fifth-block {
      width: 20%; } }

.halves-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px; }
  .halves-wrapper > * {
    width: 100%;
    padding: 8px; }
    @media (min-width: 768px) {
      .halves-wrapper > * {
        width: 50%; } }

.thirds-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px; }
  .thirds-wrapper > * {
    width: 100%;
    padding: 8px; }
    @media (min-width: 425px) {
      .thirds-wrapper > * {
        width: 50%; } }
    @media (min-width: 1024px) {
      .thirds-wrapper > * {
        width: 33.33%; } }

.fourths-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px; }
  .fourths-wrapper > * {
    width: 100%;
    padding: 8px; }
    @media (min-width: 425px) {
      .fourths-wrapper > * {
        width: 50%; } }
    @media (min-width: 1024px) {
      .fourths-wrapper > * {
        width: 25%; } }

.base-block {
  display: flex; }
  .base-block a {
    display: flex;
    width: 100%; }
    .base-block a:hover {
      text-decoration: none; }
  .base-block .link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 340px;
    width: 100%;
    background: rgba(2, 23, 47, 0.15);
    transition: all 300ms ease-in-out; }
    .base-block .link-wrapper:hover {
      background: rgba(2, 23, 47, 0.4); }
  .base-block .icon-wrapper {
    height: 100%; }
  .base-block .info-wrapper, .base-block .info-share-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 16px; }
    @media (min-width: 576px) {
      .base-block .info-wrapper, .base-block .info-share-wrapper {
        padding: 32px; } }
  .base-block .info {
    text-align: left; }
  .base-block .title, .base-block .name {
    color: #ffffff !important;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
    font-size: 18px; }
    @media (min-width: 576px) {
      .base-block .title, .base-block .name {
        font-size: 22px; } }
  .base-block .created {
    color: #d9d9d9;
    font-size: 14px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4); }
    @media (min-width: 576px) {
      .base-block .created {
        font-size: 16px; } }
  .base-block .share-icons {
    display: none; }
    @media (min-width: 576px) {
      .base-block .share-icons {
        display: flex; } }
    .base-block .share-icons li {
      width: 16px;
      height: 16px; }
    .base-block .share-icons .facebook {
      background-image: url(/assets/images/icons/facebook.svg); }
    .base-block .share-icons .twitter {
      background-image: url(/assets/images/icons/twitter.svg); }
  .base-block--large .title {
    font-size: 24px; }
  @media (min-width: 768px) {
    .base-block--large .title {
      font-size: 36px; } }

.base-block--video .icon-wrapper {
  width: 100%;
  height: 100%;
  flex-grow: 1; }

.base-block--video .icon {
  width: 100px;
  height: 100px;
  transition: all 300ms ease-in-out;
  background-image: url("/assets/images/icons/player.svg"); }

.base-block--video:hover .icon {
  background-image: url("/assets/images/icons/player-alt.svg"); }

.base-block--picture .icon-wrapper {
  height: 100%; }

.base-block--picture .icon {
  width: 120px;
  height: 120px;
  opacity: 0;
  transition: all 300ms ease-in-out; }

.base-block--picture:hover .icon {
  opacity: 1; }

.base-block--player .link-wrapper {
  min-height: 390px;
  background: rgba(2, 23, 47, 0.4); }
  .base-block--player .link-wrapper:hover {
    background: rgba(2, 23, 47, 0); }

.base-block--player .info-wrapper {
  padding: 16px;
  background: linear-gradient(transparent, #02172f); }

.base-block--player .info {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #cd1731; }

.base-block--player .name {
  font-size: 30px;
  text-transform: none; }
  .base-block--player .name span {
    color: #cd1731; }

.base-block--player .number {
  color: #ffffff;
  font-size: 72px;
  font-weight: 600; }

.base-block--sample {
  min-height: 280px;
  background: #02172f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 24px; }

.result-block .link-wrapper {
  display: flex;
  border: 1px solid #d9d9d9;
  transition: all 300ms ease-in-out;
  background: #ffffff; }
  .result-block .link-wrapper:hover {
    border: 1px solid #a6a6a6; }

.result-block .cover {
  width: 280px;
  height: 180px; }
  @media (max-width: 576px) {
    .result-block .cover {
      display: none; } }
  @media (min-width: 576px) {
    .result-block .cover {
      width: 180px;
      height: 150px; } }
  @media (min-width: 768px) {
    .result-block .cover {
      width: 280px;
      height: 180px; } }

.result-block .info-wrapper {
  padding: 16px;
  width: 100%; }
  @media (min-width: 576px) {
    .result-block .info-wrapper {
      width: calc(100% - 180px); } }
  @media (min-width: 768px) {
    .result-block .info-wrapper {
      width: calc(100% - 280px); } }

.result-block .title {
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid #cd1731;
  margin-bottom: 8px;
  padding-bottom: 8px; }

.result-block .summary, .result-block .created {
  color: #02172f;
  font-weight: 300;
  text-transform: none; }

.result-block .summary {
  font-size: 18px; }

.result-block .created {
  margin-top: 8px;
  font-size: 16px; }

.result-block a:hover {
  text-decoration: none; }

.product-block a:hover {
  text-decoration: none; }

.product-block .link-wrapper {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%; }

.product-block .cover, .product-block .price, .product-block .name-summary {
  margin-bottom: 16px; }

.product-block .cover img {
  width: 100%; }

.product-block .info-wrapper {
  text-transform: none;
  width: 100%; }

.product-block .price {
  text-align: center;
  font-size: 20px;
  font-weight: 600; }

.product-block .name {
  color: #02172f;
  min-height: 66px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  font-weight: 600; }

.base-block-slider-wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .base-block-slider-wrapper {
      margin-left: 24px;
      margin-right: 24px; } }
  .base-block-slider-wrapper .base-block, .base-block-slider-wrapper .base-block--stats, .base-block-slider-wrapper .social-block, .base-block-slider-wrapper .product-block {
    padding: 0 8px; }
    @media (min-width: 768px) {
      .base-block-slider-wrapper .base-block, .base-block-slider-wrapper .base-block--stats, .base-block-slider-wrapper .social-block, .base-block-slider-wrapper .product-block {
        padding: 0 12px; } }

.base-keyword-list {
  display: flex;
  flex-wrap: wrap; }
  .base-keyword-list li {
    display: flex;
    margin: 4px; }
  .base-keyword-list a {
    text-transform: none;
    font-size: 18px;
    background-color: #ffffff;
    padding: 0px 6px;
    color: #02172f; }
    .base-keyword-list a:hover {
      text-decoration: none;
      color: #cd1731; }

.base-share-icons {
  display: flex;
  justify-content: center; }
  .base-share-icons li:not(:last-child) {
    margin-right: 8px; }
  .base-share-icons a {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #a6a6a6;
    padding: 6px;
    border-radius: 9999px; }
    @media (min-width: 768px) {
      .base-share-icons a {
        width: 40px;
        height: 40px;
        padding: 8px; } }
  .base-share-icons .icon {
    width: 100%;
    height: 100%; }
  .base-share-icons .facebook a {
    background-color: #3b5998; }
    .base-share-icons .facebook a .icon {
      background-image: url(/assets/images/icons/facebook.svg); }
  .base-share-icons .twitter a {
    background-color: #55acee; }
  .base-share-icons .twitter .icon {
    background-image: url(/assets/images/icons/twitter.svg); }
  .base-share-icons .google a {
    background-color: #dc4335; }
    .base-share-icons .google a:hover {
      background-color: #d33325; }
  .base-share-icons .google .icon {
    background-image: url(/assets/images/icons/google-plus.svg); }
  .base-share-icons .whatsapp a {
    background-color: #30bf39; }
    .base-share-icons .whatsapp a:hover {
      background-color: #2bab33; }
  .base-share-icons .whatsapp .icon {
    background-image: url(/assets/images/icons/whatsapp.svg); }
  .base-share-icons .messenger a {
    background-color: #0083ff; }
    .base-share-icons .messenger a:hover {
      background-color: #0076e6; }
  .base-share-icons .messenger .icon {
    background-image: url(/assets/images/icons/messenger.svg); }
  .base-share-icons .email a {
    background-color: #cd1731; }
    .base-share-icons .email a:hover {
      background-color: #b6142c; }
  .base-share-icons .email .icon {
    background-image: url(/assets/images/icons/envelope.svg); }
  .base-share-icons .link a {
    background-color: #02172f; }
    .base-share-icons .link a:hover {
      background-color: #010b17; }
  .base-share-icons .link .icon {
    background-image: url(/assets/images/icons/link.svg); }
  .base-share-icons .shareapi a {
    background-color: #02172f; }
    .base-share-icons .shareapi a:hover {
      background-color: #010b17; }

.base-keyword-list {
  align-items: center; }
  .base-keyword-list .title {
    font-size: 18px; }
  .base-keyword-list a {
    font-weight: 500;
    background-color: #f2f2f2;
    padding: 2px 8px; }
    .base-keyword-list a:hover {
      color: #02172f;
      background-color: #e6e6e6; }

body {
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #02172f; }

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #02172f;
  text-transform: uppercase;
  letter-spacing: 1px; }

.site--2 h1, .site--2 h2, .site--2 h3, .site--2 h4, .site--2 h5, .site--2 h6, .site--2 .title {
  color: #cd1731; }

.site--4 h1, .site--4 h2, .site--4 h3, .site--4 h4, .site--4 h5, .site--4 h6, .site--4 .title {
  color: #002856; }

div, span, p, a {
  font-size: 24px; }

header .title {
  color: #02172f; }

header .subtitle {
  font-size: 28px;
  color: gray;
  font-weight: 300;
  margin-top: 4px; }

h1 {
  font-size: 40px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 28px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 26px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

.base-content {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500; }
  @media (min-width: 768px) {
    .base-content {
      font-size: 22px; } }
  .base-content div, .base-content span, .base-content p, .base-content a {
    font-size: 18px; }
    @media (min-width: 768px) {
      .base-content div, .base-content span, .base-content p, .base-content a {
        font-size: 22px; } }
  .base-content h1, .base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6, .base-content p, .base-content ul {
    margin-bottom: 16px; }
  .base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6 {
    margin-top: 32px; }
  .base-content li {
    margin-left: 16px; }
    .base-content li::before {
      content: "•";
      color: #cd1731;
      display: inline-block;
      width: 10px;
      margin-right: 8px; }
  .base-content p {
    margin-top: 24px; }
  .base-content p:last-child {
    margin-bottom: 0; }
  .base-content hr {
    margin: 32px 0; }
  .base-content table {
    border: 0 solid transparent; }
  .base-content blockquote {
    border-left: 3px solid #cd1731;
    background-color: #f9f9f9;
    padding: 25px 15px 16px 32px;
    margin-bottom: 16px;
    margin: 12px 25px 16px 12px;
    position: relative; }
    .base-content blockquote::before {
      content: "“";
      color: #cd1731;
      display: inline-block;
      position: absolute;
      left: 8px;
      top: -15px;
      font-size: 60px;
      font-family: "Oswald", sans-serif; }
    .base-content blockquote P {
      margin: 0px;
      padding: 3px 0px; }
  .base-content iframe[src*="youtube"] {
    max-width: 560px !important;
    width: 100% !important;
    min-height: 315px !important; }

.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, .main-header .button-logo-wrapper .main-navigation-button, .main-header .header-navigation-wrapper .display-search-form-button, .main-header .header-navigation-wrapper .search-button {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

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

.background-cover, .base-block, .base-block a, .base-block .share-icons li, .base-block--video .icon, .base-block--picture .icon, .result-block .cover, .main-header .button-logo-wrapper .main-navigation-button .icon, .main-footer section.subscribe-form-wrapper .chivas-logo, .social-block header.social-header .icon, .slideshow .slide, table.stat-table .player-thumb .thumb, .newsletter-subscription-widget, .newsletter-subscription-widget .cover, .join-social-widget, .join-social-widget .cover, .join-social-widget .cover2, section.online-store-widget, .lightbox-gallery .thumbnail-list-wrapper .thumbnail, .video-slideshow-component .thumbnail-slider .slide, .quiz-component .results-block .cover, .player-page-alt .page-header .cover-wrapper, .player-page-alt .video-thumb-block .block-wrapper, .player-page-alt .photo-thumb-block .block-wrapper, .article-page .article-header .background-image, main.club-page section.club-media-block .slides li, main.search-results-page header.search-results-header .return-button .icon, main.search-results-page header.search-results-header .cancel-button .icon {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.background-contain, .base-share-icons .icon, .main-header .header-navigation-wrapper .sponsor-logos, .main-header .main-navigation-wrapper .nav-items .link-wrapper--mas-rojiblanco .logo--mas-rojiblanco, .main-header .main-navigation-wrapper .nav-items .link-wrapper--tienda-chivas .logo--tienda-chivas, .main-header .main-navigation-wrapper .nav-items .link-wrapper--nfts .logo--nfts, .main-header .main-navigation-wrapper .nav-items .link-wrapper--chivas-tv .logo--chivas-tv, .player-alt-block .photo-background, .quiz-component .question-block .options-wrapper label::after, .player-page-alt .stats-grid .label.icon::before, .player-page-alt .video-thumb-block .icon, .alt-article-page .share-footer .escudo {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

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

.flex-center, .base-block .icon-wrapper, .base-block--video .icon-wrapper, .base-block--picture .icon-wrapper, .product-block .name, .main-header .header-navigation-wrapper .navigation-block-wrapper, .side-navigation .main-nav-items a, .side-navigation .main-nav-items .link-wrapper, .match-block .team-wrapper .goal-count, section.stats-section .last-game .details-wrapper .goal-count, .player-header .nav-button, .player-header .nav-button a, .player-page-alt .page-header .loan-block .info-wrapper, .player-page-alt .page-header .loan-block .team-logo, .player-page-alt .video-thumb-block .block-wrapper, .player-page-alt .photo-thumb-block .block-wrapper, .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.color-palette--dark h1, .player-page-alt .page-header h1, .color-palette--dark h2, .player-page-alt .page-header h2, .color-palette--dark h3, .player-page-alt .page-header h3, .color-palette--dark h4, .player-page-alt .page-header h4, .color-palette--dark h5, .player-page-alt .page-header h5, .color-palette--dark h6, .player-page-alt .page-header h6, .color-palette--dark div, .player-page-alt .page-header div, .color-palette--dark span, .player-page-alt .page-header span {
  color: white; }

.bg-blue {
  background-color: #02172f; }

.bg-red {
  background-color: #cd1731; }

.base-ad-block {
  display: block;
  font-size: 32px;
  padding: 64px 16px;
  text-transform: uppercase;
  color: white;
  background: #02172f;
  font-weight: 600;
  text-align: center; }
  .base-ad-block:hover {
    text-decoration: none;
    color: white; }

.chevron::after, a.chevron-link::after, .match-details-block .block-footer .details-link::after, .lightbox-video-gallery .video-navigation-buttons a .icon::after, .player-page-alt .link-wrapper a::after {
  display: inline-block;
  content: '';
  margin-left: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  width: 8px;
  position: relative;
  left: 0;
  top: 0;
  transform: rotate(45deg); }

a.chevron-link {
  font-size: 18px;
  font-weight: 600;
  color: #cd1731; }
  a.chevron-link:after {
    transition: all 300ms ease-in-out;
    color: #cd1731;
    left: -2px;
    top: -2px; }
  a.chevron-link:hover {
    color: #02172f;
    text-decoration: none; }
    a.chevron-link:hover:after {
      color: #02172f; }
  a.chevron-link--small {
    font-size: 16px; }
  a.chevron-link--large {
    font-size: 22px; }
    a.chevron-link--large:after {
      height: 10px;
      width: 10px; }

.title-shadow, .base-block--player .number, .article-page .article-header .title, main.club-page section.club-media-block .slideshow-wrapper .title {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4); }

[v-cloak] {
  display: none; }

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

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

button {
  cursor: pointer; }

.button, .product-block .action-link, form input[type="submit"], .site--4 form input[type="submit"], section.stats-section .container > .action-link-wrapper .action-link, .articles-page .action-wrapper a, main.search-results-page .pagination-wrapper a, .home-page section .container > .action-link-wrapper .action-link, .home-page section.catalog-link a {
  background: #cd1731;
  color: #ffffff;
  border: 3px solid #cd1731;
  padding: 12px 32px 10px 32px;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  .button:hover, .product-block .action-link:hover, form input:hover[type="submit"], section.stats-section .container > .action-link-wrapper .action-link:hover, .articles-page .action-wrapper a:hover, main.search-results-page .pagination-wrapper a:hover, .home-page section .container > .action-link-wrapper .action-link:hover, .home-page section.catalog-link a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #9f1226;
    border: 3px solid #9f1226; }
  @media (min-width: 768px) {
    .button, .product-block .action-link, form input[type="submit"], .site--4 form input[type="submit"], section.stats-section .container > .action-link-wrapper .action-link, .articles-page .action-wrapper a, main.search-results-page .pagination-wrapper a, .home-page section .container > .action-link-wrapper .action-link, .home-page section.catalog-link a {
      display: inline-block;
      width: auto; } }
  .button--large {
    font-size: 30px; }

.button--small {
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif-2;
  padding: 8px 16px 2px 16px; }

.button--large {
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif2; }

.button--full, .product-block .action-link {
  display: inline-block;
  width: 100%;
  padding: 12px 12px 10px 12px; }

.button--outlined {
  background: transparent;
  color: #262626; }
  .button--outlined:hover {
    color: #ffffff;
    background: #cd1731;
    border: 3px solid #cd1731; }

.site--4 .button, .site--4 .product-block .action-link, .product-block .site--4 .action-link, form .site--4 input[type="submit"], .site--4 form input[type="submit"], .site--4 section.stats-section .container > .action-link-wrapper .action-link, section.stats-section .container > .action-link-wrapper .site--4 .action-link, .site--4 .articles-page .action-wrapper a, .articles-page .action-wrapper .site--4 a, .site--4 main.search-results-page .pagination-wrapper a, main.search-results-page .pagination-wrapper .site--4 a, .site--4 .home-page section .container > .action-link-wrapper .action-link, .home-page section .container > .action-link-wrapper .site--4 .action-link, .site--4 .home-page section.catalog-link a, .home-page section.catalog-link .site--4 a {
  background: #002856;
  border: 3px solid #002856; }

form label {
  display: block;
  margin-bottom: 4px;
  font-size: 24px; }

form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #a6a6a6;
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 6px; }

form input[type="text"], form input[type="email"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #a6a6a6;
  font-family: "Titillium Web", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 6px; }

form select {
  width: 100%;
  display: block;
  height: 42px; }

form textarea:focus, form input:focus, form select:focus {
  border: 1px solid #cd1731;
  box-shadow: 0 0 0 1px #cd1731;
  outline: none; }

form button {
  display: block;
  width: 100%; }

form fieldset {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px; }

form legend {
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500; }

.site--4 form input[type="submit"] {
  background: #cd1731;
  border: 3px solid #cd1731; }

@media (min-width: 1024px) {
  .site--2 section.stats-section .stats-wrapper > * {
    width: 50%; } }

.base-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px; }

.base-page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px; }
  @media (min-width: 768px) {
    .base-page-container {
      padding: 64px 24px; } }

.container--regular {
  max-width: 1200px; }

.container--small, main.basic-page .container {
  max-width: 800px; }

.container--smaller {
  max-width: 640px; }

.container--full {
  max-width: 100%; }

.container-padding--regular {
  padding: 32px 24px; }
  @media (min-width: 768px) {
    .container-padding--regular {
      padding: 80px 24px; } }

.container-padding-bottom--regular {
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .container-padding-bottom--regular {
      padding-bottom: 48px; } }

.container-padding--small {
  padding: 24px 24px; }
  @media (min-width: 768px) {
    .container-padding--small {
      padding: 48px 24px; } }

.container-margin--regular {
  margin: 24px 0; }
  @media (min-width: 768px) {
    .container-margin--regular {
      margin: 48px 0; } }

.header-padding--regular {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .header-padding--regular {
      margin-bottom: 80px; } }

.main-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  display: block; }
  .main-header a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none; }
  .main-header .header-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 53px;
    background-color: #cd1731;
    border-bottom: 1px solid #ffffff;
    z-index: 2; }
  .main-header .button-logo-wrapper {
    display: flex;
    align-items: center;
    background-color: #02172f;
    height: 100%; }
    .main-header .button-logo-wrapper .main-navigation-button {
      transition: all 300ms ease-in-out;
      padding: 8px;
      height: 100%; }
      @media (min-width: 330px) {
        .main-header .button-logo-wrapper .main-navigation-button {
          padding: 8px 8px 8px 18px; } }
      .main-header .button-logo-wrapper .main-navigation-button:focus {
        outline: none; }
      .main-header .button-logo-wrapper .main-navigation-button:hover {
        background: black;
        background: linear-gradient(to right, #032851, #02172f); }
      .main-header .button-logo-wrapper .main-navigation-button .icon {
        width: 32px;
        height: 32px;
        background-image: url("/assets/images/components/header/menu-icon.svg"); }
    .main-header .button-logo-wrapper .logo {
      width: 32px;
      margin-left: 16px; }
      .main-header .button-logo-wrapper .logo a {
        display: block; }
    .main-header .button-logo-wrapper .decoration {
      margin-left: 16px;
      height: 100%;
      width: 30px;
      margin-right: -1px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("/assets/images/components/header/decoration.svg");
      background-color: #02172f;
      background-image: -webkit-linear-gradient(30deg, #02172f 49%, #cd1731 51%); }
  .main-header .header-navigation-wrapper {
    display: flex;
    height: 100%;
    padding-right: 16px;
    align-items: center;
    justify-content: center; }
    .main-header .header-navigation-wrapper .navigation-block-wrapper {
      height: 100%;
      border-left: 1px solid #ffffff; }
      @media (min-width: 576px) {
        .main-header .header-navigation-wrapper .navigation-block-wrapper {
          padding-left: 16px;
          margin-left: 16px; } }
    .main-header .header-navigation-wrapper .navigation-block-wrapper:first-child {
      border-left: none;
      padding-left: 0;
      margin-left: 0; }
    @media (max-width: 783px) {
      .main-header .header-navigation-wrapper .navigation-block-wrapper--login, .main-header .header-navigation-wrapper .navigation-block-wrapper--register {
        display: none; } }
    .main-header .header-navigation-wrapper a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 600; }
      .main-header .header-navigation-wrapper a:hover {
        color: #d9d9d9; }
    .main-header .header-navigation-wrapper .search-form {
      display: none;
      align-items: center; }
    .main-header .header-navigation-wrapper .search-box {
      display: block;
      border: none;
      height: 40px;
      border-radius: 0; }
    .main-header .header-navigation-wrapper .display-search-form-button {
      width: 40px;
      height: 40px;
      padding: 8px;
      background: transparent;
      transition: unset; }
      .main-header .header-navigation-wrapper .display-search-form-button:hover {
        opacity: .8; }
      .main-header .header-navigation-wrapper .display-search-form-button .icon {
        height: 24px;
        width: 24px;
        background: url("/assets/images/components/header/search-icon.svg");
        background-position-y: 1px; }
    .main-header .header-navigation-wrapper .search-button {
      display: flex;
      width: 40px;
      height: 40px;
      padding: 8px;
      background: transparent;
      transition: unset; }
      .main-header .header-navigation-wrapper .search-button:hover {
        background: #010b17; }
      .main-header .header-navigation-wrapper .search-button .icon {
        height: 24px;
        width: 24px;
        background: url("/assets/images/components/header/search-icon.svg");
        background-position-y: 1px; }
    .main-header .header-navigation-wrapper .navigation-block-wrapper--sponsor {
      flex-direction: column;
      padding-left: 16px; }
      @media (min-width: 576px) {
        .main-header .header-navigation-wrapper .navigation-block-wrapper--sponsor {
          flex-direction: row; } }
    .main-header .header-navigation-wrapper .sponsor-label {
      font-size: 12px;
      color: #ffffff; }
      @media (min-width: 576px) {
        .main-header .header-navigation-wrapper .sponsor-label {
          margin-right: 8px; } }
      @media (min-width: 768px) {
        .main-header .header-navigation-wrapper .sponsor-label {
          font-size: 16px;
          font-weight: 600; } }
    .main-header .header-navigation-wrapper .sponsor-logos {
      width: 65px;
      height: 20px;
    }
      @media (min-width: 768px) {
        .main-header .header-navigation-wrapper .sponsor-logos {
          width: 75px;
          height: 51px; } }
    @media (max-width: 1144px) {
      .main-header .header-navigation-wrapper .navigation-block-wrapper--social-icons {
        display: none; } }
    .main-header .header-navigation-wrapper .social-icons li {
      margin-left: 8px;
      margin-right: 8px; }
    .main-header .header-navigation-wrapper .social-icons a {
      display: flex;
      vertical-align: middle;
      font-size: 0; }
    .main-header .header-navigation-wrapper .social-icons img {
      width: 19px;
      height: 19px;
      transition: all 200ms ease-in-out;
      fill: #595959; }
    .main-header .header-navigation-wrapper .social-icons a:hover img {
      opacity: .8; }
    .main-header .header-navigation-wrapper--search-active .navigation-block-wrapper--register {
      display: none; }
    .main-header .header-navigation-wrapper--search-active .navigation-block-wrapper--login {
      display: none; }
    .main-header .header-navigation-wrapper--search-active .navigation-block-wrapper--search {
      margin-left: 0;
      border-left: none;
      padding-left: 0; }
    .main-header .header-navigation-wrapper--search-active .display-search-form-button {
      display: none; }
    .main-header .header-navigation-wrapper--search-active .search-form {
      display: flex;
      margin-bottom: 0; }
      @media (max-width: 576px) {
        .main-header .header-navigation-wrapper--search-active .search-form {
          position: fixed;
          left: 0;
          right: 0;
          padding: 6px;
          background: #cd1731; } }
  .main-header .main-navigation-wrapper {
    position: relative;
    background: #02172f;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    z-index: 1;
    top: 0;
    height: 30px;
    display: block; }
    @media (max-width: 890px) {
      .main-header .main-navigation-wrapper {
        display: none; } }
    @media (min-width: 768px) {
      .main-header .main-navigation-wrapper {
        height: 34px; } }
    .main-header .main-navigation-wrapper ul {
      display: flex; }
    .main-header .main-navigation-wrapper li {
      display: flex; }
    .main-header .main-navigation-wrapper .navigation {
      display: flex;
      justify-content: space-between; }
    .main-header .main-navigation-wrapper .nav-items {
      font-size: 0;
      display: flex; }
      .main-header .main-navigation-wrapper .nav-items--right .link-wrapper {
        border-left: 1px solid #ffffff; }
      .main-header .main-navigation-wrapper .nav-items--left .link-wrapper {
        border-right: 1px solid #ffffff; }
      .main-header .main-navigation-wrapper .nav-items a {
        font-size: 0;
        height: 100%; }
      .main-header .main-navigation-wrapper .nav-items .link-wrapper {
        height: 100%;
        display: inline-block;
        border-bottom: 2px solid #02172f;
        padding: 7px 8px 5px 8px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        color: #ffffff;
        white-space: nowrap;
        transition: all 300ms ease-in-out; }
        @media (min-width: 768px) {
          .main-header .main-navigation-wrapper .nav-items .link-wrapper {
            padding: 7px 12px 5px 12px;
            font-size: 20px; } }
        .main-header .main-navigation-wrapper .nav-items .link-wrapper:hover, .main-header .main-navigation-wrapper .nav-items .link-wrapper:focus, .main-header .main-navigation-wrapper .nav-items .link-wrapper.active {
          background-color: #ffffff;
          color: #cd1731;
          border-bottom: 2px solid #cd1731; }
        .main-header .main-navigation-wrapper .nav-items .link-wrapper--mas-rojiblanco {
          display: flex;
          align-items: center; }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--mas-rojiblanco:hover {
            background-color: transparent;
            border-bottom: 2px solid transparent; }
            .main-header .main-navigation-wrapper .nav-items .link-wrapper--mas-rojiblanco:hover .logo--mas-rojiblanco {
              background-image: url(/assets/images/components/header/mas-rojiblanco-hover.svg); }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--mas-rojiblanco .logo--mas-rojiblanco {
            background-image: url(/assets/images/components/header/mas-rojiblanco.svg);
            width: 106px;
            height: 15px;
            background-size: 106px auto !important; }
        .main-header .main-navigation-wrapper .nav-items .link-wrapper--tienda-chivas {
          display: flex;
          align-items: center; }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--tienda-chivas:hover {
            background-color: transparent;
            border-bottom: 2px solid transparent; }
            .main-header .main-navigation-wrapper .nav-items .link-wrapper--tienda-chivas:hover .logo--tienda-chivas {
              background-image: url(/assets/images/components/header/tienda-chivas-hover.svg); }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--tienda-chivas .logo--tienda-chivas {
            background-image: url(/assets/images/components/header/tienda-chivas.svg);
            width: 40px;
            height: 15px;
            background-size: 25px auto !important; }
        .main-header .main-navigation-wrapper .nav-items .link-wrapper--nfts {
          display: flex;
          align-items: center; }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--nfts:hover {
            background-color: transparent;
            border-bottom: 2px solid transparent; }
            .main-header .main-navigation-wrapper .nav-items .link-wrapper--nfts:hover .logo--nfts {
              background-image: url(/assets/images/components/header/ntfs-hover.svg); }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--nfts .logo--nfts {
            background-image: url(/assets/images/components/header/nfts.svg);
            width: 40px;
            height: 15px;
            background-size: 25px auto !important; }
        .main-header .main-navigation-wrapper .nav-items .link-wrapper--chivas-tv {
          display: flex;
          align-items: center; }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--chivas-tv:hover {
            background-color: transparent;
            border-bottom: 2px solid transparent; }
            .main-header .main-navigation-wrapper .nav-items .link-wrapper--chivas-tv:hover .logo--chivas-tv {
              background-image: url(/assets/images/components/header/chivas-tv-hover.svg); }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--chivas-tv .logo--chivas-tv {
            background-image: url(/assets/images/components/header/chivas-tv.svg);
            width: 83px;
            height: 15px;
            background-size: 79px auto !important; }
        .main-header .main-navigation-wrapper .nav-items .link-wrapper--change-lang {
          display: flex; }
          .main-header .main-navigation-wrapper .nav-items .link-wrapper--change-lang:hover {
            background-color: transparent;
            border-bottom: 2px solid transparent; }
    .main-header .main-navigation-wrapper--collapsed {
      height: 0px;
      top: -34px; }
  .main-header--nav-open {
    width: calc(100% - 300px); }
    .main-header--nav-open .header-wrapper {
      justify-content: flex-end; }
    .main-header--nav-open .button-logo-wrapper {
      display: none; }

.site--2 .main-header .button-logo-wrapper {
  background-color: #cd1731; }
  .site--2 .main-header .button-logo-wrapper .main-navigation-button:hover {
    background: black;
    background: linear-gradient(to right, #e6223e, #cd1731); }
  .site--2 .main-header .button-logo-wrapper .decoration {
    background-image: url("/assets/images/components/header/decoration-alt.svg");
    background-color: #cd1731;
    background-image: -webkit-linear-gradient(30deg, #cd1731 49%, #02172f 51%); }

.site--2 .main-header .header-navigation-wrapper--search-active .search-button {
  background-color: #cd1731;
  box-shadow: 0 0 0 1px #cd1731; }
  .site--2 .main-header .header-navigation-wrapper--search-active .search-button:hover {
    background-color: #b6142c; }

.site--2 .main-header .header-wrapper {
  background-color: #02172f; }

.site--2 .main-header .main-navigation-wrapper {
  background-color: #cd1731; }
  .site--2 .main-header .main-navigation-wrapper .nav-items .link-wrapper {
    border-bottom: 2px solid #cd1731; }

.site--4 .main-header .button-logo-wrapper {
  background-color: #002856; }
  .site--4 .main-header .button-logo-wrapper .main-navigation-button:hover {
    background: black;
    background: linear-gradient(to right, #00397a, #002856); }
  .site--4 .main-header .button-logo-wrapper .decoration {
    background-image: url("/assets/images/components/header/decoration-alt.svg");
    background-color: #002856;
    background-image: -webkit-linear-gradient(30deg, #002856 49%, #cd1731 51%); }

.site--4 .main-header .main-navigation-wrapper {
  background-color: #002856; }
  .site--4 .main-header .main-navigation-wrapper .nav-items .link-wrapper {
    border-bottom: 2px solid #002856; }

.main-footer {
  border-top: 4px solid #cd1731;
  background-color: #1b2635; }
  .main-footer section.subscribe-form-wrapper {
    text-align: center; }
    .main-footer section.subscribe-form-wrapper .chivas-logo {
      width: 112px;
      height: 130px;
      margin: auto;
      margin-bottom: 24px;
      background-image: url("/assets/images/logo.svg?version=2"); }
    .main-footer section.subscribe-form-wrapper .success-icon {
      display: inline-block;
      height: 80px;
      width: 80px;
      margin-bottom: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/assets/images/components/newsletter-subscription-widget/success-icon.svg"); }
    .main-footer section.subscribe-form-wrapper .title {
      color: #ffffff;
      font-size: 32px; }
    .main-footer section.subscribe-form-wrapper .subtitle {
      color: #d9d9d9;
      font-size: 24px;
      margin-bottom: 24px; }
    .main-footer section.subscribe-form-wrapper form.subscribe-form {
      display: flex;
      flex-direction: column;
      margin: auto; }
    .main-footer section.subscribe-form-wrapper input[type="text"] {
      font-size: 20px;
      padding: 0 20px;
      height: 58px; }
    .main-footer section.subscribe-form-wrapper input[type="submit"] {
      margin-top: 16px; }
  .main-footer .social-icons {
    justify-content: center; }
    @media (max-width: 576px) {
      .main-footer .social-icons li:not(:last-child) {
        margin-right: 10px; } }
    .main-footer .social-icons img {
      width: 64px;
      height: 64px; }
    .main-footer .social-icons a:hover img {
      opacity: .8; }
  .main-footer .navigation-items {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 16px 0; }
    .main-footer .navigation-items ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center; }
    .main-footer .navigation-items li {
      width: 100%;
      align-items: center; }
    .main-footer .navigation-items a {
      display: inline-block;
      width: 100%;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      text-transform: none; }
      .main-footer .navigation-items a:hover {
        color: #f2f2f2; }
  @media (min-width: 490px) {
    .main-footer section.subscribe-form-wrapper form.subscribe-form {
      display: flex;
      flex-direction: row;
      max-width: 480px; }
    .main-footer section.subscribe-form-wrapper input[type="submit"] {
      margin-top: 0;
      margin-left: 16px; }
    .main-footer .social-icons li:not(:last-child) {
      margin-right: 64px; } }
  @media (min-width: 920px) {
    .main-footer .navigation-items {
      padding: 32px 0; }
      .main-footer .navigation-items ul {
        flex-wrap: nowrap;
        flex-direction: row; }
      .main-footer .navigation-items li {
        width: auto;
        align-items: center; }
      .main-footer .navigation-items li:not(:last-child)::after {
        content: " ";
        display: inline-block;
        margin: 0 16px;
        width: 3px;
        height: 18px;
        background: #cd1731; }
      .main-footer .navigation-items a {
        display: inline-block;
        width: auto;
        padding: 0;
        border-bottom: none;
        font-size: 20px; } }
  @media (min-width: 1110px) {
    .main-footer .navigation-items a {
      font-size: 26px; } }

.site--4 .main-footer section.subscribe-form-wrapper .chivas-logo {
  height: 146px; }

.side-navigation {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #02172f;
  overflow-x: hidden; }
  .side-navigation a {
    color: #ffffff;
    font-weight: 600; }
    .side-navigation a:hover {
      text-decoration: none; }
  .side-navigation .side-navigation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    width: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .side-navigation .logo-button-wrapper {
    display: flex;
    margin-left: 8px; }
  .side-navigation .close-side-navigation-button {
    border: 2px solid #ffffff;
    height: 36px;
    width: 36px;
    padding: 8px;
    border-radius: 9999px;
    background-color: transparent; }
    .side-navigation .close-side-navigation-button .icon {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url("/assets/images/icons/navigation-close.svg"); }
  .side-navigation .logo {
    margin-left: 16px;
    display: block;
    width: 32px; }
  .side-navigation .decoration {
    height: 100%;
    width: 33px;
    margin-right: -1px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/assets/images/components/header/decoration.svg");
    background-color: #02172f;
    background-image: -webkit-linear-gradient(30deg, #02172f 49%, #cd1731 51%); }
  .side-navigation .main-nav-items {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 13px 16px 6px 12px; }
    .side-navigation .main-nav-items li:not(:last-child) {
      margin-right: 16px; }
    .side-navigation .main-nav-items a {
      height: 100%; }
    .side-navigation .main-nav-items .link-wrapper {
      height: 100%;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      padding-bottom: 4px;
      border-bottom: 3px solid transparent; }
      .side-navigation .main-nav-items .link-wrapper:hover, .side-navigation .main-nav-items .link-wrapper.active {
        border-bottom: 3px solid #cd1731; }
  .side-navigation .sub-nav-items a {
    display: block;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .side-navigation .sub-nav-items a:hover {
      background: #02152a; }
  .side-navigation .sub-nav-items > li > ul > li > a {
    font-size: 16px;
    padding-left: 16px; }
  .side-navigation .social-icons {
    padding: 16px; }
    .side-navigation .social-icons img {
      width: 24px;
      height: 24px; }
    .side-navigation .social-icons a:hover {
      opacity: .8; }
    .side-navigation .social-icons li:not(:last-child) {
      margin-right: 16px; }
  .side-navigation--open {
    width: 300px; }
  .side-navigation::-webkit-scrollbar {
    display: none; }

.site--2 .side-navigation {
  background-color: #cd1731; }
  .site--2 .side-navigation .decoration {
    background-image: url("/assets/images/components/header/decoration-alt.svg");
    background-color: #cd1731;
    background-image: -webkit-linear-gradient(30deg, #cd1731 49%, #02172f 51%); }
  .site--2 .side-navigation .main-nav-items .link-wrapper:hover, .site--2 .side-navigation .main-nav-items .link-wrapper.active {
    border-bottom: 3px solid #ffffff; }
  .site--2 .side-navigation .sub-nav-items a:hover {
    background: #c81630; }

.site--4 .side-navigation {
  background-color: #002856; }
  .site--4 .side-navigation .decoration {
    background-image: url("/assets/images/components/header/decoration-alt.svg");
    background-color: #002856;
    background-image: -webkit-linear-gradient(30deg, #002856 49%, #cd1731 51%); }
  .site--4 .side-navigation .sub-nav-items a:hover {
    background: #002651; }

.abc-component {
  margin: 24px 0; }
  @media (min-width: 690px) {
    .abc-component {
      margin: 32px 0; } }
  .abc-component .info-block {
    display: grid;
    grid-template: auto 1fr / auto;
    background-color: #02172f;
    width: 100%;
    border-bottom: 3px solid #cd1731;
    padding: 16px; }
    @media (min-width: 690px) {
      .abc-component .info-block {
        grid-template: auto / auto 1fr;
        padding: 40px; } }
    .abc-component .info-block .letter {
      font-size: 48px;
      color: #cd1731;
      text-align: center;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 4px; }
      @media (min-width: 690px) {
        .abc-component .info-block .letter {
          font-size: 88px;
          margin-bottom: 0px;
          padding-right: 40px;
          margin-right: 40px;
          border-right: 1px solid #cd1731; } }
      @media (min-width: 1100px) {
        .abc-component .info-block .letter {
          font-size: 120px; } }
    .abc-component .info-block .copy {
      color: white;
      font-weight: 600;
      font-size: 18px;
      text-align: center; }
      @media (min-width: 690px) {
        .abc-component .info-block .copy {
          text-align: left;
          font-weight: 600;
          font-size: 24px; } }
      @media (min-width: 1100px) {
        .abc-component .info-block .copy {
          font-size: 32px; } }
  .abc-component .letters-grid {
    display: flex;
    flex-wrap: wrap; }
  .abc-component .letter-block {
    padding: 16px 8px;
    text-align: center;
    width: 25%;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (min-width: 690px) {
      .abc-component .letter-block {
        padding: 24px;
        width: 14.2857%; } }
    @media (min-width: 1100px) {
      .abc-component .letter-block {
        width: 11.1111%; } }
    .abc-component .letter-block:hover .letter-wrapper {
      color: #666666; }
    .abc-component .letter-block.active .letter-wrapper {
      color: #cd1731; }
    .abc-component .letter-block .letter-wrapper {
      color: gray;
      text-transform: uppercase;
      font-size: 48px;
      font-weight: 800;
      line-height: 1;
      position: relative; }
      @media (min-width: 690px) {
        .abc-component .letter-block .letter-wrapper {
          font-size: 88px; } }
      @media (min-width: 1100px) {
        .abc-component .letter-block .letter-wrapper {
          font-size: 120px; } }
    .abc-component .letter-block--ch:hover .letter-wrapper::before, .abc-component .letter-block--ch:hover .letter-wrapper::after {
      background-color: #666666; }
    .abc-component .letter-block--ch.active .letter-wrapper::before, .abc-component .letter-block--ch.active .letter-wrapper::after {
      background-color: #cd1731; }
    .abc-component .letter-block--ch .letter-wrapper {
      font-size: 32px;
      line-height: 0; }
      .abc-component .letter-block--ch .letter-wrapper::before, .abc-component .letter-block--ch .letter-wrapper::after {
        display: inline-block;
        content: "";
        height: 7px;
        width: 100%;
        background-color: gray;
        position: relative; }
      .abc-component .letter-block--ch .letter-wrapper::before {
        top: -14px; }
      .abc-component .letter-block--ch .letter-wrapper::after {
        bottom: -11px; }
      @media (min-width: 690px) {
        .abc-component .letter-block--ch .letter-wrapper {
          font-size: 48px; }
          .abc-component .letter-block--ch .letter-wrapper::before, .abc-component .letter-block--ch .letter-wrapper::after {
            height: 11px; }
          .abc-component .letter-block--ch .letter-wrapper::before {
            top: -21px; }
          .abc-component .letter-block--ch .letter-wrapper::after {
            bottom: -17px; } }
      @media (min-width: 1100px) {
        .abc-component .letter-block--ch .letter-wrapper {
          font-size: 64px; }
          .abc-component .letter-block--ch .letter-wrapper::before, .abc-component .letter-block--ch .letter-wrapper::after {
            height: 14px; }
          .abc-component .letter-block--ch .letter-wrapper::before {
            top: -27px; }
          .abc-component .letter-block--ch .letter-wrapper::after {
            bottom: -22px; } }

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center; }
  .social-icons li {
    display: flex;
    vertical-align: top; }
  .social-icons li:not(:last-child) {
    margin-right: 10px; }
  .social-icons a {
    display: flex;
    vertical-align: middle;
    font-size: 0; }
  .social-icons img {
    width: 32px;
    height: 32px;
    transition: all 200ms ease-in-out;
    fill: #595959; }

.share-icons {
  display: flex;
  width: fit-content; }
  .share-icons li {
    display: flex;
    justify-content: center;
    align-items: center; }
  .share-icons li:not(:last-child) {
    margin-right: 16px; }
  .share-icons a {
    display: flex; }
  .share-icons .icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .share-icons .facebook .icon {
    background-image: url(/assets/images/icons/facebook-blue.svg); }
  .share-icons .twitter .icon {
    background-image: url(/assets/images/icons/twitter-blue.svg); }

.players-alt-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px; }

.player-alt-block {
  width: 100%;
  padding: 8px; }
  @media (min-width: 768px) {
    .player-alt-block {
      width: 50%; } }
  .player-alt-block .block-wrapper {
    position: relative;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    background-color: white; }
    .player-alt-block .block-wrapper[min-width~="400px"] .name {
      font-size: 24px; }
    .player-alt-block .block-wrapper[min-width~="400px"] .position {
      font-size: 20px; }
    .player-alt-block .block-wrapper[min-width~="400px"] .team-logo img {
      margin-top: 16px;
      max-width: 120px;
      max-height: 120px; }
    .player-alt-block .block-wrapper[min-width~="560px"] .info-wrapper {
      padding: 32px 16px; }
    .player-alt-block .block-wrapper[min-width~="560px"] .name {
      font-size: 32px; }
    .player-alt-block .block-wrapper[min-width~="560px"] .position {
      font-size: 24px; }
    .player-alt-block .block-wrapper[min-width~="560px"] .team-logo img {
      margin-top: 16px;
      max-width: 160px;
      max-height: 160px; }
    .player-alt-block .block-wrapper::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #cd1731;
      transition: all 300ms ease-in-out;
      opacity: 0;
      z-index: 1; }
    .player-alt-block .block-wrapper:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .player-alt-block .block-wrapper:hover::before {
        opacity: 1; }
      .player-alt-block .block-wrapper:hover .photo-background {
        opacity: 1;
        filter: grayscale(0%) brightness(1); }
  .player-alt-block .photo-wrapper {
    width: 50%;
    background-color: #f2f2f2; }
  .player-alt-block .info-wrapper {
    width: 50%;
    padding: 12px; }
  .player-alt-block .photo {
    position: relative;
    background: #02172f; }
    .player-alt-block .photo::before {
      content: " ";
      display: block;
      padding-top: 132.2033%; }
    .player-alt-block .photo .photo-background {
      transition: all 300ms ease-in-out;
      opacity: .4;
      filter: grayscale(100%) brightness(1.8); }
  .player-alt-block .photo-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .player-alt-block .name {
    display: inline-block;
    text-transform: none;
    border-bottom: 2px solid #cd1731;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 18px; }
  .player-alt-block .position {
    font-weight: 600;
    font-size: 14px; }
  .player-alt-block .team-logo {
    padding-top: 8px;
    text-align: center; }
    .player-alt-block .team-logo img {
      max-width: 80px;
      max-height: 80px; }

.match-block .link-wrapper {
  padding: 16px;
  background: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 300ms ease-in-out; }
  .match-block .link-wrapper:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.match-block a {
  text-transform: none; }

.match-block .match-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #02172f;
  margin-bottom: 16px; }
  .match-block .match-header .title {
    font-size: 22px;
    text-transform: none; }
    @media (min-width: 1200px) {
      .match-block .match-header .title {
        font-size: 28px; } }
  .match-block .match-header .status {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .match-block .match-header .status {
        display: none; } }
    @media (min-width: 1200px) {
      .match-block .match-header .status {
        font-size: 18px; } }
  .match-block .match-header .condition {
    color: #02172f;
    font-size: 18px; }
    @media (min-width: 1200px) {
      .match-block .match-header .condition {
        font-size: 24px; } }

.match-block .teams-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .match-block .teams-wrapper .vs-label {
    font-size: 24px;
    color: #02172f;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .match-block .teams-wrapper .vs-label {
        font-size: 40px; } }

.match-block .team-wrapper {
  display: flex;
  align-items: center;
  width: calc(50% - 15px); }
  .match-block .team-wrapper .logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1200px) {
      .match-block .team-wrapper .logo {
        width: 80px;
        height: 80px; } }
  .match-block .team-wrapper img {
    max-width: 100%;
    max-height: 80%; }
    .match-block .team-wrapper img.big {
      max-height: 100%; }
  .match-block .team-wrapper .goal-count {
    font-size: 28px;
    color: #cd1731;
    font-weight: 600; }
    .match-block .team-wrapper .goal-count .penaltie-count {
      font-size: 20px; }
    @media (min-width: 1200px) {
      .match-block .team-wrapper .goal-count {
        font-size: 48px; }
        .match-block .team-wrapper .goal-count .penaltie-count {
          font-size: 24px; } }
  .match-block .team-wrapper--left {
    justify-content: flex-start; }
    .match-block .team-wrapper--left .goal-count {
      margin-left: 8px; }
  .match-block .team-wrapper--right {
    justify-content: flex-end; }
    .match-block .team-wrapper--right .goal-count {
      margin-right: 8px; }

.match-block .match-footer {
  padding-top: 16px;
  border-top: 1px solid #d9d9d9;
  margin-top: 16px; }
  .match-block .match-footer .time-date, .match-block .match-footer .date, .match-block .match-footer .venue {
    color: #02172f;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 1200px) {
      .match-block .match-footer .time-date, .match-block .match-footer .date, .match-block .match-footer .venue {
        font-size: 18px; } }
  .match-block .match-footer .date {
    font-weight: 600; }

.match-block--played .link-wrapper {
  border: 3px solid #cd1731;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .match-block--played .link-wrapper:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.match-details-block .block-wrapper {
  border-top: 3px solid #cd1731;
  background-color: #ffffff;
  padding: 16px; }

.match-details-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .match-details-block .block-header .title {
    font-size: 22px;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .match-details-block .block-header .title {
        display: inline-block; } }
    @media (min-width: 768px) {
      .match-details-block .block-header .title {
        font-size: 24px; } }
  .match-details-block .block-header .match-tournament {
    font-weight: 300;
    color: gray;
    display: inline-block; }
    @media (min-width: 576px) {
      .match-details-block .block-header .match-tournament:before {
        content: "/";
        margin: 0 8px; } }
  .match-details-block .block-header .tournament-icon {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/images/components/match-widget/icon-liga-mx.svg); }

.match-details-block .match-summary {
  color: gray;
  font-size: 18px;
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9; }

.match-details-block .teams-wrapper .team-wrapper {
  padding: 15px 0;
  display: flex;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9; }

.match-details-block .teams-wrapper .logo {
  width: 40px; }
  @media (min-width: 576px) {
    .match-details-block .teams-wrapper .logo {
      width: 60px; } }

.match-details-block .teams-wrapper .goals-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 80px); }
  @media (min-width: 576px) {
    .match-details-block .teams-wrapper .goals-wrapper {
      width: calc(100% - 120px); } }

.match-details-block .teams-wrapper .goal-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .match-details-block .teams-wrapper .goal-wrapper {
      flex-direction: row;
      align-items: center; } }

.match-details-block .teams-wrapper .player-name {
  font-size: 20px; }

.match-details-block .teams-wrapper .goal-time {
  font-size: 18px;
  color: gray;
  font-weight: 200; }
  @media (min-width: 576px) {
    .match-details-block .teams-wrapper .goal-time::before {
      content: "/";
      display: inline-block;
      margin: 0 4px; } }

.match-details-block .teams-wrapper .goal-count {
  width: 40px;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  color: #cd1731; }
  @media (min-width: 576px) {
    .match-details-block .teams-wrapper .goal-count {
      width: 60px;
      font-size: 48px; } }

.match-details-block .block-footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 576px) {
    .match-details-block .block-footer {
      justify-content: space-between;
      flex-direction: row; } }
  .match-details-block .block-footer a {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: none;
    font-weight: 500; }
  .match-details-block .block-footer .video-link:before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url(/assets/images/icons/video-red.svg);
    margin-right: 8px; }
  .match-details-block .block-footer .details-link::after {
    margin-left: 4px;
    border-width: 1px 1px 0 0;
    top: 1px; }

.stats-block .block-wrapper {
  background-color: #ffffff;
  padding: 16px; }

.stats-block .block-header {
  margin-bottom: 16px; }
  .stats-block .block-header .title {
    font-size: 24px; }
    @media (min-width: 768px) {
      .stats-block .block-header .title {
        font-size: 32px; } }

.stats-block .block-footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.social-block a:hover {
  text-decoration: none; }

.social-block .link-wrapper {
  transition: all 300ms ease-in-out;
  background: #f2f2f2;
  padding: 8px; }
  .social-block .link-wrapper:hover {
    background: #ebebeb; }

.social-block header.social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-bottom: 8px; }
  .social-block header.social-header .icon {
    height: 22px;
    width: 22px;
    opacity: .3; }

.social-block .account {
  color: #a6a6a6;
  font-weight: 600;
  font-size: 18px;
  text-transform: none; }

.social-block .body {
  background: #ffffff; }

.social-block .content {
  height: 260px;
  text-transform: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .social-block .content:hover .caption-wrapper {
    opacity: 1; }

.social-block .caption-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.75); }

.social-block .caption {
  padding: 8px 16px;
  font-size: 18px;
  text-align: left;
  color: #262626;
  font-weight: 500; }

.social-block--twitter .social-header .icon {
  background-image: url("/assets/images/components/social-block/twitter-icon.svg"); }

.social-block--instagram .social-header .icon {
  background-image: url("/assets/images/components/social-block/instagram-icon.svg"); }

.social-block--instagram .content:hover .caption-wrapper {
  opacity: 1; }

.social-block--instagram .caption-wrapper {
  opacity: 0; }

.section-navigation {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex; }
  .section-navigation .section-navigation-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
    @media (min-width: 768px) {
      .section-navigation .section-navigation-wrapper {
        padding: 24px 15px; } }
    .section-navigation .section-navigation-wrapper::-webkit-scrollbar {
      display: none; }
  .section-navigation .current {
    color: #cd1731;
    font-size: 16px;
    margin-right: 16px;
    border-right: 2px solid #cd1731;
    padding-right: 16px;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .section-navigation .current {
        font-size: 24px;
        margin-right: 24px;
        padding-right: 24px; } }
  .section-navigation ul {
    display: flex; }
  .section-navigation li a {
    display: flex;
    color: #02172f;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    white-space: nowrap; }
    .section-navigation li a:hover {
      border-bottom: 2px solid #cd1731;
      text-decoration: none; }
    @media (min-width: 768px) {
      .section-navigation li a {
        font-size: 20px; } }
  .section-navigation li {
    margin-right: 16px; }
  .section-navigation .active {
    border-bottom: 2px solid #cd1731; }
  .section-navigation .disabled {
    color: #a6a6a6 !important; }
    .section-navigation .disabled:hover, .section-navigation .disabled:focus {
      border-bottom: 2px solid transparent;
      text-decoration: none; }

section.stats-section {
  text-align: left; }
  section.stats-section h3 {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      section.stats-section h3 {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      section.stats-section h3 {
        font-size: 28px; } }
  section.stats-section .table-wrapper {
    background: #ffffff;
    padding: 16px; }
    section.stats-section .table-wrapper .action-link-wrapper {
      margin-top: 12px;
      text-align: right; }
    section.stats-section .table-wrapper .action-link {
      font-size: 18px; }
  section.stats-section .stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -8px; }
    section.stats-section .stats-wrapper > * {
      width: 100%;
      padding: 8px; }
      @media (min-width: 1024px) {
        section.stats-section .stats-wrapper > * {
          width: 33.33%; } }
  section.stats-section .last-game {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px; }
    section.stats-section .last-game .video-wrapper {
      width: 100%;
      display: flex;
      background: #02172f; }
    section.stats-section .last-game .base-block--video {
      width: 100%;
      height: 100%; }
    section.stats-section .last-game .details-wrapper {
      width: 100%;
      padding: 16px;
      padding-bottom: 16px;
      background: #ffffff;
      border-top: 3px solid #cd1731; }
      section.stats-section .last-game .details-wrapper .title {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 16px; }
      section.stats-section .last-game .details-wrapper .match-tournament {
        color: #262626;
        font-weight: 600;
        margin-bottom: 4px;
        text-transform: uppercase; }
      section.stats-section .last-game .details-wrapper .date-time-location-wrapper {
        padding: 16px 0;
        padding-top: 0;
        border-bottom: 1px solid #d9d9d9; }
      section.stats-section .last-game .details-wrapper .location {
        color: #595959; }
      section.stats-section .last-game .details-wrapper .team-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0;
        border-bottom: 1px solid #d9d9d9; }
      section.stats-section .last-game .details-wrapper .logo {
        margin-right: 32px;
        width: 60px; }
        section.stats-section .last-game .details-wrapper .logo img {
          max-height: 100px; }
      section.stats-section .last-game .details-wrapper .player-goals-wrapper {
        width: calc(100% - 92px - 64px); }
      section.stats-section .last-game .details-wrapper .player-name {
        font-size: 18px;
        color: #02172f; }
      section.stats-section .last-game .details-wrapper .time {
        font-size: 16px;
        color: #595959; }
      section.stats-section .last-game .details-wrapper .more-link {
        margin-top: 8px;
        font-size: 16px; }
      section.stats-section .last-game .details-wrapper .goal-count {
        text-align: center;
        margin-left: 16px;
        width: 60px;
        color: #cd1731;
        font-weight: 600;
        font-size: 50px; }
      section.stats-section .last-game .details-wrapper .penaltie-count {
        font-size: 24px;
        display: inline-block; }
      section.stats-section .last-game .details-wrapper a {
        display: inline-block;
        font-size: 18px; }
      section.stats-section .last-game .details-wrapper .action-link-wrapper {
        margin-top: 16px;
        text-align: right; }
    @media (min-width: 768px) {
      section.stats-section .last-game .video-wrapper {
        width: 50%; }
      section.stats-section .last-game .details-wrapper {
        padding: 32px;
        width: 50%; }
        section.stats-section .last-game .details-wrapper .player-name {
          font-size: 22px; }
        section.stats-section .last-game .details-wrapper .time {
          font-size: 20px; } }
    @media (min-width: 1024px) {
      section.stats-section .last-game .video-wrapper {
        width: 60%; }
      section.stats-section .last-game .details-wrapper {
        width: 40%; }
        section.stats-section .last-game .details-wrapper .logo {
          margin-right: 32px;
          width: 80px; }
          section.stats-section .last-game .details-wrapper .logo img {
            max-height: 100px; }
        section.stats-section .last-game .details-wrapper .player-goals-wrapper {
          width: calc(100% - 112px - 64px); }
        section.stats-section .last-game .details-wrapper .player-name {
          font-size: 24px; }
        section.stats-section .last-game .details-wrapper .time {
          font-size: 18px; } }
  section.stats-section .container > .action-link-wrapper {
    margin-top: 32px;
    text-align: center; }
    @media (max-width: 768px) {
      section.stats-section .container > .action-link-wrapper {
        margin-top: 16px; } }

.slideshow {
  background: #f2f2f2;
  min-height: 300px;
  overflow: hidden; }
  @media (min-width: 576px) {
    .slideshow {
      min-height: 530px; } }
  .slideshow:hover .slide-direction-navigation {
    opacity: 1; }
  .slideshow:hover .slide-wrapper {
    background: rgba(2, 23, 47, 0.4); }
  .slideshow .flexslider {
    margin: 0; }
  .slideshow .slide-position-navigation {
    display: flex;
    position: absolute;
    z-index: 1;
    bottom: 32px;
    left: 16px; }
    @media (min-width: 576px) {
      .slideshow .slide-position-navigation {
        left: 32px; } }
    .slideshow .slide-position-navigation ol.flex-control-nav {
      display: flex;
      position: relative;
      top: 0;
      text-align: left; }
      .slideshow .slide-position-navigation ol.flex-control-nav li {
        margin: 0; }
      .slideshow .slide-position-navigation ol.flex-control-nav li:not(:last-child) {
        margin-right: 6px; }
      .slideshow .slide-position-navigation ol.flex-control-nav li a {
        border-radius: 0;
        width: 40px;
        height: 4px;
        background: #ffffff; }
      .slideshow .slide-position-navigation ol.flex-control-nav li a.flex-active {
        background: #cd1731; }
  .slideshow .slide-direction-navigation {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    top: calc(50% - 60px);
    opacity: 0;
    transition: all 300ms ease-in-out; }
    .slideshow .slide-direction-navigation--prev {
      left: 0; }
    .slideshow .slide-direction-navigation--next {
      right: 0; }
    .slideshow .slide-direction-navigation a.nav-control {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 32px 16px;
      background: rgba(205, 23, 49, 0); }
      .slideshow .slide-direction-navigation a.nav-control:hover {
        background: rgba(205, 23, 49, 0); }
        .slideshow .slide-direction-navigation a.nav-control:hover .nav-icon {
          border-color: #ffffff; }
      .slideshow .slide-direction-navigation a.nav-control--prev {
        padding: 32px 18px 32px 16px; }
      .slideshow .slide-direction-navigation a.nav-control--next {
        padding: 32px 16px 32px 18px; }
      .slideshow .slide-direction-navigation a.nav-control--prev .nav-icon {
        left: -3px;
        transform: scale(0.6, 1) rotate(-135deg); }
      .slideshow .slide-direction-navigation a.nav-control--next .nav-icon {
        right: 18px;
        transform: scale(0.6, 1) rotate(45deg); }
    .slideshow .slide-direction-navigation .nav-icon-wrapper {
      overflow: hidden;
      width: 19px;
      height: 60px; }
    .slideshow .slide-direction-navigation .nav-icon {
      display: inline-block;
      position: relative;
      border-width: 4px 4px 0 0;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.3);
      height: 40px;
      width: 40px;
      top: 10px;
      transition: all 300ms ease-in-out; }
  .slideshow .slide {
    min-height: 300px; }
    @media (min-width: 576px) {
      .slideshow .slide {
        min-height: 530px; } }
  .slideshow .slide-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    min-height: 300px;
    width: 100%;
    background: rgba(2, 23, 47, 0.15);
    transition: all 300ms ease-in-out; }
    @media (min-width: 576px) {
      .slideshow .slide-wrapper {
        min-height: 530px; } }
    .slideshow .slide-wrapper:hover {
      background: rgba(2, 23, 47, 0.4); }
  .slideshow .info-wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%; }
  .slideshow .info {
    text-align: left;
    width: 100%;
    padding: 16px;
    padding-bottom: 56px; }
    @media (min-width: 576px) {
      .slideshow .info {
        padding: 32px;
        padding-bottom: 68px; } }
    .slideshow .info .title {
      color: #ffffff;
      font-size: 24px;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4); }
      @media (min-width: 576px) {
        .slideshow .info .title {
          font-size: 32px; } }
      @media (min-width: 768px) {
        .slideshow .info .title {
          font-size: 40px; } }
      @media (min-width: 1024px) {
        .slideshow .info .title {
          font-size: 56px; } }
    .slideshow .info .created {
      color: #d9d9d9;
      font-size: 16px;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4); }

section.match-widget {
  padding: 24px 0;
  position: relative;
  z-index: 1; }
  section.match-widget header.section-header {
    margin-top: 0;
    margin-bottom: 24px; }
  section.match-widget .matches {
    height: 165px;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      section.match-widget .matches {
        margin-left: 24px;
        margin-right: 24px; } }
    @media (min-width: 576px) {
      section.match-widget .matches {
        height: 120px; } }
    section.match-widget .matches .slick-list {
      position: relative;
      overflow-x: hidden; }
    section.match-widget .matches.caliente-show {
      height: 230px; }
      @media (min-width: 576px) {
        section.match-widget .matches.caliente-show {
          height: 170px; } }
      section.match-widget .matches.caliente-show .match .link-wrapper {
        background-color: transparent; }
        section.match-widget .matches.caliente-show .match .link-wrapper .content-wrapper .teams-wrapper {
          padding-bottom: 0px; }
          section.match-widget .matches.caliente-show .match .link-wrapper .content-wrapper .teams-wrapper.played {
            margin-bottom: 5px;
            padding: 8px 0px;
            justify-content: space-between; }
        @media (max-width: 576px) {
          section.match-widget .matches.caliente-show .match .link-wrapper .content-wrapper {
            grid-template-areas: "tournamentico" "info" "teams"; } }
  section.match-widget .slick-dots {
    z-index: -1; }
  @media (max-width: 768px) {
    section.match-widget .slick-dots {
      display: flex;
      padding: 0 15px; }
      section.match-widget .slick-dots li {
        width: 100%; }
        section.match-widget .slick-dots li button {
          width: 100%; } }
  section.match-widget .match {
    padding: 4px;
    position: relative; }
    section.match-widget .match .link-wrapper {
      background-color: #fff;
      border-bottom: 3px solid transparent;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      border-radius: 6px; }
      section.match-widget .match .link-wrapper.link {
        cursor: pointer; }
      section.match-widget .match .link-wrapper:hover {
        text-decoration: none;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
      section.match-widget .match .link-wrapper .content-wrapper {
        background: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-top: 20px;
        border-radius: 6px; }
        @media (min-width: 576px) {
          section.match-widget .match .link-wrapper .content-wrapper {
            flex-direction: row; } }
    @media (max-width: 576px) {
      section.match-widget .match.match-no-played .link-wrapper .content-wrapper, section.match-widget .match.live .link-wrapper .content-wrapper {
        display: grid;
        grid-template-areas: "tournamentico" "teams" "info";
        justify-content: center; }
        section.match-widget .match.match-no-played .link-wrapper .content-wrapper .info-wrapper, section.match-widget .match.live .link-wrapper .content-wrapper .info-wrapper {
          gap: 6px;
          margin-top: 15px;
          flex-wrap: wrap;
          justify-content: center; } }
    @media (max-width: 576px) {
      section.match-widget .match.match-played .link-wrapper .content-wrapper .teams-wrapper {
        margin-top: 8px; } }
    section.match-widget .match .tournament-icon {
      grid-area: tournamentico;
      width: 64px;
      height: 27px;
      position: absolute;
      top: 7px;
      left: 5px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    section.match-widget .match .boleto-icon {
      background-color: #CD1731;
      padding: 3px;
      border-radius: 20px;
      position: absolute;
      top: 0px;
      right: 0px; }
      section.match-widget .match .boleto-icon > div {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/assets/images/components/header/icono-boletos-top.svg);
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%); }
    section.match-widget .match .teams-wrapper {
      grid-area: teams;
      display: grid;
      grid-template-columns: 39% 1% 20% 1% 39%;
      align-items: center;
      justify-items: center;
      flex-grow: 1;
      gap: 0px;
      border-radius: 6px;
      padding-bottom: 5px; }
      section.match-widget .match .teams-wrapper.played {
        padding: 3px 0px;
        display: flex;
        justify-items: center;
        justify-content: center;
        gap: 8px; }
        section.match-widget .match .teams-wrapper.played .vs-goals {
          display: block; }
        @media (max-width: 576px) {
          section.match-widget .match .teams-wrapper.played {
            margin-bottom: 17px !important; } }
      section.match-widget .match .teams-wrapper.live {
        padding: 3px 0px;
        display: flex;
        justify-items: center;
        justify-content: center;
        gap: 8px; }
        section.match-widget .match .teams-wrapper.live .vs-goals {
          display: block; }
        @media (max-width: 576px) {
          section.match-widget .match .teams-wrapper.live {
            margin-top: 0px !important; } }
    section.match-widget .match .logo {
      height: 44px;
      width: 44px; }
      section.match-widget .match .logo img {
        height: 100%;
        width: 100%; }
      section.match-widget .match .logo.big {
        height: 60px;
        width: 60px; }
    section.match-widget .match .vs-label {
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 8px; }
    section.match-widget .match .vs-goals {
      font-size: 35px;
      font-weight: 600; }
    section.match-widget .match .info-wrapper {
      grid-area: info;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-transform: none;
      text-align: center;
      margin-top: 8px; }
      section.match-widget .match .info-wrapper .match-tournament {
        margin-top: 0px; }
      @media (min-width: 576px) {
        section.match-widget .match .info-wrapper {
          text-align: right;
          flex-direction: column; } }
      section.match-widget .match .info-wrapper > div {
        font-size: 16px; }
      section.match-widget .match .info-wrapper span {
        font-size: 16px;
        font-weight: 600; }
      section.match-widget .match .info-wrapper .time-location {
        line-height: 1; }
      section.match-widget .match .info-wrapper .view-details {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0px;
        cursor: pointer; }
      section.match-widget .match .info-wrapper .view-details-close {
        font-size: 16px;
        margin-top: 15px;
        cursor: pointer; }
      section.match-widget .match .info-wrapper .live-period {
        display: none; }
        section.match-widget .match .info-wrapper .live-period .period-name {
          font-size: 16px;
          font-weight: 600; }
        section.match-widget .match .info-wrapper .live-period .time {
          font-size: 16px;
          font-weight: 600;
          color: var(--secondary); }
          section.match-widget .match .info-wrapper .live-period .time.blink {
            animation: fadeBlink 5s infinite; }
      section.match-widget .match .info-wrapper.live {
        justify-content: center; }
        section.match-widget .match .info-wrapper.live .match-tournament {
          display: none; }
        section.match-widget .match .info-wrapper.live .date {
          display: none; }
        section.match-widget .match .info-wrapper.live .time-location {
          display: none; }
        @media (max-width: 576px) {
          section.match-widget .match .info-wrapper.live {
            margin-top: 0px; } }
        section.match-widget .match .info-wrapper.live .live-period {
          display: block; }
          @media (max-width: 576px) {
            section.match-widget .match .info-wrapper.live .live-period {
              display: flex;
              gap: 12px; } }
    section.match-widget .match .match-tournament {
      font-weight: 600;
      margin-top: 15px; }
    section.match-widget .match--liga-mx:hover .link-wrapper {
      border-bottom: 3px solid #cd1731; }
    section.match-widget .match--liga-mx .tournament-icon {
      background-image: url(/assets/images/components/match-widget/icon-liga-mx.svg); }
    section.match-widget .match--liga-mx .info-wrapper {
      color: #cd1731; }
    section.match-widget .match--copa-mx:hover .link-wrapper {
      border-bottom: 3px solid #02172f; }
    section.match-widget .match--copa-mx .tournament-icon {
      background-image: url(/assets/images/components/match-widget/icon-copa-mx.svg); }
    section.match-widget .match--copa-mx .info-wrapper {
      color: #02172f; }
    section.match-widget .match--friendly:hover .link-wrapper {
      border-bottom: 3px solid gray; }
    section.match-widget .match--friendly .info-wrapper {
      color: gray; }
    section.match-widget .match .match-popup {
      display: none;
      position: absolute;
      width: calc(100% - 8px);
      background-color: white;
      left: 0px;
      top: 0px;
      z-index: 10;
      margin: 4px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      border-bottom: 3px solid transparent; }
      section.match-widget .match .match-popup .match-popup-add {
        padding-top: 5px; }
        section.match-widget .match .match-popup .match-popup-add .date {
          padding: 0px 5px; }
        section.match-widget .match .match-popup .match-popup-add .date, section.match-widget .match .match-popup .match-popup-add .date span {
          font-size: 16px;
          text-align: center; }
        section.match-widget .match .match-popup .match-popup-add .separatio {
          width: 80%;
          margin: 3px auto;
          border: 1px solid #f3f3f3; }
        section.match-widget .match .match-popup .match-popup-add .table-gaols {
          display: grid;
          grid-template-columns: 60px auto 38px;
          align-items: center;
          justify-items: center;
          margin: 10px 0px;
          padding: 10px; }
          section.match-widget .match .match-popup .match-popup-add .table-gaols .info {
            width: 100%; }
          section.match-widget .match .match-popup .match-popup-add .table-gaols .logo {
            width: 50px;
            height: 50px; }
            section.match-widget .match .match-popup .match-popup-add .table-gaols .logo.big {
              width: 65px;
              height: 65px; }
          section.match-widget .match .match-popup .match-popup-add .table-gaols .ball img {
            filter: invert(14%) sepia(79%) saturate(4524%) hue-rotate(343deg) brightness(91%) contrast(94%);
            width: 15px; }
          section.match-widget .match .match-popup .match-popup-add .table-gaols .goals {
            margin: 0px;
            padding: 0px; }
            section.match-widget .match .match-popup .match-popup-add .table-gaols .goals li {
              display: grid;
              grid-template-columns: 1fr  17px 80px;
              justify-items: start;
              align-items: center;
              text-align: left;
              gap: 5px;
              list-style: none;
              margin: 0px;
              padding: 4px 0px;
              line-height: 15px; }
              section.match-widget .match .match-popup .match-popup-add .table-gaols .goals li span {
                font-size: 16px;
                font-weight: 200; }
              section.match-widget .match .match-popup .match-popup-add .table-gaols .goals li .vs-goals {
                text-align: center; }
    section.match-widget .match.popup-show .link-wrapper {
      border-bottom: 0px; }
      section.match-widget .match.popup-show .link-wrapper:hover {
        box-shadow: none; }
    section.match-widget .match.popup-show .match-popup {
      display: block; }
    section.match-widget .match .caliente-wrapper {
      border-bottom: 3px solid #F7F7F8;
      border-radius: 6px; }
      section.match-widget .match .caliente-wrapper.live .momios {
        grid-template-columns: 75% auto; }
        @media (max-width: 768px) {
          section.match-widget .match .caliente-wrapper.live .momios {
            display: block;
            width: 65%;
            margin-left: 8%; } }
        @media (max-width: 576px) {
          section.match-widget .match .caliente-wrapper.live .momios {
            margin-left: 0%;
            width: 100%;
            display: flex;
            justify-content: center; }
            section.match-widget .match .caliente-wrapper.live .momios .couts {
              display: flex;
              justify-content: space-around;
              width: 100%; } }
      section.match-widget .match .caliente-wrapper .momios {
        background-color: #fff;
        padding: 0px 16px 5px;
        display: grid;
        grid-template-columns: 55% auto; }
        @media (max-width: 768px) {
          section.match-widget .match .caliente-wrapper .momios {
            grid-template-columns: 73% auto; } }
        @media (max-width: 576px) {
          section.match-widget .match .caliente-wrapper .momios {
            padding: 10px 0px;
            grid-template-columns: auto; } }
        section.match-widget .match .caliente-wrapper .momios .couts {
          display: grid;
          grid-template-columns: 40% 20% 40%;
          justify-items: center;
          margin-top: -5px;
          padding-bottom: 5px;
          height: 20px; }
          section.match-widget .match .caliente-wrapper .momios .couts div {
            font-size: 15px; }
            section.match-widget .match .caliente-wrapper .momios .couts div.big a {
              color: var(--secondary); }
            section.match-widget .match .caliente-wrapper .momios .couts div a {
              font-size: 15px;
              text-decoration: underline;
              color: var(--primary); }
              section.match-widget .match .caliente-wrapper .momios .couts div a:hover {
                text-decoration: none; }
        section.match-widget .match .caliente-wrapper .momios .soon {
          height: 25px;
          text-align: center;
          font-size: 17px;
          margin-top: -6px;
          padding-left: 20px; }
        section.match-widget .match .caliente-wrapper .momios .hide {
          display: none !important; }
      section.match-widget .match .caliente-wrapper .link {
        background-color: #F7F7F8;
        display: flex;
        gap: 15px;
        padding: 3px 0px;
        justify-content: center;
        align-items: center;
        transition: all 300ms ease-in-out; }
        section.match-widget .match .caliente-wrapper .link:hover {
          background: #ededed; }
        section.match-widget .match .caliente-wrapper .link .logo {
          height: 35px; }
          section.match-widget .match .caliente-wrapper .link .logo img {
            width: 20px;
            float: right; }
        section.match-widget .match .caliente-wrapper .link .text {
          text-transform: capitalize;
          font-weight: 400;
          color: #032954;
          font-size: 16px; }
  section.match-widget .google-auto-placed {
    position: relative;
    z-index: -1; }

@keyframes fadeBlink {
  55% {
    opacity: 1; }
  /* se mantiene visible hasta 3s */
  60% {
    opacity: 0; }
  /* transición rápida a invisible */
  65% {
    opacity: 1; }
  /* se mantiene invisible */ }

table.stat-table {
  min-height: 313px;
  width: 100%;
  font-weight: 600;
  color: #02172f;
  text-align: center; }
  table.stat-table th {
    border-top: 1px solid #d9d9d9;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 4px;
    font-weight: 600; }
  table.stat-table .team-logo {
    height: 40px; }
  table.stat-table .player-thumb {
    border: 1px solid #cd1731;
    border-radius: 9999px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center; }
    table.stat-table .player-thumb .thumb {
      background-position: 0px 0px !important;
      border-radius: 9999px;
      width: 32px;
      height: 32px; }
  table.stat-table .play-icon {
    border: 1px solid #cd1731;
    border-radius: 9999px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: all 300ms ease-in-out; }
    table.stat-table .play-icon .arrow {
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #cd1731;
      margin-left: 3px;
      transition: all 300ms ease-in-out; }
    table.stat-table .play-icon:hover {
      border: 1px solid #b6142c; }
      table.stat-table .play-icon:hover .arrow {
        transform: scale(1.3);
        border-left: 8px solid #b6142c; }
  table.stat-table tbody tr:first-of-type {
    border-top: 1px solid #d9d9d9; }
  table.stat-table tbody tr {
    border-bottom: 1px solid #d9d9d9; }
  table.stat-table td {
    font-size: 22px;
    padding: 8px 4px; }
  table.stat-table .highlighted {
    color: #cd1731;
    background: #f2f2f2;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
    table.stat-table .highlighted .player-picture {
      box-shadow: 0 0px 0 1px #cd1731; }

.positions-table {
  background: #f2f2f2;
  padding: 16px; }
  .positions-table h3 {
    color: #cd1731;
    font-size: 22px;
    margin-bottom: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .positions-table h3 {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .positions-table h3 {
        font-size: 28px; } }
  .positions-table .action-link-wrapper {
    margin-top: 12px;
    text-align: right; }

.newsletter-subscription-widget {
  display: flex;
  margin-bottom: 32px;
  border-top: 3px solid #cd1731;
  background: #1b2635;
  background: linear-gradient(to bottom, rgba(2, 23, 47, 0.75), rgba(2, 23, 47, 0.75)), url("/assets/images/components/newsletter-subscription-widget/cover.jpg"), #02172f; }
  .newsletter-subscription-widget .cover {
    display: none;
    width: 30%;
    background-image: url("/assets/images/components/newsletter-subscription-widget/cover.jpg"); }
  .newsletter-subscription-widget .form-wrapper {
    padding: 32px;
    width: 100%; }
  .newsletter-subscription-widget .logo-title-wrapper {
    text-align: center;
    margin-bottom: 16px; }
  .newsletter-subscription-widget .title {
    font-size: 32px;
    color: #ffffff; }
  .newsletter-subscription-widget .subtitle {
    color: #d9d9d9;
    font-size: 24px;
    font-weight: 300; }
  .newsletter-subscription-widget .subscribe-form {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .newsletter-subscription-widget .success-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center; }
    .newsletter-subscription-widget .success-message .message-wrapper {
      text-align: center;
      width: 100%; }
    .newsletter-subscription-widget .success-message .success-icon {
      display: inline-block;
      height: 80px;
      width: 80px;
      margin-bottom: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/assets/images/components/newsletter-subscription-widget/success-icon.svg"); }
  .newsletter-subscription-widget input[type="text"] {
    height: 52px;
    font-size: 20px;
    padding: 0 20px; }
  .newsletter-subscription-widget input[type="submit"] {
    margin-top: 16px;
    margin-left: 0px; }
  @media (min-width: 768px) {
    .newsletter-subscription-widget {
      background: #02172f; }
      .newsletter-subscription-widget .logo-title-wrapper {
        text-align: left; }
      .newsletter-subscription-widget .cover {
        display: block; }
      .newsletter-subscription-widget .form-wrapper {
        width: 70%; }
      .newsletter-subscription-widget .subscribe-form {
        width: auto;
        flex-direction: row; }
      .newsletter-subscription-widget input[type="submit"] {
        margin-top: 0px;
        margin-left: 16px; } }

.join-social-widget {
  display: flex;
  margin-bottom: 32px;
  border-top: 3px solid #cd1731;
  background: #1b2635;
  background: linear-gradient(to bottom, rgba(2, 23, 47, 0.75), rgba(2, 23, 47, 0.75)), url("/assets/images/components/join-social-widget/cover.jpg"), #02172f; }
  .join-social-widget .cover {
    display: none;
    width: 30%;
    background-image: url("/assets/images/components/join-social-widget/cover4.jpg"); }
  .join-social-widget .cover2 {
    display: none;
    width: 30%;
    background-image: url("/assets/images/components/join-social-widget/cover3.jpg"); }
  .join-social-widget .form-wrapper {
    padding: 32px;
    width: 100%; }
  .join-social-widget .logo-title-wrapper {
    text-align: center;
    margin-bottom: 16px; }
  .join-social-widget .title {
    font-size: 32px;
    color: #ffffff;
    text-align: center; }
  .join-social-widget .subtitle {
    color: #d9d9d9;
    font-size: 24px;
    font-weight: 300; }
  .join-social-widget .subscribe-form {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .join-social-widget .success-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center; }
    .join-social-widget .success-message .message-wrapper {
      text-align: center;
      width: 100%; }
    .join-social-widget .success-message .success-icon {
      display: inline-block;
      height: 80px;
      width: 80px;
      margin-bottom: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/assets/images/components/newsletter-subscription-widget/success-icon.svg"); }
  .join-social-widget input[type="text"] {
    height: 52px;
    font-size: 20px;
    padding: 0 20px; }
  .join-social-widget input[type="submit"] {
    margin-top: 16px;
    margin-left: 0px; }
  .join-social-widget ol {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0px 0px; }
    .join-social-widget ol li {
      list-style: none; }
      .join-social-widget ol li a img {
        width: 55px;
        height: 55px;
        transition: all 200ms ease-in-out;
        fill: #595959; }
      .join-social-widget ol li a:hover img {
        opacity: 0.8; }
  @media (min-width: 768px) {
    .join-social-widget {
      background: #02172f; }
      .join-social-widget .logo-title-wrapper {
        text-align: left; }
      .join-social-widget .cover, .join-social-widget .cover2 {
        display: block; }
      .join-social-widget .form-wrapper {
        width: 70%; }
      .join-social-widget .subscribe-form {
        width: auto;
        flex-direction: row; }
      .join-social-widget input[type="submit"] {
        margin-top: 0px;
        margin-left: 16px; } }

.live-sticker-widget {
  position: fixed;
  z-index: 50;
  top: 180px;
  left: -235px;
  background-color: #02172f;
  display: flex;
  border-left: 5px solid #cd1731; }
  .live-sticker-widget .space {
    width: 15px;
    background-color: #cd1731;
    cursor: pointer; }
    .live-sticker-widget .space .icon {
      width: 32px;
      height: 32px;
      display: block; }
      .live-sticker-widget .space .icon::after {
        color: #ffffff;
        top: 60%;
        display: inline-block;
        content: "";
        border-style: solid;
        border-width: 2px 2px 0 0;
        height: 8px;
        width: 8px;
        position: relative; }
      .live-sticker-widget .space .icon.left::after {
        left: 5px;
        transform: rotate(-135deg); }
      .live-sticker-widget .space .icon.right::after {
        left: 0px;
        transform: rotate(45deg); }
  .live-sticker-widget a {
    display: flex;
    min-height: 80px;
    min-width: 230px;
    color: #fff;
    padding: 10px;
    justify-content: center; }
    .live-sticker-widget a .wrapper {
      display: flex;
      flex-direction: column;
      align-self: center; }
    .live-sticker-widget a .title span {
      font-size: 25px;
      color: #fff; }
    .live-sticker-widget a .title .circle {
      height: 18px;
      width: 18px;
      background-color: #cd1731;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
      animation: live-sticker-widget-circle-color-change 2.5s infinite; }
    .live-sticker-widget a .alt {
      font-size: 15px;
      font-weight: bold; }
    .live-sticker-widget a .alt2 {
      font-size: 12px;
      font-style: italic; }
  @media (max-width: 768px) {
    .live-sticker-widget {
      left: -195px; }
      .live-sticker-widget a {
        width: 190px;
        min-width: auto;
        padding: 10px 5px; }
        .live-sticker-widget a .title span {
          font-size: 20px; }
        .live-sticker-widget a .title .circle {
          height: 14px;
          width: 14px; } }

@keyframes live-sticker-widget-circle-color-change {
  20% {
    background-color: #cd1731; }
  50% {
    background-color: #fff; }
  80% {
    background-color: #cd1731; } }

section.online-store-widget {
  padding-bottom: 24px;
  overflow: hidden;
  background-color: #cd1731;
  background-image: url("/assets/images/components/online-store-widget/background.png"); }
  section.online-store-widget header.section-header .title {
    color: #ffffff; }
  section.online-store-widget .visit-store-link-wrapper {
    margin-top: 24px;
    text-align: right; }
  section.online-store-widget .chevron-link {
    color: #ffffff; }
    section.online-store-widget .chevron-link:after {
      transition: all 300ms ease-in-out;
      color: #ffffff; }
    section.online-store-widget .chevron-link:hover {
      color: #d9d9d9; }
      section.online-store-widget .chevron-link:hover:after {
        color: #d9d9d9; }

#lightbox-iframe {
  height: 100%; }

.lightbox-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%; }
  .lightbox-gallery .slick-arrow {
    opacity: 1; }
  .lightbox-gallery .container {
    padding: 0; }
  .lightbox-gallery .close-button {
    top: 0;
    left: 0; }
  .lightbox-gallery .thumbnail-slider-wrapper {
    display: none; }
    @media (min-width: 830px) {
      .lightbox-gallery .thumbnail-slider-wrapper {
        display: block; } }
  .lightbox-gallery .lightbox-gallery-wrapper {
    overflow: hidden; }
    .lightbox-gallery .lightbox-gallery-wrapper:hover .slick-arrow {
      opacity: 1; }
  .lightbox-gallery .slick-arrow {
    transition: all 300ms ease-in-out;
    opacity: 1; }
    @media (min-width: 830px) {
      .lightbox-gallery .slick-arrow {
        display: inline-block !important; } }
  .lightbox-gallery .slick-prev {
    left: 15px;
    z-index: 10; }
  .lightbox-gallery .slick-next {
    right: 15px;
    z-index: 10; }
  .lightbox-gallery .thumbnail-list-wrapper {
    margin-top: 16px;
    height: 130px; }
    .lightbox-gallery .thumbnail-list-wrapper .slick-list {
      height: 130px; }
    .lightbox-gallery .thumbnail-list-wrapper .slick-doted {
      margin-bottom: 15px; }
    .lightbox-gallery .thumbnail-list-wrapper .slick-dots {
      display: flex;
      padding: 0 15px; }
      .lightbox-gallery .thumbnail-list-wrapper .slick-dots li {
        width: 100%;
        height: 3px; }
      .lightbox-gallery .thumbnail-list-wrapper .slick-dots li button {
        width: 100%;
        height: 100%; }
    .lightbox-gallery .thumbnail-list-wrapper .thumbnail {
      width: 200px;
      height: 130px;
      margin: 0 8px;
      border-bottom: 3px solid transparent;
      transition: all 300ms ease-in-out;
      cursor: pointer; }
      .lightbox-gallery .thumbnail-list-wrapper .thumbnail.slick-center {
        border-bottom: 3px solid #cd1731; }

.lightbox-video-gallery {
  height: 100vh; }
  .lightbox-video-gallery .container {
    height: 100%;
    padding: 0px; }
    @media (min-width: 768px) {
      .lightbox-video-gallery .container {
        padding: 15px; } }
  .lightbox-video-gallery .lightbox-video-gallery-wrapper {
    display: flex;
    height: 100%; }
  .lightbox-video-gallery .curent-video-wrapper {
    width: 100%;
    background-color: #ffffff;
    overflow-y: scroll; }
    @media (min-width: 768px) {
      .lightbox-video-gallery .curent-video-wrapper {
        padding: 16px;
        width: 70%; } }
    .lightbox-video-gallery .curent-video-wrapper .info-wrapper {
      padding: 8px; }
      .lightbox-video-gallery .curent-video-wrapper .info-wrapper .title {
        padding: 0px;
        font-size: 18px;
        margin-bottom: 4px; }
        @media (min-width: 768px) {
          .lightbox-video-gallery .curent-video-wrapper .info-wrapper .title {
            font-size: 24px; } }
      .lightbox-video-gallery .curent-video-wrapper .info-wrapper .summary {
        font-size: 18px; }
    .lightbox-video-gallery .curent-video-wrapper .share-icons--colored {
      margin-top: 15px; }
  .lightbox-video-gallery .video-navigation-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 8px; }
    @media (min-width: 768px) {
      .lightbox-video-gallery .video-navigation-buttons {
        padding: 0;
        margin-bottom: 16px; } }
    .lightbox-video-gallery .video-navigation-buttons a {
      display: block;
      background: #cd1731;
      padding: 0;
      border: none;
      margin-left: 8px; }
      .lightbox-video-gallery .video-navigation-buttons a:hover {
        background: #b6142c; }
      .lightbox-video-gallery .video-navigation-buttons a:focus {
        outline: none; }
      .lightbox-video-gallery .video-navigation-buttons a .icon {
        width: 32px;
        height: 32px; }
    .lightbox-video-gallery .video-navigation-buttons a .icon::after {
      color: #ffffff;
      top: -3px;
      left: 2px; }
    .lightbox-video-gallery .video-navigation-buttons .prev-button .icon::after {
      transform: rotate(-135deg);
      left: 5px; }
  .lightbox-video-gallery .video-wrapper {
    width: 100%;
    position: relative; }
    .lightbox-video-gallery .video-wrapper::before {
      content: " ";
      display: block;
      padding-top: 56.25%; }
    .lightbox-video-gallery .video-wrapper iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border: 0;
      overflow: hidden;
      max-width: 100% !important;
      min-height: 100% !important; }
  .lightbox-video-gallery .video-playlist-wrapper {
    display: none;
    background-color: #02172f;
    padding: 16px;
    padding-right: 0; }
    @media (min-width: 768px) {
      .lightbox-video-gallery .video-playlist-wrapper {
        display: block;
        width: 30%; } }
  .lightbox-video-gallery .video-playlist-header {
    position: relative;
    z-index: 999999;
    margin-bottom: 16px; }
    .lightbox-video-gallery .video-playlist-header .title {
      color: #ffffff;
      font-size: 24px; }
  .lightbox-video-gallery .video-thumbnail-grid {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 90px);
    padding-right: 15px; }
    .lightbox-video-gallery .video-thumbnail-grid::-webkit-scrollbar {
      width: 6px; }
    .lightbox-video-gallery .video-thumbnail-grid::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .lightbox-video-gallery .video-thumbnail-grid::-webkit-scrollbar-thumb {
      background: #cd1731; }
    .lightbox-video-gallery .video-thumbnail-grid::-webkit-scrollbar-thumb:hover {
      background: #b6142c; }
  .lightbox-video-gallery .video-thumbnail-block {
    display: block;
    padding-bottom: 16px; }
    .lightbox-video-gallery .video-thumbnail-block .info-wrapper {
      margin-top: 8px; }
      .lightbox-video-gallery .video-thumbnail-block .info-wrapper .title {
        font-size: 18px;
        color: #ffffff; }
      .lightbox-video-gallery .video-thumbnail-block .info-wrapper .created {
        font-size: 16px;
        color: #d9d9d9; }
    .lightbox-video-gallery .video-thumbnail-block:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 16px; }

.video-slideshow-component .video-wrapper {
  width: 100%;
  position: relative; }
  .video-slideshow-component .video-wrapper::before {
    content: " ";
    display: block;
    padding-top: 56.25%; }
  .video-slideshow-component .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    overflow: hidden;
    max-width: 100% !important;
    min-height: 100% !important; }
  .video-slideshow-component .video-wrapper .slide {
    font-size: 0; }

.video-slideshow-component .slider-navigation {
  background-color: #f2f2f2;
  padding: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.video-slideshow-component .thumbnail-slider {
  width: calc(100% - 92px); }
  .video-slideshow-component .thumbnail-slider .slide {
    width: 240px;
    background-color: #d9d9d9;
    margin: 0 4px;
    border-bottom: 3px solid #a6a6a6;
    transition: all 300ms ease-in-out; }
    .video-slideshow-component .thumbnail-slider .slide:focus {
      outline: none; }
    .video-slideshow-component .thumbnail-slider .slide.slick-current {
      border-bottom: 3px solid #cd1731; }

.video-slideshow-component .slider-navigation-button {
  background-color: #cd1731;
  padding: 16px;
  width: 40px;
  height: 80px;
  overflow: hidden; }
  .video-slideshow-component .slider-navigation-button:hover, .video-slideshow-component .slider-navigation-button:focus {
    outline: none;
    background-color: #b1142a; }
  .video-slideshow-component .slider-navigation-button::before {
    content: " ";
    display: inline-block;
    position: relative;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: white;
    height: 20px;
    width: 20px;
    top: 4px;
    right: 10px;
    transition: all 300ms ease-in-out; }
  .video-slideshow-component .slider-navigation-button--previous::before {
    transform: scale(0.6, 1) rotate(-135deg);
    left: -4px; }
  .video-slideshow-component .slider-navigation-button--next::before {
    transform: scale(0.6, 1) rotate(45deg);
    right: 12px; }

.quiz-component {
  max-width: 824px;
  margin: auto; }
  .quiz-component .question-block {
    background-color: #f2f2f2;
    margin-bottom: 24px; }
    .quiz-component .question-block .label {
      color: white;
      padding: 32px;
      font-weight: 600;
      background-color: #02172f;
      border-bottom: 3px solid #cd1731;
      text-align: center; }
    .quiz-component .question-block .options-wrapper {
      padding: 16px; }
      .quiz-component .question-block .options-wrapper .option:not(:last-child) {
        margin-bottom: 16px; }
      .quiz-component .question-block .options-wrapper input[type="radio"] {
        display: none; }
      .quiz-component .question-block .options-wrapper label {
        display: block;
        padding: 8px;
        background-color: white;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: all 300ms ease-in-out;
        cursor: pointer;
        position: relative;
        margin-bottom: 0;
        text-align: center; }
        .quiz-component .question-block .options-wrapper label::after {
          content: " ";
          display: inline-block;
          width: 24px;
          height: 24px;
          position: absolute;
          right: 8px;
          top: 13px;
          opacity: 0;
          transition: all 300ms ease-in-out; }
      .quiz-component .question-block .options-wrapper input[type="radio"]:checked + label {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
      .quiz-component .question-block .options-wrapper input[type="radio"]:checked[value="0"] + label {
        color: #d9534f; }
        .quiz-component .question-block .options-wrapper input[type="radio"]:checked[value="0"] + label::after {
          opacity: 1;
          background-image: url(/assets/images/components/quiz/error.svg); }
      .quiz-component .question-block .options-wrapper input[type="radio"]:checked:not([value="0"]) + label {
        color: #5cb85c; }
        .quiz-component .question-block .options-wrapper input[type="radio"]:checked:not([value="0"]) + label::after {
          opacity: 1;
          background-image: url(/assets/images/components/quiz/success.svg); }
  .quiz-component .results-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    line-height: 1; }
    .quiz-component .results-block li {
      margin-left: 0; }
      .quiz-component .results-block li::before {
        content: " "; }
    .quiz-component .results-block .cover {
      width: 100%;
      min-height: 320px; }
      @media (min-width: 576px) {
        .quiz-component .results-block .cover {
          width: 40%; } }
    .quiz-component .results-block .information {
      width: 100%;
      padding: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 576px) {
        .quiz-component .results-block .information {
          width: 60%;
          padding: 32px; } }
      .quiz-component .results-block .information .title {
        text-transform: none;
        font-size: 32px;
        font-weight: 600; }
        @media (min-width: 768px) {
          .quiz-component .results-block .information .title {
            font-size: 48px; } }
      .quiz-component .results-block .information .subtitle {
        margin-bottom: 16px; }
      .quiz-component .results-block .information .count {
        padding: 16px 0;
        color: #cd1731; }
        .quiz-component .results-block .information .count span {
          background-color: #f2f2f2;
          padding-right: 8px; }
        .quiz-component .results-block .information .count::after {
          content: " ";
          width: 100%;
          height: 3px;
          background-color: #cd1731;
          display: block;
          margin-top: -12px;
          margin-bottom: 12px; }
    .quiz-component .results-block .base-share-icons {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 0; }

.quiz-component-select-multi {
  max-width: 824px;
  margin: auto; }
  .quiz-component-select-multi .hide {
    display: none; }
  .quiz-component-select-multi .question-block, .quiz-component-select-multi .results-block {
    background-color: #f7f7f7; }
    .quiz-component-select-multi .question-block h3, .quiz-component-select-multi .results-block h3 {
      background-color: #02172f;
      color: #fff;
      padding: 20px;
      text-align: center; }
    .quiz-component-select-multi .question-block h4, .quiz-component-select-multi .results-block h4 {
      color: #D00035;
      font-size: 28px; }
    .quiz-component-select-multi .question-block .information, .quiz-component-select-multi .results-block .information {
      padding: 0px 40px; }
    .quiz-component-select-multi .question-block .options, .quiz-component-select-multi .results-block .options {
      display: grid;
      grid-template-columns: auto auto auto;
      list-style: none;
      margin: 0px;
      padding: 5px 30px 18px;
      grid-gap: 50px; }
      @media (max-width: 576px) {
        .quiz-component-select-multi .question-block .options, .quiz-component-select-multi .results-block .options {
          grid-template-columns: auto auto; }
          .quiz-component-select-multi .question-block .options .checkmark, .quiz-component-select-multi .results-block .options .checkmark {
            width: 25px !important;
            height: 25px !important; } }
      .quiz-component-select-multi .question-block .options .option, .quiz-component-select-multi .results-block .options .option {
        cursor: pointer; }
        .quiz-component-select-multi .question-block .options .option input, .quiz-component-select-multi .results-block .options .option input {
          display: none; }
        .quiz-component-select-multi .question-block .options .option input:checked ~ .cover .checkmark, .quiz-component-select-multi .results-block .options .option input:checked ~ .cover .checkmark {
          background-image: url(/img/quizz/dotRed.svg); }
        .quiz-component-select-multi .question-block .options .option .cover, .quiz-component-select-multi .results-block .options .option .cover {
          position: relative;
          border: 1px solid #6F6F70; }
          .quiz-component-select-multi .question-block .options .option .cover .checkmark, .quiz-component-select-multi .results-block .options .option .cover .checkmark {
            background: url(/img/quizz/dotBlank.svg) no-repeat 0px 0px;
            width: 40px;
            height: 40px;
            position: absolute;
            bottom: 5px;
            left: 5px;
            background-size: 100% 100%; }
        .quiz-component-select-multi .question-block .options .option .label, .quiz-component-select-multi .results-block .options .option .label {
          margin: 4px 0px 0px;
          list-style: none;
          font-size: 19px;
          line-height: 24px;
          color: #041730; }
    .quiz-component-select-multi .question-block .result, .quiz-component-select-multi .results-block .result {
      text-align: center; }
      .quiz-component-select-multi .question-block .result .button, .quiz-component-select-multi .question-block .result .product-block .action-link, .product-block .quiz-component-select-multi .question-block .result .action-link, .quiz-component-select-multi .question-block .result form input[type="submit"], form .quiz-component-select-multi .question-block .result input[type="submit"], .quiz-component-select-multi .question-block .result section.stats-section .container > .action-link-wrapper .action-link, section.stats-section .container > .action-link-wrapper .quiz-component-select-multi .question-block .result .action-link, .quiz-component-select-multi .question-block .result .articles-page .action-wrapper a, .articles-page .action-wrapper .quiz-component-select-multi .question-block .result a, .quiz-component-select-multi .question-block .result main.search-results-page .pagination-wrapper a, main.search-results-page .pagination-wrapper .quiz-component-select-multi .question-block .result a, .quiz-component-select-multi .question-block .result .home-page section .container > .action-link-wrapper .action-link, .home-page section .container > .action-link-wrapper .quiz-component-select-multi .question-block .result .action-link, .quiz-component-select-multi .question-block .result .home-page section.catalog-link a, .home-page section.catalog-link .quiz-component-select-multi .question-block .result a, .quiz-component-select-multi .results-block .result .button, .quiz-component-select-multi .results-block .result .product-block .action-link, .product-block .quiz-component-select-multi .results-block .result .action-link, .quiz-component-select-multi .results-block .result form input[type="submit"], form .quiz-component-select-multi .results-block .result input[type="submit"], .quiz-component-select-multi .results-block .result section.stats-section .container > .action-link-wrapper .action-link, section.stats-section .container > .action-link-wrapper .quiz-component-select-multi .results-block .result .action-link, .quiz-component-select-multi .results-block .result .articles-page .action-wrapper a, .articles-page .action-wrapper .quiz-component-select-multi .results-block .result a, .quiz-component-select-multi .results-block .result main.search-results-page .pagination-wrapper a, main.search-results-page .pagination-wrapper .quiz-component-select-multi .results-block .result a, .quiz-component-select-multi .results-block .result .home-page section .container > .action-link-wrapper .action-link, .home-page section .container > .action-link-wrapper .quiz-component-select-multi .results-block .result .action-link, .quiz-component-select-multi .results-block .result .home-page section.catalog-link a, .home-page section.catalog-link .quiz-component-select-multi .results-block .result a {
        width: 240px;
        margin: 20px 0px 50px;
        display: inline-block; }
    .quiz-component-select-multi .question-block .share, .quiz-component-select-multi .results-block .share {
      display: grid;
      column-gap: 40px; }
      .quiz-component-select-multi .question-block .share a, .quiz-component-select-multi .results-block .share a {
        grid-row: 2; }
        @media (max-width: 576px) {
          .quiz-component-select-multi .question-block .share a img, .quiz-component-select-multi .results-block .share a img {
            width: 50px; } }
      .quiz-component-select-multi .question-block .share h4, .quiz-component-select-multi .results-block .share h4 {
        grid-column: 1 / span 2;
        grid-row: 1; }
      .quiz-component-select-multi .question-block .share .fb, .quiz-component-select-multi .results-block .share .fb {
        grid-column: 1 / 2;
        text-align: right; }
      .quiz-component-select-multi .question-block .share .tw, .quiz-component-select-multi .results-block .share .tw {
        grid-column: 2 / 2;
        text-align: left; }
    .quiz-component-select-multi .question-block .bntTry, .quiz-component-select-multi .results-block .bntTry {
      text-align: center;
      display: block;
      padding: 15px 10px 35px; }
  .quiz-component-select-multi .share-wrapper {
    border-bottom: 1px solid #D00035; }

#quizV::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none; }

@font-face {
  font-family: 'Font for Puma Countdown';
  src: url("/assets/fonts/components/puma-countdown/font.woff2") format("woff2"), url("/assets/fonts/components/puma-countdown/font.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.puma-countdown {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: url("/assets/images/components/puma-countdown/background.jpg");
  padding: 32px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  .puma-countdown .logos-wrapper .logos {
    width: 100%;
    max-width: 180px;
    margin-bottom: 32px; }
    .puma-countdown .logos-wrapper .logos img {
      width: 100%; }
  .puma-countdown .countdown-wrapper {
    height: 100%;
    width: 100%; }
    .puma-countdown .countdown-wrapper .countdown, .puma-countdown .countdown-wrapper .countdown a {
      font-size: 32px;
      color: white;
      text-transform: uppercase;
      font-weight: 600; }
    .puma-countdown .countdown-wrapper .countdown {
      background-color: rgba(0, 0, 0, 0.75);
      padding: 32px 16px;
      height: 100%;
      width: 100%;
      text-align: center;
      font-family: 'Font for Puma Countdown', 'Titillium Web', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
  @media (min-width: 500px) {
    .puma-countdown {
      padding: 32px; }
      .puma-countdown .logos-wrapper .logos {
        max-width: 320px;
        margin-bottom: 32px; }
      .puma-countdown .countdown-wrapper .countdown {
        font-size: 48px; }
        .puma-countdown .countdown-wrapper .countdown a {
          font-size: 48px; } }
  @media (min-width: 768px) {
    .puma-countdown {
      padding: 32px;
      flex-direction: row; }
      .puma-countdown .logos-wrapper .logos {
        max-width: 280px;
        margin-bottom: 0;
        padding-right: 32px; }
      .puma-countdown .countdown {
        font-size: 40px; }
        .puma-countdown .countdown a {
          font-size: 40px; } }
  @media (min-width: 960px) {
    .puma-countdown {
      padding: 48px; }
      .puma-countdown .logos-wrapper .logos {
        max-width: 360px;
        padding-right: 48px; }
      .puma-countdown .countdown-wrapper {
        width: auto; }
        .puma-countdown .countdown-wrapper .countdown {
          width: auto;
          font-size: 54px;
          padding: 40px 80px; }
          .puma-countdown .countdown-wrapper .countdown a {
            font-size: 54px; } }

.link-wrapper--change-lang {
  display: flex; }
  .link-wrapper--change-lang .link-text {
    font-size: 15px;
    line-height: 20px; }
  .link-wrapper--change-lang .image--flag {
    width: 17px;
    height: 17px;
    display: block;
    background-size: contain;
    margin: 1px 0px 0px 5px; }
  .link-wrapper--change-lang .image--flag--mx {
    background-image: url(/assets/images/components/header/flag-mx.svg); }
  .link-wrapper--change-lang .image--flag--us {
    background-image: url(/assets/images/components/header/flag-us.svg); }

.second-navegation-wrapper {
  display: none; }
  @media (max-width: 890px) {
    .second-navegation-wrapper {
      display: block; } }
  .second-navegation-wrapper .navigation {
    height: 27px;
    background-color: #d8dde0; }
    .second-navegation-wrapper .navigation .nav-items--right {
      margin: 4px 5px 0px 0px;
      float: right; }
      .second-navegation-wrapper .navigation .nav-items--right .link-wrapper {
        color: #000; }
        .second-navegation-wrapper .navigation .nav-items--right .link-wrapper:hover {
          color: #cd1731; }

.change-lang-bar {
  background-color: #3a4a5d;
  display: none; }
  .change-lang-bar--visible {
    display: block; }
  .change-lang-bar .container {
    display: grid;
    max-width: 935px;
    min-height: 80px;
    margin: auto;
    grid-template-columns: 50px auto 200px 130px 55px;
    align-items: center;
    grid-gap: 15px; }
    @media (max-width: 768px) {
      .change-lang-bar .container {
        padding: 15px;
        grid-template-columns: none;
        grid-template-areas: "text  text close" "dropdown dropdown btn"; }
        .change-lang-bar .container .icon {
          display: none; }
        .change-lang-bar .container > .text {
          grid-area: text; }
        .change-lang-bar .container .dropdown {
          grid-area: dropdown; }
        .change-lang-bar .container .btn-submit {
          grid-area: btn; }
        .change-lang-bar .container .close-icon {
          grid-area: close; } }
    @media (max-width: 400px) {
      .change-lang-bar .container {
        grid-template-areas: "text text" "dropdown dropdown" "btn close"; } }
    .change-lang-bar .container .icon > div {
      width: 50px;
      height: 50px;
      background-image: url(/assets/images/components/change-lang/chiva-icon-gps.svg);
      background-size: contain; }
    .change-lang-bar .container .text {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 21px; }
    .change-lang-bar .container .select-custom-current {
      background-color: #a8afb7;
      border-radius: 8px;
      position: relative;
      cursor: default; }
      .change-lang-bar .container .select-custom-current.focus + .select-custom-list {
        opacity: 1;
        animation-name: none; }
      .change-lang-bar .container .select-custom-current.focus .arrow > div {
        margin-top: 9px;
        transform: translateY(-50%) rotate(180deg); }
      .change-lang-bar .container .select-custom-current .select-custom-input {
        display: none; }
        .change-lang-bar .container .select-custom-current .select-custom-input:checked + .select-custom-text {
          display: grid; }
      .change-lang-bar .container .select-custom-current .select-custom-text {
        display: none; }
    .change-lang-bar .container .select-custom-list {
      opacity: 0;
      background-color: #fff;
      border-radius: 8px;
      width: 200px;
      position: absolute;
      z-index: 10;
      animation-name: HideList;
      animation-duration: 0.5s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;
      animation-timing-function: step-start;
      box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1); }
      .change-lang-bar .container .select-custom-list label {
        margin: 5px 0px;
        cursor: pointer; }
        .change-lang-bar .container .select-custom-list label:hover .text {
          color: #cd1731; }
    .change-lang-bar .container .select-custom-text {
      display: grid;
      grid-template-columns: auto 33px 10px;
      grid-gap: 5px;
      align-items: center;
      height: 37px; }
      .change-lang-bar .container .select-custom-text .text {
        color: #02172f;
        font-size: 17px;
        font-weight: normal;
        padding: 0px 10px 0px; }
      .change-lang-bar .container .select-custom-text .image--flag {
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        margin: 1px 0px 0px 5px; }
        .change-lang-bar .container .select-custom-text .image--flag.image--flag--mx {
          background-image: url(/assets/images/components/header/flag-mx.svg); }
        .change-lang-bar .container .select-custom-text .image--flag.image--flag--us {
          background-image: url(/assets/images/components/header/flag-us.svg); }
      .change-lang-bar .container .select-custom-text .arrow > div {
        display: none;
        width: 10px;
        height: 10px;
        margin-top: 5px;
        background-size: contain;
        background-image: url(/assets/images/components/change-lang/arrow-down.svg);
        transition: 0.2s ease; }
    .change-lang-bar .container .btn-submit > a {
      display: block;
      background-color: #cd1731;
      width: 130px;
      color: #fff;
      font-size: 15px;
      line-height: 37px;
      text-align: center;
      font-weight: 600; }
    .change-lang-bar .container .close-icon > .icon-wrapper {
      height: 30px;
      width: 30px;
      border: 2px solid #ffffff;
      padding: 8px;
      border-radius: 9999px;
      float: right; }
      .change-lang-bar .container .close-icon > .icon-wrapper .icon {
        display: block;
        width: 10px;
        height: 10px;
        background-image: url(/assets/images/icons/navigation-close.svg);
        background-size: contain; }

@keyframes HideList {
  from {
    transform: scaleY(1); }
  to {
    transform: scaleY(0); } }

.link-wrapper--boletos-top .image--flag {
  width: 27px;
  height: 23px;
  display: block;
  background-size: contain;
  margin: -2px 0px 0px 10px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  transition: all 300ms ease-in-out; }

.link-wrapper--boletos-top:hover .image--flag--boleto {
  filter: invert(20%) sepia(99%) saturate(2807%) hue-rotate(340deg) brightness(80%) contrast(100%); }

.link-wrapper--boletos-top .image--flag--boleto {
  background-image: url(/assets/images/components/header/icono-boletos-top.svg); }

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

.banners .movil {
  display: block; }
  @media (min-width: 768px) {
    .banners .movil {
      display: none; } }

section.sponsors .sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

section.sponsors .sponsor {
  width: 25%;
  padding: 16px;
  text-align: center; }

section.sponsors .label {
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px;
  font-size: 18px; }
  @media (min-width: 768px) {
    section.sponsors .label {
      font-size: 24px; } }

section.sponsors a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1); }
  section.sponsors a:hover {
    opacity: .8;
    filter: grayscale(0); }

section.sponsors img {
  max-height: 100px; }

.player-page .container {
  padding: 15px; }

.player-page main {
  background-color: #ffffff; }

.player-page .title {
  color: #cd1731; }

.player-page .section-header {
  text-align: left;
  margin-bottom: 16px; }
  .player-page .section-header .title {
    font-size: 24px; }
    @media (min-width: 768px) {
      .player-page .section-header .title {
        font-size: 48px; } }

.player-page .block {
  padding: 4px; }
  .player-page .block .block-wrapper {
    padding: 16px;
    border: 1px solid #f2f2f2; }

.player-page section.media-section {
  background: #f2f2f2; }
  .player-page section.media-section .section-header .title {
    font-size: 22px;
    color: #02172f; }
    @media (min-width: 768px) {
      .player-page section.media-section .section-header .title {
        font-size: 40px; } }

.player-page .stats-grid {
  display: flex;
  flex-wrap: wrap; }
  .player-page .stats-grid .block {
    text-align: center; }
  .player-page .stats-grid .label {
    text-transform: none;
    font-weight: 600;
    font-size: 18px; }
    @media (min-width: 768px) {
      .player-page .stats-grid .label {
        font-size: 24px; } }
  .player-page .stats-grid .value {
    font-size: 18px;
    color: #cd1731;
    font-weight: 500; }
    @media (min-width: 768px) {
      .player-page .stats-grid .value {
        font-size: 40px; } }

.player-page .ad-wrapper {
  border-top: 1px solid #d9d9d9; }

.player-page .player-content-wrapper .media-section {
  margin: 0; }
  .player-page .player-content-wrapper .media-section .section-header {
    margin-top: 0; }

.player-page .technical-team-content-wrapper section.technical-team {
  background-color: #f2f2f2; }

.player-page .technical-team-content-wrapper section.bio-blocks-wrapper .bio-wrapper {
  width: 100%;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .player-page .technical-team-content-wrapper section.bio-blocks-wrapper .bio-wrapper {
      padding-right: 32px;
      margin-bottom: 0;
      width: 50%; } }

.player-page .technical-team-content-wrapper section.bio-blocks-wrapper .blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) {
    .player-page .technical-team-content-wrapper section.bio-blocks-wrapper .blocks-wrapper {
      width: 50%; } }
  .player-page .technical-team-content-wrapper section.bio-blocks-wrapper .blocks-wrapper .block {
    width: 100%; }
    @media (min-width: 576px) {
      .player-page .technical-team-content-wrapper section.bio-blocks-wrapper .blocks-wrapper .block {
        width: 50%; } }

.player-page .technical-team-content-wrapper section.technical-team .section-header {
  margin-top: 0; }

.legends-content-wrapper section.media-section section:not(:first-child) {
  padding-top: 0; }

.legends-content-wrapper section.media-section section .section-header {
  margin-top: 0; }

@media (max-width: 768px) {
  .legends-content-wrapper section.media-section section .video-slides, .legends-content-wrapper section.media-section section .picture-slides, .legends-content-wrapper section.media-section section .social-slides, .legends-content-wrapper section.media-section section .picture-slides {
    margin: 0 -32px; } }

.legends-content-wrapper section.media-section section .video-slides .base-block, .legends-content-wrapper section.media-section section .picture-slides .base-block, .legends-content-wrapper section.media-section section .social-slides .base-block, .legends-content-wrapper section.media-section section .picture-slides .base-block {
  padding: 8px; }

.legends-content-wrapper section.stats .bio-wrapper {
  width: 100%;
  padding-right: 32px; }

.legends-content-wrapper section.stats .blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .legends-content-wrapper section.stats .blocks-wrapper .block {
    width: 100%; }
    @media (min-width: 768px) {
      .legends-content-wrapper section.stats .blocks-wrapper .block {
        width: 33.33%; } }

section.bio-blocks-wrapper {
  display: flex;
  flex-wrap: wrap; }
  section.bio-blocks-wrapper .blocks-wrapper {
    display: flex;
    flex-wrap: wrap; }
    section.bio-blocks-wrapper .blocks-wrapper .label {
      color: #02172f;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 20px; }
    section.bio-blocks-wrapper .blocks-wrapper .data {
      color: #cd1731;
      font-size: 24px; }

.player-header {
  background: #02172f;
  color: #ffffff; }
  .player-header .header-wrapper {
    display: flex;
    align-items: center; }
  .player-header .header-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 960px) {
      .player-header .header-content-wrapper {
        flex-direction: row; } }
  .player-header .nav-button {
    height: 100%; }
    .player-header .nav-button a {
      padding: 8px 0; }
      .player-header .nav-button a:hover .icon {
        opacity: 1; }
    .player-header .nav-button .icon {
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #cd1731;
      height: 30px;
      width: 30px;
      margin: 8px 0;
      opacity: .8; }
    .player-header .nav-button--prev {
      margin-left: 22px; }
      .player-header .nav-button--prev .icon {
        transform: scale(0.8, 1) rotate(-135deg); }
    .player-header .nav-button--next {
      margin-right: 22px; }
      .player-header .nav-button--next .icon {
        transform: scale(0.8, 1) rotate(45deg); }
  .player-header .picture-wrapper {
    text-align: center;
    width: 100%;
    align-self: flex-end; }
    @media (min-width: 960px) {
      .player-header .picture-wrapper {
        padding-right: 24px;
        width: 60%; } }
    @media (min-width: 992px) {
      .player-header .picture-wrapper {
        padding-right: 16px;
        width: 50%; } }
  .player-header .info-wrapper {
    width: 100%;
    padding-left: 16px;
    align-self: center;
    text-align: center;
    padding: 16px; }
    @media (min-width: 960px) {
      .player-header .info-wrapper {
        padding: 24px;
        text-align: left;
        width: 40%; } }
    @media (min-width: 992px) {
      .player-header .info-wrapper {
        padding: 32px;
        width: 50%; } }
  .player-header .title {
    padding-bottom: 16px;
    border-bottom: 1px solid #cd1731;
    margin-bottom: 16px; }
  .player-header .number, .player-header .name {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600; }
    @media (min-width: 960px) {
      .player-header .number, .player-header .name {
        font-size: 32px; } }
    @media (min-width: 992px) {
      .player-header .number, .player-header .name {
        font-size: 48px; } }
  .player-header .position {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 32px; }
    @media (min-width: 960px) {
      .player-header .position {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .player-header .position {
        font-size: 40px; } }
  .player-header .info div {
    text-align: center;
    font-size: 18px; }
    @media (min-width: 960px) {
      .player-header .info div {
        text-align: left;
        font-size: 24px; }
        .player-header .info div:not(:last-child) {
          margin-bottom: 16px; } }
    @media (min-width: 992px) {
      .player-header .info div {
        font-size: 32px; } }
  .player-header .info span {
    font-size: 18px;
    font-weight: 600; }
    .player-header .info span:after {
      content: "/";
      margin: 0 8px; }
    @media (min-width: 960px) {
      .player-header .info span {
        font-size: 24px; } }
    @media (min-width: 992px) {
      .player-header .info span {
        font-size: 32px; } }
  .player-header--no-picture .picture-wrapper {
    display: none; }
  .player-header--no-picture .info-wrapper {
    width: 100%;
    text-align: center; }
  .player-header--no-picture .info div {
    text-align: center; }

.players-page .players {
  background-color: #f2f2f2; }

.players-page .section-header {
  text-align: left;
  margin-bottom: 16px; }
  .players-page .section-header .title {
    color: #cd1731; }

.player-page-alt .player-container {
  margin: auto;
  max-width: 1200px;
  background-color: white; }

.player-page-alt .page-header {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #02172f; }
  .player-page-alt .page-header[min-width~="768px"] {
    flex-direction: row; }
    .player-page-alt .page-header[min-width~="768px"] .arrow {
      top: calc(50% - 20px); }
    .player-page-alt .page-header[min-width~="768px"] .cover-wrapper {
      width: 60%; }
    .player-page-alt .page-header[min-width~="768px"] > .info-wrapper {
      width: 40%;
      padding: 32px;
      padding-right: 48px; }
      .player-page-alt .page-header[min-width~="768px"] > .info-wrapper .decoration {
        display: none; }
  .player-page-alt .page-header .cover-wrapper {
    position: relative; }
    .player-page-alt .page-header .cover-wrapper::before {
      content: " ";
      display: block;
      padding-top: 66%; }
  .player-page-alt .page-header .arrow {
    position: absolute;
    z-index: 1;
    color: white;
    top: 74px;
    background-color: #cd1731;
    opacity: .85;
    border: 0;
    padding: 16px 8px; }
    .player-page-alt .page-header .arrow--left {
      left: 0; }
      .player-page-alt .page-header .arrow--left .icon {
        transform: rotate(-135deg);
        left: 2px; }
    .player-page-alt .page-header .arrow--right {
      right: 0; }
      .player-page-alt .page-header .arrow--right .icon {
        transform: rotate(45deg);
        left: -2px; }
  .player-page-alt .page-header .icon {
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    height: 8px;
    width: 8px;
    position: relative;
    left: 0;
    top: 0; }
  .player-page-alt .page-header > .info-wrapper {
    padding: 16px;
    padding-bottom: 0; }
  .player-page-alt .page-header .name {
    display: inline-block;
    position: relative;
    text-transform: none;
    line-height: 1;
    font-size: 32px;
    padding-bottom: 16px;
    margin-bottom: 8px; }
    .player-page-alt .page-header .name::after {
      content: "";
      position: absolute;
      background-color: red;
      height: 2px;
      width: 30%;
      left: 0;
      bottom: 0; }
  .player-page-alt .page-header .position {
    color: #cd1731;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 24px; }
  .player-page-alt .page-header .stats-grid .block:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .player-page-alt .page-header .stats-grid .value {
    color: #d9d9d9; }
  .player-page-alt .page-header .loan-block {
    text-align: center; }
    .player-page-alt .page-header .loan-block div {
      font-size: 18px; }
    .player-page-alt .page-header .loan-block .loan-grid {
      display: flex;
      flex-wrap: wrap;
      margin-top: 8px; }
    .player-page-alt .page-header .loan-block .team-logo-wrapper {
      width: 30%; }
    .player-page-alt .page-header .loan-block .info-wrapper {
      width: 70%; }
    .player-page-alt .page-header .loan-block .team-logo img {
      max-width: 80px;
      height: 100%;
      width: 100%; }
    .player-page-alt .page-header .loan-block .label {
      font-weight: 600; }
    .player-page-alt .page-header .loan-block .value {
      color: #d9d9d9; }
  .player-page-alt .page-header .decoration {
    margin-left: -16px;
    margin-bottom: -1px;
    border-right: calc(100vw - 15px) solid #f2f2f2;
    border-top: 24px solid #02172f; }

.player-page-alt .player-body .stats {
  padding: 16px;
  background-color: #f2f2f2; }
  .player-page-alt .player-body .stats .section-header {
    margin-top: 0;
    margin-bottom: 16px; }
  .player-page-alt .player-body .stats .stats-blocks-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px; }
    .player-page-alt .player-body .stats .stats-blocks-grid[min-width~="720px"] .stats-block {
      width: 33.33%; }
  .player-page-alt .player-body .stats .stats-block {
    width: 100%;
    padding: 8px; }
    .player-page-alt .player-body .stats .stats-block .section-header {
      text-align: left;
      margin-top: 0; }
      .player-page-alt .player-body .stats .stats-block .section-header .title {
        font-size: 24px; }
    .player-page-alt .player-body .stats .stats-block .block-wrapper {
      padding: 12px;
      background-color: white;
      height: 100%; }

.player-page-alt .section-header {
  margin-top: 24px;
  margin-bottom: 24px; }
  .player-page-alt .section-header .title {
    color: #cd1731; }

.player-page-alt .stats-grid div {
  font-size: 18px;
  font-weight: 500; }

.player-page-alt .stats-grid .block {
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between; }
  .player-page-alt .stats-grid .block:not(:last-child) {
    border-bottom: 1px solid #d9d9d9; }

.player-page-alt .stats-grid .label {
  font-size: 1em; }
  .player-page-alt .stats-grid .label.icon::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(/assets/images/pages/players/cards.svg); }
  .player-page-alt .stats-grid .label.icon--yellow-cards::before {
    background-image: url(/assets/images/pages/players/yellow-card.svg); }
  .player-page-alt .stats-grid .label.icon--red-cards::before {
    background-image: url(/assets/images/pages/players/red-card.svg); }

.player-page-alt .stats-grid .value {
  font-size: 1em;
  color: #595959; }

.player-page-alt .video-grid, .player-page-alt .photo-grid {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: -8px; }
  @media (max-width: 768px) {
    .player-page-alt .video-grid, .player-page-alt .photo-grid {
      overflow-y: hidden;
      overflow-x: auto;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none; } }
  @media (min-width: 768px) {
    .player-page-alt .video-grid, .player-page-alt .photo-grid {
      flex-wrap: wrap; } }

.player-page-alt .video-thumb-block, .player-page-alt .photo-thumb-block {
  padding: 8px; }
  .player-page-alt .video-thumb-block .block-wrapper, .player-page-alt .photo-thumb-block .block-wrapper {
    display: flex;
    width: 178px;
    height: 120px;
    background-color: #f2f2f2; }

.player-page-alt .video-thumb-block .icon {
  width: 60px;
  height: 60px;
  background-image: url(/assets/images/icons/player.svg); }

.player-page-alt .link-wrapper {
  margin-top: 8px;
  text-align: right; }
  .player-page-alt .link-wrapper a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600; }
    .player-page-alt .link-wrapper a:after {
      margin-left: 4px;
      left: -2px;
      top: -1px; }

.players-alt-page {
  background-color: #f2f2f2;
  padding-bottom: 24px; }
  .players-alt-page .section-header {
    text-align: left;
    margin: 0;
    padding-top: 16px;
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .players-alt-page .section-header {
        padding-top: 24px;
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      .players-alt-page .section-header {
        padding-top: 40px;
        margin-bottom: 40px; } }
    .players-alt-page .section-header .title {
      color: #cd1731;
      font-size: 24px; }
      @media (min-width: 576px) {
        .players-alt-page .section-header .title {
          font-size: 32px; } }
      @media (min-width: 768px) {
        .players-alt-page .section-header .title {
          font-size: 40px; } }

main.stats-page section.positions, main.stats-page section.stats-section {
  background-color: #f2f2f2; }

main.stats-page section.positions {
  background: #f2f2f2; }
  main.stats-page section.positions .stats-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -8px; }
  main.stats-page section.positions .stats-block {
    padding: 8px; }
    main.stats-page section.positions .stats-block tr:last-child {
      border-bottom: 0; }
    main.stats-page section.positions .stats-block td {
      font-size: 18px; }
    @media (min-width: 992px) {
      main.stats-page section.positions .stats-block td {
        font-size: 22px; } }
  main.stats-page section.positions .stats-block--positions {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll; }
    main.stats-page section.positions .stats-block--positions tr:nth-child(even) {
      background-color: #f9f9f9; }
    main.stats-page section.positions .stats-block--positions th:nth-child(n+4) {
      width: 40px; }
    @media (max-width: 576px) {
      main.stats-page section.positions .stats-block--positions th:nth-child(n+5):nth-child(-n+10), main.stats-page section.positions .stats-block--positions td:nth-child(n+5):nth-child(-n+10) {
        display: none; } }
    @media (min-width: 768px) {
      main.stats-page section.positions .stats-block--positions {
        width: 60%; } }
  main.stats-page section.positions .stats-block--scorers {
    width: 100%; }
    @media (min-width: 768px) {
      main.stats-page section.positions .stats-block--scorers {
        width: 40%; } }

main.stats-page section.stats-section .match-details-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px; }
  main.stats-page section.stats-section .match-details-grid > .match-details-block {
    padding: 8px;
    width: 100%; }
    @media (min-width: 768px) {
      main.stats-page section.stats-section .match-details-grid > .match-details-block {
        width: 50%; } }
    @media (min-width: 1200px) {
      main.stats-page section.stats-section .match-details-grid > .match-details-block {
        width: 33%; } }

.article-page .header-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px; }
  @media (max-width: 576px) {
    .article-page .header-container {
      padding-left: 0;
      padding-right: 0; } }

.article-page .article-header {
  position: relative;
  background-color: #02172f;
  padding-top: 100%; }
  @media (min-width: 576px) {
    .article-page .article-header {
      padding-top: 48%; } }
  .article-page .article-header .background-image {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .article-page .article-header .background-image--mobile {
      display: block; }
      @media (min-width: 576px) {
        .article-page .article-header .background-image--mobile {
          display: none; } }
    .article-page .article-header .background-image--desktop {
      display: none; }
      @media (min-width: 576px) {
        .article-page .article-header .background-image--desktop {
          display: inline-block; } }
  .article-page .article-header .content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 24px; }
    @media (min-width: 576px) {
      .article-page .article-header .content-wrapper {
        padding: 28px; } }
    @media (min-width: 768px) {
      .article-page .article-header .content-wrapper {
        padding: 32px; } }
    @media (min-width: 992px) {
      .article-page .article-header .content-wrapper {
        padding: 38px; } }
  .article-page .article-header .title {
    color: #ffffff;
    font-size: 32px;
    text-transform: none; }
    @media (min-width: 576px) {
      .article-page .article-header .title {
        font-size: 38px; } }
    @media (min-width: 768px) {
      .article-page .article-header .title {
        font-size: 48px; } }
    @media (min-width: 992px) {
      .article-page .article-header .title {
        font-size: 59px; } }

.article-page .created-author-share-wrapper {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #cd1731;
  margin-bottom: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 576px) {
    .article-page .created-author-share-wrapper {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .article-page .created-author-share-wrapper .created-author-wrapper {
    font-size: 18px;
    color: #cd1731;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 768px) {
      .article-page .created-author-share-wrapper .created-author-wrapper {
        text-align: left;
        font-size: 24px; } }
  .article-page .created-author-share-wrapper .share-wrapper {
    margin-top: 8px; }
    @media (min-width: 576px) {
      .article-page .created-author-share-wrapper .share-wrapper {
        margin-top: 0; } }
  .article-page .created-author-share-wrapper .share-icons li {
    width: 32px;
    height: 32px; }

.article-page .content-wrapper {
  display: flex;
  flex-wrap: wrap; }

.article-page .main-content-wrapper {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 1024px) {
    .article-page .main-content-wrapper {
      width: 65%;
      padding-right: 16px; } }

.article-page .side-content-wrapper {
  width: 100%;
  padding-left: 0; }
  .article-page .side-content-wrapper > * {
    margin-top: 32px; }
  @media (min-width: 1024px) {
    .article-page .side-content-wrapper {
      width: 35%;
      padding-left: 16px; } }
  .article-page .side-content-wrapper .ad-wrapper {
    margin-bottom: 0; }

.article-page section h2.title {
  letter-spacing: 0; }

.article-page .more-articles {
  background-color: #f2f2f2; }

.article-page .related-content {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d9d9d9; }

.share-wrapper--post .share-icons li:not(:last-child) {
  margin-right: 4px; }

.share-wrapper--post .share-icons a {
  padding: 6px;
  border-radius: 9999px;
  background-color: #d9d9d9; }

.share-wrapper--post .share-icons .icon {
  width: 14px;
  height: 14px; }

.share-wrapper--post .share-icons .facebook a {
  background-color: transparent; }
  .share-wrapper--post .share-icons .facebook a .icon {
    width: 24px;
    height: 24px;
    background-image: url(/assets/images/icons/facebook-blue.svg); }

.share-wrapper--post .share-icons .twitter a {
  background-color: transparent; }

.share-wrapper--post .share-icons .twitter .icon {
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icons/twitter-blue.svg); }

.share-wrapper--post .share-icons .shareapi a {
  background-color: transparent; }
  .share-wrapper--post .share-icons .shareapi a.so-other .icon {
    background-image: url(/assets/images/icons/share-blue-android.svg); }
  .share-wrapper--post .share-icons .shareapi a.so-android .icon {
    background-image: url(/assets/images/icons/share-blue-android.svg); }
  .share-wrapper--post .share-icons .shareapi a.so-ios .icon {
    background-image: url(/assets/images/icons/share-blue-ios3.svg); }
  .share-wrapper--post .share-icons .shareapi a .icon {
    width: 24px;
    height: 24px; }

.share-wrapper--post .share-icons .google a {
  background-color: #dc4335; }
  .share-wrapper--post .share-icons .google a:hover {
    background-color: #d33325; }

.share-wrapper--post .share-icons .google .icon {
  background-image: url(/assets/images/icons/google-plus.svg); }

.share-wrapper--post .share-icons .whatsapp a {
  background-color: #30bf39; }
  .share-wrapper--post .share-icons .whatsapp a:hover {
    background-color: #2bab33; }

.share-wrapper--post .share-icons .whatsapp .icon {
  background-image: url(/assets/images/icons/whatsapp.svg); }

.share-wrapper--post .share-icons .messenger a {
  background-color: #0083ff; }
  .share-wrapper--post .share-icons .messenger a:hover {
    background-color: #0076e6; }

.share-wrapper--post .share-icons .messenger .icon {
  background-image: url(/assets/images/icons/messenger.svg); }

.share-wrapper--post .share-icons .email a {
  background-color: #cd1731; }
  .share-wrapper--post .share-icons .email a:hover {
    background-color: #b6142c; }

.share-wrapper--post .share-icons .email .icon {
  background-image: url(/assets/images/icons/envelope.svg); }

.share-wrapper--post .share-icons .link a {
  background-color: #02172f; }
  .share-wrapper--post .share-icons .link a:hover {
    background-color: #010b17; }

.share-wrapper--post .share-icons .link .icon {
  background-image: url(/assets/images/icons/link.svg); }

.share-wrapper--post .share-icons .toggle a {
  background-color: #cd1731; }
  .share-wrapper--post .share-icons .toggle a:hover {
    background-color: #b6142c; }

.share-wrapper--post .share-icons .toggle .icon {
  background-image: url(/assets/images/icons/plus.svg); }

.share-wrapper--post .share-icons .whatsapp, .share-wrapper--post .share-icons .messenger, .share-wrapper--post .share-icons .google, .share-wrapper--post .share-icons .email, .share-wrapper--post .share-icons .link, .share-wrapper--post .share-icons .shareapi {
  display: none; }

.share-wrapper--post--expanded .share-icons .facebook a {
  background-color: #3b5998; }
  .share-wrapper--post--expanded .share-icons .facebook a:hover {
    background-color: #344e86; }
  .share-wrapper--post--expanded .share-icons .facebook a .icon {
    width: 14px;
    height: 14px;
    background-image: url(/assets/images/icons/facebook.svg); }

.share-wrapper--post--expanded .share-icons .twitter a {
  background-color: #55acee; }
  .share-wrapper--post--expanded .share-icons .twitter a:hover {
    background-color: #3ea1ec; }

.share-wrapper--post--expanded .share-icons .twitter .icon {
  width: 14px;
  height: 14px;
  background-image: url(/assets/images/icons/twitter.svg); }

.share-wrapper--post--expanded .share-icons .shareapi a {
  background-color: #dc4335; }
  .share-wrapper--post--expanded .share-icons .shareapi a.so-other .icon {
    background-image: url(/assets/images/icons/share-android.svg); }
  .share-wrapper--post--expanded .share-icons .shareapi a.so-android .icon {
    background-image: url(/assets/images/icons/share-android.svg); }
  .share-wrapper--post--expanded .share-icons .shareapi a.so-ios .icon {
    background-image: url(/assets/images/icons/share-ios3.svg); }
  .share-wrapper--post--expanded .share-icons .shareapi a .icon {
    width: 14px;
    height: 14px; }
  .share-wrapper--post--expanded .share-icons .shareapi a:hover {
    background-color: #d33325; }

.share-wrapper--post--expanded .share-icons .whatsapp, .share-wrapper--post--expanded .share-icons .messenger, .share-wrapper--post--expanded .share-icons .google, .share-wrapper--post--expanded .share-icons .email, .share-wrapper--post--expanded .share-icons .link {
  display: flex; }

.share-wrapper--post--expanded .share-icons .toggle .icon {
  background-image: url(/assets/images/icons/minus.svg); }

.alt-article-page .article-header .cover {
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  height: calc(100vh - 164px);
  background-color: #02172f; }
  .alt-article-page .article-header .cover.ios-fix {
    background-attachment: scroll !important; }

.alt-article-page .article-header .title {
  color: #cd1731;
  text-transform: none;
  padding: 40px 0;
  text-align: center;
  letter-spacing: initial; }
  @media (min-width: 768px) {
    .alt-article-page .article-header .title {
      font-weight: 800;
      font-size: 80px; } }

.alt-article-page .article-header .created-author-share-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cd1731;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .alt-article-page .article-header .created-author-share-wrapper {
      flex-direction: row; } }
  .alt-article-page .article-header .created-author-share-wrapper .created-author-wrapper {
    color: #cd1731;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center; }
    @media (max-width: 768px) {
      .alt-article-page .article-header .created-author-share-wrapper .created-author-wrapper {
        font-size: 20px; } }
    @media (min-width: 768px) {
      .alt-article-page .article-header .created-author-share-wrapper .created-author-wrapper {
        text-align: left;
        margin-bottom: 0; } }

.alt-article-page .base-content, .alt-article-page .keyword-list-wrapper, .alt-article-page .share-footer, .alt-article-page .ad-wrapper, .alt-article-page .related-articles {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .alt-article-page .base-content, .alt-article-page .keyword-list-wrapper, .alt-article-page .share-footer, .alt-article-page .ad-wrapper, .alt-article-page .related-articles {
      margin-bottom: 40px; } }

.alt-article-page .share-footer {
  padding-bottom: 24px;
  border-bottom: 1px solid #cd1731; }
  @media (min-width: 768px) {
    .alt-article-page .share-footer {
      padding-bottom: 40px; } }
  .alt-article-page .share-footer .escudo {
    background-image: url(http://storage.chivasdecorazon.com.mx/2018/games_logos_equipos/21_Logo_Chivas.svg);
    width: 100%;
    height: 120px;
    margin: auto;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .alt-article-page .share-footer .escudo {
        width: 800px;
        height: 298px; } }

.alt-article-page .related-articles .section-header {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .alt-article-page .related-articles .section-header {
      margin-bottom: 40px; } }

main.club-page {
  background-color: #f2f2f2; }
  main.club-page .block-container.container {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      main.club-page .block-container.container {
        padding-right: 15px;
        padding-left: 15px; } }
  main.club-page section.club-media-block {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 300ms ease-in-out;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      main.club-page section.club-media-block {
        overflow: hidden;
        height: 80vh;
        flex-direction: row; } }
    main.club-page section.club-media-block .slideshow-wrapper {
      width: 100%;
      transition: all 300ms ease-in-out;
      margin-bottom: -30px;
      cursor: pointer; }
      @media (min-width: 768px) {
        main.club-page section.club-media-block .slideshow-wrapper {
          background-color: #f2f2f2;
          margin-bottom: auto; } }
      main.club-page section.club-media-block .slideshow-wrapper .slick-dotted.slick-slider {
        margin-bottom: 0; }
      main.club-page section.club-media-block .slideshow-wrapper .relative-wrapper {
        position: relative;
        width: 100%;
        height: 100%; }
      main.club-page section.club-media-block .slideshow-wrapper .title-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 32px; }
      main.club-page section.club-media-block .slideshow-wrapper .title {
        color: #ffffff; }
      main.club-page section.club-media-block .slideshow-wrapper .slick-dots {
        position: inherit; }
    main.club-page section.club-media-block .slides li {
      width: 100%;
      height: 80vh; }
    main.club-page section.club-media-block .info-wrapper {
      transition: all 300ms ease-in-out;
      overflow: hidden;
      height: 0; }
      @media (min-width: 768px) {
        main.club-page section.club-media-block .info-wrapper {
          width: 0;
          height: auto; } }
      @media (min-width: 768px) {
        main.club-page section.club-media-block .info-wrapper .button-text-wrapper {
          position: relative;
          width: 100%;
          height: 100%; } }
      main.club-page section.club-media-block .info-wrapper .scroll-wrapper {
        padding: 15px; }
        @media (min-width: 768px) {
          main.club-page section.club-media-block .info-wrapper .scroll-wrapper {
            position: absolute;
            height: 100%;
            width: 100%;
            padding: 64px; } }
      main.club-page section.club-media-block .info-wrapper .text-wrapper {
        font-size: 18px; }
        @media (min-width: 768px) {
          main.club-page section.club-media-block .info-wrapper .text-wrapper {
            height: 100%;
            padding-right: 16px;
            overflow-x: hidden;
            overflow-y: scroll; } }
        main.club-page section.club-media-block .info-wrapper .text-wrapper p {
          font-size: 18px; }
        main.club-page section.club-media-block .info-wrapper .text-wrapper p:not(:last-child) {
          margin-bottom: 16px; }
        main.club-page section.club-media-block .info-wrapper .text-wrapper h3 {
          color: #cd1731;
          margin-bottom: 8px;
          margin-top: 32px;
          font-size: 22px; }
        main.club-page section.club-media-block .info-wrapper .text-wrapper::-webkit-scrollbar {
          width: 6px; }
        main.club-page section.club-media-block .info-wrapper .text-wrapper::-webkit-scrollbar-track {
          background: #f1f1f1; }
        main.club-page section.club-media-block .info-wrapper .text-wrapper::-webkit-scrollbar-thumb {
          background: #cd1731; }
        main.club-page section.club-media-block .info-wrapper .text-wrapper::-webkit-scrollbar-thumb:hover {
          background: #b6142c; }
      main.club-page section.club-media-block .info-wrapper .club-media-block-close-button {
        font-size: 0;
        background-color: #cd1731;
        padding: 8px;
        border: none; }
        @media (min-width: 768px) {
          main.club-page section.club-media-block .info-wrapper .club-media-block-close-button {
            position: absolute;
            z-index: 1; } }
        main.club-page section.club-media-block .info-wrapper .club-media-block-close-button .icon-wrapper {
          height: 28px;
          width: 28px;
          border: 2px solid #ffffff;
          padding: 8px;
          border-radius: 9999px; }
          @media (min-width: 768px) {
            main.club-page section.club-media-block .info-wrapper .club-media-block-close-button .icon-wrapper {
              height: 40px;
              width: 40px;
              border: 2px solid #ffffff;
              padding: 8px; } }
        main.club-page section.club-media-block .info-wrapper .club-media-block-close-button .icon {
          height: 100%;
          width: 100%;
          background-image: url("/assets/images/icons/navigation-close.svg"); }
    @media (min-width: 768px) {
      main.club-page section.club-media-block--extended .slideshow-wrapper {
        width: 45%; } }
    main.club-page section.club-media-block--extended .info-wrapper {
      margin-top: 30px;
      height: 100%;
      width: 100%; }
      @media (min-width: 768px) {
        main.club-page section.club-media-block--extended .info-wrapper {
          margin-top: auto;
          width: 55%; } }
  main.club-page section.ending-message {
    padding: 32px 0;
    background: #ffffff; }
    main.club-page section.ending-message .logo-wrapper {
      text-align: center;
      margin-bottom: 32px; }
      main.club-page section.ending-message .logo-wrapper img {
        max-width: 200px; }

.articles-page .articles-block {
  background-color: #f2f2f2; }
  @media (max-width: 576px) {
    .articles-page .articles-block:first-child .base-block:first-child {
      width: 100%; } }

@media (min-width: 1024px) {
  .articles-page .articles-block--one .base-block:nth-child(1), .articles-page .articles-block--one .base-block:nth-child(2) {
    width: 50%; } }

@media (min-width: 1024px) {
  .articles-page .articles-block--two .base-block:nth-child(1), .articles-page .articles-block--two .base-block:nth-child(6), .articles-page .articles-block--three .base-block:nth-child(1), .articles-page .articles-block--three .base-block:nth-child(6) {
    width: 50%; } }

.articles-page .action-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 64px; }
  .articles-page .action-wrapper a {
    margin-right: 22px; }

main.calendar-page section.matches {
  background-color: #f2f2f2;
  padding-top: 0; }

main.calendar-page .month-filter {
  display: flex;
  overflow: hidden;
  padding: 16px 0; }
  @media (min-width: 768px) {
    main.calendar-page .month-filter {
      padding: 32px 0; } }
  main.calendar-page .month-filter li {
    display: flex; }
  main.calendar-page .month-filter li:not(:last-child) {
    margin-right: 16px; }
  main.calendar-page .month-filter a {
    font-size: 16px;
    color: #595959;
    text-transform: none;
    font-weight: 600; }
    @media (min-width: 768px) {
      main.calendar-page .month-filter a {
        font-size: 24px; } }
    main.calendar-page .month-filter a.active, main.calendar-page .month-filter a:hover {
      color: #cd1731; }

main.search-results-page header.search-results-header {
  display: flex;
  justify-content: space-between;
  margin: 0 -16px; }
  @media (min-width: 768px) {
    main.search-results-page header.search-results-header {
      margin: auto;
      margin-top: 32px; } }
  main.search-results-page header.search-results-header .button-title-wrapper {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    height: 56px;
    width: 100%; }
  main.search-results-page header.search-results-header .title {
    font-size: 16px; }
    @media (min-width: 810px) {
      main.search-results-page header.search-results-header .title {
        font-size: 24px; } }
  main.search-results-page header.search-results-header .title span {
    font-size: 16px;
    color: #cd1731;
    font-weight: 300; }
    @media (max-width: 768px) {
      main.search-results-page header.search-results-header .title span {
        display: block; } }
    @media (min-width: 810px) {
      main.search-results-page header.search-results-header .title span {
        font-size: 24px; } }
  main.search-results-page header.search-results-header .return-button {
    padding: 8px;
    margin: 0 8px; }
    main.search-results-page header.search-results-header .return-button .icon {
      height: 16px;
      width: 16px;
      background-image: url("/assets/images/icons/return.svg"); }
  main.search-results-page header.search-results-header .cancel-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #cd1731; }
    main.search-results-page header.search-results-header .cancel-button:hover {
      background-color: #b6142c; }
    main.search-results-page header.search-results-header .cancel-button .icon-wrapper {
      border: 2px solid #ffffff;
      padding: 8px;
      border-radius: 9999px; }
    main.search-results-page header.search-results-header .cancel-button .icon {
      height: 16px;
      width: 16px;
      background-image: url("/assets/images/icons/navigation-close.svg"); }

main.search-results-page .nav-count-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  main.search-results-page .nav-count-wrapper .results-count {
    display: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (min-width: 992px) {
      main.search-results-page .nav-count-wrapper .results-count {
        display: block; } }
  main.search-results-page .nav-count-wrapper .results-count span {
    font-size: 18px;
    font-weight: 300;
    color: #cd1731; }

main.search-results-page section.main-results {
  padding: 32px 0;
  margin-bottom: -56px;
  background-color: #f2f2f2; }
  main.search-results-page section.main-results .results-keywords-wrapper {
    display: flex; }
    main.search-results-page section.main-results .results-keywords-wrapper .main-results {
      width: 70%; }
      @media (max-width: 768px) {
        main.search-results-page section.main-results .results-keywords-wrapper .main-results {
          width: 100%; } }
    @media (max-width: 768px) {
      main.search-results-page section.main-results .results-keywords-wrapper .related-wrapper {
        display: none; } }
    @media (min-width: 768px) {
      main.search-results-page section.main-results .results-keywords-wrapper .related-wrapper {
        width: 30%; } }
    main.search-results-page section.main-results .results-keywords-wrapper h3.title {
      font-size: 20px;
      margin-bottom: 12px; }
    main.search-results-page section.main-results .results-keywords-wrapper .related-queries {
      margin-bottom: 32px; }

main.search-results-page section.results {
  background-color: #f2f2f2; }
  main.search-results-page section.results .result-block:not(:last-child) {
    margin-bottom: 16px; }

main.search-results-page .pagination-wrapper {
  margin-top: 32px;
  text-align: center; }
  @media (max-width: 768px) {
    main.search-results-page .pagination-wrapper {
      margin-top: 16px; } }
  main.search-results-page .pagination-wrapper a:not(:last-child) {
    margin-right: 15px; }

main.basic-page .container {
  overflow: hidden; }

main.basic-page header.page-header {
  background-color: #f2f2f2;
  text-align: center; }
  @media (max-width: 768px) {
    main.basic-page header.page-header .title {
      font-size: 32px; } }

main.basic-page section.ad {
  background-color: #f2f2f2; }

.iframe-body-wrapper .main-navigation-wrapper {
  display: none !important; }

.iframe-page-iframe {
  width: 100%;
  height: 100vh;
  border: 0;
  display: block;
  padding-top: 53px; }

.home-page section.slideshow-home {
  padding-top: 0; }

.home-page section .container > .action-link-wrapper {
  margin-top: 32px;
  text-align: center; }
  @media (max-width: 768px) {
    .home-page section .container > .action-link-wrapper {
      margin-top: 16px; } }

.home-page section.catalog-link {
  margin-top: 32px;
  text-align: center; }

.slick-initialized {
  visibility: visible !important; }

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

.lightbox-close-button {
  position: absolute;
  font-size: 0;
  background-color: #cd1731;
  padding: 4px;
  border: none;
  z-index: 88; }
  .lightbox-close-button .icon-wrapper {
    height: 36px;
    width: 36px;
    border: 2px solid #ffffff;
    padding: 8px;
    border-radius: 9999px; }
  .lightbox-close-button .icon {
    height: 100%;
    width: 100%;
    background-image: url("/assets/images/icons/navigation-close.svg"); }

.slick-dots {
  overflow: hidden; }

.article-page .content-wrapper img {
  max-width: 100%;
  max-height: fit-content !important; }
