/* Importing Bootstrap SCSS file. */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
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: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
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 {
  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;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
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;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
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;
}
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: 0.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-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;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  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: #fff;
  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(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  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: #fff;
  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(58, 176, 195, 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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  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: #fff;
  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(225, 83, 97, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  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(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  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: #fff;
  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;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  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: #fff;
  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;
  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;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  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: #fff;
  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;
  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;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  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: #fff;
  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: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  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%;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.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;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.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, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* You can add global styles to this file, and also import other style files */
/*!
 * @author Felix Baltruschat <fb@braune-digital.com>
 * @company Braune Digital GmbH
 */
/* TODO: This does not make sense */
/*!
 * @author Felix Baltruschat <fb@braune-digital.com>
 * @company Braune Digital GmbH
 */
/*!
 * @author Felix Baltruschat <fb@braune-digital.com>
 * @company Braune Digital GmbH
 */
.background--white {
  background: #fff !important;
}
.background--black {
  background: #000 !important;
  color: #fff;
}
.background--anthracite {
  background: #00192A !important;
  color: #fff;
}
.background--grey-light {
  background: #F5F5F5 !important;
}
.background--grey {
  background: #D2D2D2 !important;
}
.background--grey-dark {
  background: #787873 !important;
  color: #fff;
}
.background--deep-sea-blue-dark {
  background: #123551 !important;
  color: #fff;
}
.background--deep-sea-blue {
  background: #144162 !important;
  color: #fff;
}
.background--deep-sea-blue-medium {
  background: #113651 !important;
  color: #fff;
}
.background--deep-sea-blue-light {
  background: #1C5B8A !important;
  color: #fff;
}
.background--dark-blue-grey {
  background: #0e4f6f !important;
  color: #fff;
}
.background--dark-blue-grey-2 {
  background: #0c4160 !important;
  color: #fff;
}
.background--orange {
  background: #FF5E0C !important;
}
.background--champagne {
  background: #f8eede !important;
}
.background--boot-black {
  background: #151616 !important;
  color: #fff;
}
.background--pitch-green {
  background: #07F468 !important;
}
.background--violet {
  background: #C020F9 !important;
  color: #fff;
}
.background--violet-2 {
  background: #F208F5 !important;
  color: #fff;
}
.background--primary {
  background: #151616 !important;
  color: #fff;
}
.background--secondary {
  background: #07F468 !important;
}
.background--error {
  background: #EB3466 !important;
  color: #fff;
}
.background--success {
  background: #00C288 !important;
  color: #fff;
}
.background--info {
  background: #00AAFF !important;
}
.background--warning {
  background: #F8CA33 !important;
}
.background--draft {
  background: #FFB200 !important;
}
.text--white {
  color: #fff;
}
.text--black {
  color: #000;
}
.text--anthracite {
  color: #00192A;
}
.text--grey-light {
  color: #F5F5F5;
}
.text--grey {
  color: #D2D2D2;
}
.text--grey-dark {
  color: #787873;
}
.text--deep-sea-blue-dark {
  color: #123551;
}
.text--deep-sea-blue {
  color: #144162;
}
.text--deep-sea-blue-medium {
  color: #113651;
}
.text--deep-sea-blue-light {
  color: #1C5B8A;
}
.text--dark-blue-grey {
  color: #0e4f6f;
}
.text--dark-blue-grey-2 {
  color: #0c4160;
}
.text--orange {
  color: #FF5E0C;
}
.text--champagne {
  color: #f8eede;
}
.text--boot-black {
  color: #151616;
}
.text--pitch-green {
  color: #07F468;
}
.text--violet {
  color: #C020F9;
}
.text--violet-2 {
  color: #F208F5;
}
.text--primary {
  color: #151616;
}
.text--secondary {
  color: #07F468;
}
.text--error {
  color: #EB3466;
}
.text--success {
  color: #00C288;
}
.text--info {
  color: #00AAFF;
}
.text--warning {
  color: #F8CA33;
}
.text--draft {
  color: #FFB200;
}
.text--tiny {
  font-size: 12px;
}
.text--small {
  font-size: 13px;
}
.text--base {
  font-size: 16px;
}
.text--large {
  font-size: 20px;
}
.text--brand {
  font-size: 30px;
}
.text--h1 {
  font-size: 24px;
}
.text--h2 {
  font-size: 20px;
}
.text--h3 {
  font-size: 15px;
}
.text--h4 {
  font-size: 13px;
}
.text--light {
  font-weight: 300;
}
.text--normal {
  font-weight: 500;
}
.text--bold {
  font-weight: 700;
}
.text--upper {
  text-transform: uppercase;
}
.text--lower {
  text-transform: lowercase;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
/**
 * Based on
 *
 *  - reset.css 2.0 by Eric Meyer
      (public domain)
 *    http://meyerweb.com/eric/tools/css/reset/
 *
 *  - normalize.css 8.0.1 by Nicolas Gallagher and Jonathan Neal
 *    (licensed under MIT)
 *    https://github.com/necolas/normalize.css
 *
 *  - Based on Reboot from Bootstrap 4.2.1
 *    (licensed under MIT)
 *    https://github.com/twbs/bootstrap
 */
/**
 * IE10+ doesn't honor `<meta name="viewport">` in some cases
 */
/**
 * general reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}
/**
 * inherit box model for all elements
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}
/**
 * html root rules
 * 1. set border-box for inheritance
 * 2. avoid 300ms click delay on touch devices that support the `touch-action`
 *    CSS property
 * 3. Prevent adjustments of font size after orientation changes in IE, on
 *    Windows Phone and iOS.
 * 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
 *    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
 * 5. Change the default tap highlight to be completely transparent in iOS.
 */
html {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  touch-action: manipulation;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -ms-overflow-style: scrollbar;
  /* 5 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/**
 * body rules
 * 1. reset line-height to 1
 * 2. set base font-family to sans-serif
 * 3. Set an explicit initial text-align value so that we can later use the
 *    `inherit` value on things like `<th>` elements.
 */
body {
  /* 1 */
  line-height: 1;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  text-align: left;
}
/**
 * Lists
 */
ol, ul {
  list-style: none;
}
/**
 * Quotes
 */
blockquote, q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  caption-side: bottom;
}
/**
 * Table Headers
 * 1. Matches default `<td>` alignment by inheriting from the `<body>`, or the
 *    closest parent with a set `text-align`.
 */
th {
  /* 1 */
  text-align: inherit;
}
/**
 * Horizontal Lines
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
}
/**
 * Preformatted Text
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Don't allow content to break outside
 * 3. We have @viewport set which causes scrollbars to overlap content in IE11
 *    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
 *    counteract.
 */
pre,
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
}
pre {
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
}
/**
 * Links
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * 3. Add explicit cursor to indicate changed behavior.
 * 4. Prevent the text-decoration to be skipped.
 */
abbr[title] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 3 */
  cursor: help;
  /* 4 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/**
 * Hide SVG overflow in IE
 */
svg:not(:root) {
  overflow: hidden;
}
/**
 * Remove the default `border-radius` that macOS Chrome adds.
 * Details at https://github.com/twbs/bootstrap/issues/24093
 */
button {
  border-radius: 0;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 * Credit: https://github.com/suitcss/base/
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
/**
 * form element resets
 * 1. Remove the margin in Firefox and Safari
 * 2. inherit font rules
 */
input,
button,
select,
optgroup,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**
 * 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,
[type=reset],
[type=submit],
[type=button] {
  /* 2 */
  -webkit-appearance: button;
}
/**
 * Remove the default appearance of temporal inputs to avoid a Mobile Safari
 * bug where setting a custom line-height prevents text from being vertically
 * centered within the input.
 * See https://bugs.webkit.org/show_bug.cgi?id=139848
 * and https://github.com/twbs/bootstrap/issues/11266
 */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Textareas should really only resize vertically so they don't break their
 *    (horizontal) containers.
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * Show the overflow in IE.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button,
select {
  text-transform: none;
}
/**
 * Remove the inheritance of word-wrap in Safari.
 * See https://github.com/twbs/bootstrap/issues/24990
 */
select {
  word-wrap: normal;
}
/**
 * Remove inner border and padding from Firefox, but don't restore the outline
 * like Normalize.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * 1. Add the correct box sizing in IE 10-
 * 2. Remove the padding in IE 10-
 */
input[type=radio],
input[type=checkbox] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}
/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 * Credit: https://github.com/suitcss/base
 */
[tabindex="-1"]:focus {
  outline: 0 !important;
}
/**
 * Browsers set a default `min-width: min-content` on fieldsets,
 * unlike e.g. `<div>`s, which have `min-width: 0` by default.
 * So we reset that to ensure fieldsets behave more like a standard block element.
 * See https://github.com/twbs/bootstrap/issues/12359
 * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
 */
fieldset {
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Set display to block for all browsers
 */
legend {
  /* 1 */
  max-width: 100%;
  white-space: normal;
  /* 2 */
  color: inherit;
  /* 3 */
  display: block;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}
/**
 * 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] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}
/**
 * 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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}
/**
 * Correct element display for output
 */
output {
  display: inline-block;
}
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Rifton Norm";
  src: url("/assets/fonts/Rifton-Norm.eot");
  src: url("/assets/fonts/Rifton-Norm.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Rifton-Norm.woff2") format("woff2"), url("/assets/fonts/Rifton-Norm.woff") format("woff"), url("/assets/fonts/Rifton-Norm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-BoldItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedLightItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-Medium.woff2") format("woff2"), url("/assets/fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-MediumItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedBold.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedMedium.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedBlackItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedMediumItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-Italic.woff2") format("woff2"), url("/assets/fonts/DINPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedBoldItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-Light.woff2") format("woff2"), url("/assets/fonts/DINPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-Bold.woff2") format("woff2"), url("/assets/fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-BlackItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedLight.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedRegular.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-LightItalic.woff2") format("woff2"), url("/assets/fonts/DINPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url("/assets/fonts/DINPro-CondensedBlack.woff2") format("woff2"), url("/assets/fonts/DINPro-CondensedBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("/assets/fonts/DINPro-Black.woff2") format("woff2"), url("/assets/fonts/DINPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak Wide ExtraBlack";
  src: url("/assets/fonts/NeuePlak-WideExtraBlack.eot");
  src: url("/assets/fonts/NeuePlak-WideExtraBlack.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NeuePlak-WideExtraBlack.woff2") format("woff2"), url("/assets/fonts/NeuePlak-WideExtraBlack.woff") format("woff"), url("/assets/fonts/NeuePlak-WideExtraBlack.ttf") format("truetype"), url("/assets/fonts/NeuePlak-WideExtraBlack.svg#NeuePlak-WideExtraBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cruyff Sans";
  font-weight: 300;
  src: url("/assets/fonts/CruyffSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Cruyff Sans";
  font-weight: 400;
  src: url("/assets/fonts/CruyffSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cruyff Sans";
  font-weight: 500;
  src: url("/assets/fonts/CruyffSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Cruyff Sans";
  font-weight: 700;
  src: url("/assets/fonts/CruyffSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Cruyff Sans Expanded";
  font-weight: 900;
  src: url("/assets/fonts/CruyffSansExpanded-Heavy.woff2") format("woff2"), url("/assets/fonts/CruyffSansExpanded-Heavy.woff") format("woff");
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
.btn {
  position: relative;
  z-index: 10;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 20px;
  background: none;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.btn:after {
  position: absolute;
  display: block;
  content: "";
  background: #151616;
  border-radius: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all ease-in-out 0.1s;
}
.btn:hover:after {
  bottom: -3px;
  left: -3px;
  right: -3px;
  top: -3px;
}
.btn.btn--block {
  display: flex;
  width: 100%;
}
.btn.btn--border:after {
  background: none;
  border: 2px solid #07F468;
}
.btn.btn--border-bottom {
  border-bottom: 1px solid #07F468;
  color: #fff;
}
.btn.btn--white {
  color: #fff;
}
.btn.btn--white.btn--border:after {
  border-color: #fff;
}
.btn.btn--green {
  color: #07F468;
}
.btn.btn--green.btn--border:after {
  border-color: #07F468;
}
.btn.btn--black {
  color: #151616;
}
.btn.btn--black.btn--border:after {
  border-color: #151616;
}
.btn.btn--outline:after {
  background: transparent;
}
.btn--hover, .btn:hover {
  color: #07F468;
  font-weight: 500;
}
.btn--hover fa-icon svg, .btn:hover fa-icon svg {
  color: #07F468 !important;
  stroke: #07F468 !important;
}
.btn--hover:after, .btn:hover:after {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}
@media (max-width: 767.98px) {
  .btn-group {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .btn-group .btn:not(:last-child) {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .btn-group .btn:not(:last-child) {
    margin-right: 1.875rem;
  }
}
.btn-group.btn-group--vertical .btn {
  margin-right: 0;
  margin-bottom: 0.9375rem;
  display: flex;
  width: 100%;
}
[dir=rtl] .btn-group .btn {
  margin-right: 0;
  margin-left: 1.875rem;
}
.table {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.table .table__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #787873;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
.table .table__row--hover, .table .table__row:hover {
  background: rgba(0, 0, 0, 0.05);
}
.table .table__cell {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  display: flex;
  align-items: center;
}
.table .table__cell.table__cell--logo {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
}
.table .table__cell.table__cell--logo img {
  width: 100%;
  height: auto;
}
.table .table__cell.table__cell--title {
  flex: 1 1 auto;
  overflow: hidden;
}
.table .table__cell.table__cell--title h3 {
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table .table__cell.table__cell--league {
  display: none;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 0;
}
.table .table__cell.table__cell--arrow {
  margin-left: 0;
}
.table .table__cell.table__cell--extra {
  display: none;
}
@media (min-width: 768px) {
  .table .table__row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .table .table__cell {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .table .table__cell.table__cell--league {
    display: flex;
  }
  .table .table__cell.table__cell--extra {
    display: flex;
    font-weight: 500;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .table .table__cell.table__cell--title h3 {
    font-size: 1.375rem;
  }
  .table .table__cell.table__cell--logo {
    width: 72px;
    height: 72px;
  }
}
[dir=rtl] .table .table__cell--arrow fa-icon svg {
  transform: rotate(180deg);
}
body {
  font-family: "Cruyff Sans", sans-serif;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #fff;
}
@media (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}
h1, h2 {
  font-family: "Cruyff Sans Expanded", sans-serif;
  font-weight: bold;
  line-height: 1;
}
h3, h4, h5, h6 {
  font-family: "Cruyff Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
}
h1, h2 {
  text-transform: uppercase;
}
[dir=rtl] {
  text-align: right;
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.input {
  position: relative;
}
.input:before {
  position: absolute;
  display: block;
  content: "";
  background: #151616;
  border: 2px solid #07F468;
  background-color: #151616;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease-in-out 0.1s;
  z-index: 0;
}
.input input {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 25px 15px 55px;
  background: none;
  text-decoration: none;
  color: #fff;
  width: 100%;
  border: none;
}
.input input--focus, .input input:focus {
  outline: none;
}
.input .input__icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  color: #07F468;
}
[dir=rtl] .input input {
  padding-left: 25px;
  padding-right: 55px;
}
[dir=rtl] .input .input__icon {
  right: 25px;
  right: auto;
}
.modal-content {
  border: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
#nds-header {
  height: 60px;
  overflow: hidden;
  display: none;
}
@media (max-width: 1455px) {
  #nds-header {
    height: 52px;
  }
}
ea-local-nav[rtl] {
  right: 0;
}
app-hero {
  background-image: url("/assets/images/fc26/bg-hero-mobile.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width: 1200px) {
  app-hero {
    background-image: url("/assets/images/fc26/bg-hero-desktop.webp");
    background-position: center center;
  }
}
.c-h {
  position: relative;
  color: #fff;
  z-index: 50;
  text-align: center;
  background-color: transparent;
  background-image: url("/assets/images/fc26/bg-hero-tablet-lg.webp");
  background-size: auto 100%;
  background-position: center 400px;
  background-repeat: no-repeat;
}
.c-h:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.c-h .c-h__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-h .c-h__logo,
.c-h .c-h__title,
.c-h .c-h__search {
  order: 1;
}
.c-h .c-h__scroll-down-text {
  font-size: 1.125rem;
  font-weight: 500;
  order: 3;
  margin-bottom: 0.9375rem;
}
.c-h .c-h__scroll {
  order: 4;
}
.c-h .c-h__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  width: 150px;
}
.c-h .c-h__logo svg {
  width: 100%;
  height: auto;
}
.c-h .c-h__title {
  margin-bottom: 1.875rem;
}
.c-h .c-h__title h1 {
  font-size: 2.375rem;
}
.c-h .c-h__search {
  margin-bottom: 7.5rem;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.c-h .c-h__scroll {
  margin-left: auto;
  margin-right: auto;
  width: 22px;
  height: auto;
}
.c-h .c-h__outer.c-h--sticky {
  position: fixed;
  z-index: 50;
  width: 100%;
  background-color: #151616;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  transform: translateY(-100%);
}
.c-h .c-h__outer.c-h--sticky .c-h__logo,
.c-h .c-h__outer.c-h--sticky .c-h__title,
.c-h .c-h__outer.c-h--sticky .c-h__scroll-down-text,
.c-h .c-h__outer.c-h--sticky .c-h__scroll {
  display: none;
}
.c-h .c-h__outer.c-h--sticky .c-h__search {
  margin-bottom: 0;
}
.c-h .c-h__outer.c-h--sticky .c-h__inner {
  min-height: 0;
  padding-top: 0;
}
.c-h .c-h__outer.c-h--sticky--show {
  transform: translateY(0);
  transition: transform 0.5s;
}
@media (max-width: 991.98px) {
  .c-h {
    height: 660px;
  }
  .c-h .c-h__inner {
    min-height: 520px;
    max-width: 420px;
    margin: 0 auto;
    padding-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .c-h {
    background-size: contain;
    background-position: bottom center;
    height: 600px;
  }
  .c-h:before {
    display: none;
  }
  .c-h .c-h__outer.c-h--sticky {
    margin-top: -3px;
  }
  .c-h .c-h__logo {
    display: none;
  }
  .c-h .c-h__search {
    margin-bottom: 16.875rem;
  }
  .c-h .c-h__shadow {
    background: linear-gradient(180deg, rgba(234, 243, 235, 0) 0%, #151616 100%);
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #07F468;
  }
  .c-h .c-h__title h1 {
    font-size: 1.8125rem;
    line-height: 2.125rem;
  }
  .c-h .c-h__inner {
    min-height: 520px;
    padding-top: 2.8125rem;
  }
  .c-h .c-h__scroll-down-text {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .c-h .c-h__shadow {
    background: linear-gradient(180deg, rgba(234, 243, 235, 0) 0%, #151616 100%);
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .c-h {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .c-h {
    height: 900px;
  }
  .c-h:before {
    display: none;
  }
  .c-h .c-h__logo {
    display: block;
    width: 320px;
  }
  .c-h .c-h__inner {
    min-height: 900px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 0;
  }
  .c-h .c-h__title {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.75rem;
  }
  .c-h .c-h__title h1 {
    font-size: 3.875rem;
    line-height: 4.25rem;
  }
  .c-h .c-h__search {
    margin-bottom: 9.375rem;
    width: 500px;
  }
}
@media (min-width: 992px) {
  .c-h {
    text-align: left;
    background-image: url("/assets/images/fc26/bg-hero-tablet-lg.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .c-h .c-h__outer {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .c-h .c-h__inner {
    justify-content: center;
    text-align: center;
  }
  .c-h .c-h__logo {
    width: 313px;
  }
  .c-h .c-h__title {
    max-width: 830px;
    margin-left: 0;
    margin-right: 0;
  }
  .c-h .c-h__search {
    margin-bottom: 12.1875rem;
  }
  .c-h .c-h__logo,
.c-h .c-h__title,
.c-h .c-h__scroll {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .c-h {
    background-image: url("/assets/images/fc26/hero-left-side-bg.webp");
    background-size: contain;
    background-position: left center;
    min-height: 800px;
    min-height: 1041px;
  }
  .c-h .c-h__outer {
    background-image: url("/assets/images/fc26/hero-right-side-bg.webp");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .c-h .c-h__outer.c-h--sticky {
    background-color: #151616;
    background-image: none;
  }
  .c-h .c-h__inner {
    max-width: 800px;
    min-height: 1041px;
    margin: 0 auto;
    text-align: center;
  }
  .c-h .c-h__search {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }
}
.c-h .c-h__border__bottom {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: block;
  inline-size: 100%;
  block-size: 5px;
  background-image: linear-gradient(100deg, #6085E5 0%, #7E42F5 47%, #E80BFC 100%);
}
@media (min-width: 992px) {
  [dir=rtl] .c-h {
    text-align: right;
  }
}
.c-tyf {
  position: relative;
  background-image: url("/assets/images/fc26/bg-tell-your-friends-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
.c-tyf .c-tyf__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-tyf .c-tyf__label {
  font-family: "Cruyff Sans Expanded";
  margin-bottom: 0.9375rem;
  text-align: center;
}
.c-tyf .c-tyf__label h2 {
  font-size: 2.25rem;
  line-height: 3.25rem;
}
.c-tyf .c-tyf__share {
  display: flex;
  gap: 2.4999375rem;
  align-items: center;
}
.c-tyf .c-tyf__share svg > path {
  fill: #fff;
}
.c-tyf ul {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .c-tyf ul {
    display: flex;
  }
}
.c-tyf ul li:not(:first-child) {
  margin-left: 1.875rem;
}
.c-tyf ul li a {
  color: #fff;
  font-size: 1.5rem;
}
.c-tyf ul li a svg {
  transition: all ease-in-out 0.1s;
}
.c-tyf ul li a:hover svg {
  transform: scale(1.272);
}
.c-tyf .btn {
  font-weight: 500;
}
.c-tyf .btn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .c-tyf .c-tyf__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-tyf .c-tyf__label {
    margin-bottom: 0;
  }
  .c-tyf .c-tyf__share {
    flex-direction: row;
  }
  .c-tyf .c-tyf__share .c-tyf__share__social {
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
  .c-tyf:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    block-size: 5px;
    inline-size: 100%;
    background-image: linear-gradient(49deg, #6085E5 0%, #7E42F5 47%, #E80BFC 100%);
  }
}
[dir=rtl] .c-tyf .c-tyf__label {
  text-align: right;
}
@media (max-width: 991.98px) {
  [dir=rtl] .c-tyf .c-tyf__label {
    text-align: center;
  }
}
.c-cd {
  background-color: #151616;
}
.c-cd .c-cd__wrapper {
  background-image: url("/assets/images/fc26/bg-main-pattern.png");
  padding-top: 1.875rem;
  background-repeat: repeat;
  background-position: top center;
}
@media (min-width: 768px) {
  .c-cd .c-cd__wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .c-cd .c-cd__wrapper {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }
}
.c-cd .c-cd__header {
  display: none;
}
@media (min-width: 768px) {
  .c-cd .c-cd__header {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    border-bottom: 4px solid #C020F9;
  }
  .c-cd .c-cd__header img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-cd .c-cd__header:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 200px;
    bottom: 0;
    opacity: 0.5;
  }
}
.c-cd .c-cd__club {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 0.9375rem;
  align-items: center;
}
@media (min-width: 768px) {
  .c-cd .c-cd__club {
    margin-bottom: 2.8125rem;
  }
}
.c-cd .c-cd__club .c-cd__club__logo {
  width: 136px;
  height: 136px;
  margin-bottom: 1.875rem;
  flex: 0 0 auto;
}
.c-cd .c-cd__club .c-cd__club__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-cd .c-cd__club .c-cd__club__share {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.c-cd .c-cd__club .c-cd__club__share.cd__club__share__mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__club .c-cd__club__share {
    display: none;
    margin-top: 0.46875rem;
  }
  .c-cd .c-cd__club .c-cd__club__share .c-cd__club__share__history a {
    width: 50px;
    display: inline-block;
  }
  .c-cd .c-cd__club .c-cd__club__share.cd__club__share__mobile {
    display: flex;
    justify-content: center;
    margin-top: 1.24996875rem;
  }
}
.c-cd .c-cd__club .c-cd__club__share a {
  font-size: 1.5rem;
  color: #07F468;
}
.c-cd .c-cd__club .c-cd__club__share ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .c-cd .c-cd__club .c-cd__club__share ul {
    display: flex;
  }
}
.c-cd .c-cd__club .c-cd__club__share ul li:not(:first-child) {
  margin-left: 1.875rem;
}
.c-cd .c-cd__club .c-cd__club__share svg > path {
  fill: var(--ea-theme-color);
}
@media (min-width: 768px) {
  .c-cd .c-cd__club .c-cd__club__name {
    padding-right: 1.875rem;
  }
}
.c-cd .c-cd__club .c-cd__club__name h1 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 500;
  text-transform: none;
  font-family: "Cruyff Sans", sans-serif;
  word-break: keep-all;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .c-cd .c-cd__club .c-cd__club__name h1 {
    max-width: 400px;
    white-space: nowrap;
    padding-right: 20px;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .c-cd .c-cd__club .c-cd__club__name h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Cruyff Sans Expanded", sans-serif;
  }
}
@media (min-width: 768px) {
  .c-cd .c-cd__club {
    flex-direction: row;
    align-items: center;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .c-cd .c-cd__club .c-cd__club__logo {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .c-cd .c-cd__club .c-cd__club__share {
    margin-bottom: 0;
    order: 3;
    width: auto;
    margin-left: auto;
  }
  .c-cd .c-cd__club .c-cd__club__share a svg {
    transition: all ease-in-out 0.1s;
  }
  .c-cd .c-cd__club .c-cd__club__share a--hover svg, .c-cd .c-cd__club .c-cd__club__share a:hover svg {
    transform: scale(1.272);
  }
  .c-cd .c-cd__club .c-cd__club__share .c-cd__club__share__history {
    display: none;
  }
}
.c-cd .c-cd__bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0.9375rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .c-cd .c-cd__bg {
    background-size: cover;
    padding-bottom: 5.625rem;
  }
}
.c-cd .c-cd__packs {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__packs .btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .c-cd .c-cd__packs {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .c-cd .c-cd__packs .c-cd__packs__pack {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 1200px) {
  .c-cd .c-cd__packs .c-cd__packs__pack {
    width: 25%;
    flex: 1 0 25%;
  }
}
.c-cd .c-cd__pack {
  margin-bottom: 5.625rem;
}
.c-cd .c-cd__pack h3 {
  font-size: 1.125rem;
  line-height: 28.6px;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  font-family: "Cruyff Sans", sans-serif;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__pack h3 {
    font-family: "Cruyff Sans Expanded", sans-serif;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
  }
}
.c-cd .c-cd__pack .c-cd__pack__preview {
  position: relative;
  height: 205px;
  margin-bottom: 1.875rem;
}
.c-cd .c-cd__pack .c-cd__pack__preview .c-cd__pack__preview__picture--case img {
  height: 60%;
  margin-top: 20%;
}
.c-cd .c-cd__pack .c-cd__pack__preview .c-cd__pack__preview__picture--phone img {
  height: 60%;
  margin-top: 20%;
}
.c-cd .c-cd__pack .c-cd__pack__preview .c-cd__pack__preview__picture--tablet img {
  height: 70%;
  margin-top: 15%;
}
.c-cd .c-cd__pack .c-cd__pack__preview .c-cd__pack__preview__picture--desktop img {
  height: 100%;
  margin: 0;
}
.c-cd .c-cd__pack .c-cd__pack__preview img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}
.c-cd .c-cd__pack__files .btn:after {
  display: none;
}
.c-cd .c-cd__actions .btn {
  color: #151616;
  font-weight: 500;
}
.c-cd .c-cd__actions .btn:after {
  background-color: #07F468;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__actions .btn:after {
    background-color: #07F468;
  }
}
.c-cd .c-cd__actions .btn.btn--underline {
  color: #1c1f26;
  border-radius: 0;
  border-bottom: 1px solid #1c1f26;
  padding: 0;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__actions .btn.btn--underline {
    margin-top: 1.875rem;
  }
}
.c-cd .c-cd__actions .btn.btn--underline:hover {
  color: var(--fifa22-blue);
}
.c-cd .c-cd__actions .btn.btn--underline:after {
  background: none;
}
.c-cd .c-cd__actions .btn.btn--outline {
  color: #07F468;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__actions .btn.btn--outline {
    margin-top: 1.875rem;
  }
}
.c-cd .c-cd__actions .btn.btn--outline:after {
  border-radius: 100px;
  border: 1px solid #07F468;
  background: none;
}
@media (max-width: 767.98px) {
  .c-cd .c-cd__actions .btn.c-cd__actions__tell-your-friends {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-cd .c-cd__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
[dir=rtl] .c-cd__club .c-cd__club__share ul li:not(:first-child) {
  margin-left: 0;
  margin-right: 1.875rem;
}
[dir=rtl] .c-cd__club .c-cd__club__name {
  text-align: right;
}
@media (min-width: 768px) {
  [dir=rtl] .c-cd__club .c-cd__club__logo {
    margin-right: 0;
    margin-left: 1.875rem;
  }
}
app-club-page app-tell-your-friends {
  display: none;
}
@media (min-width: 768px) {
  app-club-page app-tell-your-friends {
    display: block;
  }
}
@media (min-width: 768px) {
  app-club-page app-teaser {
    display: none;
  }
}
.c-cs {
  position: relative;
  background-color: #151616;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .c-cs {
    background-image: none;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .c-cs {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .c-cs {
    background-position: bottom right;
  }
}
.c-cs.c-cs--iframe {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .c-cs.c-cs--iframe {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .c-cs.c-cs--iframe {
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem;
  }
}
@media (min-width: 1200px) {
  .c-cs.c-cs--iframe {
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem;
  }
}
.c-cs .c-cs__header {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.875rem;
}
.c-cs .c-cs__header .c-cs__title {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.c-cs .c-cs__header .c-cs__title h2 {
  font-weight: 500;
  font-family: "Cruyff Sans", sans-serif;
  text-transform: none;
}
@media (min-width: 768px) {
  .c-cs .c-cs__header {
    grid-template-columns: auto 1fr auto;
  }
  .c-cs .c-cs__header .c-cs__title {
    font-size: 3rem;
    line-height: 3.125rem;
    margin-bottom: 0;
  }
}
.c-cs .table {
  margin-bottom: 0;
}
.c-cs .c-cs__bg {
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .c-cs .c-cs__bg-bottom {
    z-index: 0;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 500px;
    left: 0;
    bottom: 0;
  }
}
[dir=rtl] .c-cs .c-cs__header .c-cs__title {
  text-align: right;
}
.c-t {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #151616;
  background-image: url("/assets/images/fc26/bg-teaser.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.c-t:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  block-size: 5px;
  inline-size: 100%;
  background-image: linear-gradient(49deg, #6085E5 0%, #7E42F5 47%, #E80BFC 100%);
}
.c-t .c-t__packs {
  margin-bottom: -160px;
  width: 600px;
}
.c-t .c-t__packs img {
  width: 100%;
}
.c-t .c-t__title {
  margin-bottom: 1.875rem;
}
.c-t .c-t__title h2 {
  font-weight: 500;
  font-family: "Cruyff Sans", sans-serif;
  text-transform: none;
  font-size: 1.75rem;
  line-height: 1.9375rem;
}
@media (min-width: 768px) {
  .c-t .c-t__title h2 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
.c-t .c-t__subline {
  margin-bottom: 1.875rem;
}
.c-t .c-t__subline p {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 400;
  max-width: 480px;
}
.c-t .c-t__subline .btn {
  font-size: 0.9375rem;
  font-weight: 500;
}
.c-t .c-t__subline:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .c-t {
    background-image: url("/assets/images/fc26/bg-teaser-mobile.webp");
    background-position: center left;
    background-size: cover;
    background-color: #151616;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .c-t .c-t__packs {
    display: none;
  }
  .c-t .c-t__body {
    text-align: center;
  }
  .c-t .c-t__title h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 400;
  }
  .c-t .c-t__subline {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .c-t {
    padding-top: 11.25rem;
    padding-bottom: 9.99375rem;
  }
  .c-t .c-t__packs {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .c-t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .c-t .c-t__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-t .c-t__body {
    width: 540px;
    flex: 1 0 auto;
    margin-right: 6.24375rem;
    margin-right: 7.5rem;
  }
  .c-t .c-t__packs {
    order: 2;
    max-width: none;
    margin-top: -180px;
    margin-bottom: -230px;
    width: 632px;
  }
  .c-t .c-t__packs img {
    width: 632px;
  }
}
[dir=rtl] .c-t {
  text-align: right;
}
@media (min-width: 992px) {
  [dir=rtl] .c-t__packs {
    margin-left: 0;
    margin-right: 4.6875rem;
  }
  [dir=rtl] .c-t__body {
    margin-right: 0;
    margin-left: 4.6875rem;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    .c-t .c-t__packs {
      margin-top: -160px;
      margin-bottom: -260px;
    }
  }
}
.c-sm {
  color: #151616;
}
.c-sm .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.875rem;
  color: #151616;
  font-weight: 400;
}
.c-sm .close--focus, .c-sm .close:focus {
  outline: none;
}
.c-sm .close--hover, .c-sm .close:hover {
  outline: none;
  color: #151616;
}
.c-sm .c-sm__label {
  margin-bottom: 1.875rem;
}
.c-sm .c-sm__label h2 {
  font-weight: 500;
  font-family: "Cruyff Sans", sans-serif;
  text-transform: none;
  font-size: 2.625rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-sm .c-sm__label {
    margin-top: 1.875rem;
  }
  .c-sm .c-sm__label h2 {
    font-size: 1.625rem;
  }
}
.c-sm .c-sm__share {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.c-sm .c-sm__share .c-sm__share__social {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
.c-sm .c-sm__share .c-sm__share__social a {
  color: #fff;
  background-color: #151616;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all ease-in-out 0.1s;
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .c-sm .c-sm__share .c-sm__share__social a {
    width: 60px;
    height: 60px;
    font-size: 1.875rem;
  }
}
.c-sm .c-sm__share .c-sm__share__social a--hover, .c-sm .c-sm__share .c-sm__share__social a:hover {
  background-color: #F208F5;
  opacity: 1;
}
.c-sm .c-sm__share .c-sm__share__social a svg > path {
  fill: #fff;
}
.c-sm .c-sm__share .c-sm__share__social ul {
  display: flex;
  flex-direction: row;
}
.c-sm .c-sm__share .c-sm__share__social ul li {
  margin-right: 1.875rem;
}
.c-sm .c-sm__share .c-sm__share__social ul li:last-child {
  margin-right: 0;
}
.c-sm .c-sm__copy p {
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.c-sm .c-sm__copy .c-sm__copy__form {
  display: flex;
}
.c-sm .c-sm__copy .c-sm__copy__form .input {
  flex: 2;
  margin-right: 0.9375rem;
}
.c-sm .c-sm__copy .c-sm__copy__form .input:before {
  border-color: #151616;
  background-color: transparent;
}
.c-sm .c-sm__copy .c-sm__copy__form .input input {
  color: #151616;
  padding-left: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-sm .c-sm__copy .c-sm__copy__form .btn:after {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .c-sm .modal-body {
    padding: 3.28125rem 1.875rem;
  }
  .c-sm .c-sm__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-sm .c-sm__label {
    margin-bottom: 2.8125rem;
  }
  .c-sm .c-sm__share {
    flex-direction: row;
    justify-content: center;
  }
  .c-sm .c-sm__share .c-sm__share__social {
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
}
[dir=rtl] .c-sm .c-sm__share .c-sm__share__social ul li {
  margin-left: 1.875rem;
  margin-right: 0;
}
[dir=rtl] .c-sm .c-sm__share .c-sm__share__social ul li:last-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  [dir=rtl] .c-sm .c-sm__share .c-sm__share__social {
    margin-left: 1.875rem;
    margin-right: 0;
  }
}
.c-b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  color: #787873;
  align-items: center;
}
.c-b a {
  color: #07F468;
  text-decoration: none;
}
.c-b li {
  margin-right: 0.9375rem;
}
.c-b li:nth-child(even) {
  margin-top: -1px;
}
[dir=rtl] .c-b fa-icon svg {
  transform: rotate(180deg);
}
.c-sb {
  position: relative;
}
.c-sb .input {
  z-index: 99;
}
.c-sb .input.input--focus:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-sb .input__icon {
  z-index: 99;
}
.c-sb .input__icon .c-sb__close {
  cursor: pointer;
  display: none;
  margin-right: 0.9375rem;
}
.c-sb .c-sb__results {
  position: absolute;
  display: none;
  background: none;
  border-left: 1px solid #07F468;
  border-bottom: 1px solid #07F468;
  border-right: 1px solid #07F468;
  background-color: #151616;
  border-radius: 0 0 20px 20px;
  top: 58px;
  margin-top: -7px;
  left: 0;
  transition: all ease-in-out 0.1s;
  width: 100%;
}
@media (min-width: 768px) {
  .c-sb .c-sb__results {
    margin-top: -2px;
  }
}
.c-sb .c-sb__results.c-sb__results--show {
  display: block;
}
.c-sb .c-sb__results .c-sb__results__club {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  font-weight: 300;
}
.c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__inner {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding: 0.65625rem 0.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__img {
  width: 40px;
  height: 40px;
  margin-right: 0.9375rem;
}
.c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__img img {
  max-height: 40px;
}
.c-sb .c-sb__results .c-sb__results__club--hover, .c-sb .c-sb__results .c-sb__results__club:hover, .c-sb .c-sb__results .c-sb__results__club--focus, .c-sb .c-sb__results .c-sb__results__club:focus {
  background-color: #07F468;
  font-weight: 400;
  color: #151616;
}
.c-sb .c-sb__results .c-sb__results__club--hover .c-sb__results__club__chevron, .c-sb .c-sb__results .c-sb__results__club:hover .c-sb__results__club__chevron, .c-sb .c-sb__results .c-sb__results__club--focus .c-sb__results__club__chevron, .c-sb .c-sb__results .c-sb__results__club:focus .c-sb__results__club__chevron {
  display: block;
}
.c-sb .c-sb__results .c-sb__results__club--hover .c-sb__results__club__name, .c-sb .c-sb__results .c-sb__results__club:hover .c-sb__results__club__name, .c-sb .c-sb__results .c-sb__results__club--focus .c-sb__results__club__name, .c-sb .c-sb__results .c-sb__results__club:focus .c-sb__results__club__name {
  font-weight: 500;
}
.c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__name {
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: left;
}
.c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__cta {
  display: none;
  margin-left: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__cta {
    display: none;
  }
}
.c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__chevron {
  display: none;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .c-sb .c-sb__results .c-sb__results__club .c-sb__results__club__chevron {
    margin-left: auto;
  }
}
.c-sb .c-sb__results .c-sb__results__results {
  padding: 0.9375rem 0.1875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
}
.c-sb .c-sb__results .c-sb__results__empty__results {
  padding: 0.9375rem 0.1875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
}
[dir=rtl] .c-sb .c-sb__close {
  margin-right: 0;
  margin-left: 0.9375rem;
}
[dir=rtl] .c-sb .c-sb__results__club .c-sb__results__club__cta {
  margin-left: 0 !important;
  margin-right: auto;
}
[dir=rtl] .c-sb .c-sb__results__club .c-sb__results__club__img {
  margin-right: 0;
  margin-left: 0.9375rem;
}
[dir=rtl] .c-sb .c-sb__results__club .c-sb__results__club__name {
  text-align: right;
}
[dir=rtl] .c-sb .c-sb__results__club .c-sb__results__club__chevron {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media (max-width: 767.98px) {
  [dir=rtl] .c-sb .c-sb__results__club .c-sb__results__club__chevron {
    margin-right: auto;
  }
}
[dir=rtl] .c-sb .c-sb__results__club .c-sb__results__club__chevron fa-icon svg {
  transform: rotate(180deg);
}
.c-cl .c-cl__countries {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.875rem;
}
.c-cl .c-cl__countries .c-cl__countries__country {
  background: #151616;
  transition: transform 0.4s;
  padding: 2.8125rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  position: relative;
}
@media (min-width: 768px) {
  .c-cl .c-cl__countries .c-cl__countries__country {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.c-cl .c-cl__countries .c-cl__countries__country .c-cl__countries__marker {
  display: none;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.c-cl .c-cl__countries .c-cl__countries__country:after {
  content: "";
  position: absolute;
  background-color: #07F468;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
}
@media (max-width: 767.98px) {
  .c-cl .c-cl__countries .c-cl__countries__country:after {
    display: none;
  }
}
.c-cl .c-cl__countries .c-cl__countries__country h4 {
  font-family: "Cruyff Sans Expanded", sans-serif;
  padding-bottom: 1.875rem;
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-cl .c-cl__countries .c-cl__countries__country h4 {
    text-transform: none;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .c-cl .c-cl__countries .c-cl__countries__country h4 {
    padding-bottom: 1.875rem;
  }
}
.c-cl .c-cl__countries .c-cl__countries__country:hover .c-cl__countries__marker {
  display: inline;
}
.c-cl .c-cl__countries .c-cl__countries__country:hover:after {
  height: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767.98px) {
  .c-cl .c-cl__countries {
    grid-gap: 0;
  }
  .c-cl .c-cl__countries .c-cl__countries__country {
    display: flex;
    justify-content: space-between;
    height: 106px;
    border-bottom: 1px solid #787873;
    background: none;
    align-items: center;
    padding: 18px;
  }
  .c-cl .c-cl__countries .c-cl__countries__country h4 {
    padding: 0;
    font-family: "Cruyff Sans", sans-serif;
    font-size: 1.375rem;
    margin-left: 26px;
    text-align: left;
  }
  .c-cl .c-cl__countries .c-cl__countries__country img {
    max-width: 70px;
  }
  .c-cl .c-cl__countries .c-cl__countries__country fa-icon {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .c-cl .c-cl__countries .c-cl__countries__country {
    color: #fff;
  }
  .c-cl .c-cl__countries .c-cl__countries__country img {
    max-width: 145px;
    max-height: 88px;
  }
  .c-cl .c-cl__countries .c-cl__countries__country fa-icon {
    display: none;
  }
}
[dir=rtl] .c-cl .c-cl__countries .c-cl__countries__country h4 {
  margin-left: 0;
  margin-right: 26px;
  text-align: right;
}
[dir=rtl] .c-cl .c-cl__countries .c-cl__countries__country fa-icon {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .c-cl .c-cl__countries .c-cl__countries__country fa-icon svg {
  transform: rotate(180deg);
}
