@charset "UTF-8";
/*
File Name:    style.css
Written by:   Dan Fisher - (http://bit.ly/dan_fisher)
Description:  General styling for template (including Header, Footer, Sidebar)
*/
/* Table of Content
==================================================

	#Imports

	#Content

	#Components
		- Accordion
		- Buttons
		- Countdown
		- Counter
		- Custom Select
		- Fields
		- Filter Menu
		- Forms
		- Icons
		- Info Box
		- Lightbox
		- Logo
		- Map
		- Menus
		- Misc
		- Overlay
		- Page Heading
		- Partner
		- Social Menus
		- Sprites
		- Staff Member
		- Stream

	#Modules
		- Header Actions
		- Menu Panel
		- Cart Panel
		- Search Panel

		- Widget Areas
		- Widget Default
		- Widget Posts Carousel

	#Base
		- Header
		- Header Navigation
		- Header Search
		- Page Header
		- Content
		- Footer
		- 404 Error Page
		- Misc
		- Helpers
		- Preloader
		- Partners



	#Widgets
		- Widgets common styles
		- Widget Schedule
		- Widget Social Links
		- Widget Categories
		- Widget Posts
		- Widgets Tags
		- Widget Instagram
		- Widget Archive

	#Blog
		- Post
		- Pagination
		- Post Author
		- Post Comments
		- Post Grid
*/
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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", 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", 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;
}

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

[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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  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-wrap: break-word;
}
a > code {
  color: inherit;
}

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

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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
table,
.table,
.wp-block-table table {
  width: 100%;
  margin-bottom: 2rem;
  color: #212529;
}
table th,
table td,
.table th,
.table td,
.wp-block-table table th,
.wp-block-table table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th,
.table thead th,
.wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody,
.table tbody + tbody,
.wp-block-table table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

table,
.table-bordered,
.wp-block-table table {
  border: 1px solid #dee2e6;
}
table th,
table td,
.table-bordered th,
.table-bordered td,
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid #dee2e6;
}
table thead th,
table thead td,
.table-bordered thead th,
.table-bordered thead td,
.wp-block-table table thead th,
.wp-block-table table 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),
.wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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 (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.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.5;
}

.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.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, .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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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-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 {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  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 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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-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 {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  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 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  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;
    flex-shrink: 0;
    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;
  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, .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 (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;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  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: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  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: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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 > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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 > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.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:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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.5;
  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-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.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 {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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;
  -moz-appearance: none;
       appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.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-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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 (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;
  pointer-events: none;
  cursor: default;
}

.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.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: #fff;
  background-color: #007bff;
}

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

.nav-justified > .nav-link,
.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@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,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    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,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    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,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    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,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  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 {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-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;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.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 {
  display: flex;
}
.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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  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: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.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: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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: 700;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.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;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  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;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.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 {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: #fff;
  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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.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);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #007bff !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #fff !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !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.8571428571%;
}

.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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !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: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.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 #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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;
  }
}
:root {
  --font-base: "Rajdhani";
  --font-size-base: 1rem;
  --h-lead1-font-size: 6.375rem;
  --h-lead2-font-size: 4.5rem;
  --h1-font-size: 3.875rem;
  --h2-font-size: 2.875rem;
  --h3-font-size: 2rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 1rem;
  --color-body-bg: hsl(0, 0%, 100%);
  --color-body-bg-h: 0;
  --color-body-bg-s: 0%;
  --color-body-bg-l: 100%;
  --color-body: hsl(231, 17%, 16%);
  --color-body-h: 231;
  --color-body-s: 17%;
  --color-body-l: 16%;
  --color-body-dark: hsl(232, 46%, 85%);
  --color-body-dark-h: 232;
  --color-body-dark-s: 46%;
  --color-body-dark-l: 85%;
  --color-tiny: hsl(233, 15%, 43%);
  --color-tiny-h: 233;
  --color-tiny-s: 15%;
  --color-tiny-l: 43%;
  --color-primary: hsl(83, 100%, 54%);
  --color-primary-h: 83;
  --color-primary-s: 100%;
  --color-primary-l: 54%;
  --color-secondary: hsl(233, 15%, 43%);
  --color-secondary-h: 233;
  --color-secondary-s: 15%;
  --color-secondary-l: 43%;
  --color-tertiary: hsl(231, 17%, 16%);
  --color-tertiary-h: 231;
  --color-tertiary-s: 17%;
  --color-tertiary-l: 16%;
  --color-quaternary: hsl(233, 16%, 29%);
  --color-quaternary-h: 233;
  --color-quaternary-s: 16%;
  --color-quaternary-l: 29%;
  --color-success: hsl(83, 100%, 44%);
  --color-success-h: 83;
  --color-success-s: 100%;
  --color-success-l: 44%;
  --color-info: hsl(230, 14%, 83%);
  --color-info-h: 230;
  --color-info-s: 14%;
  --color-info-l: 83%;
  --color-warning: hsl(48, 100%, 50%);
  --color-warning-h: 48;
  --color-warning-s: 100%;
  --color-warning-l: 50%;
  --color-danger: hsl(343, 100%, 55%);
  --color-danger-h: 343;
  --color-danger-s: 100%;
  --color-danger-l: 55%;
  --color-light: hsl(0, 0%, 100%);
  --color-light-h: 0;
  --color-light-s: 0%;
  --color-light-l: 100%;
  --color-lighter: hsl(220, 23%, 97%);
  --color-lighter-h: 220;
  --color-lighter-s: 23%;
  --color-lighter-l: 97%;
  --color-dark: hsl(229, 21%, 10%);
  --color-dark-h: 229;
  --color-dark-s: 21%;
  --color-dark-l: 10%;
  --color-black: hsl(229, 22%, 10%);
  --color-black-h: 229;
  --color-black-s: 22%;
  --color-black-l: 10%;
  --color-white: hsl(0, 0%, 100%);
  --color-white-h: 0;
  --color-white-s: 0%;
  --color-white-l: 100%;
  --color-preloader-bg: hsl(231, 17%, 16%);
  --color-preloader-bg-h: 231;
  --color-preloader-bg-s: 17%;
  --color-preloader-bg-l: 16%;
  --color-landing-detail-primary: hsl(96, 100%, 50%);
  --color-landing-detail-primary-h: 96;
  --color-landing-detail-primary-s: 100%;
  --color-landing-detail-primary-l: 50%;
  --color-landing-detail-secondary: hsl(76, 100%, 61%);
  --color-landing-detail-secondary-h: 76;
  --color-landing-detail-secondary-s: 100%;
  --color-landing-detail-secondary-l: 61%;
  --color-decor-page-layer-1-gradient-start: hsl(83, 100%, 37%);
  --color-decor-page-layer-1-gradient-start-h: 83;
  --color-decor-page-layer-1-gradient-start-s: 100%;
  --color-decor-page-layer-1-gradient-start-l: 37%;
  --color-decor-page-layer-1-gradient-stop: hsl(83, 100%, 9%);
  --color-decor-page-layer-1-gradient-stop-h: 83;
  --color-decor-page-layer-1-gradient-stop-s: 100%;
  --color-decor-page-layer-1-gradient-stop-l: 9%;
  --color-decor-page-layer-2-gradient-start: hsl(85, 87%, 42%);
  --color-decor-page-layer-2-gradient-start-h: 85;
  --color-decor-page-layer-2-gradient-start-s: 87%;
  --color-decor-page-layer-2-gradient-start-l: 42%;
  --color-decor-page-layer-2-gradient-stop: hsl(105, 100%, 31%);
  --color-decor-page-layer-2-gradient-stop-h: 105;
  --color-decor-page-layer-2-gradient-stop-s: 100%;
  --color-decor-page-layer-2-gradient-stop-l: 31%;
  --color-decor-page-layer-3-gradient-start: hsl(64, 100%, 49%);
  --color-decor-page-layer-3-gradient-start-h: 64;
  --color-decor-page-layer-3-gradient-start-s: 100%;
  --color-decor-page-layer-3-gradient-start-l: 49%;
  --color-decor-page-layer-3-gradient-stop: hsl(109, 100%, 37%);
  --color-decor-page-layer-3-gradient-stop-h: 109;
  --color-decor-page-layer-3-gradient-stop-s: 100%;
  --color-decor-page-layer-3-gradient-stop-l: 37%;
  --color-decor-page-line: hsl(64, 100%, 61%);
  --color-decor-page-line-h: 64;
  --color-decor-page-line-s: 100%;
  --color-decor-page-line-l: 61%;
  --color-preloader-bg: hsl(229, 21%, 10%);
  --color-preloader-bg-h: 229;
  --color-preloader-bg-s: 21%;
  --color-preloader-bg-l: 10%;
  --color-preloader-base: hsl(233, 15%, 43%);
  --color-preloader-base-h: 233;
  --color-preloader-base-s: 15%;
  --color-preloader-base-l: 43%;
  --color-preloader-highlight: hsl(0, 0%, 100%);
  --color-preloader-highlight-h: 0;
  --color-preloader-highlight-s: 0%;
  --color-preloader-highlight-l: 100%;
  --color-preloader-accent: hsl(83, 100%, 54%);
  --color-preloader-accent-h: 83;
  --color-preloader-accent-s: 100%;
  --color-preloader-accent-l: 54%;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.post__sharing a::before,
.social-menu a::before,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab, .post__sharing a::before, .social-menu a::before,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.post__sharing a::before, .social-menu a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../vendor/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab, .post__sharing a::before, .social-menu a::before,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-jxl:before {
  content: "\e67b";
}

.fa-dart-lang:before {
  content: "\e693";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-square-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-web-awesome:before {
  content: "\e682";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-flutter:before {
  content: "\e694";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-square-upwork:before {
  content: "\e67c";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-square-web-awesome:before {
  content: "\e683";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-bluesky:before {
  content: "\e671";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

body {
  font-family: var(--font-base, "Rajdhani");
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.71428571;
  color: var(--color-body);
}
@media (min-width: 1920px) {
  body {
    font-size: 1.25rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.546875rem;
  font-family: var(--font-base, "Rajdhani");
  font-weight: 700;
  line-height: 0.875;
  text-transform: uppercase;
  color: var(--color-body);
}
.bg--type-dark h1,
.bg--type-dark h2,
.bg--type-dark h3,
.bg--type-dark h4,
.bg--type-dark h5,
.bg--type-dark h6,
.bg--type-dark .h1,
.bg--type-dark .h2,
.bg--type-dark .h3,
.bg--type-dark .h4,
.bg--type-dark .h5,
.bg--type-dark .h6 {
  color: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: -0.06em;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: var(--h1-font-size);
  }
}
@media (max-width: 767.98px) {
  .site-layout--landing h1,
  .site-layout--landing .h1 {
    font-size: calc(var(--h1-font-size) * 0.37);
  }
}
@media (min-width: 1920px) {
  .site-layout--landing h1,
  .site-layout--landing .h1 {
    font-size: calc(var(--h1-font-size) * 1.216);
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: var(--h2-font-size);
  }
}

h3,
.h3 {
  font-size: var(--h3-font-size);
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: var(--h3-font-size);
  }
}
@media (min-width: 1920px) {
  h3,
  .h3 {
    font-size: calc(var(--h3-font-size) * 1.4);
  }
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: var(--h4-font-size);
  }
}
@media (min-width: 1920px) {
  h4,
  .h4 {
    font-size: calc(var(--h4-font-size) * 1.4375);
  }
}
h4.text-sm,
.h4.text-sm {
  font-size: calc(var(--h4-font-size) / 1.45);
}
@media (min-width: 992px) {
  h4.text-sm,
  .h4.text-sm {
    font-size: calc(var(--h4-font-size) / 1.23);
  }
}
@media (min-width: 1920px) {
  h4.text-sm,
  .h4.text-sm {
    font-size: calc(var(--h4-font-size) / 1.14);
  }
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  line-height: 1;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: var(--h5-font-size);
  }
}
@media (min-width: 1920px) {
  h5,
  .h5 {
    font-size: calc(var(--h5-font-size) * 1.27);
  }
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (min-width: 1920px) {
  h6,
  .h6 {
    font-size: calc(var(--h6-font-size) * 1.33);
  }
}
h6.text-sm,
.h6.text-sm {
  font-size: var(--h6-font-size)/1.3;
  line-height: 1.65;
}
@media (min-width: 1920px) {
  h6.text-sm,
  .h6.text-sm {
    font-size: var(--h6-font-size);
  }
}

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

.h-lead-1 {
  font-size: calc(var(--h-lead1-font-size) * 0.4);
}
@media (min-width: 576px) {
  .h-lead-1 {
    font-size: calc(var(--h-lead1-font-size) * 0.75);
  }
}
@media (min-width: 992px) {
  .h-lead-1 {
    font-size: var(--h-lead1-font-size);
  }
}
@media (max-width: 767.98px) {
  .site-layout--landing .h-lead-1 {
    font-size: calc(var(--h-lead1-font-size) * 0.37);
  }
}
@media (min-width: 1920px) {
  .site-layout--landing .h-lead-1 {
    font-size: calc(var(--h-lead1-font-size) * 1.216);
  }
}

@media (min-width: 992px) {
  .h-lead-2 {
    font-size: var(--h-lead2-font-size);
  }
}

h1 .subtitle {
  display: block;
  margin-bottom: 0.43em;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--color-primary);
}
h1 .subtitle.subtitle--warning {
  color: #f7ff2a;
}
h1 .subtitle.subtitle--danger {
  color: var(--color-danger);
}
@media (min-width: 576px) {
  h1 .subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-layout--landing h1 .subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  h1 .subtitle {
    font-size: 1.875rem;
  }
}
@media (min-width: 1920px) {
  .site-layout--landing h1 .subtitle {
    font-size: 2.625rem;
  }
}

hr {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  border: 0;
  border-top: 2px solid #333;
}

.hr--lg {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hr--xl {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

small,
.small {
  font-size: 0.625rem;
  font-weight: inherit;
}

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

a {
  color: var(--color-success);
  text-decoration: none;
  transition: 300ms all ease;
}
a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.color-warning {
  color: var(--color-warning);
}

.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: 5px;
}

.post__body ol:not([class]),
.comment__body ol:not([class]),
.page-content ol:not([class]),
.staff-member__content ol:not([class]),
.wp-block-column ol,
.ncr-ol-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
}
.post__body ol:not([class]) li,
.comment__body ol:not([class]) li,
.page-content ol:not([class]) li,
.staff-member__content ol:not([class]) li,
.wp-block-column ol li,
.ncr-ol-list li {
  position: relative;
  padding: 0 0 0.5em 0;
}
.post__body ol:not([class]) li::before,
.comment__body ol:not([class]) li::before,
.page-content ol:not([class]) li::before,
.staff-member__content ol:not([class]) li::before,
.wp-block-column ol li::before,
.ncr-ol-list li::before {
  display: inline-block; /* block would also work */
  font-size: 1em;
  color: var(--color-success);
  margin-right: 0.8125em;
}
.post__body ol:not([class]) li ol,
.post__body ol:not([class]) li ul,
.comment__body ol:not([class]) li ol,
.comment__body ol:not([class]) li ul,
.page-content ol:not([class]) li ol,
.page-content ol:not([class]) li ul,
.staff-member__content ol:not([class]) li ol,
.staff-member__content ol:not([class]) li ul,
.wp-block-column ol li ol,
.wp-block-column ol li ul,
.ncr-ol-list li ol,
.ncr-ol-list li ul {
  padding-top: 0.5em;
  margin-bottom: 0;
  margin-left: 1.375em;
}
.post__body ol:not([class]) li ol li:last-child,
.post__body ol:not([class]) li ul li:last-child,
.comment__body ol:not([class]) li ol li:last-child,
.comment__body ol:not([class]) li ul li:last-child,
.page-content ol:not([class]) li ol li:last-child,
.page-content ol:not([class]) li ul li:last-child,
.staff-member__content ol:not([class]) li ol li:last-child,
.staff-member__content ol:not([class]) li ul li:last-child,
.wp-block-column ol li ol li:last-child,
.wp-block-column ol li ul li:last-child,
.ncr-ol-list li ol li:last-child,
.ncr-ol-list li ul li:last-child {
  padding-bottom: 0;
}

.comment__body ul:not([class]),
.post__body ul:not([class]),
.page-content ul:not([class]),
.staff-member__content ul:not([class]),
.wp-block-column ul,
.ncr-ul-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
}
.comment__body ul:not([class]) li,
.post__body ul:not([class]) li,
.page-content ul:not([class]) li,
.staff-member__content ul:not([class]) li,
.wp-block-column ul li,
.ncr-ul-list li {
  position: relative;
  padding: 0 0 0.5em 1.875em;
}
.comment__body ul:not([class]) li::before,
.post__body ul:not([class]) li::before,
.page-content ul:not([class]) li::before,
.staff-member__content ul:not([class]) li::before,
.wp-block-column ul li::before,
.ncr-ul-list li::before {
  display: inline-block; /* block would also work */
  position: absolute; /* move this out of the way of the text */
  left: 0; /* move the counter label into the space from the padding */
  width: 20px;
  font-size: 1em;
  color: var(--color-success);
}
.comment__body ul:not([class]) li ol,
.comment__body ul:not([class]) li ul,
.post__body ul:not([class]) li ol,
.post__body ul:not([class]) li ul,
.page-content ul:not([class]) li ol,
.page-content ul:not([class]) li ul,
.staff-member__content ul:not([class]) li ol,
.staff-member__content ul:not([class]) li ul,
.wp-block-column ul li ol,
.wp-block-column ul li ul,
.ncr-ul-list li ol,
.ncr-ul-list li ul {
  padding-top: 0.5em;
  margin-bottom: 0;
}
.comment__body ul:not([class]) li ol li:last-child,
.comment__body ul:not([class]) li ul li:last-child,
.post__body ul:not([class]) li ol li:last-child,
.post__body ul:not([class]) li ul li:last-child,
.page-content ul:not([class]) li ol li:last-child,
.page-content ul:not([class]) li ul li:last-child,
.staff-member__content ul:not([class]) li ol li:last-child,
.staff-member__content ul:not([class]) li ul li:last-child,
.wp-block-column ul li ol li:last-child,
.wp-block-column ul li ul li:last-child,
.ncr-ul-list li ol li:last-child,
.ncr-ul-list li ul li:last-child {
  padding-bottom: 0;
}

.post__body ol:not([class]) li::before,
.comment__body ol:not([class]) li::before,
.page-content ol:not([class]) li::before,
.staff-member__content ol:not([class]) li::before,
.wp-block-column ol li::before,
.ncr-ol-list li::before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  font-weight: bold;
}
.post__body ol:not([class]) li ul li:first-child,
.comment__body ol:not([class]) li ul li:first-child,
.page-content ol:not([class]) li ul li:first-child,
.staff-member__content ol:not([class]) li ul li:first-child,
.wp-block-column ol li ul li:first-child,
.ncr-ol-list li ul li:first-child {
  counter-reset: item;
}
.post__body ol:not([class]) li ul li ol,
.comment__body ol:not([class]) li ul li ol,
.page-content ol:not([class]) li ul li ol,
.staff-member__content ol:not([class]) li ul li ol,
.wp-block-column ol li ul li ol,
.ncr-ol-list li ul li ol {
  margin-left: 0;
}
.post__body ol:not([class]) li ul li ol li:first-child,
.comment__body ol:not([class]) li ul li ol li:first-child,
.page-content ol:not([class]) li ul li ol li:first-child,
.staff-member__content ol:not([class]) li ul li ol li:first-child,
.wp-block-column ol li ul li ol li:first-child,
.ncr-ol-list li ul li ol li:first-child {
  counter-reset: subitem;
}
.post__body ol:not([class]) li ul li ol li::before,
.comment__body ol:not([class]) li ul li ol li::before,
.page-content ol:not([class]) li ul li ol li::before,
.staff-member__content ol:not([class]) li ul li ol li::before,
.wp-block-column ol li ul li ol li::before,
.ncr-ol-list li ul li ol li::before {
  counter-increment: subitem;
  content: counter(subitem) ". ";
}
.post__body ol:not([class]) li ul ul,
.comment__body ol:not([class]) li ul ul,
.page-content ol:not([class]) li ul ul,
.staff-member__content ol:not([class]) li ul ul,
.wp-block-column ol li ul ul,
.ncr-ol-list li ul ul {
  margin-left: 0;
}
.post__body ol:not([class]) li:first-child,
.comment__body ol:not([class]) li:first-child,
.page-content ol:not([class]) li:first-child,
.staff-member__content ol:not([class]) li:first-child,
.wp-block-column ol li:first-child,
.ncr-ol-list li:first-child {
  counter-reset: item;
}

.post__body ul:not([class]) li::before,
.comment__body ul:not([class]) li::before,
.page-content ul:not([class]) li::before,
.staff-member__content ul:not([class]) li::before,
.wp-block-column ul li::before,
.ncr-ul-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  content: "\f00c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post__body ul:not([class]) li ol > li,
.comment__body ul:not([class]) li ol > li,
.page-content ul:not([class]) li ol > li,
.staff-member__content ul:not([class]) li ol > li,
.wp-block-column ul li ol > li,
.ncr-ul-list li ol > li {
  padding-left: 0;
}
.post__body ul:not([class]) li ol > li:first-child,
.comment__body ul:not([class]) li ol > li:first-child,
.page-content ul:not([class]) li ol > li:first-child,
.staff-member__content ul:not([class]) li ol > li:first-child,
.wp-block-column ul li ol > li:first-child,
.ncr-ul-list li ol > li:first-child {
  counter-reset: item;
}
.post__body ul:not([class]) li ol > li::before,
.comment__body ul:not([class]) li ol > li::before,
.page-content ul:not([class]) li ol > li::before,
.staff-member__content ul:not([class]) li ol > li::before,
.wp-block-column ul li ol > li::before,
.ncr-ul-list li ol > li::before {
  font-family: var(--font-base, "Rajdhani");
  counter-increment: item;
  content: counters(item, ".") ". ";
  font-weight: bold;
  position: static;
  width: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.font-bold {
  font-weight: bold;
}

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

.blockquote {
  margin-bottom: 1.375rem;
  font-size: calc(var(--font-size-base) * 1.25);
}

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

blockquote {
  position: relative;
  padding-left: 1em;
}
blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  left: 0;
  font-size: calc(var(--font-size-base) * 1.25);
  line-height: 1.2em;
}
blockquote p {
  font-size: calc(var(--font-size-base) * 1.25);
}
blockquote a {
  text-decoration: underline;
}
blockquote a:hover {
  text-decoration: none;
}

dl {
  margin-bottom: 1.890625rem;
}

.page-content * + .social-menu {
  margin-top: 28px;
}
@media (min-width: 1920px) {
  .page-content * + .social-menu {
    margin-top: 32px;
  }
}
.page-content h4 + p {
  margin-top: 27px;
}
@media (min-width: 1920px) {
  .page-content h4 + p {
    margin-top: 46px;
  }
}
.page-content h4 + form {
  margin-top: 66px;
}
@media (min-width: 1920px) {
  .page-content h4 + form {
    margin-top: 85px;
  }
}
.page-content .social-menu + h4.text-sm {
  margin-top: 59px;
}
@media (min-width: 1920px) {
  .page-content .social-menu + h4.text-sm {
    margin-top: 98px;
  }
}

.spacer,
.spacer-lg {
  display: block;
}
.spacer + h4,
.spacer-lg + h4 {
  margin-top: 0;
}

.spacer {
  height: 30px;
}
@media (min-width: 768px) {
  .spacer {
    height: 57px;
  }
}
@media (min-width: 1920px) {
  .spacer {
    height: 76px;
  }
}
p + .spacer {
  margin-top: -24px;
}
h4 + .spacer {
  margin-top: -32px;
}

.spacer-lg {
  height: 60px;
}
@media (min-width: 768px) {
  .spacer-lg {
    height: 90px;
  }
}
@media (min-width: 1920px) {
  .spacer-lg {
    height: 107px;
  }
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

.color-success {
  color: var(--color-success) !important;
}

.color-danger {
  color: var(--color-danger) !important;
}

.color-gold {
  color: #ffdf0b;
}

.color-silver {
  color: #c3e0fc;
}

.color-bronze {
  color: #f88052;
}

.alert,
.wpcf7 form .wpcf7-response-output,
.woocommerce-message[role=alert],
.comment-notes,
.woocommerce-error,
.woocommerce-privacy-policy-text,
.cart-empty.woocommerce-info {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 4.75rem;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 700;
}
.alert::before,
.wpcf7 form .wpcf7-response-output::before,
.woocommerce-message[role=alert]::before,
.comment-notes::before,
.woocommerce-error::before,
.woocommerce-privacy-policy-text::before,
.cart-empty.woocommerce-info::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.75rem;
}
.alert::after,
.wpcf7 form .wpcf7-response-output::after,
.woocommerce-message[role=alert]::after,
.comment-notes::after,
.woocommerce-error::after,
.woocommerce-privacy-policy-text::after,
.cart-empty.woocommerce-info::after {
  display: block;
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f00c";
  margin-left: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert p:last-child,
.wpcf7 form .wpcf7-response-output p:last-child,
.woocommerce-message[role=alert] p:last-child,
.comment-notes p:last-child,
.woocommerce-error p:last-child,
.woocommerce-privacy-policy-text p:last-child,
.cart-empty.woocommerce-info p:last-child {
  margin-bottom: 0;
}
.alert:empty,
.wpcf7 form .wpcf7-response-output:empty,
.woocommerce-message[role=alert]:empty,
.comment-notes:empty,
.woocommerce-error:empty,
.woocommerce-privacy-policy-text:empty,
.cart-empty.woocommerce-info:empty {
  display: none;
}

.alert-success,
.wpcf7 form.sent .wpcf7-response-output,
.woocommerce-message[role=alert] {
  color: var(--color-body);
  background-color: var(--color-white);
  border-color: var(--color-success);
}
.alert-success hr,
.wpcf7 form.sent .wpcf7-response-output hr,
.woocommerce-message[role=alert] hr {
  border-top-color: hsl(var(--color-success-h), var(--color-success-s), calc(var(--color-success-l) * 0.95));
}
.alert-success .alert-link,
.wpcf7 form.sent .wpcf7-response-output .alert-link,
.woocommerce-message[role=alert] .alert-link {
  color: hsl(var(--color-body-h), var(--color-body-s), calc(var(--color-body-l) * 0.9));
}
.alert-success::after,
.wpcf7 form.sent .wpcf7-response-output::after,
.woocommerce-message[role=alert]::after {
  color: var(--color-body);
}
.alert-success::before,
.wpcf7 form.sent .wpcf7-response-output::before,
.woocommerce-message[role=alert]::before {
  background-color: var(--color-success);
}
.alert-success::after,
.wpcf7 form.sent .wpcf7-response-output::after,
.woocommerce-message[role=alert]::after {
  border-color: var(--color-body);
}

.alert-info,
.comment-notes,
.woocommerce-privacy-policy-text,
.cart-empty.woocommerce-info {
  color: var(--color-body);
  background-color: var(--color-white);
  border-color: var(--color-info);
}
.alert-info hr,
.comment-notes hr,
.woocommerce-privacy-policy-text hr,
.cart-empty.woocommerce-info hr {
  border-top-color: hsl(var(--color-info-h), var(--color-info-s), calc(var(--color-info-l) * 0.95));
}
.alert-info .alert-link,
.comment-notes .alert-link,
.woocommerce-privacy-policy-text .alert-link,
.cart-empty.woocommerce-info .alert-link {
  color: hsl(var(--color-body-h), var(--color-body-s), calc(var(--color-body-l) * 0.9));
}
.alert-info::after,
.comment-notes::after,
.woocommerce-privacy-policy-text::after,
.cart-empty.woocommerce-info::after {
  color: var(--color-body);
}
.alert-info::before,
.comment-notes::before,
.woocommerce-privacy-policy-text::before,
.cart-empty.woocommerce-info::before {
  background-color: var(--color-info);
}
.alert-info::after,
.comment-notes::after,
.woocommerce-privacy-policy-text::after,
.cart-empty.woocommerce-info::after {
  border-color: var(--color-body);
  content: "\f129";
}

.alert-warning,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--color-body);
  background-color: var(--color-white);
  border-color: var(--color-warning);
}
.alert-warning hr,
.wpcf7 form.spam .wpcf7-response-output hr,
.wpcf7 form.invalid .wpcf7-response-output hr,
.wpcf7 form.unaccepted .wpcf7-response-output hr {
  border-top-color: hsl(var(--color-warning-h), var(--color-warning-s), calc(var(--color-warning-l) * 0.95));
}
.alert-warning .alert-link,
.wpcf7 form.spam .wpcf7-response-output .alert-link,
.wpcf7 form.invalid .wpcf7-response-output .alert-link,
.wpcf7 form.unaccepted .wpcf7-response-output .alert-link {
  color: hsl(var(--color-body-h), var(--color-body-s), calc(var(--color-body-l) * 0.9));
}
.alert-warning::after,
.wpcf7 form.spam .wpcf7-response-output::after,
.wpcf7 form.invalid .wpcf7-response-output::after,
.wpcf7 form.unaccepted .wpcf7-response-output::after {
  color: var(--color-body);
}
.alert-warning::before,
.wpcf7 form.spam .wpcf7-response-output::before,
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
  background-color: var(--color-warning);
}
.alert-warning::after,
.wpcf7 form.spam .wpcf7-response-output::after,
.wpcf7 form.invalid .wpcf7-response-output::after,
.wpcf7 form.unaccepted .wpcf7-response-output::after {
  border-color: var(--color-body);
  content: "\f12a";
}

.alert-danger,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.woocommerce-error {
  color: var(--color-body);
  background-color: var(--color-white);
  border-color: var(--color-danger);
}
.alert-danger hr,
.wpcf7 form.failed .wpcf7-response-output hr,
.wpcf7 form.aborted .wpcf7-response-output hr,
.woocommerce-error hr {
  border-top-color: hsl(var(--color-danger-h), var(--color-danger-s), calc(var(--color-danger-l) * 0.95));
}
.alert-danger .alert-link,
.wpcf7 form.failed .wpcf7-response-output .alert-link,
.wpcf7 form.aborted .wpcf7-response-output .alert-link,
.woocommerce-error .alert-link {
  color: hsl(var(--color-body-h), var(--color-body-s), calc(var(--color-body-l) * 0.9));
}
.alert-danger::after,
.wpcf7 form.failed .wpcf7-response-output::after,
.wpcf7 form.aborted .wpcf7-response-output::after,
.woocommerce-error::after {
  color: var(--color-body);
}
.alert-danger::before,
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.woocommerce-error::before {
  background-color: var(--color-danger);
}
.alert-danger::after,
.wpcf7 form.failed .wpcf7-response-output::after,
.wpcf7 form.aborted .wpcf7-response-output::after,
.woocommerce-error::after {
  border-color: var(--color-body);
  content: "\f00d";
}

.countdown-counter__item {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
}
.countdown-counter__item + .countdown-counter__item:before {
  content: ":";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .countdown-counter__item + .countdown-counter__item:before {
    top: -0.390625vh;
    font-size: 3.125vh;
  }
}
.countdown-counter__label {
  display: block;
}

.widget-carousel .player__stats .counter__number, .widget-carousel .player__stats .counter__label {
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .widget-carousel .player__stats .counter__number {
    font-size: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .widget-carousel .player__stats .counter__label {
    font-size: 1.125rem;
  }
}

/* Custom Select
/* ------------------------- */
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div.cs-select:focus {
  outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select {
  /* Placeholder and selected option */
  /* Options */
  /* Optgroup and optgroup label */
}
.cs-select select {
  display: none;
}
.cs-select span {
  position: relative;
  display: block;
  padding: 36px 24px 24px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: var(--color-light);
  overflow: hidden;
}
body:not(.cursor-is--active) .cs-select span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cs-select span {
    padding-top: 36px;
    padding-bottom: 24px;
  }
}
.cs-select > span {
  padding-right: 3em;
}
.cs-select > span:after, .cs-select > span:before {
  speak: none;
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  transition: opacity 300ms ease;
}
.cs-select > span:before {
  top: 38px;
  right: 20px;
  width: 2px;
  height: 6px;
}
.cs-select > span:after {
  top: 40px;
  right: 18px;
  width: 6px;
  height: 2px;
}
.cs-select.cs-active > span::before {
  opacity: 0;
}
.cs-select .cs-options {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
}
.site-header--top .cs-select .cs-options {
  border-top: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--top .cs-select .cs-options {
    border-top-width: 4px;
  }
}
.site-header--bottom .cs-select .cs-options {
  top: auto;
  bottom: 100%;
  transform: translateY(1rem);
  border-bottom: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--bottom .cs-select .cs-options {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991.98px) {
  .site-header--bottom .filter-menu .cs-select .cs-options {
    top: 0;
    bottom: auto;
    left: -100%;
  }
}
.cs-select.cs-active .cs-options {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  transition-delay: 0s, 0s, 0.3s;
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  width: 100%;
  background-color: var(--color-dark);
}
.cs-select ul span {
  padding: 6.5px 24px;
  font-size: 0.625rem;
  transition: color 300ms ease;
}
@media (min-width: 1920px) {
  .cs-select ul span {
    font-size: 0.8125rem;
  }
}
.cs-select ul li.cs-focus span {
  background-color: #ddd;
}
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
  cursor: default;
}
.cs-select li span:hover,
.cs-select li.cs-selected span {
  color: var(--color-primary);
}

div.cs-active {
  z-index: 200;
}

.cs-selected {
  color: var(--color-primary);
}

.ncr-page-decor {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.ncr-page-decor__layer-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -50%;
  transform: skew(20deg);
  background-image: url("../img/hexagon-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  mix-blend-mode: overlay;
}

.ncr-page-decor__layer-1 {
  display: block;
  position: absolute;
  left: 53%;
  bottom: 0;
  background-image: linear-gradient(var(--color-decor-page-layer-1-gradient-start), var(--color-decor-page-layer-1-gradient-stop));
  width: 49%;
  height: 73%;
  transform: skew(-20deg) translateX(-50%);
  overflow: hidden;
}
.ncr-page-decor__layer-1::before {
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 0;
  width: 91%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: overlay;
}
.ncr-page-decor__layer-1 .ncr-page-decor__layer-bg {
  top: -20%;
  right: -60%;
}

.ncr-page-decor__layer-2 {
  display: block;
  position: absolute;
  left: 43%;
  bottom: 0;
  background-image: linear-gradient(var(--color-decor-page-layer-2-gradient-start), var(--color-decor-page-layer-2-gradient-stop));
  width: 49%;
  height: 65%;
  transform: skew(-20deg) translateX(-50%);
  overflow: hidden;
}
.ncr-page-decor__layer-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 11%;
  top: 0;
  width: 89%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: overlay;
}

.ncr-page-decor__layer-3 {
  display: block;
  position: absolute;
  left: 55%;
  bottom: 0;
  background-image: linear-gradient(var(--color-decor-page-layer-3-gradient-start), var(--color-decor-page-layer-3-gradient-stop));
  width: 42%;
  height: 100%;
  transform: skew(-20deg) translateX(-50%);
  overflow: hidden;
}
.ncr-page-decor__layer-3::before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
}
.ncr-page-decor__layer-3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 25%;
  background-color: var(--color-decor-page-line);
}

.ncr-page-decor__layer-4 {
  display: block;
  position: absolute;
  left: 89%;
  top: 4%;
  width: 2px;
  height: 42%;
  background-color: var(--color-decor-page-line);
  transform: skew(-20deg) translateX(-50%);
}

.ncr-page-decor__layer-5 {
  display: block;
  position: absolute;
  left: 11%;
  bottom: 0;
  width: 2px;
  height: 42%;
  background-color: var(--color-decor-page-line);
  transform: skew(-20deg) translateX(-50%);
}

.ncr-page-decor__layer-6 {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 13%;
  width: 58%;
  height: 120px;
  opacity: 0.7;
  background-color: transparent;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-position: 0 0;
  background-size: 32px 32px;
  mix-blend-mode: overlay;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition-delay: 1s;
  transition: clip-path 2s ease-in-out;
}
.scroll-is--active .ncr-page-decor__layer-6 {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
}

.ncr-page-decor--orange .ncr-page-decor__layer-1 {
  background-color: #bd2400;
  background-image: linear-gradient(#e52e00, #690c00);
}
.ncr-page-decor--orange .ncr-page-decor__layer-2 {
  background-color: #d23b00;
  background-image: linear-gradient(#ed4b00, #981300);
}
.ncr-page-decor--orange .ncr-page-decor__layer-3 {
  background-color: #ff5c1c;
  background-image: linear-gradient(#ffa632, #ff1306);
}
.ncr-page-decor--orange .ncr-page-decor__layer-3::after {
  background-color: #f3ff38;
}
.ncr-page-decor--orange .ncr-page-decor__layer-4 {
  background-color: #f3ff38;
}
.ncr-page-decor--orange .ncr-page-decor__layer-5 {
  background-color: #f3ff38;
}

.ncr-page-decor--blue .ncr-page-decor__layer-1 {
  background-color: #003681;
  background-image: linear-gradient(#0056cc, #001636);
}
.ncr-page-decor--blue .ncr-page-decor__layer-2 {
  background-color: #0055c9;
  background-image: linear-gradient(#0087e9, #0023a9);
}
.ncr-page-decor--blue .ncr-page-decor__layer-3 {
  background-color: #197aff;
  background-image: linear-gradient(#2ddbff, #0023a9);
}
.ncr-page-decor--blue .ncr-page-decor__layer-3::after {
  background-color: #f3ff38;
}
.ncr-page-decor--blue .ncr-page-decor__layer-4 {
  background-color: #f3ff38;
}
.ncr-page-decor--blue .ncr-page-decor__layer-5 {
  background-color: #f3ff38;
}

.ncr-page-decor--purple .ncr-page-decor__layer-1 {
  background-color: #1d0a54;
  background-image: linear-gradient(#2e1086, #0c0422);
}
.ncr-page-decor--purple .ncr-page-decor__layer-2 {
  background-color: #4114c3;
  background-image: linear-gradient(#6820e7, #1b089f);
}
.ncr-page-decor--purple .ncr-page-decor__layer-3 {
  background-color: #4815d9;
  background-image: linear-gradient(#8126f7, #0f04bb);
}
.ncr-page-decor--purple .ncr-page-decor__layer-3::after {
  background-color: #f3ff38;
}
.ncr-page-decor--purple .ncr-page-decor__layer-4 {
  background-color: #f3ff38;
}
.ncr-page-decor--purple .ncr-page-decor__layer-5 {
  background-color: #f3ff38;
}

.ncr-page-decor--red .ncr-page-decor__layer-1 {
  background-color: #550014;
  background-image: linear-gradient(#870020, #230008);
}
.ncr-page-decor--red .ncr-page-decor__layer-2 {
  background-color: #830025;
  background-image: linear-gradient(#cd003b, #39000f);
}
.ncr-page-decor--red .ncr-page-decor__layer-3 {
  background-color: #97002b;
  background-image: linear-gradient(#ea004d, #440009);
}
.ncr-page-decor--red .ncr-page-decor__layer-3::after {
  background-color: #f3ff38;
}
.ncr-page-decor--red .ncr-page-decor__layer-4 {
  background-color: #f3ff38;
}
.ncr-page-decor--red .ncr-page-decor__layer-5 {
  background-color: #f3ff38;
}

/* Common styles of menus */
.dl-menuwrapper {
  margin-top: -45px;
  padding-top: 45px;
  width: 100%;
  float: left;
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper .dl-menu,
.dl-menuwrapper .dl-submenu,
.dl-menuwrapper .dl-submenu:not(.dl-megamenu) ul {
  padding: 0;
}
.dl-menuwrapper ul {
  list-style: none;
  transform-style: preserve-3d;
  padding-left: 0;
  margin-left: 0;
}
.dl-menuwrapper li {
  position: relative;
  /* Hide the inner submenus */
}
.dl-menuwrapper li a {
  display: inline-block;
  position: relative;
  padding: 14px 12px 14px 0;
  font-size: 2.875rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-light);
  outline: none;
}
@media (min-width: 1920px) {
  .dl-menuwrapper li a {
    padding: 19px 18px 19px 0;
    font-size: 4rem;
  }
}
.dl-menuwrapper li a:hover {
  color: var(--color-primary);
}
.dl-menuwrapper li.item-has-btn--primary > a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.dl-menuwrapper li.active > a {
  color: var(--color-primary);
}
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
  backface-visibility: hidden;
}
.dl-menuwrapper .badge {
  margin-left: 0.3em;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

.dl-menu.dl-subview li.dl-subviewopen > .dl-megamenu {
  display: flex;
  flex-wrap: wrap;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

.dl-submenu li a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
}
@media (min-width: 1920px) {
  .dl-submenu li a {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1.375rem;
  }
}

.dl-subviewopen > .dl-submenu.dl-megamenu li {
  display: block !important;
}

.dl-submenu .dl-back {
  margin-bottom: 38px;
  flex-basis: 100%;
}
@media (min-width: 1920px) {
  .dl-submenu .dl-back {
    margin-bottom: 53px;
  }
}
.dl-submenu .dl-back a {
  font-size: 2rem;
  color: var(--color-secondary);
}
@media (min-width: 1920px) {
  .dl-submenu .dl-back a {
    font-size: 2.875rem;
  }
}
.dl-submenu .dl-back a:hover {
  color: var(--color-light);
}
.dl-submenu .dl-back a:hover svg {
  fill: var(--color-light);
}
.dl-submenu .dl-back svg {
  width: 0.25em;
  height: 0.4375em;
  vertical-align: middle;
  margin-right: 0.125em;
  margin-bottom: 0.09375em;
  fill: var(--color-secondary);
  transition: 300ms fill ease;
}

.dl-toggle {
  position: relative;
  top: -7px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media (min-width: 1920px) {
  .dl-toggle {
    top: -10px;
    width: 22px;
    height: 22px;
  }
}
.dl-submenu .dl-toggle {
  top: 7px;
  left: -6px;
  width: 8px;
  height: 8px;
}
@media (min-width: 1920px) {
  .dl-submenu .dl-toggle {
    top: 10px;
    left: -8px;
    width: 10px;
    height: 10px;
  }
}
.dl-toggle:after, .dl-toggle:before {
  position: absolute;
  content: "";
  background-color: var(--color-primary);
}
.dl-toggle:before {
  top: 0;
  left: 6px;
  width: 4px;
  height: 16px;
  transition: opacity 300ms ease;
}
@media (min-width: 1920px) {
  .dl-toggle:before {
    left: 9px;
    height: 22px;
  }
}
.dl-submenu .dl-toggle:before {
  left: 3px;
  width: 2px;
  height: 8px;
}
@media (min-width: 1920px) {
  .dl-submenu .dl-toggle:before {
    left: 4px;
    height: 10px;
  }
}
.dl-toggle:after {
  top: 6px;
  left: 0;
  width: 16px;
  height: 4px;
}
@media (min-width: 1920px) {
  .dl-toggle:after {
    top: 9px;
    width: 22px;
  }
}
.dl-submenu .dl-toggle:after {
  top: 3px;
  width: 8px;
  height: 2px;
}
@media (min-width: 1920px) {
  .dl-submenu .dl-toggle:after {
    top: 4px;
    width: 10px;
  }
}
a:hover ~ .dl-toggle:before {
  opacity: 0;
}

.dl-menu.dl-subview .dl-toggle {
  display: none;
}
.dl-menu .dl-subviewopen .dl-submenu > li > .dl-toggle {
  display: inline-block;
}

/* DlMegamenu */
ul[class*=megamenu-col-] {
  overflow: hidden;
}
ul[class*=megamenu-col-] > li.dl-megamenu-item {
  padding-right: 30px;
  margin-bottom: 30px;
}

li.dl-megamenu-item {
  flex-basis: 33.3% !important;
  max-width: 33.3% !important;
}

@media (min-width: 992px) {
  .has-2cols-ul .dl-megamenu-item,
  .has-3cols-ul .dl-megamenu-item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .has-2cols-ul .dl-megamenu-item li,
  .has-3cols-ul .dl-megamenu-item li {
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .has-2cols-ul .dl-megamenu-item li a,
  .has-3cols-ul .dl-megamenu-item li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.has-2cols-ul .dl-megamenu-item li {
  flex-basis: 100%;
}

.has-3cols-ul .dl-megamenu-item li {
  flex-basis: 100%;
}

.dl-menu__title {
  margin-bottom: 30px;
  font-size: var(--h6-font-size);
  color: var(--color-light);
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  animation: MenuAnimOut5 0.4s ease;
}

@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  animation: MenuAnimIn5 0.4s ease;
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  animation: SubMenuAnimIn5 0.4s ease;
}

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  animation: SubMenuAnimOut5 0.4s ease;
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}
.form-group {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 1920px) {
  .form-group {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .account-page .form .form-group .btn {
    display: block;
    width: 100%;
    margin-top: 28px;
    float: none;
  }
}
.account-page .form .form-group .btn {
  margin-bottom: 5px;
}

.form-control,
.input-text {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 10px;
  border: none;
  border-radius: 0;
  font-size: 0.9375rem;
  color: var(--color-body);
  background-color: transparent;
  border-bottom: 1px solid #dfe0e5;
}
@media (min-width: 1920px) {
  .form-control,
  .input-text {
    font-size: 1.25rem;
    padding-bottom: 12px;
  }
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control:-moz-placeholder,
.input-text:-moz-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.form-control:focus, .has-active .form-control,
.input-text:focus,
.has-active .input-text {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-color: var(--color-success);
}
.form-control.has-success,
.input-text.has-success {
  background-image: url("../img/form-success.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 24px 24px;
}
.form-control.has-error, .form-control.wpcf7-not-valid,
.input-text.has-error,
.input-text.wpcf7-not-valid {
  background-image: url("../img/form-alert.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 24px 24px;
}

textarea.form-control {
  display: block;
}

.form-notice {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-size: 0.6875rem;
}
@media (min-width: 1920px) {
  .form-notice {
    font-size: 0.75rem;
  }
}

.control-label {
  display: block;
  margin-bottom: 4px;
  line-height: 1;
  font-size: 0.5625rem;
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
@media (min-width: 1920px) {
  .control-label {
    font-size: 0.75rem;
  }
}

.select-wrapper,
.widget_categories form,
.wp-block-archives-dropdown form,
.wp-block-categories-dropdown form {
  position: relative;
  margin-top: 0px;
}
.select-wrapper select,
.widget_categories form select,
.wp-block-archives-dropdown form select,
.wp-block-categories-dropdown form select {
  display: inline-block;
  width: 100%;
  padding: 0px 20px 10px 0px;
  line-height: 1.5;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  border-bottom: 1px solid #dfe0e5;
}
@media (min-width: 1920px) {
  .select-wrapper select,
  .widget_categories form select,
  .wp-block-archives-dropdown form select,
  .wp-block-categories-dropdown form select {
    padding-bottom: 12px;
  }
}
body:not(.cursor-is--active) .select-wrapper select,
body:not(.cursor-is--active) .widget_categories form select,
body:not(.cursor-is--active) .wp-block-archives-dropdown form select,
body:not(.cursor-is--active) .wp-block-categories-dropdown form select {
  cursor: pointer;
}
.select-wrapper:after, .select-wrapper:before,
.widget_categories form:after,
.widget_categories form:before,
.wp-block-archives-dropdown form:after,
.wp-block-archives-dropdown form:before,
.wp-block-categories-dropdown form:after,
.wp-block-categories-dropdown form:before {
  content: "";
  position: absolute;
  background-color: var(--color-success);
  transition: opacity 300ms ease;
}
.select-wrapper:before,
.widget_categories form:before,
.wp-block-archives-dropdown form:before,
.wp-block-categories-dropdown form:before {
  top: 12px;
  right: 0;
  width: 6px;
  height: 2px;
}
@media (min-width: 1920px) {
  .select-wrapper:before,
  .widget_categories form:before,
  .wp-block-archives-dropdown form:before,
  .wp-block-categories-dropdown form:before {
    top: 15px;
    width: 9px;
    height: 3px;
  }
}
.select-wrapper:after,
.widget_categories form:after,
.wp-block-archives-dropdown form:after,
.wp-block-categories-dropdown form:after {
  top: 10px;
  right: 2px;
  width: 2px;
  height: 6px;
}
@media (min-width: 1920px) {
  .select-wrapper:after,
  .widget_categories form:after,
  .wp-block-archives-dropdown form:after,
  .wp-block-categories-dropdown form:after {
    top: 12px;
    right: 3px;
    width: 3px;
    height: 9px;
  }
}

.checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 1920px) {
  .checkbox {
    padding-top: 6px;
    padding-left: 37px;
    font-size: 1.125rem;
  }
}

.checkbox-inline {
  display: inline-flex;
}

.checkbox-label {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #dfe0e5;
}
@media (min-width: 1920px) {
  .checkbox-label {
    top: 4px;
    width: 24px;
    height: 24px;
  }
}
.checkbox-label:after, .checkbox-label:before {
  content: "";
}
.checkbox-label:after, .checkbox-label:before {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 8px;
  height: 2px;
  content: "";
  opacity: 0;
  background-color: var(--color-success);
  transition: opacity 300ms ease;
}
@media (min-width: 1920px) {
  .checkbox-label:after, .checkbox-label:before {
    top: 10px;
    left: 4px;
    width: 14px;
    height: 3px;
  }
}
.checkbox-label:after {
  transform: rotate(45deg);
}
.checkbox-label:before {
  transform: rotate(-45deg);
}

.checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-input:checked ~ .checkbox-label:after, .checkbox-input:checked ~ .checkbox-label:before {
  opacity: 1;
}
.checkbox-input:focus ~ .custom-control-label:after, .checkbox-input:focus ~ .custom-control-label:before {
  opacity: 1;
}
.checkbox-input:active ~ .custom-control-label:after, .checkbox-input:active ~ .custom-control-label:before {
  opacity: 1;
}
.select2-container--default .select2-selection--single {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: 37px;
  border: none;
  border-radius: 0;
  font-size: 0.9375rem;
  color: var(--color-body);
  background-color: transparent;
  border-bottom: 1px solid #dfe0e5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-primary) transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--color-secondary);
  color: var(--color-light);
}

.filter-menu {
  padding-left: 0;
  list-style: none;
  display: block;
  position: absolute;
  width: 50%;
  max-width: 240px;
  right: 2px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  transition: all 0s ease-in-out;
}
@media (min-width: 992px) {
  .filter-menu {
    max-width: none;
    right: -198px;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .filter-menu {
    right: -228px;
  }
}
.site-header--top .filter-menu {
  top: 0;
  transform: translateY(calc(72px - 1rem));
  border-top: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--top .filter-menu {
    border-top-width: 4px;
  }
}
.site-header--top .filter-menu.filter-menu--active {
  transform: translateY(72px);
}
@media (min-width: 1920px) {
  .site-header--top .filter-menu.filter-menu--active {
    transform: translateY(100px);
  }
}
.site-header--bottom .filter-menu {
  bottom: 100%;
  transform: translateY(1rem);
  border-bottom: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--bottom .filter-menu {
    border-width: 4px;
  }
}
.site-header--bottom .filter-menu.filter-menu--active {
  transform: translate(0);
}
.filter-menu.filter-menu--active {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}
.filter-menu__form {
  width: 100%;
  display: flex;
  background-color: var(--color-dark);
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .filter-menu__form {
    flex-wrap: nowrap;
  }
}
.filter-menu__select {
  position: relative;
  width: 100%;
  border-bottom: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
@media (min-width: 992px) {
  .filter-menu__select {
    width: 180px;
    border-bottom: none;
    border-right: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  }
}
@media (min-width: 1920px) {
  .filter-menu__select {
    width: 220px;
  }
  .filter-menu__select .cs-placeholder {
    padding-top: 47px;
    padding-bottom: 35px;
    font-size: 1.125rem;
    letter-spacing: -0.03em;
  }
}
.filter-menu__submit {
  padding: 20px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .filter-menu__submit {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .filter-menu__submit {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  .filter-menu__submit button {
    font-size: 0.75rem;
    padding: 0.5rem 1.875rem;
    display: flex;
    align-items: center;
    gap: 0.125rem;
    height: 40px;
  }
  .filter-menu__submit button i {
    font-size: 14px;
    line-height: 1em;
  }
}
.filter-menu__label {
  position: absolute;
  top: 24px;
  left: 24px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-tiny);
}
@media (min-width: 1920px) {
  .filter-menu__label {
    top: 35px;
    font-size: 0.703125rem;
  }
}
@media (min-width: 1920px) {
  .filter-menu .cs-select > span::after {
    top: 54px;
  }
}
@media (min-width: 1920px) {
  .filter-menu .cs-select > span::before {
    top: 52px;
  }
}

.search-form--header .form-control {
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  text-align: center;
}
@media (min-width: 768px) {
  .search-form--header .form-control {
    font-size: 2.875rem;
  }
}
@media (min-width: 1920px) {
  .search-form--header .form-control {
    font-size: 4rem;
  }
}
.search-form--header .form-control::-webkit-input-placeholder {
  color: var(--color-light);
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.search-form--header .form-control::-moz-placeholder {
  color: var(--color-light);
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
.search-form--header .form-control:-ms-input-placeholder {
  color: var(--color-light);
  -ms-transition: all ease 300ms;
  transition: all ease 300ms;
}
.search-form--header .form-control:-moz-placeholder {
  color: var(--color-light);
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
.search-form--header .form-control:hover::-webkit-input-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.7);
}
.search-form--header .form-control:hover::-moz-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.7);
}
.search-form--header .form-control:hover:-ms-input-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.7);
}
.search-form--header .form-control:hover:-moz-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.7);
}
.search-form--header .form-control:focus {
  border-color: #dfe0e5;
}
.search-form--header .form-control:focus::-webkit-input-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.2);
}
.search-form--header .form-control:focus::-moz-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.2);
}
.search-form--header .form-control:focus:-ms-input-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.2);
}
.search-form--header .form-control:focus:-moz-placeholder {
  color: hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0.2);
}
.search-form--header + span {
  display: block;
  margin-top: 1.5em;
  font-size: 0.875rem;
  line-height: 1.25;
  color: var(--color-body-dark);
}
@media (max-width: 767.98px) {
  .search-form--header + span {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .search-form--header + span {
    margin-top: 2em;
  }
}
@media (min-width: 1920px) {
  .search-form--header + span {
    font-size: 1rem;
  }
}

.form::after,
.review-form::after,
.comment-form::after {
  display: block;
  clear: both;
  content: "";
}
.form .btn,
.form button,
.review-form .btn,
.review-form button,
.comment-form .btn,
.comment-form button {
  margin-top: 5px;
  float: right;
}
@media (min-width: 1920px) {
  .form .btn,
  .form button,
  .review-form .btn,
  .review-form button,
  .comment-form .btn,
  .comment-form button {
    margin-top: 10px;
  }
}
.form > .form-group:last-child,
.review-form > .form-group:last-child,
.comment-form > .form-group:last-child {
  margin-bottom: 0;
}
.form .form-group--password-forgot + .btn,
.form .form-group--password-forgot + button,
.review-form .form-group--password-forgot + .btn,
.review-form .form-group--password-forgot + button,
.comment-form .form-group--password-forgot + .btn,
.comment-form .form-group--password-forgot + button {
  margin-top: 1px;
}
.form .btn + .btn,
.review-form .btn + .btn,
.comment-form .btn + .btn {
  margin-top: 14px;
}
@media (min-width: 1920px) {
  .form .btn + .btn,
  .review-form .btn + .btn,
  .comment-form .btn + .btn {
    margin-top: 18px;
  }
}

.wpcf7__btn-wrapper.text-right .btn {
  float: right;
}
.password-reminder {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .password-reminder {
    margin-top: 7px;
  }
}
.password-reminder a {
  color: var(--color-info);
}
.password-reminder a:hover {
  color: var(--color-body);
}

.ncr-form-inline-grid {
  overflow: hidden;
}
.ncr-form-inline-grid .form-control {
  padding: 0 0 15px;
}

.df-icon {
  fill: var(--color-primary);
  stroke-width: 2px;
}
.df-icon--replay {
  transform: translateX(8%);
}

.widget-twitch .df-icon--twitch-word-logo {
  width: 88px;
  height: 30px;
  fill: var(--color-light);
}
@media (min-width: 992px) {
  .blog-layout--style-1 .widget-twitch .df-icon--twitch-word-logo, .blog-layout--style-2 .widget-twitch .df-icon--twitch-word-logo, .blog-layout--style-3 .widget-twitch .df-icon--twitch-word-logo, .blog-layout--style-4 .widget-twitch .df-icon--twitch-word-logo {
    width: 11.4583333333vh;
    height: 3.90625vh;
  }
}

.add-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid var(--color-light);
  transition: border-color 300ms ease;
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  .add-icon {
    width: 34px;
    height: 34px;
    border-width: 4px;
  }
}
.add-icon:after, .add-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 2px;
  content: "";
  background-color: var(--color-primary);
  transition: background-color 300ms ease;
}
@media (min-width: 1920px) {
  .add-icon:after, .add-icon:before {
    width: 14px;
    height: 4px;
  }
}
.add-icon:after {
  transform: translate(-50%, -50%);
}
.add-icon:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.add-icon:hover {
  border-color: var(--color-primary);
}

.info-box__label, .info-box__content {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.info-box__label {
  font-size: 0.75rem;
  line-height: 1em;
  color: var(--color-info);
}
.menu-panel .info-box__label {
  font-size: 0.6875rem;
  color: #787d9d;
}
@media (min-width: 1920px) {
  .menu-panel .info-box__label {
    font-size: 0.875rem;
  }
}
.info-box__content {
  font-size: 0.875rem;
}
@media (min-width: 1920px) {
  .menu-panel .info-box__content {
    font-size: 1.125rem;
  }
}
.menu-panel .info-box__content,
.menu-panel .info-box__content a,
.menu-panel .info-box__content a[href^="mailto:"] {
  color: var(--color-light);
}
.info-box__content a:hover {
  opacity: 0.7;
}
* + .info-box {
  margin-top: 31px;
}
@media (min-width: 1920px) {
  * + .info-box {
    margin-top: 36px;
  }
}
.menu-panel * + .info-box {
  margin-top: 25px;
}
.menu-panel .info-box + .info-box {
  margin-top: 19px;
}
@media (min-width: 1920px) {
  .info-box + .info-box {
    margin-top: 25px;
  }
}

.info-box--content {
  margin-bottom: 30px;
}
@media (min-width: 1920px) {
  .info-box--content .info-box__label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px) {
  .info-box--content .info-box__content {
    margin-top: -3px;
  }
}
.info-box--content .info-box__content a {
  color: var(--color-body);
}
@media (min-width: 1920px) {
  .info-box--content .info-box__content a[href^="mailto:"] {
    font-size: 1.125rem;
  }
}
.info-box--content .info-box__content + .info-box__label {
  margin-top: 30px;
}

.lightbox .mp_iframe {
  display: block;
}
.lightbox img {
  width: 100%;
}
.lightbox--video .mp_iframe {
  position: relative;
}
.lightbox--video .mp_iframe::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 300ms ease;
}
.lightbox--video:hover .mp_iframe::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.lightbox__icon {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  overflow: hidden;
  border-radius: 20%;
  transform: translateX(50%) translateY(75%) rotate(0deg) skewY(30deg) scaleX(0.866) translateZ(0px);
}
.lightbox__icon, .lightbox__icon::after, .lightbox__icon::before {
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 1920px) {
  .lightbox__icon, .lightbox__icon::after, .lightbox__icon::before {
    width: 2rem;
    height: 2rem;
  }
}
.lightbox__icon::after, .lightbox__icon::before {
  position: absolute;
  background: var(--color-light);
  pointer-events: auto;
  content: "";
}
.lightbox__icon::after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%) translateZ(0px);
}
.lightbox__icon::before {
  border-radius: 20% 20% 20% 53%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%) translateZ(0px);
}

.header-logo--img {
  z-index: 1;
  transition: 0.3s all ease;
}
.site-wrapper--has-menu-overlay .header-logo--img {
  opacity: 0;
  visibility: hidden;
}
.site-layout--landing .header-logo--img {
  opacity: 1;
  transition: 0.7s 0.6s all cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader-is--active .site-layout--landing .header-logo--img {
  opacity: 0;
  transform: translateY(-50%) scale(1.5);
}
.site-header--top .header-logo--img, .site-header--bottom .header-logo--img {
  position: absolute;
  left: 28px;
  width: var(--logo-width-md, 140px);
}
@media (max-width: 991.98px) {
  .site-header--top .header-logo--img, .site-header--bottom .header-logo--img {
    width: var(--logo-width-sm, 90px);
    left: 20px;
  }
}
@media (min-width: 1920px) {
  .site-header--top .header-logo--img, .site-header--bottom .header-logo--img {
    left: 46px;
    width: var(--logo-width-lg, 200px);
  }
}
.site-header--top .header-logo--img img, .site-header--bottom .header-logo--img img {
  max-width: 100%;
  height: auto;
}
.site-header--top .header-logo--img {
  top: 4px;
}
@media (min-width: 1920px) {
  .site-header--top .header-logo--img {
    top: 14px;
  }
}
.site-header--bottom .header-logo--img {
  bottom: 12px;
}
@media (max-width: 991.98px) {
  .site-header--bottom .header-logo--img {
    bottom: 6px;
  }
}
@media (min-width: 1920px) {
  .site-header--bottom .header-logo--img {
    bottom: 20px;
  }
}
.site-header--landing .header-logo--img {
  z-index: 3;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 992px) {
  .site-header--landing .header-logo--img {
    padding-left: 86px;
    padding-right: 86px;
  }
}
.header-logo--img img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1919px) {
  .site-header--landing .header-logo--img img {
    max-width: 18.229167vh;
  }
}
@media (min-width: 1920px) {
  .header-logo--img img {
    max-width: 200px;
  }
}
.header-logo--txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .header-logo--txt {
    padding-left: 34px;
  }
}
.header-logo--txt > a {
  color: white;
}
.header-logo .header-logo__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-logo .header-logo__heading {
  font-family: var(--font-base, "Rajdhani");
  font-size: 1em;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin: 0;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .header-logo .header-logo__heading {
    font-size: 1.125rem;
  }
}
.header-logo .header-logo__heading .highlight {
  color: var(--color-primary);
}
.header-logo .header-logo__tagline {
  font-family: var(--font-base, "Rajdhani");
  font-size: 0.625rem;
  line-height: 1em;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #787d9d;
  font-weight: 700;
  flex-basis: 100%;
}

.gm-map--aside {
  display: block;
  width: calc(100% + 48px);
  height: 400px;
  margin: 60px -24px -60px;
}
@media (min-width: 992px) {
  .gm-map--aside {
    position: fixed !important;
    left: 0;
    width: calc(100% - 760px);
    height: calc(100vh - 72px);
    margin: 0;
  }
  .site-header--top ~ .site-content .gm-map--aside {
    bottom: 0;
  }
  .site-header--bottom ~ .site-content .gm-map--aside {
    top: 0;
  }
}
@media (min-width: 1440px) {
  .gm-map--aside {
    width: calc(100% - 860px);
  }
}
.gm-map .gm-style br {
  background-color: transparent;
}
.gm-map .gm-style .gm-style-iw-t:after, .gm-map .gm-style .gm-style-iw-t:before {
  display: none;
}
.gm-map .gm-style .gm-style-iw-c {
  padding: 13px 22px 12px !important;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--color-dark);
}
.gm-map .gm-style .gm-ui-hover-effect {
  opacity: 0.3;
  transition: opacity 300ms ease;
}
.gm-map .gm-style .gm-ui-hover-effect img {
  display: none !important;
}
.gm-map .gm-style .gm-ui-hover-effect:after, .gm-map .gm-style .gm-ui-hover-effect:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 8px;
  height: 2px;
  background-color: var(--color-light);
}
.gm-map .gm-style .gm-ui-hover-effect:after {
  transform: rotate(45deg);
}
.gm-map .gm-style .gm-ui-hover-effect:before {
  transform: rotate(-45deg);
}
.gm-map .gm-style .gm-ui-hover-effect:hover {
  opacity: 1;
}
.gm-map .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  font-family: var(--font-base, "Rajdhani");
  font-weight: bold;
  line-height: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-light);
}
.gm-map .gm-style .gm-style-iw-d address {
  display: block;
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 0.75rem;
  color: var(--color-secondary);
}

.main-nav {
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .main-nav {
    display: block;
    transition: 0.3s all ease;
  }
  .site-wrapper--has-menu-overlay .main-nav {
    opacity: 0;
  }
}
.main-nav ul {
  padding-left: 0;
  list-style: none;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li a {
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: all 240ms ease;
}
.main-nav ul li:not(.item-has-btn) a:hover {
  color: var(--color-primary);
}
.main-nav__list a {
  color: var(--color-light);
}
.main-nav__list li.active > a {
  color: var(--color-primary);
}
.main-nav__list > li {
  display: inline-block;
}
.main-nav__list > li.ncr-item-badge::after {
  content: "New";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  background-color: var(--color-primary);
  padding: 0.35em 0.5em;
  border-radius: 0.4em;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 0.5625rem;
  line-height: 1em;
  font-weight: bold;
  pointer-events: none;
}
.main-nav__list > li.ncr-item-badge--danger::after {
  background-color: var(--color-danger);
}
.main-nav__list > li:first-child {
  padding-left: 0;
}
.main-nav__list > li:last-child {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .main-nav__list > li {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1920px) {
  .main-nav__list > li {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.main-nav__list > li > a {
  font-size: 0.875rem;
  display: inline-block;
  padding-top: 28px;
  padding-bottom: 27px;
}
@media (min-width: 1920px) {
  .main-nav__list > li > a {
    font-size: 1rem;
    padding-top: 41px;
    padding-bottom: 39px;
  }
}
.main-nav__sub {
  display: block;
  float: left;
  position: absolute;
  left: 6px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
  transition: all 0s ease-in-out;
}
.main-nav__list > li:first-child .main-nav__sub {
  left: -24px;
}
@media (min-width: 1920px) {
  .main-nav__sub {
    left: 12px;
  }
  .main-nav__list > li:first-child .main-nav__sub {
    left: -36px;
  }
  .site-header--landing .main-nav__list > li:first-child .main-nav__sub {
    left: -24px;
  }
}
.site-header--top .main-nav__sub {
  top: 100%;
  transform: translateY(-1rem);
  border-top: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--top .main-nav__sub {
    border-width: 4px;
  }
}
.site-header--landing .main-nav__sub {
  transform: translateY(-1rem);
}
.site-header--bottom .main-nav__sub {
  bottom: 100%;
  transform: translateY(1rem);
  border-bottom: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--bottom .main-nav__sub {
    border-width: 4px;
  }
}
.site-header--bottom .main-nav__sub.main-nav__sub--dropup {
  bottom: auto;
  transform: translate(-1rem, calc(-100% + 47px));
}
@media (min-width: 1920px) {
  .site-header--bottom .main-nav__sub.main-nav__sub--dropup {
    transform: translate(-1rem, calc(-100% + 65px));
  }
}
.main-nav__sub ul {
  left: 99%;
}
.site-header--top .main-nav__sub ul, .site-header--bottom .main-nav__sub ul, .site-header--landing .main-nav__sub ul {
  transform: translateX(-1rem);
}
.site-header--top .main-nav__sub ul {
  top: 0;
  border-top: 0;
}
.site-header--bottom .main-nav__sub ul {
  top: 0;
  border-bottom: 0;
}
.site-header--landing .main-nav__sub ul {
  top: 0;
}
.main-nav__sub li {
  border-left: 2px solid transparent;
}
@media (min-width: 1920px) {
  .main-nav__sub li {
    border-width: 4px;
  }
}
.main-nav__sub li:hover > ul, .main-nav__sub li.focus > ul {
  left: 100%;
}
.main-nav__sub li a {
  display: block;
  width: 200px;
  padding: 16px 44px 16px 24px;
  font-size: 0.75rem;
  background-color: var(--color-dark);
  border-bottom: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
@media (min-width: 1920px) {
  .main-nav__sub li a {
    width: 280px;
    padding: 24px 44px 24px 35px;
    font-size: 0.875rem;
  }
}
.main-nav__sub li:last-child > a {
  border-bottom: none;
}
.main-nav li:hover > ul,
.main-nav li.focus > ul, li:hover > .main-nav__megamenu, li.focus > .main-nav__megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  transition-duration: 0.3s;
}
.site-header--bottom .main-nav li:hover > ul.main-nav__sub--dropup,
.site-header--bottom .main-nav li.focus > ul.main-nav__sub--dropup, li:hover > .site-header--bottom .main-nav__megamenu.main-nav__sub--dropup, li.focus > .site-header--bottom .main-nav__megamenu.main-nav__sub--dropup {
  transform: translate(0, calc(-100% + 47px));
}
@media (min-width: 1920px) {
  .site-header--bottom .main-nav li:hover > ul.main-nav__sub--dropup,
  .site-header--bottom .main-nav li.focus > ul.main-nav__sub--dropup, li:hover > .site-header--bottom .main-nav__megamenu.main-nav__sub--dropup, li.focus > .site-header--bottom .main-nav__megamenu.main-nav__sub--dropup {
    transform: translate(0, calc(-100% + 65px));
  }
}
.site-header--landing .main-nav {
  display: none;
}
@media (min-width: 768px) {
  .site-header--landing .main-nav {
    display: flex;
    flex: 1;
  }
  .site-header--landing .main-nav:first-of-type {
    margin-right: auto;
    justify-content: flex-end;
  }
  .site-header--landing .main-nav:last-of-type {
    margin-left: auto;
  }
}
.site-header--landing .main-nav__list > li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-header--landing .main-nav__list > li:first-child {
  padding-left: 0;
}
.site-header--landing .main-nav__list > li:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  .site-header--landing .main-nav__list > li {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.site-layout--landing .main-nav {
  opacity: 1;
  transition: 0.7s 0.6s all cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader-is--active .site-layout--landing .main-nav {
  opacity: 0;
  transform: translateY(-50%) scale(1.5);
}
.main-nav .badge {
  margin-left: 0.3em;
}

.main-nav__toggle,
.main-nav__toggle-2 {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 6px;
  height: 2px;
  margin-left: 6px;
  vertical-align: middle;
  background-color: var(--color-primary);
}
.main-nav__toggle:before,
.main-nav__toggle-2:before {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 2px;
  height: 6px;
  content: "";
  background-color: var(--color-primary);
  transition: opacity 300ms ease;
}
li:hover > .main-nav__toggle:before, li.focus > .main-nav__toggle:before,
li:hover > .main-nav__toggle-2:before,
li.focus > .main-nav__toggle-2:before {
  opacity: 0;
}
.main-nav__list ul .main-nav__toggle,
.main-nav__list ul .main-nav__toggle-2 {
  position: absolute;
  top: 23px;
  right: 18px;
}
@media (min-width: 1920px) {
  .main-nav__list ul .main-nav__toggle,
  .main-nav__list ul .main-nav__toggle-2 {
    top: 33px;
    right: 24px;
  }
}
.mobile-bar-item .main-nav__toggle,
.mobile-bar-item .main-nav__toggle-2 {
  position: absolute;
  top: 27px;
  right: 24px;
}
.mobile-bar-item .mobile-bar-item__header:not(.collapsed) .main-nav__toggle:before,
.mobile-bar-item .mobile-bar-item__header:not(.collapsed) .main-nav__toggle-2:before {
  opacity: 0;
}

.main-nav__title {
  margin-bottom: 30px;
  font-size: 0.9375rem;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .main-nav__title {
    margin-bottom: 43px;
    font-size: 1rem;
  }
}

ul.main-nav__megamenu {
  position: fixed;
  left: 0;
  right: 0;
  padding: 39px 100px 84px;
  visibility: hidden;
  opacity: 0;
  transition: all 0s ease-in-out;
  display: flex;
  flex-wrap: nowrap;
}
.site-header--top ul.main-nav__megamenu {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1440px) {
  ul.main-nav__megamenu {
    padding: 39px 187px 54px;
  }
  .site-header--top ul.main-nav__megamenu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  ul.main-nav__megamenu {
    padding: 54px 311px 74px;
  }
  .site-header--top ul.main-nav__megamenu {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
ul.main-nav__megamenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
}
ul.main-nav__megamenu ul li {
  margin-bottom: 0.875rem;
}
@media (min-width: 1920px) {
  ul.main-nav__megamenu ul li {
    margin-bottom: 1.0625rem;
  }
}
ul.main-nav__megamenu a {
  display: block;
  font-size: 0.75rem;
  vertical-align: top;
}
@media (min-width: 1920px) {
  ul.main-nav__megamenu a {
    font-size: 0.875rem;
  }
}
.site-header--top ul.main-nav__megamenu {
  top: calc(72px);
  transform: translateY(-1rem);
  border-top: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--top ul.main-nav__megamenu {
    top: calc(100px);
    border-width: 4px;
  }
}
body.admin-bar .site-header--top ul.main-nav__megamenu {
  top: calc(72px + 32px);
}
@media (max-width: 782px) {
  body.admin-bar .site-header--top ul.main-nav__megamenu {
    top: calc(100px + 46px);
  }
}
.site-header--bottom ul.main-nav__megamenu {
  bottom: calc(72px);
  transform: translateY(1rem);
  border-bottom: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--bottom ul.main-nav__megamenu {
    bottom: calc(100px);
    border-width: 4px;
  }
}
.site-header--landing ul.main-nav__megamenu {
  z-index: 2;
  transform: translateY(-1rem);
}

/* Megamenu default columns */
@media (min-width: 992px) {
  ul[class*=megamenu-col-] {
    overflow: hidden;
  }
  ul[class*=megamenu-col-] > li.megamenu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  li.megamenu-col-2:not([class*=col-]) {
    width: 50%;
  }
  li.megamenu-col-3:not([class*=col-]) {
    width: 33.3%;
  }
  li.megamenu-col-4:not([class*=col-]) {
    width: 25%;
  }
  li.megamenu-col-5:not([class*=col-]) {
    width: 20%;
  }
  li.megamenu-col-6:not([class*=col-]) {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .has-2cols-ul .megamenu-item,
  .has-3cols-ul .megamenu-item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  .has-2cols-ul .megamenu-item li,
  .has-3cols-ul .megamenu-item li {
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .has-2cols-ul .megamenu-item li a,
  .has-3cols-ul .megamenu-item li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .has-2cols-ul .megamenu-item li {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .has-3cols-ul .megamenu-item li {
    flex-basis: 33.3%;
  }
}
.mobile-nav ul {
  padding-left: 0;
  list-style: none;
  padding: 0;
}
.mobile-nav li.active > a {
  color: var(--color-primary);
}
.mobile-nav a {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: var(--color-light);
}
.mobile-nav .item-has-btn > a {
  display: block;
  color: var(--color-light);
}
.mobile-nav .badge {
  margin-left: 0.3em;
}
.mobile-nav ul ul a {
  font-size: 0.625rem;
  padding: 5px 0 4px 34px;
  margin-right: 54px;
}
.mobile-nav__list > li > a {
  padding: 15px 0 13px 34px;
  margin-right: 54px;
}
.mobile-nav__list > li.item-has-btn > a {
  text-align: left;
  margin-right: 0;
}
.mobile-nav__list > li + li {
  border-top: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.mobile-nav__list li {
  position: relative;
}
.mobile-nav .sub-menu {
  margin-bottom: 10px;
  display: none;
}
.mobile-nav .sub-menu .sub-menu {
  padding-left: 15px !important;
}

.mobile-nav__toggle,
.mobile-nav__toggle-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
}
.mobile-nav__toggle::after, .mobile-nav__toggle::before,
.mobile-nav__toggle-2::after,
.mobile-nav__toggle-2::before {
  position: absolute;
  content: "";
  background-color: var(--color-primary);
}
.mobile-nav__toggle::before,
.mobile-nav__toggle-2::before {
  top: calc(50% - 3px);
  left: calc(50% - 1px);
  width: 2px;
  height: 6px;
  transition: opacity 300ms ease;
}
.mobile-nav__toggle::after,
.mobile-nav__toggle-2::after {
  top: calc(50% - 1px);
  left: calc(50% - 3px);
  width: 6px;
  height: 2px;
}
.mobile-nav__toggle.active:before,
.mobile-nav__toggle-2.active:before {
  opacity: 0;
}

.mobile-nav__toggle {
  height: 48px;
}

.sub-menu .mobile-nav__toggle {
  height: 26px;
}

@media (max-width: 767.98px) {
  .mobile-nav--simple {
    height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .admin-bar .mobile-nav--simple {
    height: calc(100vh - 46px - 72px);
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .mobile {
    position: fixed !important;
  }
}

.color-pallete-item {
  position: relative;
  width: 120px;
  height: 120px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 122px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .color-pallete-item {
    margin-bottom: 20px;
  }
}
.color-pallete-item:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 85px;
  height: 85px;
  border-width: 16px;
  border-style: solid;
  border-color: inherit;
  transform: rotate(45deg);
}

.landing-detail,
.landing-detail-cover {
  display: none;
}
@media (min-width: 768px) {
  .landing-detail,
  .landing-detail-cover {
    position: fixed;
    top: 50%;
    display: block;
    width: 398px;
    height: 398px;
    transform-origin: top;
    transform: scale(0.5) translateY(-50%);
  }
}
@media (min-width: 992px) {
  .landing-detail,
  .landing-detail-cover {
    transform: scale(0.75) translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .landing-detail,
  .landing-detail-cover {
    transform: translateY(-50%);
  }
}
.landing-detail span,
.landing-detail-cover span {
  position: absolute;
  top: 50%;
  border-style: solid;
  transform: rotate(45deg);
}
.landing-detail span:first-child,
.landing-detail-cover span:first-child {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border-width: 32px;
}
.landing-detail span:nth-child(2),
.landing-detail-cover span:nth-child(2) {
  width: 200px;
  height: 200px;
  margin-top: -100px;
  border-width: 26px;
}
.landing-detail span:last-child,
.landing-detail-cover span:last-child {
  width: 282px;
  height: 282px;
  margin-top: -141px;
  border-width: 20px;
}
.landing-detail--left,
.landing-detail-cover--left {
  left: -199px;
}
.landing-detail--left span,
.landing-detail-cover--left span {
  left: 50%;
}
.preloader-is--active.site-layout--landing .landing-detail--left span,
.preloader-is--active.site-layout--landing .landing-detail-cover--left span {
  left: -100%;
}
.landing-detail--left span:first-child,
.landing-detail-cover--left span:first-child {
  margin-left: -50px;
}
.site-layout--landing .landing-detail--left span:first-child,
.site-layout--landing .landing-detail-cover--left span:first-child {
  transition: 0.7s 0.8s left cubic-bezier(0.86, 0, 0.07, 1);
}
.landing-detail--left span:nth-child(2),
.landing-detail-cover--left span:nth-child(2) {
  margin-left: -100px;
}
.site-layout--landing .landing-detail--left span:nth-child(2),
.site-layout--landing .landing-detail-cover--left span:nth-child(2) {
  transition: 0.7s 1s left cubic-bezier(0.86, 0, 0.07, 1);
}
.landing-detail--left span:last-child,
.landing-detail-cover--left span:last-child {
  margin-left: -141px;
}
.site-layout--landing .landing-detail--left span:last-child,
.site-layout--landing .landing-detail-cover--left span:last-child {
  transition: 0.7s 1.2s left cubic-bezier(0.86, 0, 0.07, 1);
}
.landing-detail--right,
.landing-detail-cover--right {
  right: -199px;
}
.landing-detail--right span,
.landing-detail-cover--right span {
  right: 50%;
}
.preloader-is--active.site-layout--landing .landing-detail--right span,
.preloader-is--active.site-layout--landing .landing-detail-cover--right span {
  right: -100%;
}
.landing-detail--right span:first-child,
.landing-detail-cover--right span:first-child {
  margin-right: -50px;
}
.site-layout--landing .landing-detail--right span:first-child,
.site-layout--landing .landing-detail-cover--right span:first-child {
  transition: 0.7s 0.8s right cubic-bezier(0.86, 0, 0.07, 1);
}
.landing-detail--right span:nth-child(2),
.landing-detail-cover--right span:nth-child(2) {
  margin-right: -100px;
}
.site-layout--landing .landing-detail--right span:nth-child(2),
.site-layout--landing .landing-detail-cover--right span:nth-child(2) {
  transition: 0.7s 1s right cubic-bezier(0.86, 0, 0.07, 1);
}
.landing-detail--right span:last-child,
.landing-detail-cover--right span:last-child {
  margin-right: -141px;
}
.site-layout--landing .landing-detail--right span:last-child,
.site-layout--landing .landing-detail-cover--right span:last-child {
  transition: 0.7s 1.2s right cubic-bezier(0.86, 0, 0.07, 1);
}

.landing-detail span {
  border-color: var(--color-landing-detail-primary);
}

.landing-detail-cover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 46%, 0% 46%);
}
.landing-detail-cover span {
  border-color: var(--color-landing-detail-secondary);
}

.svg-filters {
  display: block;
  width: 0;
  height: 0;
}

.site-overlay {
  left: 0;
  z-index: 1100;
  width: 100%;
  height: calc(100% - 72px);
  position: fixed;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 320ms ease;
}
body:not(.cursor-is--active) .site-overlay {
  cursor: pointer;
}
@media (min-width: 1920px) {
  .site-overlay {
    height: calc(100% - 100px);
  }
}
.site-header--top ~ .site-overlay {
  bottom: 0;
}
.site-header--bottom ~ .site-overlay {
  top: 0;
}
.site-wrapper--has-overlay .site-overlay, .site-wrapper--has-redeem-overlay .site-overlay {
  visibility: visible;
  opacity: 1;
  background-color: hsla(var(--color-dark-h), var(--color-dark-s), var(--color-dark-l), 0.96);
}
.site-wrapper--has-redeem-overlay .site-overlay {
  height: 100%;
  z-index: 1106;
}

.page-heading {
  overflow: hidden;
}
.page-heading--default {
  margin-bottom: 38px;
}
@media (min-width: 576px) {
  .page-heading--default {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-heading--default {
    width: 70%;
    margin-bottom: 65px;
  }
}
@media (min-width: 1920px) {
  .page-heading--default {
    width: 80%;
  }
}
.page-heading--default h1, .page-heading--default .h1, .page-heading--default h2, .page-heading--default .h2, .page-heading--default h3, .page-heading--default .h3, .page-heading--default h4, .page-heading--default .h4, .page-heading--default h5, .page-heading--default .h5, .page-heading--default h6, .page-heading--default .h6 {
  color: var(--color-light);
}
.page-heading.page-heading--loop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 60px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .page-heading.page-heading--loop {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-heading.page-heading--loop.page-heading--streams-archive {
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-heading.page-heading--loop {
    width: 536px;
    height: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1920px) {
  .page-heading.page-heading--loop {
    width: 740px;
  }
}
@media (max-width: 991.98px) {
  .page-heading--streams-archive .page-heading__title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .page-heading--streams-archive .page-heading__title {
    font-size: 3rem;
  }
}
.page-heading--streams-archive .page-heading__body hr {
  border: none;
  height: 38px;
  margin: 0;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__body hr {
    height: 45px;
  }
}
.page-heading--streams-archive .page-heading__body h5, .page-heading--streams-archive .page-heading__body .h5 {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__body h5, .page-heading--streams-archive .page-heading__body .h5 {
    font-size: 1.75rem;
  }
}
.page-heading--streams-archive .page-heading__body p {
  padding-left: 16%;
  padding-right: 16%;
  line-height: 1.25rem;
}
.page-heading--streams-archive .page-heading__body * + p {
  margin-top: 8px;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__body * + p {
    margin-top: 18px;
  }
}
.page-heading--partners {
  padding-top: 2rem;
}
.page-heading__title {
  z-index: 4;
}
@media (max-width: 991.98px) {
  .page-heading__title br {
    display: none;
  }
}
@media (min-width: 1920px) {
  .page-heading__title {
    font-size: 7.75rem;
  }
}
@media (min-width: 1920px) {
  .text-small .page-heading__title {
    font-size: 5.875rem;
  }
}
.page-heading--loop .page-heading__title {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .page-heading--loop .page-heading__title {
    font-size: 5.875rem;
  }
}
.page-heading--default .page-heading__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-heading__title.page-heading__title--sm {
    font-size: 3.5rem;
  }
}
.page-heading__title .link-plus {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 18px;
}
.page-heading__link.page-heading__link--has-link-plus {
  display: inline-block;
  position: relative;
}
.page-heading__link.page-heading__link--has-link-plus .link-plus {
  display: block;
  position: absolute;
  right: -48px;
}
.page-heading__subtitle {
  z-index: 4;
}
@media (min-width: 992px) {
  .page-heading__subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1920px) {
  .page-heading__subtitle {
    font-size: 2.25rem;
  }
}
@media (min-width: 1920px) {
  .text-small .page-heading__subtitle {
    font-size: 1.625rem;
  }
}
.page-heading--loop .page-heading__subtitle {
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .page-heading--loop .page-heading__subtitle {
    margin-bottom: 9px;
    font-size: 1.625rem;
  }
}
.page-heading--default .page-heading__subtitle {
  margin-bottom: 8px;
}
@media (min-width: 1920px) {
  .page-heading--default .page-heading__subtitle {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .page-heading__subtitle.page-heading__subtitle--sm {
    font-size: 1.125rem;
  }
}
.page-heading__subtitle .page-heading__subtitle-separator::after {
  content: "/";
}
.page-heading__logo {
  margin-bottom: 36px;
  text-align: center;
}
.page-heading__logo img {
  margin: 0 auto;
}
.page-heading__body {
  z-index: 4;
}
.page-heading--partners .page-heading__title + .page-heading__body {
  margin-top: 44px;
}
@media (min-width: 992px) {
  .page-heading--partners .page-heading__title + .page-heading__body {
    margin-top: 84px;
  }
}
@media (min-width: 1920px) {
  .page-heading--partners .page-heading__title + .page-heading__body {
    margin-top: 74px;
  }
}
.page-heading--streams-archive .page-heading__title + .page-heading__body {
  margin-top: 44px;
}
@media (min-width: 1920px) {
  .page-heading--streams-archive .page-heading__title + .page-heading__body {
    margin-top: 68px;
  }
}
.page-heading__body * {
  margin-bottom: 0;
}
.page-heading__body h1, .page-heading__body h2, .page-heading__body h3, .page-heading__body h4, .page-heading__body h5, .page-heading__body h6,
.page-heading__body .h1, .page-heading__body .h2, .page-heading__body .h3, .page-heading__body .h4, .page-heading__body .h5, .page-heading__body .h6 {
  color: var(--color-light);
}
.page-heading__body .h6 {
  margin-bottom: 0.5em;
}
.page-heading p, .page-heading__title,
.page-heading a[href^="mailto:"] {
  color: var(--color-light);
}

@media (min-width: 576px) {
  .content.partners-layout {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .content.partners-layout {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
    grid-auto-columns: calc(50vh - 72px / 2);
  }
}
@media (min-width: 1920px) {
  .content.partners-layout {
    grid-auto-columns: calc(50vh - 100px / 2);
  }
}

.partner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vw;
  padding: 40px;
  text-align: center;
  background-color: var(--color-light);
  overflow: hidden;
}
@media (min-width: 576px) {
  .partner {
    width: 50%;
    min-height: 50vw;
  }
}
@media (min-width: 992px) {
  .partner {
    width: 100%;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .partner {
    padding: 5.2083333333vh;
  }
}
.partner:nth-child(4n-1), .partner:nth-child(4n-2) {
  background-color: var(--color-lighter);
}
.partner__logo, .partner__header {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 700ms ease;
}
.partner__logo {
  bottom: 50%;
}
.partner__logo img {
  max-width: 80%;
  margin: 0 auto 24px;
}
@media (min-width: 992px) {
  .partner__logo img {
    margin-bottom: 3.125vh;
  }
}
.partner__header {
  top: 50%;
}
.partner__title {
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .partner__title {
    margin-bottom: 0.1302083333vh;
    font-size: 4.1666666667vh;
  }
}
.partner__info {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--color-info);
}
@media (min-width: 992px) {
  .partner__info {
    font-size: 1.5625vh;
  }
}
.partner__info:hover {
  color: var(--color-primary);
}
.partner__excerpt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 0.75rem;
  line-height: 1.667;
  opacity: 0;
  transform: translateY(48px);
  transition: all 700ms ease;
}
@media (min-width: 992px) {
  .partner__excerpt {
    padding-left: 5.2083333333vh;
    padding-right: 5.2083333333vh;
    font-size: 1.5625vh;
    transform: translateY(6.25vh);
  }
}
.partner:hover .partner__logo,
.partner:hover .partner__header {
  transform: translateY(-38px);
}
@media (min-width: 992px) {
  .partner:hover .partner__logo,
  .partner:hover .partner__header {
    transform: translateY(-4.947917vh);
  }
}
.partner:hover .partner__excerpt {
  opacity: 1;
  transform: translateY(38px);
}
@media (min-width: 992px) {
  .partner:hover .partner__excerpt {
    transform: translateY(4.947917vh);
  }
}

.social-menu {
  padding-left: 0;
  list-style: none;
}
.social-menu li {
  display: inline-block;
}
.partner .social-menu li, .staff-member .social-menu li {
  display: block;
  padding: 0;
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .partner .social-menu li, .staff-member .social-menu li {
    font-size: 1.3020833333vh;
  }
}
@media (min-width: 1920px) {
  .partner .social-menu li, .staff-member .social-menu li {
    font-size: 1.8229166667vh;
  }
}
@media (min-width: 992px) {
  .partner .social-menu li a, .staff-member .social-menu li a {
    width: 5.2083333333vh;
    height: 5.2083333333vh;
    line-height: 5.2083333333vh;
  }
}
.partner .social-menu, .staff-member .social-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.single-sp_staff .staff-member .social-menu {
  margin: -40px -24px 0 0;
}
@media (min-width: 992px) {
  .single-sp_staff .staff-member .social-menu {
    margin-right: -112px;
    margin-top: -68px;
  }
}
@media (min-width: 1440px) {
  .single-sp_staff .staff-member .social-menu {
    margin-right: -108px;
  }
}
@media (min-width: 1920px) {
  .single-sp_staff .staff-member .social-menu {
    margin-right: -120px;
  }
}

.social-menu--header {
  display: block;
  width: 260px;
  margin: 0;
  float: left;
  position: absolute;
  left: -124px;
  z-index: 99999;
  visibility: hidden;
  display: flex;
  flex-direction: column-reverse;
  opacity: 0;
}
@media (min-width: 1920px) {
  .social-menu--header {
    width: 365px;
    left: -165px;
  }
}
.site-header--top .social-menu--header {
  top: 72px;
  transform: translateY(-10px);
}
@media (min-width: 1920px) {
  .site-header--top .social-menu--header {
    top: 100px;
  }
}
.site-header--bottom .social-menu--header {
  bottom: 100%;
  transform: translateY(10px);
}
.site-header--top .social-menu--header li {
  border-top: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--top .social-menu--header li {
    border-top-width: 4px;
  }
}
.site-header--bottom .social-menu--header li {
  border-bottom: 2px solid transparent;
}
@media (min-width: 1920px) {
  .site-header--bottom .social-menu--header li {
    border-bottom-width: 4px;
  }
}
.social-menu--header li a {
  position: relative;
  display: block;
  padding: 23px 18px 19px;
  color: var(--color-light);
  background-color: var(--color-dark);
  border-left-width: 72px;
  border-left-style: solid;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .social-menu--header li a {
    padding: 35px 28px 32px;
    border-left-width: 100px;
    font-size: 1.125rem;
  }
}
.social-menu--header li a:hover {
  color: var(--color-primary);
}
.social-menu--header li a:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.social-menu--header li a::before {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: -36px;
  transform: translateX(-50%) translateY(-50%);
  color: var(--color-light);
  font-size: 1.5rem;
  transition: transform 0.25s ease;
}
@media (min-width: 1920px) {
  .social-menu--header li a::before {
    inset-inline-start: -50px;
    font-size: 1.875rem;
  }
}
.social-menu--header li a .link-subtitle {
  display: block;
  font-size: 0.625em;
  line-height: 1;
  color: var(--color-tiny);
}
.header-social-toggle:hover .social-menu {
  transition: opacity 0.3s ease, transform 0.3s ease;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.social-menu--default {
  margin-bottom: 0;
}
.player-info-detail__label + .social-menu--default {
  margin-top: 1px;
}
.info-box + .social-menu--default {
  margin-top: 20px;
}
.social-menu--default li {
  display: inline-block;
}
.social-menu--default li a:before {
  color: var(--color-primary);
}
@media (min-width: 1920px) {
  .menu-panel .social-menu--default li a {
    font-size: 20px;
  }
}
.social-menu--default li a:hover {
  opacity: 0.8;
}
.social-menu--default li + li {
  margin-left: 17px;
}
@media (min-width: 1920px) {
  .social-menu--default li + li {
    margin-left: 50px;
  }
  .player-info-page .social-menu--default li + li {
    margin-left: 40px;
  }
}
.menu-panel .social-menu--default li + li {
  margin-left: 24px;
}
@media (min-width: 1920px) {
  .menu-panel .social-menu--default li + li {
    margin-left: 40px;
  }
}

.social-menu--links {
  margin: -4px;
}
.social-menu--links li {
  padding: 4px;
}
.social-menu--links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color-light);
}
.social-menu--links li a:hover {
  opacity: 0.75;
}

.social-menu--mobile-bar li {
  display: block;
}
.social-menu--mobile-bar li + li {
  border-top: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.social-menu--mobile-bar a {
  display: block;
  padding: 12px 54px 12px 34px;
}
.social-menu--mobile-bar a:before {
  margin-right: 12px;
}
.social-menu--mobile-bar a span {
  font-size: 0.75rem;
  font-family: var(--font-base, "Rajdhani");
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
}

.social-menu a::before {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.social-menu a[href*="mailto:"]::before {
  content: "\@";
}
.social-menu a[href*="discordapp.com"]::before,
.social-menu a[href*="discord.com"]::before,
.social-menu a[href*="discord.gg"]::before {
  content: "\f392";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="dribbble.com"]::before {
  content: "\f17d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="facebook.com"]::before {
  content: "\f09a";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="instagram.com"]::before {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="itch.io"]::before {
  content: "\f83a";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="linkedin.com"]::before {
  content: "\f08c";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="medium.com"]::before {
  content: "\f23a";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="mixer.com"]::before {
  content: "\e056";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="ok.ru"]::before {
  content: "\f263";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="pinterest."]::before {
  content: "\f0d2";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="quora.com"]::before {
  content: "\f2c4";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="reddit.com"]::before {
  content: "\f281";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="skype.com"]::before {
  content: "\f17e";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="snapchat.com"]::before {
  content: "\f2ab";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="soundcloud.com"]::before {
  content: "\f1be";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="steampowered.com"]::before,
.social-menu a[href*="steamcommunity.com"]::before {
  content: "\f1b6";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="t.me"]::before {
  content: "\f2c6";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="tiktok.com"]::before {
  content: "\e07b";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="ts3server:"]::before {
  content: "\f4f9";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="tumblr.com"]::before {
  content: "\f173";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="twitter.com"]::before,
.social-menu a[href*="x.com"]::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="twitch.tv"]::before {
  content: "\f1e8";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="vimeo.com"]::before {
  content: "\f40a";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="vk.com"]::before {
  content: "\f189";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="wechat.com"]::before,
.social-menu a[href*="wx.qq.com"]::before {
  content: "\f1d7";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="weibo.com"]::before {
  content: "\f18a";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="whatsapp.com"]::before,
.social-menu a[href*="wa.me"]::before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="xing.com"]::before {
  content: "\f168";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.social-menu a[href*="youtube.com"]::before {
  content: "\f167";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.social-menu.social-menu--links a[href*="discordapp.com"],
.social-menu.social-menu--links a[href*="discord.com"],
.social-menu.social-menu--links a[href*="discord.gg"] {
  background-color: #7289da;
}
.social-menu.social-menu--links a[href*="dribbble.com"] {
  background-color: #ea4c89;
}
.social-menu.social-menu--links a[href*="facebook.com"] {
  background-color: #224bc0;
}
.social-menu.social-menu--links a[href*="instagram.com"] {
  background-color: #d42d93;
}
.social-menu.social-menu--links a[href*="itch.io"] {
  background-color: #fa5c5c;
}
.social-menu.social-menu--links a[href*="linkedin.com"] {
  background-color: #0077b5;
}
.social-menu.social-menu--links a[href*="medium.com"] {
  background-color: #12100e;
}
.social-menu.social-menu--links a[href*="mixer.com"] {
  background-color: #002050;
}
.social-menu.social-menu--links a[href*="ok.ru"] {
  background-color: #f4731c;
}
.social-menu.social-menu--links a[href*="pinterest."] {
  background-color: #bd081c;
}
.social-menu.social-menu--links a[href*="quora.com"] {
  background-color: #b92b27;
}
.social-menu.social-menu--links a[href*="reddit.com"] {
  background-color: #ff4500;
}
.social-menu.social-menu--links a[href*="skype.com"] {
  background-color: #00aff0;
}
.social-menu.social-menu--links a[href*="snapchat.com"] {
  background-color: #fffc00;
}
.social-menu.social-menu--links a[href*="soundcloud.com"] {
  background-color: #ff3300;
}
.social-menu.social-menu--links a[href*="steampowered.com"],
.social-menu.social-menu--links a[href*="steamcommunity.com"] {
  background-color: #000000;
}
.social-menu.social-menu--links a[href*="t.me"] {
  background-color: #2ca5e0;
}
.social-menu.social-menu--links a[href*="ts3server:"] {
  background-color: #2580c3;
}
.social-menu.social-menu--links a[href*="tiktok.com"] {
  background-color: #fe2c55;
}
.social-menu.social-menu--links a[href*="tumblr.com"] {
  background-color: #36465d;
}
.social-menu.social-menu--links a[href*="twitter.com"],
.social-menu.social-menu--links a[href*="x.com"] {
  background-color: #000000;
}
.social-menu.social-menu--links a[href*="twitch.tv"] {
  background-color: #5e22e4;
}
.social-menu.social-menu--links a[href*="vimeo.com"] {
  background-color: #1ab7ea;
}
.social-menu.social-menu--links a[href*="vk.com"] {
  background-color: #6383a8;
}
.social-menu.social-menu--links a[href*="wechat.com"],
.social-menu.social-menu--links a[href*="wx.qq.com"] {
  background-color: #7bb32e;
}
.social-menu.social-menu--links a[href*="weibo.com"] {
  background-color: #e6162d;
}
.social-menu.social-menu--links a[href*="whatsapp.com"],
.social-menu.social-menu--links a[href*="wa.me"] {
  background-color: #25d366;
}
.social-menu.social-menu--links a[href*="xing.com"] {
  background-color: #006567;
}
.social-menu.social-menu--links a[href*="youtube.com"] {
  background-color: #ff0000;
}

.social-menu.social-menu--mobile-bar a[href*="discordapp.com"]::before,
.social-menu.social-menu--mobile-bar a[href*="discord.com"]::before,
.social-menu.social-menu--mobile-bar a[href*="discord.gg"]::before {
  color: #7289da;
}
.social-menu.social-menu--mobile-bar a[href*="dribbble.com"]::before {
  color: #ea4c89;
}
.social-menu.social-menu--mobile-bar a[href*="facebook.com"]::before {
  color: #224bc0;
}
.social-menu.social-menu--mobile-bar a[href*="instagram.com"]::before {
  color: #d42d93;
}
.social-menu.social-menu--mobile-bar a[href*="itch.io"]::before {
  color: #fa5c5c;
}
.social-menu.social-menu--mobile-bar a[href*="linkedin.com"]::before {
  color: #0077b5;
}
.social-menu.social-menu--mobile-bar a[href*="medium.com"]::before {
  color: #12100e;
}
.social-menu.social-menu--mobile-bar a[href*="mixer.com"]::before {
  color: #002050;
}
.social-menu.social-menu--mobile-bar a[href*="ok.ru"]::before {
  color: #f4731c;
}
.social-menu.social-menu--mobile-bar a[href*="pinterest."]::before {
  color: #bd081c;
}
.social-menu.social-menu--mobile-bar a[href*="quora.com"]::before {
  color: #b92b27;
}
.social-menu.social-menu--mobile-bar a[href*="reddit.com"]::before {
  color: #ff4500;
}
.social-menu.social-menu--mobile-bar a[href*="skype.com"]::before {
  color: #00aff0;
}
.social-menu.social-menu--mobile-bar a[href*="snapchat.com"]::before {
  color: #fffc00;
}
.social-menu.social-menu--mobile-bar a[href*="soundcloud.com"]::before {
  color: #ff3300;
}
.social-menu.social-menu--mobile-bar a[href*="steampowered.com"]::before,
.social-menu.social-menu--mobile-bar a[href*="steamcommunity.com"]::before {
  color: #000000;
}
.social-menu.social-menu--mobile-bar a[href*="t.me"]::before {
  color: #2ca5e0;
}
.social-menu.social-menu--mobile-bar a[href*="ts3server:"]::before {
  color: #2580c3;
}
.social-menu.social-menu--mobile-bar a[href*="tiktok.com"]::before {
  color: #fe2c55;
}
.social-menu.social-menu--mobile-bar a[href*="tumblr.com"]::before {
  color: #36465d;
}
.social-menu.social-menu--mobile-bar a[href*="twitter.com"]::before,
.social-menu.social-menu--mobile-bar a[href*="x.com"]::before {
  color: #000000;
}
.social-menu.social-menu--mobile-bar a[href*="twitch.tv"]::before {
  color: #5e22e4;
}
.social-menu.social-menu--mobile-bar a[href*="vimeo.com"]::before {
  color: #1ab7ea;
}
.social-menu.social-menu--mobile-bar a[href*="vk.com"]::before {
  color: #6383a8;
}
.social-menu.social-menu--mobile-bar a[href*="wechat.com"]::before,
.social-menu.social-menu--mobile-bar a[href*="wx.qq.com"]::before {
  color: #7bb32e;
}
.social-menu.social-menu--mobile-bar a[href*="weibo.com"]::before {
  color: #e6162d;
}
.social-menu.social-menu--mobile-bar a[href*="whatsapp.com"]::before,
.social-menu.social-menu--mobile-bar a[href*="wa.me"]::before {
  color: #25d366;
}
.social-menu.social-menu--mobile-bar a[href*="xing.com"]::before {
  color: #006567;
}
.social-menu.social-menu--mobile-bar a[href*="youtube.com"]::before {
  color: #ff0000;
}

.social-menu.social-menu--header a {
  border-color: var(--color-secondary);
}
.social-menu.social-menu--header a[href*="discordapp.com"],
.social-menu.social-menu--header a[href*="discord.com"],
.social-menu.social-menu--header a[href*="discord.gg"] {
  border-color: #7289da;
}
.social-menu.social-menu--header a[href*="dribbble.com"] {
  border-color: #ea4c89;
}
.social-menu.social-menu--header a[href*="facebook.com"] {
  border-color: #224bc0;
}
.social-menu.social-menu--header a[href*="instagram.com"] {
  border-color: #d42d93;
}
.social-menu.social-menu--header a[href*="itch.io"] {
  border-color: #fa5c5c;
}
.social-menu.social-menu--header a[href*="linkedin.com"] {
  border-color: #0077b5;
}
.social-menu.social-menu--header a[href*="medium.com"] {
  border-color: #12100e;
}
.social-menu.social-menu--header a[href*="mixer.com"] {
  border-color: #002050;
}
.social-menu.social-menu--header a[href*="ok.ru"] {
  border-color: #f4731c;
}
.social-menu.social-menu--header a[href*="pinterest."] {
  border-color: #bd081c;
}
.social-menu.social-menu--header a[href*="quora.com"] {
  border-color: #b92b27;
}
.social-menu.social-menu--header a[href*="reddit.com"] {
  border-color: #ff4500;
}
.social-menu.social-menu--header a[href*="skype.com"] {
  border-color: #00aff0;
}
.social-menu.social-menu--header a[href*="snapchat.com"] {
  border-color: #fffc00;
}
.social-menu.social-menu--header a[href*="soundcloud.com"] {
  border-color: #ff3300;
}
.social-menu.social-menu--header a[href*="steampowered.com"],
.social-menu.social-menu--header a[href*="steamcommunity.com"] {
  border-color: #000000;
}
.social-menu.social-menu--header a[href*="t.me"] {
  border-color: #2ca5e0;
}
.social-menu.social-menu--header a[href*="ts3server:"] {
  border-color: #2580c3;
}
.social-menu.social-menu--header a[href*="tiktok.com"] {
  border-color: #fe2c55;
}
.social-menu.social-menu--header a[href*="tumblr.com"] {
  border-color: #36465d;
}
.social-menu.social-menu--header a[href*="twitter.com"],
.social-menu.social-menu--header a[href*="x.com"] {
  border-color: #000000;
}
.social-menu.social-menu--header a[href*="twitch.tv"] {
  border-color: #5e22e4;
}
.social-menu.social-menu--header a[href*="vimeo.com"] {
  border-color: #1ab7ea;
}
.social-menu.social-menu--header a[href*="vk.com"] {
  border-color: #6383a8;
}
.social-menu.social-menu--header a[href*="wechat.com"],
.social-menu.social-menu--header a[href*="wx.qq.com"] {
  border-color: #7bb32e;
}
.social-menu.social-menu--header a[href*="weibo.com"] {
  border-color: #e6162d;
}
.social-menu.social-menu--header a[href*="whatsapp.com"],
.social-menu.social-menu--header a[href*="wa.me"] {
  border-color: #25d366;
}
.social-menu.social-menu--header a[href*="xing.com"] {
  border-color: #006567;
}
.social-menu.social-menu--header a[href*="youtube.com"] {
  border-color: #ff0000;
}

.icon-svg {
  font-size: 10px;
}
.icon-svg:before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  background-size: 2.7em 8.1em;
}
.no-svg .icon-svg:before {
  background-image: url("../img/sprite.svg");
}

.icon-svg.icon-bag:before {
  background-position: 0em 0em;
  width: 2.3em;
  height: 2.7em;
}

.icon-svg.icon-search:before {
  background-position: 0em -2.7em;
  width: 2.7em;
  height: 2.7em;
}

.icon-svg.icon-thumb-up:before {
  background-position: 0em -5.4em;
  width: 2.7em;
  height: 2.7em;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .single-sp_staff .site-layout--default-inverse .site-content__inner {
    width: 756px;
  }
}

@media (min-width: 992px) {
  .content.staff-layout {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
    grid-auto-columns: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .content.staff-layout {
    grid-auto-columns: calc(100vh - 100px);
  }
}

.staff-member {
  overflow: hidden;
  background-color: var(--color-light);
}
@media (min-width: 576px) {
  .staff-member {
    display: flex;
  }
}
.staff-member:nth-child(odd) .staff-member__thumbnail {
  order: 2;
}
@media (min-width: 576px) {
  .staff-member__thumbnail {
    width: 50%;
    height: 100%;
  }
}
.staff-member__thumbnail img {
  width: 100%;
}
.staff-member__thumbnail > a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.staff-member__thumbnail > a img {
  transition: 0.4s transform ease;
}
.staff-member__thumbnail > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s opacity ease;
  z-index: 1;
}
.staff-member__body {
  position: relative;
  padding: 32px 40px;
  overflow: hidden;
}
.staff-member__body:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  content: "";
  background-image: linear-gradient(to bottom, hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0) 0%, var(--color-light) 50%);
}
@media (min-width: 576px) {
  .staff-member__body {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .staff-member__body {
    padding-top: 4.1666666667vh;
    padding-right: 5.2083333333vh;
    padding-bottom: 4.1666666667vh;
    padding-left: 5.2083333333vh;
  }
}
.staff-member__title {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .staff-member__title {
    margin-bottom: 2.34375vh;
    padding-right: 2.6041666667vh;
    font-size: 5.9895833333vh;
  }
}
.staff-member__title > a {
  color: var(--color-body);
}
.staff-member__meta, .staff-member__position {
  font-weight: bold;
  text-transform: uppercase;
}
.staff-member__position, .staff-member__meta span {
  color: var(--color-info);
}
.staff-member__position {
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: -0.06em;
}
@media (min-width: 992px) {
  .staff-member__position {
    font-size: 2.0833333333vh;
  }
}
.staff-member__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 2px;
  padding-right: 20px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .staff-member__meta {
    margin-bottom: 3.2552083333vh;
    padding-top: 0.2604166667vh;
    padding-right: 2.6041666667vh;
    font-size: 1.5625vh;
  }
}
.staff-member__meta span {
  display: block;
  margin-bottom: 3px;
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .staff-member__meta span {
    margin-bottom: 0.390625vh;
    font-size: 1.3020833333vh;
  }
}
.staff-member__excerpt {
  font-size: 0.75rem;
  line-height: 1.667;
}
@media (min-width: 992px) {
  .staff-member__excerpt {
    font-size: 1.5625vh;
  }
}
.staff-member:hover .staff-member__title > a {
  color: var(--color-secondary);
}
.staff-member:hover .staff-member__thumbnail > a::before {
  opacity: 1;
}
.staff-member:hover .staff-member__thumbnail img {
  transform: scale(1.025);
}

.staff-member--single {
  overflow: visible;
  background-color: transparent;
}
@media (min-width: 576px) {
  .staff-member--single {
    display: block;
  }
}
.staff-member--single .staff-member__body {
  padding: 0 30px 0 0;
  overflow: visible;
}
@media (min-width: 576px) {
  .staff-member--single .staff-member__body {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .staff-member--single .staff-member__body {
    padding: 0;
  }
}
.staff-member--single .staff-member__position {
  line-height: 2em;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .staff-member--single .staff-member__position {
    font-size: 2.34375vh;
  }
}
.staff-member--single .staff-member__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-right: 20px;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .staff-member--single .staff-member__meta {
    margin-bottom: 3.2552083333vh;
    padding-top: 0.2604166667vh;
    padding-right: 2.6041666667vh;
    font-size: 2.0833333333vh;
    padding-right: 20%;
  }
}
.staff-member--single .staff-member__meta span {
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .staff-member--single .staff-member__meta span {
    font-size: 1.5625vh;
  }
}
.staff-member--single .staff-member__content {
  padding-top: 24px;
}
.staff-member--single .staff-member__content h5 {
  font-size: 18px;
}
.staff-member--single .staff-member__content a {
  color: var(--color-success);
}
.staff-member--single .staff-member__content a:hover {
  color: var(--color-body);
}

@media (min-width: 768px) {
  .streams-archive {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .streams-archive {
    display: grid;
    height: 100%;
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
    grid-auto-columns: calc(84.896vh - 72px);
  }
}
@media (min-width: 1920px) {
  .streams-archive {
    grid-auto-columns: calc(84.896vh - 100px);
  }
}

.streams-filter-wrapper {
  display: flex;
  margin-top: 54px;
  z-index: 4;
  padding: 15px 15px 60px;
  text-align: start;
  --s: 100px; /* size  */
  --m: 2px; /* space */
  --r: calc(var(--s) + 4 * var(--m) - 2px);
}
@media (min-width: 1920px) {
  .streams-filter-wrapper {
    --s: 140px;
    --m: 4px;
  }
}
@media (min-width: 1920px) {
  .streams-filter-wrapper {
    margin-top: 80px;
  }
}

.streams-filter {
  font-size: 0;
  padding: 0;
  margin: 0;
}
.streams-filter::before {
  content: "";
  width: calc(var(--s) / 2 + var(--m));
  float: left;
  height: 140%;
  shape-outside: repeating-linear-gradient(rgba(0, 0, 0, 0) 0 calc(var(--r) - 3px), #000 0 var(--r));
}
.streams-filter li {
  padding: 0;
  width: var(--s);
  margin: var(--m);
  height: var(--s);
  display: inline-block;
  font-size: initial;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin-bottom: calc(var(--m) - var(--s) * 0.5);
}
.streams-filter button {
  position: relative;
  width: 70px;
  height: 70px;
  padding: 0;
  outline: 0;
  border: 6px solid var(--color-quaternary);
  transform: rotate(45deg) translateX(30%);
  overflow: hidden;
  color: var(--color-light);
  background-color: var(--color-dark);
  transition: all 300ms ease;
  will-change: transform;
}
@media (min-width: 1920px) {
  .streams-filter button {
    width: 98px;
    height: 98px;
    border-width: 8.4px;
  }
}
.streams-filter button::before, .streams-filter button::after {
  position: absolute;
  content: "";
  top: -21px;
  left: -21px;
  width: 100px;
  height: 100px;
  z-index: 33;
  transform: rotate(-45deg);
  transition: all 300ms ease;
}
@media (min-width: 1920px) {
  .streams-filter button::before, .streams-filter button::after {
    top: -29.5px;
    left: -29.5px;
    width: 140px;
    height: 140px;
  }
}
.streams-filter button::before {
  z-index: 34;
  mix-blend-mode: multiply;
  background-color: #6b7199;
}
.streams-filter button::after {
  z-index: 35;
  mix-blend-mode: screen;
  background-color: #151720;
}
.streams-filter button .streams-filter__img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% + 6px);
  top: calc(50% + 6px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  transform: translate(-50%, -50%) rotate(-45deg);
  filter: grayscale(100%);
  will-change: transform;
}
@media (min-width: 1920px) {
  .streams-filter button .streams-filter__img {
    left: calc(50% + 8px);
    top: calc(50% + 8px);
    width: 140px;
    height: 140px;
  }
}
.streams-filter button .streams-filter__img--all {
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
}
@media (min-width: 1920px) {
  .streams-filter button .streams-filter__img--all {
    left: 50%;
    top: 50%;
    width: 84px;
    height: 84px;
  }
}
.streams-filter button:hover, .streams-filter button.active {
  position: relative;
  z-index: 1;
  border-color: var(--color-primary);
}
.streams-filter button:hover img, .streams-filter button.active img {
  filter: grayscale(0);
}
.streams-filter button:hover::before, .streams-filter button:hover::after, .streams-filter button.active::before, .streams-filter button.active::after {
  display: none;
}

.stream {
  position: relative;
  width: 100%;
  height: 56.25vw;
  background-color: var(--color-dark);
  --team-color: var(--color-primary);
}
body:not(.cursor-is--active) .stream {
  cursor: pointer;
}
@media (min-width: 768px) {
  .stream {
    width: 50%;
    height: 23.125vw;
  }
}
@media (min-width: 992px) {
  .stream {
    width: calc(84.896vh - 72px);
    height: calc(50vh - 72px / 2);
  }
}
@media (min-width: 1920px) {
  .stream {
    width: calc(84.896vh - 100px);
    height: calc(50vh - 100px / 2);
  }
}
.stream.ncr-video-tiktok {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 0.66;
  max-width: 100% !important;
}
.player-info-page .stream {
  width: 100%;
  height: auto;
}
.stream__thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}
.stream__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stream__thumbnail:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 300ms ease;
}
.stream:hover .stream__thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.stream__header, .stream__thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stream__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__header {
    padding: 2.6041666667vh;
  }
}
.stream__info {
  flex: 1 0 auto;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__info {
    padding-right: 5.2083333333vh;
  }
}
.stream__avatar {
  float: left;
  margin-right: 8px;
  margin-bottom: 40px;
}
@media (min-width: 1920px) {
  .stream__avatar {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__avatar {
    margin-right: 1.0416666667vh;
    margin-bottom: 5.2083333333vh;
  }
}
.stream__avatar img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}
@media (min-width: 1920px) {
  .stream__avatar img {
    width: 80px;
    height: 80px;
  }
}
.stream__avatar-inner {
  width: 26px;
  height: 26px;
  overflow: hidden;
  position: relative;
  background-color: var(--team-color, var(--color-primary));
}
@media (min-width: 1920px) {
  .stream__avatar-inner {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__avatar-inner {
    width: 3.3854166667vh;
    height: 3.3854166667vh;
  }
}
.stream__title {
  padding-top: 2px;
  margin-bottom: 2px;
  font-size: 0.6875rem;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .stream__title {
    margin-bottom: 3px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__title {
    padding-top: 0.2604166667vh;
    margin-bottom: 0.2604166667vh;
    font-size: 1.4322916667vh;
  }
}
.stream__date {
  font-size: 0.5625rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-body-dark);
}
@media (min-width: 1920px) {
  .stream__date {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__date {
    font-size: 1.171875vh;
  }
}
.stream__icon {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  overflow: hidden;
  border-radius: 20%;
  transform: translateX(50%) translateY(75%) rotate(0deg) skewY(30deg) scaleX(0.866);
}
.stream__icon, .stream__icon:after, .stream__icon:before {
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 1920px) {
  .stream__icon, .stream__icon:after, .stream__icon:before {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream__icon, .site-layout--horizontal .stream__icon:after, .site-layout--horizontal .stream__icon:before {
    width: 2.8645833333vh;
    height: 2.8645833333vh;
  }
}
.stream__icon:after, .stream__icon:before {
  position: absolute;
  background: var(--color-light);
  pointer-events: auto;
  content: "";
}
.stream__icon:after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}
.stream__icon:before {
  border-radius: 20% 20% 20% 53%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
}
.stream .btn-twitch {
  font-size: 0.625rem;
  padding: 0.6875rem 1.125rem 0.5rem;
}
@media (min-width: 992px) {
  .site-layout--horizontal .stream .btn-twitch {
    padding-top: 1.4322916667vh;
    padding-right: 2.34375vh;
    padding-bottom: 1.0416666667vh;
    padding-left: 2.34375vh;
    font-size: 1.3020833333vh;
  }
}
.stream .btn-twitch i {
  vertical-align: sub;
}

.badge--live {
  position: relative;
}
.badge--live:before {
  position: absolute;
  left: 100%;
  top: 2px;
  margin-left: 6px;
  padding: 1px 2px;
  content: "live";
  font-size: 0.375rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 2px;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .badge--live:before {
    top: 4px;
    margin-left: 12px;
    padding-top: 2px;
    font-size: 0.5625rem;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .badge--live:before {
    top: 0.2604166667vh;
    margin-left: 0.2604166667vh;
    padding-top: 0.1302083333vh;
    padding-right: 0.2604166667vh;
    padding-bottom: 0.1302083333vh;
    padding-left: 0.2604166667vh;
    font-size: 0.78125vh;
    border-radius: 0.2604166667vh;
  }
}

.badge-live {
  background-color: var(--color-danger);
  border-radius: 2px;
  font-size: 0.375rem;
  vertical-align: top;
  margin-left: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
@media (min-width: 992px) {
  .badge-live {
    font-size: 0.5625rem;
  }
}
@media (min-width: 1920px) {
  .badge-live {
    font-size: 0.5625rem;
  }
}

.btn-twitch--advanced i {
  margin: 0;
}
.btn-twitch--advanced .btn__text-inner {
  margin-left: 0.5em;
}

.ncr-player-section-video {
  display: grid;
  gap: 2rem;
}
.ncr-player-section-video__grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ncr-table--simple {
  border-inline: 0;
}
.table-responsive .ncr-table--simple {
  margin-bottom: 0;
}
.ncr-table--simple thead > tr > td,
.ncr-table--simple thead > tr > th {
  border-block-end: 0;
}
.ncr-table--simple thead > tr > td,
.ncr-table--simple thead > tr > th,
.ncr-table--simple tbody > tr > td,
.ncr-table--simple tbody > tr > th,
.ncr-table--simple tfoot > tr > td,
.ncr-table--simple tfoot > tr > th {
  border-inline: 0;
}
.ncr-table--simple thead > tr > td:first-child,
.ncr-table--simple thead > tr > th:first-child,
.ncr-table--simple tbody > tr > td:first-child,
.ncr-table--simple tbody > tr > th:first-child,
.ncr-table--simple tfoot > tr > td:first-child,
.ncr-table--simple tfoot > tr > th:first-child {
  padding-inline-start: 0;
}
.ncr-table--simple thead > tr > td:last-child,
.ncr-table--simple thead > tr > th:last-child,
.ncr-table--simple tbody > tr > td:last-child,
.ncr-table--simple tbody > tr > th:last-child,
.ncr-table--simple tfoot > tr > td:last-child,
.ncr-table--simple tfoot > tr > th:last-child {
  text-align: end;
  padding-inline-end: 0;
}
.ncr-table--simple thead > tr > th,
.ncr-table--simple thead > tr > td {
  padding-block: 1.067em;
}
.ncr-table--simple tbody > tr > th,
.ncr-table--simple tbody > tr > td {
  padding-block: 1.46em;
}

.ncr-table--align-middle th,
.ncr-table--align-middle td {
  vertical-align: middle;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  padding-right: 34px;
}
@media (min-width: 1920px) {
  .header-actions {
    padding-right: 55px;
  }
}

.header-cart-toggle,
.header-search-toggle,
.header-filter-toggle,
.header-social-toggle,
.header-top-bar-toggle,
.header-scroll-arrow,
.header-player-info-navigation,
.header-pagination,
.header-team-toggle {
  transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease;
}
.header-cart-toggle.hide,
.header-search-toggle.hide,
.header-filter-toggle.hide,
.header-social-toggle.hide,
.header-top-bar-toggle.hide,
.header-scroll-arrow.hide,
.header-player-info-navigation.hide,
.header-pagination.hide,
.header-team-toggle.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20%);
}

.header-account {
  transition: display 200ms ease 300ms, opacity 300ms ease, transform 300ms ease;
}
.header-account.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20%);
}

@media (max-width: 767.98px) {
  .header-player-info-navigation:first-child {
    position: relative;
    right: -58px;
  }
}

.header-cart-toggle .df-icon,
.header-search-toggle .df-icon,
.header-filter-toggle .df-icon,
.header-social-toggle .df-icon,
.header-top-bar-toggle .df-icon,
.header-team-toggle .df-icon {
  fill: var(--color-light);
  transition: all 300ms ease;
}
.header-cart-toggle:hover .df-icon,
.header-search-toggle:hover .df-icon,
.header-filter-toggle:hover .df-icon,
.header-social-toggle:hover .df-icon,
.header-top-bar-toggle:hover .df-icon,
.header-team-toggle:hover .df-icon {
  fill: var(--color-primary);
}

.header-account .df-icon {
  fill: var(--color-light);
  transition: all 300ms ease;
}
.header-account a:hover .df-icon {
  fill: var(--color-primary);
}

.header-account .df-icon,
.header-cart-toggle .df-icon,
.header-search-toggle .df-icon,
.header-social-toggle .df-icon,
.header-top-bar-toggle .df-icon,
.header-team-toggle .df-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .header-account .df-icon,
  .header-cart-toggle .df-icon,
  .header-search-toggle .df-icon,
  .header-social-toggle .df-icon,
  .header-top-bar-toggle .df-icon,
  .header-team-toggle .df-icon {
    width: 30px;
    height: 30px;
  }
}

.header-filter-toggle,
.header-menu-toggle,
.header-cart-toggle,
.header-social-toggle,
.header-search-toggle,
.header-top-bar-toggle {
  margin-left: 34px;
}
body:not(.cursor-is--active) .header-filter-toggle,
body:not(.cursor-is--active) .header-menu-toggle,
body:not(.cursor-is--active) .header-cart-toggle,
body:not(.cursor-is--active) .header-social-toggle,
body:not(.cursor-is--active) .header-search-toggle,
body:not(.cursor-is--active) .header-top-bar-toggle {
  cursor: pointer;
}
@media (min-width: 1920px) {
  .header-filter-toggle,
  .header-menu-toggle,
  .header-cart-toggle,
  .header-social-toggle,
  .header-search-toggle,
  .header-top-bar-toggle {
    margin-left: 55px;
  }
}

.header-cart-toggle,
.header-social-toggle,
.header-search-toggle,
.header-top-bar-toggle,
.header-team-toggle {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1920px) {
  .header-cart-toggle,
  .header-social-toggle,
  .header-search-toggle,
  .header-top-bar-toggle,
  .header-team-toggle {
    padding-top: 34px;
    padding-bottom: 36px;
  }
}

.header-cart-toggle,
.header-search-toggle,
.header-top-bar-toggle {
  position: relative;
}
.header-cart-toggle .df-icon--close,
.header-cart-toggle .df-icon--search-close,
.header-search-toggle .df-icon--close,
.header-search-toggle .df-icon--search-close,
.header-top-bar-toggle .df-icon--close,
.header-top-bar-toggle .df-icon--search-close {
  position: absolute;
  top: 25px;
  left: 0;
  opacity: 0;
  transform: scale(0.3);
  transform-origin: center;
}
@media (min-width: 1920px) {
  .header-cart-toggle .df-icon--close,
  .header-cart-toggle .df-icon--search-close,
  .header-search-toggle .df-icon--close,
  .header-search-toggle .df-icon--search-close,
  .header-top-bar-toggle .df-icon--close,
  .header-top-bar-toggle .df-icon--search-close {
    top: 35px;
    left: 0;
  }
}

.header-cart-toggle.toggled .df-icon--bag {
  opacity: 0;
  transform: scale(0.3);
}

.header-search-toggle.toggled .df-icon--search {
  opacity: 0;
  transform: scale(0.3);
}

.header-top-bar-toggle.toggled .df-icon--joystick {
  opacity: 0;
  transform: scale(0.3);
}

.header-cart-toggle.toggled .df-icon--close,
.header-cart-toggle.toggled .df-icon--search-close,
.header-search-toggle.toggled .df-icon--close,
.header-search-toggle.toggled .df-icon--search-close,
.header-top-bar-toggle.toggled .df-icon--close,
.header-top-bar-toggle.toggled .df-icon--search-close {
  opacity: 1;
  transform: scale(1);
}

.header-social-toggle {
  padding-top: 23px;
}
@media (min-width: 1920px) {
  .header-social-toggle {
    padding-top: 32px;
  }
}

.header-social-toggle,
.header-team-toggle {
  position: relative;
}
.header-social-toggle__plus,
.header-team-toggle__plus {
  position: absolute;
  display: inline-block;
  top: 22px;
  right: -8px;
  width: 6px;
  height: 2px;
  background-color: var(--color-primary);
}
.header-social-toggle__plus:before,
.header-team-toggle__plus:before {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 2px;
  height: 6px;
  content: "";
  background-color: var(--color-primary);
  transition: opacity 300ms ease;
}
@media (min-width: 1920px) {
  .header-social-toggle__plus,
  .header-team-toggle__plus {
    top: 32px;
    right: -12px;
  }
}
.header-social-toggle:hover .header-social-toggle__plus::before,
.header-social-toggle:hover .header-team-toggle__plus::before,
.header-team-toggle:hover .header-social-toggle__plus::before,
.header-team-toggle:hover .header-team-toggle__plus::before {
  opacity: 0;
}

.header-search-toggle {
  padding-top: 23px;
}
@media (min-width: 1920px) {
  .header-search-toggle {
    padding-top: 32px;
  }
}

.header-cart-toggle__items-count, .header-cart-toggle__common-count {
  position: absolute;
  display: inline-block;
  top: 18px;
  right: -8px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}
@media (min-width: 1920px) {
  .header-cart-toggle__items-count, .header-cart-toggle__common-count {
    top: 28px;
    right: -12px;
    font-size: 0.75em;
  }
}

.header-team-toggle .df-icon {
  vertical-align: middle;
}

.header-team-toggle--active .header-team-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-team-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: calc(100% + 2px);
  left: -120px;
  width: 340px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
}
.header-team-nav .slick-track::before, .header-team-nav .slick-track::after {
  display: none;
}

.header-team-nav__item {
  background-color: var(--color-dark);
  display: flex !important;
  position: relative;
  padding: 22px 92px 22px 24px;
  align-items: center;
  overflow: hidden;
}
.header-team-nav__item + .header-team-nav__item {
  border-top: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.header-team-nav__item:hover::before {
  transform: scale(1.2);
}
.header-team-nav__item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.header-team-nav__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, var(--color-dark), var(--color-dark) 55%, transparent 90%);
}

.header-team-nav__item--category-1::before {
  background-image: url("../img/samples/team-selection-01-xs.jpg");
}

.header-team-nav__item--category-2::before {
  background-image: url("../img/samples/team-selection-02-xs.jpg");
}

.header-team-nav__item--category-3::before {
  background-image: url("../img/samples/team-selection-03-xs.jpg");
}

.header-team-nav__item--category-4::before {
  background-image: url("../img/samples/team-selection-04-xs.jpg");
}

.header-team-nav__thumb {
  width: 28px;
  margin-right: 12px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.header-team-nav__thumb img {
  max-width: 100%;
  height: auto;
}

.header-team-nav__holder {
  flex: 1;
  position: relative;
  z-index: 1;
}

.header-team-nav__subtitle {
  font-size: 0.625rem;
  margin-bottom: 0.15em;
  color: var(--color-secondary);
}

.header-team-nav__title {
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--color-light);
}

.header-filter-toggle {
  padding-top: 23px;
  padding-bottom: 31px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .header-filter-toggle {
    position: relative;
  }
}
@media (min-width: 1920px) {
  .header-filter-toggle {
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
.header-filter-toggle .df-icon {
  width: 14px;
  height: 14px;
}
@media (min-width: 1920px) {
  .header-filter-toggle .df-icon {
    width: 24px;
    height: 24px;
  }
}

.header-menu-toggle {
  width: 72px;
  height: 72px;
  padding: 29px 27px;
  background-color: var(--color-primary);
}
@media (min-width: 1920px) {
  .header-menu-toggle {
    width: 100px;
    height: 100px;
    padding: 38px 36px;
  }
}
.header-menu-toggle:last-child {
  margin-right: -34px;
}
@media (min-width: 1920px) {
  .header-menu-toggle:last-child {
    margin-right: -55px;
  }
}
.header-menu-toggle__inner {
  background: transparent;
  border-color: transparent;
  position: relative;
  width: 18px;
  height: 14px;
}
@media (min-width: 1920px) {
  .header-menu-toggle__inner {
    width: 28px;
    height: 24px;
  }
}
.header-menu-toggle__inner:hover, .header-menu-toggle__inner:focus, .header-menu-toggle__inner:active {
  outline: none;
  background: transparent;
  border-color: transparent;
}
.header-menu-toggle__inner span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-dark);
  transition: all ease 300ms;
}
@media (min-width: 1920px) {
  .header-menu-toggle__inner span {
    height: 4px;
  }
}
.header-menu-toggle__inner span:first-child {
  top: 0;
}
.header-menu-toggle__inner span:nth-child(2) {
  top: 6px;
}
@media (min-width: 1920px) {
  .header-menu-toggle__inner span:nth-child(2) {
    top: 10px;
  }
}
.header-menu-toggle__inner span:last-child {
  bottom: 0%;
}
.header-menu-toggle.toggled .header-menu-toggle__inner span:first-child {
  transform: rotate(45deg);
  top: 6px;
}
@media (min-width: 1920px) {
  .header-menu-toggle.toggled .header-menu-toggle__inner span:first-child {
    top: 10px;
  }
}
.header-menu-toggle.toggled .header-menu-toggle__inner span:last-child, .header-menu-toggle.toggled .header-menu-toggle__inner span:nth-child(2) {
  transform: rotate(-45deg);
  top: 6px;
}
@media (min-width: 1920px) {
  .header-menu-toggle.toggled .header-menu-toggle__inner span:last-child, .header-menu-toggle.toggled .header-menu-toggle__inner span:nth-child(2) {
    top: 10px;
  }
}

.header-account {
  position: absolute;
  top: 0;
  right: 72px;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .header-account {
    right: 100px;
  }
}
.header-account__avatar {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}
@media (min-width: 1920px) {
  .header-account__avatar {
    width: 40px;
    height: 40px;
    margin-right: 22px;
  }
}
.header-account__avatar img {
  width: 100%;
  height: auto;
}
.header-account__body {
  width: 98px;
  font-size: 0.625rem;
  line-height: 1;
  color: var(--color-secondary);
}
@media (min-width: 1920px) {
  .header-account__body {
    font-size: 0.75rem;
  }
}
.header-account--guest .header-account__body {
  width: 90px;
}
.header-account__name {
  margin-top: 3px;
  font-size: 0.75rem;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .header-account__name {
    font-size: 0.875rem;
  }
}
.header-account__icon {
  margin-left: 34px;
  margin-right: 34px;
  line-height: 1;
}
.header-account__icon a {
  display: inline-block;
}
.header-account__icon a + a {
  margin-left: 30px;
}

.header-pagination {
  display: none;
  align-items: center;
  margin-right: 14px;
}
@media (min-width: 1920px) {
  .header-pagination {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  html:not(.touch) .header-pagination {
    display: flex;
  }
}

.header-pagination--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.header-pagination--list > li {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .header-pagination--list > li {
    font-size: 1rem;
  }
}
.header-pagination--list > li > a {
  color: var(--color-light);
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.header-pagination--list > li > a:hover {
  color: var(--color-secondary);
}
.header-pagination--list > li > span {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.header-scroll-arrow {
  display: none;
  align-items: center;
  padding: 20px;
}
@media (min-width: 992px) {
  html:not(.touch) .header-scroll-arrow {
    display: flex;
  }
}
.header-scroll-arrow svg {
  width: 7px;
  height: 14px;
  fill: var(--color-light);
  transition: 300ms fill ease;
}
@media (min-width: 1920px) {
  .header-scroll-arrow svg {
    width: 11px;
    height: 22px;
  }
}
.header-scroll-arrow:hover svg {
  fill: var(--color-primary);
}
.header-scroll-arrow.disable svg, .header-scroll-arrow.slick-disabled svg {
  fill: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.4);
}

.menu-panel {
  position: fixed;
  left: 0;
  z-index: 1102;
  width: 100%;
  height: calc(100% - 72px);
  background-color: var(--color-dark);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0ms, opacity 320ms ease;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .menu-panel {
    overflow-y: auto;
  }
}
@media (min-width: 1920px) {
  .menu-panel {
    height: calc(100% - 100px);
  }
}
.site-header--top ~ .menu-panel {
  bottom: 0;
}
@media (max-width: 782px) {
  .admin-bar .site-header--top ~ .menu-panel {
    height: calc(100% - 46px - 72px);
  }
}
.site-header--bottom ~ .menu-panel {
  top: 0;
}
.site-wrapper--has-menu-overlay .menu-panel {
  visibility: visible;
  opacity: 1;
}
.site-wrapper--has-menu-overlay .menu-panel__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity ease 320ms, transform ease 800ms;
}
.menu-panel__top-bar {
  color: var(--color-light);
}
@media (max-width: 767.98px) {
  .menu-panel__top-bar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-dark);
    transform: translate3d(100%, 0, 0);
    transition: transform ease 440ms 0ms;
    z-index: 1;
  }
  .menu-panel__top-bar.toggled {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .menu-panel__top-bar {
    display: flex;
    width: 100%;
    height: 115px;
    border-bottom: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  }
}
@media (max-width: 767.98px) {
  .menu-panel__top-bar, .menu-panel__mobile-bar {
    height: calc(100vh - 72px);
    overflow-y: auto;
  }
}
.menu-panel__content {
  width: 100%;
  display: flex;
  padding: 78px 72px;
  opacity: 0;
  transform: translateY(1rem);
  transition-duration: 0;
}
.menu-panel__content .row + .row {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .menu-panel__content .row + .row {
    margin-top: 80px;
  }
}
@media (min-width: 1920px) {
  .menu-panel__content .row + .row {
    margin-top: 100px;
  }
}
.menu-panel__navigation, .menu-panel__widget-area {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.top-bar-filter {
  padding-top: 20px;
  padding-bottom: 18px;
  border-right: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
@media (max-width: 767.98px) {
  .top-bar-filter {
    width: 100%;
    height: auto;
    border-bottom: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  }
}
@media (min-width: 768px) {
  .top-bar-filter {
    width: 181px;
    height: 100%;
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
.top-bar-filter__label {
  display: block;
  margin-bottom: -3px;
  padding: 0 42px 0 24px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-secondary);
}
.top-bar-filter .cs-select .cs-placeholder {
  display: block;
  padding: 0 42px 0 24px;
  font-size: 0.75rem;
  transition: color 300ms ease;
}
.top-bar-filter .cs-select .cs-placeholder:after {
  right: 18px;
  top: 2px;
}
@media (min-width: 768px) {
  .top-bar-filter .cs-select .cs-placeholder:after {
    top: 4px;
  }
}
.top-bar-filter .cs-select .cs-placeholder:before {
  top: 0;
  right: 20px;
}
@media (min-width: 768px) {
  .top-bar-filter .cs-select .cs-placeholder:before {
    top: 2px;
  }
}
.top-bar-filter .cs-select .cs-options {
  width: calc(100% + 1px);
  margin-top: 23px;
  border: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
@media (min-width: 768px) {
  .top-bar-filter .cs-select .cs-options {
    margin-top: 46px;
  }
}

.top-bar-carousel {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .top-bar-carousel {
    flex-basis: calc(100% - 181px);
    max-width: calc(100% - 181px);
  }
}
.top-bar-carousel .slick-arrow + .slick-list {
  margin: 0 45px;
}
.top-bar-carousel__item:not(.top-bar-carousel__headline) {
  width: 261px;
  height: 114px;
  border-right: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  transition: 0.3s border-left ease;
}
@media (max-width: 767.98px) {
  .top-bar-carousel__item {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .top-bar-carousel__item:hover {
    border-left: 2px solid var(--color-primary);
  }
}
@media (max-width: 767.98px) {
  .top-bar-carousel > li + li {
    border-top: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  }
}
@media (max-width: 767.98px) {
  .top-bar-carousel > li:last-child {
    border-bottom: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  }
}
.top-bar-carousel__headline {
  display: flex !important;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 0.875rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  .top-bar-carousel__headline {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 16px;
    border-left: 2px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  .top-bar-carousel__headline {
    width: 141px;
    height: 114px;
    border-top: 2px solid var(--color-primary);
    border-right: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
  }
}
.top-bar-carousel .slick-arrow {
  position: absolute;
  top: 0;
  padding: 50px 18px;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: 0;
  text-align: center;
}
body:not(.cursor-is--active) .top-bar-carousel .slick-arrow {
  cursor: pointer;
}
.top-bar-carousel .slick-arrow svg {
  width: 8px;
  height: 14px;
  opacity: 0.4;
  fill: var(--color-light);
  transition: opacity 300ms ease;
}
.top-bar-carousel .slick-arrow:hover svg {
  opacity: 1;
}
.top-bar-carousel .slick-prev {
  left: 0;
  border-right: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.top-bar-carousel .slick-next {
  right: 0;
  border-left: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}

.menu-panel__mobile-bar {
  width: 100%;
}

.mobile-bar-item {
  color: var(--color-light);
}
.mobile-bar-item__header {
  position: relative;
  display: block;
  padding: 17px 54px 16px 34px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.mobile-bar-item__header, .mobile-bar-item__header:hover, .mobile-bar-item__header:focus {
  color: var(--color-light);
}
.mobile-bar-item__body {
  display: block;
  background-color: var(--color-black);
  border-top: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.mobile-bar-item + .mobile-bar-item {
  border-top: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.mobile-bar-item:last-child {
  border-bottom: 1px solid hsla(var(--color-quaternary-h), var(--color-quaternary-s), var(--color-quaternary-l), 0.375);
}
.mobile-bar-item--info .mobile-bar-item__inner {
  padding: 24px 54px 17px 34px;
}
.mobile-bar-item--info .info-box__content {
  font-size: 0.75rem;
}
.mobile-bar-item--info .info-box + .info-box {
  margin-top: 17px;
}
.mobile-bar-item--partners .mobile-bar-item__inner {
  padding: 41px 34px;
}

.widget-partners-mobile-carousel {
  padding-left: 0;
}
.widget-partners-mobile-carousel .slick-arrow {
  position: absolute;
  top: 12px;
  width: 20px;
  padding: 2px 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: 0;
  z-index: 1;
  text-align: center;
}
body:not(.cursor-is--active) .widget-partners-mobile-carousel .slick-arrow {
  cursor: pointer;
}
.widget-partners-mobile-carousel .slick-arrow svg {
  display: inline-block;
  fill: var(--color-light);
  width: 6px;
  height: 10px;
  transition: fill 300ms ease;
}
.widget-partners-mobile-carousel .slick-arrow:hover svg {
  fill: var(--color-primary);
}
.widget-partners-mobile-carousel .slick-prev {
  left: -10px;
}
.widget-partners-mobile-carousel .slick-next {
  right: -10px;
}
.widget-partners-mobile-carousel .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

.search-panel {
  position: fixed;
  left: 0;
  z-index: 1103;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 72px);
  padding: 2rem;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms, opacity 320ms ease;
}
body:not(.cursor-is--active) .search-panel {
  cursor: pointer;
}
@media (min-width: 1920px) {
  .search-panel {
    height: calc(100% - 100px);
  }
}
.site-header--top ~ .search-panel {
  bottom: 0;
}
.site-header--bottom ~ .search-panel {
  top: 0;
}
.search-panel__content {
  width: 100%;
  max-width: 570px;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
  transition-duration: 0;
}
@media (min-width: 1920px) {
  .search-panel__content {
    max-width: 782px;
  }
}
.site-wrapper--has-search-overlay .search-panel {
  visibility: visible;
  opacity: 1;
  background-color: hsla(var(--color-dark-h), var(--color-dark-s), var(--color-dark-l), 0.96);
}
.site-wrapper--has-search-overlay .search-panel__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity ease 320ms, transform ease 800ms;
}

.widger-area--before-loop {
  width: 100%;
}
@media (min-width: 992px) {
  .widger-area--before-loop {
    width: 536px;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .widger-area--before-loop {
    width: 740px;
  }
}

.widget__title {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.menu-panel .widget__title {
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .menu-panel .widget__title {
    font-size: 1.75rem;
    margin-bottom: 1.5em;
  }
}
.menu-panel .widget__content {
  font-size: 0.875rem;
  color: var(--color-body-dark);
}
@media (min-width: 1920px) {
  .menu-panel .widget__content {
    font-size: 1rem;
    line-height: 1.625em;
  }
}

.widget.slick-slider {
  position: relative;
  height: calc(100vh - 72px);
}
@media (min-width: 1920px) {
  .widget.slick-slider {
    height: calc(100vh - 100px);
  }
}
.widget.slick-slider .slick-dots {
  padding-left: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1920px) {
  .widget.slick-slider .slick-dots {
    bottom: 45px;
  }
}
.widget.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 10px;
  margin: 0 2px;
  border: none;
  outline: none;
  font-size: 0;
}
@media (min-width: 1920px) {
  .widget.slick-slider .slick-dots li {
    width: 30px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
body:not(.cursor-is--active) .widget.slick-slider .slick-dots li {
  cursor: pointer;
}
.widget.slick-slider .slick-dots li:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-light);
  transition: 0.3s all ease;
}
@media (min-width: 1920px) {
  .widget.slick-slider .slick-dots li:before {
    height: 4px;
  }
}
.widget.slick-slider .slick-dots li button {
  display: none;
}
.widget.slick-slider .slick-dots li:hover:before, .widget.slick-slider .slick-dots li.slick-active:before {
  background-color: var(--color-primary);
}
.widget.slick-slider .slick-dots li:hover:before {
  height: 4px;
}
@media (min-width: 1920px) {
  .widget.slick-slider .slick-dots li:hover:before {
    height: 8px;
  }
}

.widget-loop {
  color: var(--color-light);
  position: relative;
}
@media (max-width: 575.98px) {
  .blog-layout--style-4 .widget-loop {
    min-height: 100vw;
  }
}
@media (max-width: 767.98px) {
  .widget-loop {
    min-height: 50vw;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .blog-layout--style-4 .widget-loop {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-layout--style-3 .widget-loop {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .widget-loop {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .widget-loop {
    font-size: 1.8229166667vh;
  }
}
.widget-loop.widget-twitch a, .widget-loop.widget-twitter a, .widget-loop.widget-facebook a {
  color: var(--color-light);
}
.widget-loop .widget-twitch__message a,
.widget-loop .widget-twitter__message a,
.widget-loop .widget-facebook__message a {
  font-weight: bold;
}
.widget-loop.widget-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #224bc0;
}
.blog-layout--style-1 .widget-loop.widget-facebook, .blog-layout--style-4 .widget-loop.widget-facebook {
  flex-direction: column;
}
.widget-loop .widget-facebook__icon {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .widget-loop .widget-facebook__icon {
    font-size: 4.6875vh;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-1 .widget-loop .widget-facebook__icon, .blog-layout--style-4 .widget-loop .widget-facebook__icon {
    margin-bottom: 1em;
  }
}
.blog-layout--style-2 .widget-loop .widget-facebook__icon {
  flex: 0 1 40%;
  padding-right: 28px;
  text-align: right;
}
@media (min-width: 992px) {
  .blog-layout--style-2 .widget-loop .widget-facebook__icon {
    padding-right: 3.6458333333vh;
  }
}
.blog-layout--style-3 .widget-loop .widget-facebook__icon {
  flex: 0 1 30%;
  padding-right: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  .blog-layout--style-3 .widget-loop .widget-facebook__icon {
    padding-right: 2.6041666667vh;
  }
}
.blog-layout--style-2 .widget-loop .widget-facebook__body {
  flex: 0 1 60%;
}
.blog-layout--style-3 .widget-loop .widget-facebook__body {
  flex: 0 1 70%;
}
.widget-loop .widget-facebook__count {
  margin-bottom: 2px;
  color: var(--color-light);
}
@media (min-width: 992px) {
  .widget-loop .widget-facebook__count {
    margin-bottom: 0.2604166667vh;
    font-size: 4.1666666667vh;
  }
}
.blog-layout--style-1 .widget-loop .widget-facebook__count {
  font-size: 7.5520833333vh;
}
.blog-layout--style-4 .widget-loop .widget-facebook__count {
  font-size: 5.9895833333vh;
}
.widget-loop .widget-facebook__label {
  letter-spacing: -0.03em;
}
.blog-layout--style-1 .widget-loop .widget-facebook__label, .blog-layout--style-4 .widget-loop .widget-facebook__label {
  text-align: center;
  padding-bottom: 40px;
}
.widget-loop.widget-twitter {
  display: flex;
  justify-content: center;
  background-color: #09aafe;
}
.blog-layout--style-1 .widget-loop.widget-twitter, .blog-layout--style-2 .widget-loop.widget-twitter, .blog-layout--style-3 .widget-loop.widget-twitter {
  align-items: center;
}
.blog-layout--style-4 .widget-loop.widget-twitter {
  flex-direction: column;
}
.widget-loop .widget-twitter__icon {
  font-size: 2.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .widget-loop .widget-twitter__icon {
    font-size: 4.6875vh;
  }
}
.blog-layout--style-1 .widget-loop .widget-twitter__icon {
  flex: 0 0 120px;
  padding-bottom: 0.5em;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .widget-loop .widget-twitter__icon {
    flex-basis: 18.2291666667vh;
  }
}
.blog-layout--style-2 .widget-loop .widget-twitter__icon {
  flex: 0 0 100px;
  padding-bottom: 0.5em;
}
@media (min-width: 992px) {
  .blog-layout--style-2 .widget-loop .widget-twitter__icon {
    flex-basis: 15.625vh;
  }
}
.blog-layout--style-2 .widget-loop .widget-twitter__icon i {
  margin-left: 0.33em;
}
.blog-layout--style-3 .widget-loop .widget-twitter__icon {
  flex: 0 0 90px;
  padding-bottom: 0.5em;
}
@media (min-width: 992px) {
  .blog-layout--style-3 .widget-loop .widget-twitter__icon {
    flex-basis: 11.71875vh;
  }
}
.blog-layout--style-3 .widget-loop .widget-twitter__icon i {
  margin-left: 0.25em;
}
.blog-layout--style-1 .widget-loop .widget-twitter__body, .blog-layout--style-2 .widget-loop .widget-twitter__body, .blog-layout--style-3 .widget-loop .widget-twitter__body {
  flex: 0 1 auto;
}
.blog-layout--style-4 .widget-loop .widget-twitter__body {
  padding: 15px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-layout--style-4 .widget-loop .widget-twitter__body {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-4 .widget-loop .widget-twitter__body {
    padding-top: 4.1666666667vh;
    padding-right: 5.2083333333vh;
    padding-bottom: 4.1666666667vh;
    padding-left: 5.2083333333vh;
  }
}
.widget-loop .widget-twitter__message {
  letter-spacing: -0.03em;
  color: var(--color-light);
}
.blog-layout--style-1 .widget-loop .widget-twitter__message, .blog-layout--style-4 .widget-loop .widget-twitter__message {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .widget-loop .widget-twitter__message, .blog-layout--style-4 .widget-loop .widget-twitter__message {
    margin-bottom: 2.6041666667vh;
  }
}
.blog-layout--style-3 .widget-loop .widget-twitter__message {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-layout--style-3 .widget-loop .widget-twitter__message {
    margin-bottom: 0.78125vh;
  }
}
.blog-layout--style-1 .widget-loop .widget-twitter__message, .blog-layout--style-2 .widget-loop .widget-twitter__message, .blog-layout--style-3 .widget-loop .widget-twitter__message {
  padding-right: 20%;
  line-height: 1.285;
}
.blog-layout--style-1 .widget-loop .widget-twitter__message, .blog-layout--style-4 .widget-loop .widget-twitter__message {
  font-size: 1rem;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .blog-layout--style-1 .widget-loop .widget-twitter__message, .blog-layout--style-4 .widget-loop .widget-twitter__message {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-1 .widget-loop .widget-twitter__message, .blog-layout--style-4 .widget-loop .widget-twitter__message {
    font-size: 2.6041666667vh;
  }
}
.widget-loop .widget-twitter__date {
  letter-spacing: -0.03em;
}
.blog-layout--style-2 .widget-loop .widget-twitter__date, .blog-layout--style-3 .widget-loop .widget-twitter__date {
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .blog-layout--style-2 .widget-loop .widget-twitter__date, .blog-layout--style-3 .widget-loop .widget-twitter__date {
    font-size: 1.3020833333vh;
  }
}
.widget-loop.widget-twitch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #5d22e4;
}
.widget-loop.widget-twitch .countdown-counter {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .widget-loop.widget-twitch .countdown-counter {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .widget-loop.widget-twitch .countdown-counter {
    margin-top: 4.1666666667vh;
  }
}
.widget-loop.widget-twitch .countdown-counter__item {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-warning);
}
@media (min-width: 992px) {
  .widget-loop.widget-twitch .countdown-counter__item {
    font-size: 3.3854166667vh;
  }
}
.widget-loop.widget-twitch .countdown-counter__item::before, .widget-loop.widget-twitch .countdown-counter__label {
  color: var(--color-light);
}
.widget-loop.widget-twitch .countdown-counter__label {
  margin-top: 6px;
  font-size: 0.6875rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .widget-loop.widget-twitch .countdown-counter__label {
    margin-top: 0.78125vh;
    font-size: 1.4322916667vh;
  }
}
.widget-loop .widget-twitch__icon {
  font-size: 2.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .widget-loop .widget-twitch__icon {
    font-size: 4.6875vh;
  }
}
.widget-loop .widget-twitch__body {
  padding: 25px 40px 0;
}
@media (min-width: 768px) {
  .widget-loop .widget-twitch__body {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (min-width: 992px) {
  .widget-loop .widget-twitch__body {
    padding-top: 4.9479166667vh;
    padding-bottom: 4.9479166667vh;
    padding-right: 5.2083333333vh;
    padding-left: 5.2083333333vh;
  }
}
.widget-loop .widget-twitch__title {
  margin-bottom: 12px;
  color: var(--color-light);
}
@media (min-width: 992px) {
  .widget-loop .widget-twitch__title {
    margin-bottom: 1.5625vh;
    font-size: 2.8645833333vh;
  }
}
.widget-loop .widget-twitch__message {
  line-height: 1.285;
}

.widget-carousel__item {
  display: block;
  position: relative;
  height: calc(100vh - 72px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--color-dark);
}
@media (min-width: 1920px) {
  .widget-carousel__item {
    height: calc(100vh - 100px);
  }
}

.widget-partners-carousel {
  position: relative;
}
.widget-partners-carousel .widget__title {
  display: inline-block;
}
.widget-partners-carousel ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-partners-carousel ul img {
  max-width: 165px;
}
.widget-partners-carousel .slick-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  padding: 2px 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: 0;
  z-index: 1;
  text-align: center;
}
body:not(.cursor-is--active) .widget-partners-carousel .slick-arrow {
  cursor: pointer;
}
.widget-partners-carousel .slick-arrow svg {
  display: inline-block;
  fill: var(--color-light);
  width: 8px;
  height: 14px;
  transition: fill 300ms ease;
}
.widget-partners-carousel .slick-arrow:hover svg {
  fill: var(--color-primary);
}
.widget-partners-carousel .slick-next {
  margin-left: 28px;
}

.widget-carousel .player {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: calc((100vh - 72px) * 0.12);
}
.widget-carousel .player h1, .widget-carousel .player .h1,
.widget-carousel .player h2, .widget-carousel .player .h2,
.widget-carousel .player h3, .widget-carousel .player .h3,
.widget-carousel .player h4, .widget-carousel .player .h4,
.widget-carousel .player h5, .widget-carousel .player .h5,
.widget-carousel .player h6, .widget-carousel .player .h6 {
  color: var(--color-light);
}
.widget-carousel .player__body, .widget-carousel .player__title, .widget-carousel .player__subtitle {
  text-align: center;
}
.widget-carousel .player__title {
  margin-bottom: 10px;
  font-size: 3.5rem;
  text-transform: none;
}
@media (min-width: 1920px) {
  .widget-carousel .player__title {
    font-size: 5.125rem;
  }
}
.widget-carousel .player__subtitle {
  margin-top: auto;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .widget-carousel .player__subtitle {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}
.widget-carousel .player__body {
  margin-bottom: 60px;
}
.widget-carousel .player__body h5, .widget-carousel .player__body .h5 {
  font-size: 1.5rem;
}
@media (min-width: 1920px) {
  .widget-carousel .player__body h5, .widget-carousel .player__body .h5 {
    font-size: 2.25rem;
  }
}
.widget-carousel .player__stats {
  padding-left: 0;
  list-style: none;
}
.widget-carousel .player__stats li {
  display: inline-block;
  margin: 0 23px;
}
.widget-carousel .player__thumbnail {
  position: relative;
  width: 100%;
  height: 62.931%;
  max-height: 448px;
  margin-top: auto;
}
@media (min-width: 1920px) {
  .widget-carousel .player__thumbnail {
    max-height: 624px;
  }
}
.widget-carousel .player__thumbnail img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.widget-carousel .player__thumbnail .more-info-link {
  position: absolute;
  top: 18%;
  left: calc(74% + 32px);
  font-size: 0.875rem;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .widget-carousel .player__thumbnail .more-info-link {
    font-size: 1.125rem;
  }
}
.widget-carousel .player__thumbnail .more-info-link:hover {
  color: var(--color-secondary);
}
.widget-carousel .player__thumbnail .more-info-link .add-icon {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  margin-top: -1px;
}
@media (min-width: 1920px) {
  .widget-carousel .player__thumbnail .more-info-link .add-icon {
    right: calc(100% + 23px);
  }
}

.widget-carousel .post__thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget-carousel .post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-carousel .post__thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--color-dark-h), var(--color-dark-s), var(--color-dark-l), 0.4);
}
.widget-carousel .post__body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (min-width: 992px) {
  .widget-carousel .post__body {
    padding: 40px 60px;
  }
}
@media (min-width: 1920px) {
  .widget-carousel .post__body {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.widget-carousel .post__cats, .widget-carousel .post__meta {
  font-weight: bold;
  text-transform: uppercase;
}
.widget-carousel .post__cats {
  margin-bottom: 6px;
  font-size: 1.125rem;
  letter-spacing: -0.06rem;
}
@media (min-width: 1920px) {
  .widget-carousel .post__cats {
    font-size: 1.5rem;
  }
}
.widget-carousel .post__meta {
  font-size: 0.75rem;
  letter-spacing: -0.03rem;
}
.widget-carousel .post__meta,
.widget-carousel .post__meta a,
.widget-carousel .post__meta .entry-date {
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .widget-carousel .post__meta {
    margin-top: 3px;
    font-size: 1.125rem;
  }
}
.widget-carousel .post__title {
  margin-bottom: 0.5em;
  font-size: var(--h2-font-size);
}
@media (min-width: 768px) {
  .widget-carousel .post__title {
    font-size: var(--h2-font-size);
  }
}
@media (min-width: 1920px) {
  .widget-carousel .post__title {
    font-size: 4rem;
  }
}
.widget-carousel .post__title a {
  color: var(--color-light);
}
.widget-carousel .post__title a:hover {
  color: var(--color-primary);
}

:root {
  --primary: var(--color-primary);
  --secondary: var(--color-secondary);
  --tertiary: var(--color-tertiary);
  --success: var(--color-success);
  --info: var(--color-info);
  --warning: var(--color-warning);
  --danger: var(--color-danger);
  --light: var(--color-light);
  --dark: var(--color-dark);
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color-dark);
}

.bg-fixed {
  background-attachment: fixed;
}

/**
 *
 * Page Backgrounds
 *
 */
.bg--texture-01 {
  background-image: url("../img/bg-texture-01.jpg");
}

.bg--texture-02 {
  background-image: url("../img/bg-texture-02.jpg");
}

.bg--texture-03 {
  background-image: url("../img/bg-texture-03.jpg");
}

.bg--texture-04 {
  background-image: url("../img/bg-texture-04.jpg");
}

.bg--texture-05 {
  background-image: url("../img/bg-texture-05.jpg");
}

.bg--texture-06 {
  background-image: url("../img/bg-texture-06.jpg");
}

.bg--texture-07 {
  background-image: url("../img/bg-texture-07.jpg");
}

/**
 *
 * Page Textures
 * adds dotted pattern over the background
 *
 */
.bg--dotted-3x3::after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/3x3-black.gif");
  background-repeat: repeat;
  background-position: 50% 0;
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bg--dotted-3x3::after {
    background-image: url("../img/3x3-black@2x.gif");
    background-size: 3px 3px;
  }
}

/**
 *
 * Shop Backgrounds
 *
 */
.bg--product-color-01 {
  background-color: var(--color-body-bg);
}

.bg--product-color-02 {
  background-color: var(--color-danger);
}

.bg--product-color-03 {
  background-color: var(--color-body-dark);
}

/**
 *
 * Borders
 *
 */
.bc-color-pallete-01 {
  border-color: var(--color-dark);
}

.bc-color-pallete-02 {
  border-color: var(--color-body);
}

.bc-color-pallete-03 {
  border-color: var(--color-secondary);
}

.bc-color-pallete-04 {
  border-color: var(--color-info);
}

.bc-color-pallete-05 {
  border-color: var(--color-warning);
}

.bc-color-pallete-06 {
  border-color: var(--color-danger);
}

.bc-color-pallete-07 {
  border-color: var(--color-success);
}

.bc-color-pallete-08 {
  border-color: var(--color-primary);
}

.page-heading__img-layer {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-heading__img-layer {
      will-change: auto;
    }
  }
}
.effect-duotone {
  position: relative;
  will-change: transform;
}

.effect-duotone__layer::before, .effect-duotone__layer::after {
  content: "";
}
.effect-duotone__layer, .effect-duotone__layer::before, .effect-duotone__layer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.effect-duotone__layer::before {
  background-color: #000;
  mix-blend-mode: color;
  z-index: 1;
}
.effect-duotone__layer::after {
  mix-blend-mode: lighten;
  z-index: 3;
  background-color: #222430;
}

.effect-duotone__layer-inner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.page-heading-effect {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-heading-effect--gradient-1 {
  bottom: 0;
  z-index: 3;
  background-image: radial-gradient(circle farthest-side at 50% 10%, rgb(255, 255, 255), transparent);
  mix-blend-mode: overlay;
}
@media (min-width: 768px) {
  .page-heading-effect--gradient-1 {
    bottom: 50%;
  }
}

.page-heading-effect--gradient-2 {
  z-index: 3;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.page-heading-effect--pattern {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  background-color: transparent;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-position: 0 50%;
  background-size: 32px 32px;
  mix-blend-mode: overlay;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition-delay: 2s;
  transition: clip-path 4s ease-in-out;
}
.scroll-is--active .page-heading-effect--pattern {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
}

.page-heading-effect--pattern-1 {
  left: 60%;
  top: 0;
  width: 100%;
  height: 100px;
}

.page-heading-effect--pattern-2 {
  left: 0;
  top: auto;
  bottom: 18px;
  width: 75%;
  height: 130px;
}

.page-heading-effect--pattern-3 {
  left: 0;
  top: 50%;
  width: 100%;
  height: 130px;
}

.effect-duotone--base .effect-duotone__layer::after {
  background-color: #222430;
  mix-blend-mode: screen;
}
.effect-duotone--base .effect-duotone__layer-inner {
  background-color: #222430;
}

.effect-duotone--purple .page-heading__img-layer {
  opacity: 1;
  mix-blend-mode: screen;
}
.effect-duotone--purple .effect-duotone__layer::after {
  background-color: #1d0042;
  mix-blend-mode: screen;
}
.effect-duotone--purple .effect-duotone__layer-inner {
  background-color: #3922e4;
}
.effect-duotone--purple .page-heading-effect--gradient-1 {
  bottom: 30%;
  background-image: radial-gradient(85% 80% at 50% top, #e267fe, transparent);
  mix-blend-mode: normal;
  opacity: 0.9;
}
.effect-duotone--purple .page-heading-effect--gradient-2 {
  display: none;
}

.effect-duotone--red .page-heading__img-layer {
  opacity: 1;
  mix-blend-mode: screen;
}
.effect-duotone--red .effect-duotone__layer::after {
  background-color: #000;
  mix-blend-mode: screen;
}
.effect-duotone--red .effect-duotone__layer-inner {
  background-color: #a70f3a;
}

.effect-duotone--blue .page-heading__img-layer {
  opacity: 1;
  mix-blend-mode: screen;
}
.effect-duotone--blue .effect-duotone__layer::after {
  background-color: #1d0042;
  mix-blend-mode: screen;
}
.effect-duotone--blue .effect-duotone__layer-inner {
  background-color: #1ce7ff;
}
.effect-duotone--blue .ncr-bg__img-layer {
  opacity: 0.2;
}
.effect-duotone--blue .ncr-bg-effect--gradient-1 {
  z-index: -1;
  background-image: radial-gradient(45% 55% at 50% top, rgba(255, 255, 255, 0.9), transparent);
}
.effect-duotone--blue .ncr-bg-effect--gradient-2 {
  background-image: radial-gradient(30% 40% at 50% 10%, transparent, rgba(0, 0, 0, 0.35));
}

.ncr-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ncr-bg__img-layer {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .ncr-bg__img-layer {
      will-change: auto;
    }
  }
}
.ncr-bg-effect {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ncr-bg-effect--gradient-1 {
  bottom: 0;
  z-index: 3;
  background-image: radial-gradient(80% 60% at 50% top, rgba(255, 255, 255, 0.85), transparent);
  mix-blend-mode: overlay;
}
@media (max-width: 991.98px) {
  .single-sp_event .ncr-bg-effect--gradient-1 {
    display: none;
  }
}

.ncr-bg-effect--gradient-2 {
  z-index: 3;
  background-image: radial-gradient(30% 40% at 50% 10%, transparent, rgba(0, 0, 0, 0.72));
  mix-blend-mode: overlay;
}

.df-custom-cursor-wrap {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .df-custom-cursor-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999999;
  }
}

@media (hover: hover) and (pointer: fine) {
  #df-custom-cursor {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
  #df-custom-cursor::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--color-primary);
    opacity: 1;
  }
  #df-custom-cursor::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    opacity: 0.5;
  }
}

.site-header--top, .site-header--bottom {
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  height: 72px;
  background-color: var(--color-dark);
  z-index: 1105;
}
@media (min-width: 1920px) {
  .site-header--top, .site-header--bottom {
    height: 100px;
  }
}
.site-header--top .main-nav, .site-header--bottom .main-nav {
  padding-left: 202px;
}
@media (min-width: 1920px) {
  .site-header--top .main-nav, .site-header--bottom .main-nav {
    padding-left: 326px;
  }
}
.site-header--top .header-logo--txt + .main-nav, .site-header--bottom .header-logo--txt + .main-nav {
  padding-left: 50px;
}
@media (min-width: 1920px) {
  .site-header--top .header-logo--txt + .main-nav, .site-header--bottom .header-logo--txt + .main-nav {
    padding-left: 100px;
  }
}
.site-header--top .header-actions, .site-header--bottom .header-actions {
  margin-left: auto;
}
.admin-bar .site-header--top {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header--top {
    top: 46px;
  }
}
.site-header--bottom {
  bottom: 0;
}
.site-header--landing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 43px;
}
@media (min-width: 992px) {
  .site-layout--landing .site-header--landing {
    padding-top: 5.598958vh;
  }
}

body {
  position: relative;
  overflow: hidden;
  background-color: var(--color-body-bg);
  isolation: isolate;
}
body.scroll-is--active {
  overflow-y: initial;
}
body.site-layout--horizontal {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.site-layout--horizontal:not(.post-type-archive-partners):not(.page-template-page-streams) {
  background-image: url("../img/bg-texture-01.jpg");
}
body.vertical-scroll--off {
  overflow-y: hidden;
}

html.touch,
html.no-touch {
  margin-top: 0 !important;
}

.row {
  min-width: 100%;
}

@media (min-width: 1920px) {
  .container--large {
    max-width: 1640px;
  }
}

.site-wrapper {
  min-height: 100vh;
}
.site-layout--horizontal .site-wrapper {
  overflow-x: initial;
  overflow-y: initial;
  max-height: 100vh;
}
@media (min-width: 992px) {
  .site-layout--horizontal .site-wrapper {
    overflow-y: hidden;
  }
}
.site-layout--landing .site-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-layout--landing .site-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.site-layout--landing-error .site-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-content {
  transition: 0.7s 0.6s transform cubic-bezier(0.86, 0, 0.07, 1);
}
.site-content--center .container {
  min-height: calc(100vh - 78px - 40px - 72px);
}
@media (min-width: 576px) {
  .site-content--center .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .site-content--center .container {
    min-height: calc(100vh - 78px - 80px - 72px);
  }
}
@media (min-width: 1920px) {
  .site-content--center .container {
    min-height: calc(100vh - 78px - 80px - 100px);
  }
}
.site-header--top + .site-content {
  padding-top: 72px;
}
@media (min-width: 1920px) {
  .site-header--top + .site-content {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .admin-bar .site-header--top + .site-content > .site-content__inner:first-child {
    padding-top: 100px;
  }
}
.site-header--bottom + .site-content, .site-header--bottom + .page-header + .site-content {
  padding-bottom: 72px;
}
@media (min-width: 1920px) {
  .site-header--bottom + .site-content, .site-header--bottom + .page-header + .site-content {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .site-layout--horizontal .site-content {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: flex;
    height: 100vh;
    min-width: 100%;
  }
}
.preloader-is--active .site-content {
  overflow: hidden;
  transform: scale(1.5);
}
.preloader--no-transform .site-content {
  overflow: auto;
  transform: none;
}
@media (min-width: 992px) {
  .scroll-is--active .site-layout--horizontal .site-content {
    transition: transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.site-layout--landing .site-content {
  text-align: center;
}
@media (min-width: 768px) {
  .site-layout--landing .site-content {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-layout--landing-error .site-content {
  display: flex;
  text-align: center;
  flex: 1 0 auto;
  align-items: stretch;
  justify-content: center;
}
.site-layout--landing-error .site-content > .container {
  display: flex;
  align-items: stretch;
}
.site-content--product-single {
  background-color: #f2f3f7;
}
.site-layout--default .site-content, .site-layout--default-inverse .site-content {
  min-height: 100vh;
}
.site-header--top + .site-content.page {
  padding-top: calc(40px + 72px);
  padding-bottom: 78px;
}
@media (min-width: 768px) {
  .site-header--top + .site-content.page {
    padding-top: calc(80px + 72px);
  }
}
@media (min-width: 1920px) {
  .site-header--top + .site-content.page {
    padding-top: calc(80px + 100px);
  }
}
.site-header--bottom + .site-content.page {
  padding-top: 78px;
  padding-bottom: calc(40px + 72px);
}
@media (min-width: 768px) {
  .site-header--bottom + .site-content.page {
    padding-bottom: calc(80px + 72px);
  }
}
@media (min-width: 1920px) {
  .site-header--bottom + .site-content.page {
    padding-bottom: calc(80px + 100px);
  }
}
.site-layout--landing .site-content__center {
  position: relative;
  padding-top: 40px;
  padding-bottom: 66px;
  z-index: 1;
}
@media (min-width: 992px) {
  .site-layout--landing .site-content__center {
    padding-top: 5.208333vh;
    padding-bottom: 8.59375vh;
  }
}

.site-content__inner {
  min-height: calc(100vh - 72px);
}
@media (min-width: 1920px) {
  .site-content__inner {
    min-height: calc(100vh - 100px);
  }
}
@media (max-width: 991.98px) {
  .blog-layout--classic .site-content__inner {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.site-layout--default .site-content__inner {
  margin-left: auto;
  padding: 40px 24px 60px 24px;
  background-color: var(--color-body-bg);
}
@media (min-width: 992px) {
  .site-layout--default .site-content__inner {
    width: 756px;
    padding: 68px 70px 100px 70px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-layout--default .site-content__inner {
    padding-top: 86px;
  }
}
@media screen and (min-width: 783px) and (max-width: 991px) {
  .admin-bar .site-layout--default .site-content__inner {
    padding-top: 92px;
  }
}
@media (min-width: 1440px) {
  .site-layout--default .site-content__inner {
    width: 61.4585%;
  }
  .site-layout--default .site-content__inner .site-content__holder {
    max-width: 675px;
  }
}
@media (min-width: 1920px) {
  .site-layout--default .site-content__inner {
    padding: 95px 120px;
  }
  .site-layout--default .site-content__inner .site-content__holder {
    max-width: 920px;
  }
}
.site-layout--default-without-post-thumb .site-content__inner {
  margin-right: auto;
}
.site-layout--default-without-post-thumb .site-content__inner .site-content__holder {
  margin-left: auto;
  margin-right: auto;
}
.site-layout--default-inverse .site-content__inner {
  margin-right: auto;
  padding: 60px 24px;
  background-color: var(--color-body-bg);
}
@media (min-width: 992px) {
  .site-layout--default-inverse .site-content__inner {
    width: 606px;
    padding: 68px 108px 100px 80px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .site-layout--default-inverse .site-content__inner {
    width: 44.4%;
  }
  .site-layout--default-inverse .site-content__inner .site-content__holder {
    max-width: 675px;
  }
}
@media (min-width: 1920px) {
  .site-layout--default-inverse .site-content__inner {
    padding: 95px 120px;
  }
  .site-layout--default-inverse .site-content__inner .site-content__holder {
    max-width: 920px;
  }
}
.site-layout--default-inverse .site-content__inner .page-thumbnail {
  left: auto;
  right: 0;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .site-layout--default-inverse .site-content__inner .page-thumbnail {
    width: 55.6%;
  }
}
@media (min-width: 1440px) {
  .site-layout--default .contact-us-page .site-content__inner {
    width: 860px;
  }
}
@media (min-width: 1920px) {
  .site-layout--default .contact-us-page .site-content__inner {
    font-size: 1rem;
  }
}
.site-layout--classic .site-content__inner, .blog-layout--classic .site-content__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .site-layout--classic .site-content__inner, .blog-layout--classic .site-content__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .site-layout--classic .site-content__inner, .blog-layout--classic .site-content__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-thumbnail {
  margin: -60px -24px 40px;
}
.page-thumbnail img {
  width: 100%;
}
.page-thumbnail .page-bg-logo {
  width: auto;
}
@media (min-width: 992px) {
  .page-thumbnail {
    position: fixed;
    left: 0;
    width: calc(100% - 760px);
    height: calc(100vh - 72px);
    margin: 0;
  }
  .site-header--top ~ .site-content .page-thumbnail {
    bottom: 0;
  }
  .site-header--bottom ~ .site-content .page-thumbnail {
    top: 0;
  }
  .page-thumbnail a {
    display: block;
    width: 100%;
  }
  .page-thumbnail img:not(.page-bg-logo) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .page-thumbnail {
    width: 38.5415%;
  }
}
.page-thumbnail--default {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-body);
}
@media (min-width: 992px) {
  .page-thumbnail--default {
    position: fixed;
    padding-bottom: 0;
  }
}
.page-thumbnail--default .ncr-page-decor__layer-1,
.page-thumbnail--default .ncr-page-decor__layer-2,
.page-thumbnail--default .ncr-page-decor__layer-3,
.page-thumbnail--default .ncr-page-decor__layer-4,
.page-thumbnail--default .ncr-page-decor__layer-5 {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.page-thumbnail--default .ncr-page-decor__layer-3,
.page-thumbnail--default .ncr-page-decor__layer-4,
.page-thumbnail--default .ncr-page-decor__layer-5 {
  transition-delay: 150ms;
}
.page-thumbnail--default .page-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60%;
  z-index: 4;
  opacity: 0;
  transform: scale(1.2) translate3d(-50%, -50%, 0);
  transition: all 500ms ease 400ms;
}
@media (min-width: 1920px) {
  .page-thumbnail--default .page-bg-logo {
    max-width: 62%;
  }
}
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-1,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-2,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-3,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-4,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-5,
.scroll-is--active .page-thumbnail--default .ncr-page-decor__layer-6 {
  opacity: 1;
}
.scroll-is--active .page-thumbnail--default .page-bg-logo {
  opacity: 1;
  transform: scale(1) translate3d(-50%, -50%, 0);
}

.page-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 1920px) {
  .page-title {
    margin-bottom: 86px;
  }
}

.page-content::after {
  display: block;
  clear: both;
  content: "";
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content > p:first-child {
  margin-top: -6px;
}

.search-no-results .site-content__holder .col-lg-8:not(.offset-lg-2) .page-not-found {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .search-no-results .site-content__holder .col-lg-8:not(.offset-lg-2) .page-not-found {
    padding-right: 40px;
  }
}
.search-no-results .site-content__holder .page-content {
  padding-bottom: 60px;
}

.video-full-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  background-color: var(--color-body);
  will-change: transform;
}

.video-full-bg__highlight {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  background-image: radial-gradient(576px circle at 50% -5%, #fff, transparent);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.video-full-bg__highlight::before, .video-full-bg__highlight::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.video-full-bg__highlight::before {
  background-image: radial-gradient(768px circle at 50% -10%, #fff, transparent);
}
.video-full-bg__highlight::after {
  background-image: radial-gradient(992px circle at 50% -15%, #fff, transparent);
}

.video-full-bg__clip {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.video-full-bg__clip--black-white {
  filter: grayscale(100%);
}

.video-full-bg__pattern {
  position: absolute;
  overflow: hidden;
  left: 60%;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-position: 0 50%;
  background-size: 32px 32px;
  mix-blend-mode: overlay;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition-delay: 2s;
  transition: clip-path 4s ease-in-out;
}
.scroll-is--active .video-full-bg__pattern {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
}

.preloader svg {
  fill: var(--color-preloader-base);
}
.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: var(--color-preloader-bg);
  z-index: 999999;
  transform: translateY(100vh);
  transition: 0.7s 0.55s all cubic-bezier(0.86, 0, 0.07, 1);
  min-height: 180px;
}
.preloader-is--active .preloader-overlay {
  transform: translateY(0);
}
.preloader-inner {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.pong-loader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 36.5%;
  height: 20px;
  width: 3px;
  background-color: transparent;
  animation: paddles 0.75s ease-out infinite;
  transform: translate3d(0, 0, 0);
}
.pong-loader::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 7.5px;
  width: 5px;
  height: 5px;
  background-color: var(--color-preloader-accent);
  border-radius: 50%;
  animation: ballbounce 0.6s ease-out infinite;
}

@keyframes paddles {
  0% {
    box-shadow: -12.5px -5px 0px var(--color-preloader-highlight), 12.5px 5px 0px var(--color-preloader-highlight);
  }
  50% {
    box-shadow: -12.5px 8px 0px var(--color-preloader-highlight), 12.5px -5px 0px var(--color-preloader-highlight);
  }
  100% {
    box-shadow: -12.5px -5px 0px var(--color-preloader-highlight), 12.5px 5px 0px var(--color-preloader-highlight);
  }
}
@keyframes ballbounce {
  0% {
    transform: translateX(-10px) scale(1, 1.2);
  }
  25% {
    transform: scale(1.2, 1);
  }
  50% {
    transform: translateX(7.5px) scale(1, 1.2);
  }
  75% {
    transform: scale(1.2, 1);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle__inner {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  background-color: var(--color-preloader-accent);
  border-radius: 50%;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring__inner {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid var(--color-preloader-accent);
  border-color: var(--color-preloader-accent) transparent var(--color-preloader-accent) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: var(--color-preloader-accent);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-preloader-accent);
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--color-preloader-accent);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--color-preloader-accent) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var(--color-preloader-accent);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div::after {
  content: "";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: var(--color-preloader-accent);
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1)::after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2)::after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3)::after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5)::after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6)::after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7)::after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-spinner {
  color: var(--color-preloader-accent);
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: var(--color-preloader-accent);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-layout--landing-error .ncr-page-decor__layer-3 {
  width: 70%;
}
.site-layout--landing-error .error__logo-wrapper {
  text-align: left;
}
.site-layout--landing-error .error__logo {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
.site-layout--landing-error .error__txt-wrapper {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .site-layout--landing-error .error__txt-wrapper {
    text-align: center;
  }
}
.site-layout--landing-error .error__title {
  font-size: var(--h1-font-size);
  line-height: 0.8125em;
  color: var(--color-light);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-layout--landing-error .error__title {
    font-size: 10rem;
  }
}
@media (min-width: 1920px) {
  .site-layout--landing-error .error__title {
    font-size: 14rem;
  }
}
.site-layout--landing-error .error__subtitle {
  font-size: var(--h3-font-size);
  line-height: 1em;
  color: var(--color-primary);
}
@media (min-width: 992px) {
  .site-layout--landing-error .error__subtitle {
    font-size: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .site-layout--landing-error .error__subtitle {
    font-size: 5rem;
  }
}
.site-layout--landing-error .error__desc {
  color: var(--color-body-dark);
  font-size: var(--font-size-base);
  line-height: 1.75em;
}
@media (min-width: 1920px) {
  .site-layout--landing-error .error__desc {
    font-size: 1.25rem;
  }
}
.site-layout--landing-error .error__desc a {
  font-weight: bold;
  color: var(--color-primary);
  white-space: nowrap;
}
.site-layout--landing-error .error__desc a:hover {
  color: var(--color-light);
}
.site-layout--landing-error .error__desc p:last-child {
  margin-bottom: 0;
}

.footer {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 16.53675vh;
  }
}

.footer--classic {
  background-color: #151720;
  color: var(--color-body-dark);
  padding: 24px 0;
  position: relative;
}
.footer--classic a {
  color: var(--color-light);
}
.footer--classic a:hover {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .footer--classic {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .footer--classic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# WordPress Basic Styles
--------------------------------------------------------------*/
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.gallery-item a {
  display: block;
}
.gallery-item a img {
  width: 100%;
  height: auto;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  padding: 1.5em 2em;
  line-height: 1.2em;
  pointer-events: none;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  margin: 0;
  text-align: center;
  max-height: 100%;
  width: 100%;
}
.gallery-caption::before, .gallery-caption::after {
  display: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Alignments
--------------------------------------------- */
.wp-block-image {
  margin-bottom: 1.5rem;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
}
.wp-block-image .alignleft, .alignleft {
  /*rtl:ignore*/
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
}
.wp-block-image .alignright, .alignright {
  /*rtl:ignore*/
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.aligncenter.ncr-button, .aligncenter.ncr-heading-lead {
  text-align: center;
}

.alignfull,
.alignwide {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

@media (max-width: 991.98px) {
  .alignwide {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .alignwide {
    margin: 32px -188px;
    max-width: 992px;
    width: 992px;
  }
}
@media (min-width: 1440px) {
  .alignwide {
    margin: 32px -262.5px;
    max-width: 1200px;
    width: 1200px;
  }
}
@media (min-width: 1920px) {
  .alignwide {
    margin: 32px -500px;
    max-width: 1920px;
    width: 1920px;
  }
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: 24px;
  padding-right: 24px;
}

/* Block alignments
--------------------------------------------- */
.wp-block-cover,
.wp-block-cover-image,
.wp-block-image {
  margin-bottom: 1.375rem;
}

/* Block: Button
--------------------------------------------- */
.wp-block-button {
  margin-bottom: 1em;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--color-secondary);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--color-primary);
}
.wp-block-button .wp-block-button__link {
  border-radius: 1.55em;
  overflow-wrap: break-word;
}

/* Block: Cover
--------------------------------------------- */
.wp-block-cover p {
  line-height: 1.2em;
  padding: 0.75em;
}
.wp-block-cover p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.wp-block-cover p a:hover {
  text-decoration: none;
}
.wp-block-cover .wp-block-cover-text {
  padding: 0.5em;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: var(--color-light);
}

/* Block: Gallery
--------------------------------------------- */
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption {
  position: absolute;
  bottom: 0;
  background-color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.1);
  padding: 1.5em 2em;
  line-height: 1.2em;
  pointer-events: none;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption::before, .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption::after {
  display: none;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
  text-align: center;
}

/* Block: Social Icons
--------------------------------------------- */
.wp-block-social-links .wp-social-link {
  border-radius: 0;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.45em;
}
.wp-block-social-links .wp-social-link svg {
  width: 0.75em;
  height: 0.75em;
}
.wp-block-social-links .wp-social-link a[href*="discordapp.com"], .wp-block-social-links .wp-social-link a[href*="discord.com"], .wp-block-social-links .wp-social-link a[href*="discord.gg"] {
  background-color: #7289da;
  padding: 0;
  text-align: center;
}
.wp-block-social-links .wp-social-link a[href*="discordapp.com"] svg, .wp-block-social-links .wp-social-link a[href*="discord.com"] svg, .wp-block-social-links .wp-social-link a[href*="discord.gg"] svg {
  display: none;
}
.wp-block-social-links .wp-social-link a[href*="discordapp.com"]::before, .wp-block-social-links .wp-social-link a[href*="discord.com"]::before, .wp-block-social-links .wp-social-link a[href*="discord.gg"]::before {
  display: inline-block;
  content: "\f392";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16px;
}
.wp-block-social-links .wp-social-link a[href*="whatsapp.com"], .wp-block-social-links .wp-social-link a[href*="wa.me"] {
  background-color: #25d366;
  padding: 0;
  text-align: center;
}
.wp-block-social-links .wp-social-link a[href*="whatsapp.com"] svg, .wp-block-social-links .wp-social-link a[href*="wa.me"] svg {
  display: none;
}
.wp-block-social-links .wp-social-link a[href*="whatsapp.com"]::before, .wp-block-social-links .wp-social-link a[href*="wa.me"]::before {
  display: inline-block;
  content: "\f232";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16px;
}

/* Block: Blockquote
--------------------------------------------- */
.wp-block-quote {
  padding-left: 1.5em;
  position: relative;
}
.wp-block-quote::before {
  content: "“";
  display: block;
  position: absolute;
  left: 8px;
  font-size: calc(var(--font-size-base) * 1.25);
  line-height: 1.2em;
}
.wp-block-quote p {
  font-size: calc(var(--font-size-base) * 1.25);
}
.wp-block-quote cite br:first-child {
  display: none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  font-size: 1.25rem;
  margin-left: -1em;
}
.wp-block-quote.is-large::before, .wp-block-quote.is-style-large::before {
  font-size: 1.25rem;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: normal;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
  font-size: var(--font-size-base);
}
.wp-block-quote.has-text-align-right::before {
  display: none;
}
.wp-block-quote.has-text-align-right p:first-child::before {
  content: "“";
  font-size: calc(var(--font-size-base) * 1.25);
  line-height: 1.2em;
  margin-right: 0.3em;
}

.wp-block-pullquote {
  border-width: 2px;
  border-bottom-style: solid;
  border-top-style: solid;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "“";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

/* Common
--------------------------------------------- */
.has-drop-cap {
  overflow: hidden;
}

.wp-block-file a:not([class]) {
  text-decoration: underline;
}
.wp-block-file a:not([class]):hover {
  text-decoration: none;
}

.wp-block-video video {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.has-large-font-size {
  line-height: 1.33em;
}

/* Embeds
--------------------------------------------- */
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 0;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper object,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Widgets
--------------------------------------------- */
.wp-block-archives-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.375rem 0;
  color: var(--color-secondary);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.wp-block-archives-list li {
  padding: 0.5em 0;
  line-height: 1.5em;
}
.wp-block-archives-list li:last-child {
  padding-bottom: 0;
}
.wp-block-archives-list li a {
  color: var(--color-secondary);
  font-weight: bold;
}
.wp-block-archives-list li a:hover {
  color: var(--color-dark);
}
.wp-block-archives-list li ul {
  margin-top: 0.5em;
  margin-left: 1.5em;
}
.wp-block-archives-list li ul:last-child {
  margin-bottom: 0;
}

.wp-block-calendar {
  margin-bottom: 1.375rem;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  margin-bottom: 1.375rem;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 1.375rem;
}
.wp-block-latest-comments a {
  font-weight: bold;
  color: var(--color-secondary);
}
.wp-block-latest-comments a:hover {
  color: var(--color-dark);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
  margin-bottom: 1.375rem;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 1em;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-weight: bold;
  color: var(--color-secondary);
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: var(--color-dark);
}

.wp-block-search {
  margin-bottom: 1.375rem;
}
.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  justify-content: center;
}
.wp-block-search .wp-block-search__input {
  max-width: inherit;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 10px;
  border: none;
  border-radius: 0;
  font-size: 0.9375rem;
  color: var(--color-body);
  background-color: transparent;
  border-bottom: 1px solid #dfe0e5;
}
@media (min-width: 1920px) {
  .wp-block-search .wp-block-search__input {
    font-size: 1.25rem;
    padding-bottom: 12px;
  }
}
.wp-block-search .wp-block-search__input::-webkit-input-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.wp-block-search .wp-block-search__input::-moz-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.wp-block-search .wp-block-search__input:-ms-input-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.wp-block-search .wp-block-search__input:-moz-placeholder {
  color: hsla(var(--color-body-h), var(--color-body-s), var(--color-body-l), 0.4);
}
.wp-block-search .wp-block-search__input:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-color: var(--color-success);
}
.has-background .wp-block-search .wp-block-search__input, [class*=background-color] .wp-block-search .wp-block-search__input, [style*=background-color] .wp-block-search .wp-block-search__input, .wp-block-cover[style*=background-image] .wp-block-search .wp-block-search__input {
  border-color: currentColor;
}
.has-background.has-gray-background-color .wp-block-search .wp-block-search__input, .has-background.has-dark-gray-background-color .wp-block-search .wp-block-search__input, .has-background.has-black-background-color .wp-block-search .wp-block-search__input {
  border-color: var(--color-light);
}
.wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}
.wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.wp-block-search__button {
  box-shadow: none;
}

.wp-block-rss {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-rss .wp-block-rss__item {
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
  display: block;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.wp-block-group {
  margin-bottom: 1.375rem;
}
.wp-block-group.has-background {
  padding: 1.375rem;
}

.page-links {
  clear: both;
}
.page-links a.post-page-numbers,
.page-links span.post-page-numbers {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.page-links .post-page-numbers:first-child {
  margin-left: 1em;
}

.wp-block-table {
  margin-bottom: 1.375rem;
}

.wp-block-code {
  padding: 1.375rem;
  border: 1px solid #dfe0e5;
}

.wp-block-preformatted {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.wp-block-verse {
  font-family: var(--font-base, "Rajdhani");
  font-size: 0.9375rem;
}

/* Widgets
--------------------------------------------- */
.widget_media_video .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: var(--color-primary) !important;
}

/* Formatting
--------------------------------------------- */
address {
  font-style: italic;
}

/* Protected
--------------------------------------------- */
.form-post-pass-protected .form-control--submit {
  position: absolute;
  right: 0;
  top: 0;
}

.form-post-pass-protected__holder {
  position: relative;
  padding-top: 4px;
  padding-right: 95px;
}

/* Post Formats
--------------------------------------------- */
.post.format-link .post__excerpt, .post.format-link.single-post .post__body {
  font-size: var(--h6-font-size);
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (min-width: 1920px) {
  .post.format-link .post__excerpt, .post.format-link.single-post .post__body {
    font-size: 1.5rem;
  }
}

.page-header {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: var(--color-tertiary);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.site-header--top + .page-header {
  padding-top: calc(15vh + 72px);
}
@media (min-width: 1920px) {
  .site-header--top + .page-header {
    padding-top: calc(15vh + 100px);
  }
}

.page-header--has-overlay::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-header__title {
  font-size: var(--h3-font-size);
  line-height: 1.2em;
  text-align: center;
  color: var(--color-light);
  margin-bottom: 0.3em;
}
@media (min-width: 992px) {
  .page-header__title {
    font-size: 3.875rem;
  }
}

.page-header__subtitle {
  font-size: 0.9375rem;
  text-align: center;
  color: var(--color-light);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-header__subtitle {
    font-size: var(--font-size-base);
  }
}

.blog-layout--classic .post {
  display: flex;
  flex-wrap: wrap;
  word-wrap: break-word;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .blog-layout--classic .post {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .blog-layout--classic .post {
    margin-bottom: 70px;
  }
}
.blog-layout--classic .post:last-of-type {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-layout--classic .post:last-of-type {
    margin-bottom: 50px;
  }
}
.blog-layout--classic .post.has-post-thumbnail {
  flex-wrap: wrap;
}
.blog-layout--classic .post.has-post-thumbnail .post__thumbnail {
  flex-basis: 100%;
}
.blog-layout--classic .post.has-post-thumbnail .post__thumbnail > a::before {
  display: none;
}
.blog-layout--classic .post.has-post-thumbnail .post__body {
  padding-top: 10px;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .blog-layout--classic .post.has-post-thumbnail .post__body {
    padding-top: 10px;
  }
}
.blog-layout--classic .post.no-post-thumbnail .post__body {
  padding: 0;
}
@media (min-width: 768px) {
  .blog-layout--classic .post.no-post-thumbnail .post__body {
    flex-basis: 100%;
    padding: 0;
  }
}
.blog-layout--classic .post .post__excerpt p:last-child {
  margin-bottom: 0;
}
.blog-layout--classic .post .post__excerpt p + .more-link-container {
  padding-top: 0.625rem;
}
.blog-layout--classic .post.sticky {
  border-left: 4px solid var(--color-success);
  padding: 2rem;
  background-color: #f6f6f8;
}
@media (min-width: 992px) {
  .blog-layout--classic .post.sticky {
    padding: 2.5rem;
  }
}
.blog-layout--classic .post__body {
  min-width: 0;
}
.blog-layout--classic .post__thumbnail > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-layout--classic .post__thumbnail > a img {
  transition: 0.4s transform ease;
}
.blog-layout--classic .post__thumbnail > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s opacity ease;
  z-index: 1;
}
.blog-layout--classic .post__thumbnail > a:hover::before {
  opacity: 1 !important;
}
.blog-layout--classic .post__thumbnail > a:hover img {
  transform: scale(1.025);
}
.blog-layout--classic .post__header + .post__excerpt:not(:empty) {
  margin-top: 1.25rem;
}
.blog-layout--classic .post__title {
  margin-bottom: 0.1875em;
}
.blog-layout--classic .post__title > a:hover {
  color: var(--color-secondary);
}
.blog-layout--classic .post__cats {
  list-style: none;
  margin: 0 0 0.4375em 0;
  padding: 0;
}
.blog-layout--classic .post__cats .post__cats-item {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .blog-layout--classic .post__cats .post__cats-item {
    font-size: 1rem;
  }
}
.blog-layout--classic .post__cats .post__cats-item:not(:last-child) {
  margin-right: 0.5em;
}
.blog-layout--classic .post__meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-layout--classic .post__meta-item {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.blog-layout--classic .post__meta-item:not(:last-child) {
  margin-right: 0.5em;
}
.blog-layout--classic .post__meta-item > a {
  color: inherit;
}
.blog-layout--classic .post__meta-item > a:hover {
  color: var(--color-secondary);
}
.blog-layout--classic .post__meta-item--tags a {
  color: var(--color-secondary);
}
.blog-layout--classic .post__meta-item--tags a:hover {
  color: var(--color-dark);
}

.post__cats a {
  color: var(--color-success);
}
.post__cats a:hover {
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .sidebar {
    padding-top: 4rem;
  }
}

.widget--sidebar:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .widget--sidebar:not(:last-child) {
    margin-bottom: 60px;
  }
}
.widget--sidebar .widget-title {
  margin-bottom: 1em;
}
.widget--sidebar.widget_archive ul, .widget--sidebar.widget_categories ul, .widget--sidebar.widget_pages ul, .widget--sidebar.widget_meta ul, .widget--sidebar.widget_nav_menu ul, .widget--sidebar.widget_recent_entries ul, .widget--sidebar.widget_recent_comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em 0;
  color: var(--color-secondary);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.widget--sidebar.widget_archive ul li, .widget--sidebar.widget_categories ul li, .widget--sidebar.widget_pages ul li, .widget--sidebar.widget_meta ul li, .widget--sidebar.widget_nav_menu ul li, .widget--sidebar.widget_recent_entries ul li, .widget--sidebar.widget_recent_comments ul li {
  padding: 0.5em 0;
  line-height: 1.5em;
}
.widget--sidebar.widget_archive ul li:last-child, .widget--sidebar.widget_categories ul li:last-child, .widget--sidebar.widget_pages ul li:last-child, .widget--sidebar.widget_meta ul li:last-child, .widget--sidebar.widget_nav_menu ul li:last-child, .widget--sidebar.widget_recent_entries ul li:last-child, .widget--sidebar.widget_recent_comments ul li:last-child {
  padding-bottom: 0;
}
.widget--sidebar.widget_archive ul li a, .widget--sidebar.widget_categories ul li a, .widget--sidebar.widget_pages ul li a, .widget--sidebar.widget_meta ul li a, .widget--sidebar.widget_nav_menu ul li a, .widget--sidebar.widget_recent_entries ul li a, .widget--sidebar.widget_recent_comments ul li a {
  color: var(--color-secondary);
  font-weight: bold;
}
.widget--sidebar.widget_archive ul li a:hover, .widget--sidebar.widget_categories ul li a:hover, .widget--sidebar.widget_pages ul li a:hover, .widget--sidebar.widget_meta ul li a:hover, .widget--sidebar.widget_nav_menu ul li a:hover, .widget--sidebar.widget_recent_entries ul li a:hover, .widget--sidebar.widget_recent_comments ul li a:hover {
  color: var(--color-dark);
}
.widget--sidebar.widget_archive ul li ul, .widget--sidebar.widget_categories ul li ul, .widget--sidebar.widget_pages ul li ul, .widget--sidebar.widget_meta ul li ul, .widget--sidebar.widget_nav_menu ul li ul, .widget--sidebar.widget_recent_entries ul li ul, .widget--sidebar.widget_recent_comments ul li ul {
  margin-top: 0.5em;
  margin-left: 1.5em;
}
.widget--sidebar.widget_archive ul li ul:last-child, .widget--sidebar.widget_categories ul li ul:last-child, .widget--sidebar.widget_pages ul li ul:last-child, .widget--sidebar.widget_meta ul li ul:last-child, .widget--sidebar.widget_nav_menu ul li ul:last-child, .widget--sidebar.widget_recent_entries ul li ul:last-child, .widget--sidebar.widget_recent_comments ul li ul:last-child {
  margin-bottom: 0;
}

.widget_nav_menu .menu-item[class*=col-] {
  display: block;
  max-width: none;
}

.widget_rss .rss-widget-icon {
  margin-right: 0.25em;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.widget_rss ul li .rss-date {
  display: block;
  line-height: 1.2em;
  font-size: 0.75rem;
}
.widget_rss ul li .rssSummary {
  margin-top: 0.5rem;
}
.widget_rss ul li cite {
  font-size: 0.75rem;
}

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

.widget_tag_cloud .tag-cloud-link,
.wp-block-tag-cloud .tag-cloud-link {
  margin-bottom: 0.35em;
  display: inline-block;
  font-weight: bold;
  font-family: var(--font-base, "Rajdhani");
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  border-radius: 0;
  color: var(--color-body);
  padding: 0.6875rem 1.25rem;
  font-size: 0.625rem;
  line-height: 1;
  background-color: var(--color-info);
}
.widget_tag_cloud .tag-cloud-link:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
  color: var(--color-body);
  background-color: hsl(var(--color-info-h), var(--color-info-s), calc(var(--color-info-l) * 1.1));
}

.ncr-posts-list .ncr-posts-list__item {
  width: 100%;
}
.ncr-posts-list .ncr-posts-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.ncr-posts-list .ncr-posts-list__item.has-post-thumbnail {
  flex-wrap: nowrap;
}
.ncr-posts-list .ncr-posts-list__item.has-post-thumbnail .post__thumbnail {
  flex-basis: 110px;
  min-width: 110px;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ncr-posts-list .ncr-posts-list__item.has-post-thumbnail .post__thumbnail {
    margin-right: 18px;
  }
}
.ncr-posts-list .ncr-posts-list__item.has-post-thumbnail .post__thumbnail img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ncr-posts-list .ncr-posts-list__item.has-post-thumbnail .post__body {
  padding: 0 16px 0 0;
}
@media (min-width: 768px) {
  .ncr-posts-list .ncr-posts-list__item.has-post-thumbnail .post__body {
    flex-basis: auto;
    padding-right: 0 18px 0 0;
  }
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail:hover .post__thumbnail::before {
  opacity: 0.5;
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail:hover .post__thumbnail img {
  transform: scale(1.025);
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__thumbnail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0;
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__thumbnail img {
  width: 100%;
  height: 100%;
  transition: 0.4s transform ease;
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.4s opacity ease;
  z-index: 1;
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__body {
  padding: 20px 24px;
  display: flex;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__body {
    padding: 20px 24px;
  }
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__header {
    max-width: 80%;
  }
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__title {
  color: var(--color-light);
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__title > a:hover {
  color: var(--color-light);
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__meta {
  color: var(--color-light);
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__meta-item .entry-date {
  color: var(--color-light);
}
.ncr-posts-list.ncr-posts-list--thumb-on-bg .ncr-posts-list__item.has-post-thumbnail .post__cats-item {
  font-size: 0.875rem;
}

/* Widget: Calendar */
.widget_calendar .card__content {
  padding: 0;
}

.calendar_wrap,
.widget_calendar .sp-calendar-wrapper {
  padding: 0;
}
.calendar_wrap > table,
.widget_calendar .sp-calendar-wrapper > table {
  width: 100%;
  background: none;
}
.calendar_wrap > table > thead > tr > th,
.widget_calendar .sp-calendar-wrapper > table > thead > tr > th {
  color: var(--color-tertiary);
  text-align: center;
  padding: 10px;
  border-bottom: none;
}
.calendar_wrap > table > tfoot > tr > td,
.widget_calendar .sp-calendar-wrapper > table > tfoot > tr > td {
  border-top: none;
}
.calendar_wrap > table > tbody > tr > td,
.widget_calendar .sp-calendar-wrapper > table > tbody > tr > td {
  color: var(--color-tertiary);
  text-align: center;
  padding: 8px 10px;
  height: 38px;
  vertical-align: middle;
}
.calendar_wrap > table > tbody > tr > td a,
.widget_calendar .sp-calendar-wrapper > table > tbody > tr > td a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: var(--color-body);
  font-weight: bold;
  margin: 0 -4px;
}
.calendar_wrap caption,
.widget_calendar .sp-calendar-wrapper caption {
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  caption-side: top;
}
.calendar_wrap .wp-calendar-nav a,
.widget_calendar .sp-calendar-wrapper .wp-calendar-nav a {
  font-weight: bold;
}

.widget_search .search-form {
  position: relative;
}
.widget_search .search-form__text {
  padding-right: 40px;
}
.widget_search .search-form__submit {
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  color: var(--color-primary);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: translateY(-60%);
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
.widget_search .search-form__submit:hover {
  cursor: pointer;
  color: var(--color-secondary);
}
.widget_search .search-form__submit i {
  display: inline-block;
  line-height: 30px;
  position: relative;
}

.ncr-comments-list__item:not(:last-child) {
  margin-bottom: 1.75rem;
}
.ncr-comments-list__item .ncr-comment__avatar {
  margin-right: 1.125rem;
  margin-top: 2px;
}
.ncr-comments-list__item .ncr-comment__header {
  margin-bottom: 0.5rem;
}
.ncr-comments-list__item .ncr-comment__title {
  font-size: 0.875rem;
  margin-bottom: 0.375em;
}
.ncr-comments-list__item .ncr-comment__title > a:hover {
  color: var(--color-secondary);
}
.ncr-comments-list__item .ncr-comment__subtitle {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.ncr-comments-list__item .ncr-comment__subtitle:not(:last-child) {
  margin-bottom: 0.5em;
}
.ncr-comments-list__item .ncr-comment__subtitle > a {
  color: var(--color-warning);
}
.ncr-comments-list__item .ncr-comment__subtitle > a:hover {
  color: var(--color-secondary);
}
.ncr-comments-list__item .ncr-comment__content + .ncr-comment__footer {
  margin-top: 0.3125rem;
}
.ncr-comments-list__item .ncr-comment__date {
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .ncr-comments-list__item .ncr-comment__date {
    font-size: 0.875rem;
  }
}

.pagination {
  padding: 1.5rem 0 1rem 0;
  justify-content: center;
}
.pagination .nav-links {
  font-weight: bold;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: var(--h5-font-size);
  line-height: 1.2em;
  color: var(--color-secondary);
}
.pagination .nav-links a {
  color: var(--color-dark);
}
.pagination .nav-links a:hover {
  color: var(--color-secondary);
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 0.2em 0.35em;
  margin: 0 0.3em;
}
.pagination .nav-links .page-numbers .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .content.blog-layout--style-1, .content.blog-layout--style-2, .content.blog-layout--style-3, .content.blog-layout--style-4 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .content.blog-layout--style-1, .content.blog-layout--style-2, .content.blog-layout--style-3, .content.blog-layout--style-4 {
    display: grid;
    grid-auto-flow: column;
  }
}
@media (min-width: 992px) {
  .content.blog-layout--style-1, .content.blog-layout--style-2 {
    grid-auto-columns: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .content.blog-layout--style-1, .content.blog-layout--style-2 {
    grid-auto-columns: calc(100vh - 100px);
  }
}
@media (min-width: 992px) {
  .content.blog-layout--style-3, .content.blog-layout--style-4 {
    grid-auto-columns: calc(50vh - 72px / 2);
  }
}
@media (min-width: 1920px) {
  .content.blog-layout--style-3, .content.blog-layout--style-4 {
    grid-auto-columns: calc(50vh - 100px / 2);
  }
}
@media (min-width: 992px) {
  .content.blog-layout--style-1, .content.blog-layout--style-4 {
    grid-template-rows: 50% 50%;
  }
}
@media (min-width: 992px) {
  .content.blog-layout--style-2, .content.blog-layout--style-3 {
    grid-template-rows: 25% 25% 25% 25%;
  }
}

.blog-layout--style-1 .post, .blog-layout--style-2 .post, .blog-layout--style-3 .post, .blog-layout--style-4 .post {
  overflow: hidden;
  background-color: var(--color-light);
}
.blog-layout--style-1 .post, .blog-layout--style-2 .post {
  display: block;
}
@media (min-width: 576px) {
  .blog-layout--style-1 .post, .blog-layout--style-2 .post {
    display: flex;
  }
}
.blog-layout--style-3 .post {
  display: flex;
}
.blog-layout--style-1 .post, .blog-layout--style-2 .post {
  width: 100%;
}
.blog-layout--style-1 .post:nth-child(odd) .post__thumbnail {
  order: 2;
}
.blog-layout--style-2 .post:nth-child(even) .post__thumbnail, .blog-layout--style-3 .post:nth-child(even) .post__thumbnail {
  order: 2;
}
.blog-layout--style-3 .post {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-layout--style-3 .post:nth-child(even) .post__thumbnail {
    order: initial;
  }
}
@media (min-width: 768px) {
  .blog-layout--style-3 .post {
    width: 50%;
  }
}
.blog-layout--style-4 .post {
  width: 100%;
  background-color: var(--color-dark);
}
@media (min-width: 576px) {
  .blog-layout--style-4 .post {
    width: 50%;
  }
}
.blog-layout--style-3 .post, .blog-layout--style-4 .post {
  position: relative;
}
@media (min-width: 992px) {
  .blog-layout--style-3 .post, .blog-layout--style-4 .post {
    width: 100%;
  }
}
.single-post .post__header {
  margin-bottom: 2.25rem;
}
@media (min-width: 1920px) {
  .single-post .post__header {
    margin-bottom: 3.5rem;
  }
}
.blog-layout--style-1 .post__body, .blog-layout--style-2 .post__body, .blog-layout--style-3 .post__body {
  overflow: hidden;
}
.blog-layout--style-1 .post__body, .blog-layout--style-2 .post__body, .blog-layout--style-4 .post__body {
  padding: 32px 40px;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__body, .blog-layout--style-2 .post__body, .blog-layout--style-4 .post__body {
    padding-top: 4.1666666667vh;
    padding-right: 5.2083333333vh;
    padding-bottom: 4.1666666667vh;
    padding-left: 5.2083333333vh;
  }
}
@media (min-width: 576px) {
  .blog-layout--style-1 .post__body, .blog-layout--style-2 .post__body {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-layout--style-1 .post__body, .blog-layout--style-2 .post__body {
    padding: 22px 30px;
  }
}
.blog-layout--style-1 .post__body {
  position: relative;
}
.blog-layout--style-1 .post__body:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  content: "";
  background-image: linear-gradient(to bottom, hsla(var(--color-light-h), var(--color-light-s), var(--color-light-l), 0) 0%, var(--color-light) 50%);
}
.blog-layout--style-3 .post__body {
  width: 50%;
  padding: 10px 16px;
}
@media (min-width: 375px) {
  .blog-layout--style-3 .post__body {
    padding: 19px 24px;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-3 .post__body {
    padding-top: 2.4739583333vh;
    padding-right: 3.125vh;
    padding-bottom: 2.4739583333vh;
    padding-left: 3.125vh;
  }
}
.blog-layout--style-4 .post__body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: transform 700ms ease;
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post__body {
    transform: translateY(100px);
  }
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post__body {
    transform: translateY(13.020833vh);
  }
}
.single-post .post__body::after, .post--single-side-thumbnail .post__body::after {
  display: block;
  clear: both;
  content: "";
}
.single-post .post__body p, .post--single-side-thumbnail .post__body p {
  margin-bottom: 1.375rem;
}
@media (min-width: 1920px) {
  .single-post .post__body p, .post--single-side-thumbnail .post__body p {
    margin-bottom: 1.75rem;
  }
}
.single-post .post__body p:last-child, .post--single-side-thumbnail .post__body p:last-child {
  margin-bottom: 0;
}
.single-post .post__body figure img, .post--single-side-thumbnail .post__body figure img {
  height: auto;
}
.single-post .post__body figure figcaption:not([class*=gallery-caption]), .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption]) {
  position: relative;
  padding: 13px 16px 10px 56px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  background-color: var(--color-body);
  margin: 0;
  max-height: 100%;
}
@media (min-width: 1920px) {
  .single-post .post__body figure figcaption:not([class*=gallery-caption]), .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption]) {
    padding: 19px 46px 17px 86px;
    font-size: 0.875rem;
  }
}
.single-post .post__body figure figcaption:not([class*=gallery-caption]):after, .single-post .post__body figure figcaption:not([class*=gallery-caption])::before, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption]):after, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption])::before {
  position: absolute;
}
.single-post .post__body figure figcaption:not([class*=gallery-caption])::before, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption])::before {
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  content: "";
  background-color: var(--color-primary);
}
@media (min-width: 1920px) {
  .single-post .post__body figure figcaption:not([class*=gallery-caption])::before, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption])::before {
    width: 60px;
  }
}
.single-post .post__body figure figcaption:not([class*=gallery-caption])::after, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption])::after {
  top: 50%;
  left: 9px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  content: "i";
  background-color: var(--color-body);
  transform: translateY(-50%);
}
@media (min-width: 1920px) {
  .single-post .post__body figure figcaption:not([class*=gallery-caption])::after, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption])::after {
    left: 14px;
    width: 32px;
    height: 32px;
    font-size: 1.125rem;
    line-height: 34px;
  }
}
.single-post .post__body figure figcaption:not([class*=gallery-caption]) a, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption]) a {
  color: var(--color-success);
}
.single-post .post__body figure figcaption:not([class*=gallery-caption]) a:hover, .post--single-side-thumbnail .post__body figure figcaption:not([class*=gallery-caption]) a:hover {
  color: var(--color-secondary);
}
.post:hover .post__body {
  transform: translateY(0px);
}
.post__thumbnail {
  display: block;
  text-align: center;
}
.blog-layout--style-1 .post__thumbnail, .blog-layout--style-2 .post__thumbnail, .blog-layout--style-3 .post__thumbnail {
  height: 100%;
  background-color: #f2f3f7;
}
.blog-layout--style-3 .post__thumbnail {
  width: 50%;
}
@media (min-width: 576px) {
  .blog-layout--style-1 .post__thumbnail, .blog-layout--style-2 .post__thumbnail {
    width: 50%;
  }
}
.post:not(.post--video) .post__thumbnail > a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.post:not(.post--video) .post__thumbnail > a img {
  transition: 0.4s transform ease;
}
.post:not(.post--video) .post__thumbnail > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s opacity ease;
  z-index: 1;
}
.post__thumbnail img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-layout--style-2 .post__thumbnail img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-layout--style-1 .post__thumbnail img, .blog-layout--style-2 .post__thumbnail img, .blog-layout--style-3 .post__thumbnail img, .blog-layout--style-4 .post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-layout--style-4 .post__thumbnail {
  position: relative;
}
.blog-layout--style-4 .post__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.4s background-color ease;
}
.blog-layout--style-4 .post__thumbnail:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.post--single-side-thumbnail .post__thumbnail {
  margin: -60px -24px 0;
}
.post--single-side-thumbnail .post__thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .post--single-side-thumbnail .post__thumbnail {
    position: fixed;
    left: 0;
    width: calc(100% - 756px);
    height: calc(100vh - 72px);
    margin: 0;
  }
  .site-header--top ~ .site-content .post--single-side-thumbnail .post__thumbnail {
    bottom: 0;
  }
  .site-header--bottom ~ .site-content .post--single-side-thumbnail .post__thumbnail {
    top: 0;
  }
  .post--single-side-thumbnail .post__thumbnail a {
    display: block;
    width: 100%;
  }
  .post--single-side-thumbnail .post__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .post--single-side-thumbnail .post__thumbnail {
    width: 38.5415%;
  }
}
.blog-layout--style-1 .post--video .post__thumbnail > a, .blog-layout--style-2 .post--video .post__thumbnail > a, .blog-layout--style-3 .post--video .post__thumbnail > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-layout--style-1 .post--video .post__thumbnail > a:before, .blog-layout--style-2 .post--video .post__thumbnail > a:before, .blog-layout--style-3 .post--video .post__thumbnail > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.4 background-color ease;
  z-index: 1;
}
.blog-layout--style-1 .post--video .post__thumbnail > a img, .blog-layout--style-2 .post--video .post__thumbnail > a img, .blog-layout--style-3 .post--video .post__thumbnail > a img {
  transition: 0.4s transform ease;
}
.blog-layout--style-1 .post--video .post__thumbnail-icon, .blog-layout--style-2 .post--video .post__thumbnail-icon, .blog-layout--style-3 .post--video .post__thumbnail-icon, .blog-layout--style-4 .post--video .post__thumbnail-icon {
  border-radius: 50%;
  background-color: var(--color-danger);
}
.blog-layout--style-1 .post--video .post__thumbnail-icon, .blog-layout--style-2 .post--video .post__thumbnail-icon, .blog-layout--style-3 .post--video .post__thumbnail-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  z-index: 2;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post--video .post__thumbnail-icon, .blog-layout--style-2 .post--video .post__thumbnail-icon, .blog-layout--style-3 .post--video .post__thumbnail-icon {
    width: 5.7291666667vh;
    height: 5.7291666667vh;
    margin-top: -2.8645833333vh;
    margin-left: -2.8645833333vh;
  }
}
.blog-layout--style-4 .post--video .post__thumbnail-icon {
  float: left;
  top: 3px;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post--video .post__thumbnail-icon {
    top: 0.390625vh;
    width: 2.0833333333vh;
    height: 2.0833333333vh;
    margin-right: 1.0416666667vh;
  }
}
.blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon {
  right: 47.5%;
}
.blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon:before, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon:before, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon:before {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-1 .post--video .post__thumbnail-icon .lightbox__icon:before, .blog-layout--style-2 .post--video .post__thumbnail-icon .lightbox__icon:before, .blog-layout--style-3 .post--video .post__thumbnail-icon .lightbox__icon:before {
    width: 1.8229166667vh;
    height: 1.8229166667vh;
  }
}
.blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon:before {
  width: 0.375rem;
  height: 0.375rem;
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon, .blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon:after, .blog-layout--style-4 .post--video .post__thumbnail-icon .lightbox__icon:before {
    width: 0.78125vh;
    height: 0.78125vh;
  }
}
.post__thumbnail.post__thumbnail--square img {
  width: 100%;
}
.post__thumbnail-caption {
  padding: 1em 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-layout--style-1 .post__title, .blog-layout--style-2 .post__title {
    font-size: 1.5rem;
  }
}
.blog-layout--style-1 .post__title, .blog-layout--style-4 .post__title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__title, .blog-layout--style-4 .post__title {
    margin-bottom: 1.3020833333vh;
    font-size: 4.1666666667vh;
  }
}
.blog-layout--style-2 .post__title {
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 0.92;
}
@media (min-width: 992px) {
  .blog-layout--style-2 .post__title {
    margin-bottom: 0.6510416667vh;
    font-size: 3.125vh;
  }
}
.blog-layout--style-3 .post__title {
  margin-bottom: 3px;
}
@media (max-width: 374px) {
  .blog-layout--style-3 .post__title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-3 .post__title {
    margin-bottom: 0.390625vh;
    font-size: 2.34375vh;
  }
}
.blog-layout--style-4 .post__title {
  color: var(--color-light);
}
.post__title a {
  color: inherit;
}
.blog-layout--style-4 .post__title a:hover {
  color: var(--color-primary);
}
.blog-layout--style-1 .post__title a, .blog-layout--style-2 .post__title a, .blog-layout--style-3 .post__title a {
  color: var(--color-body);
}
.blog-layout--style-4 .post__title a {
  color: var(--color-light);
}
.single-post .post__cats, .single-post .post__title {
  margin-bottom: 0.5rem;
}
@media (min-width: 1920px) {
  .single-post .post__cats, .single-post .post__title {
    margin-bottom: 0.875rem;
  }
}
.single-post .post__cats .post__cats-item, .single-post .post__title .post__cats-item {
  display: inline-block;
}
.single-post .post__cats .post__cats-item:not(:last-child), .single-post .post__title .post__cats-item:not(:last-child) {
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__cats, .blog-layout--style-2 .post__cats, .blog-layout--style-3 .post__cats, .blog-layout--style-4 .post__cats {
    font-size: 1.8229166667vh;
  }
}
.blog-layout--style-1 .post__cats, .blog-layout--style-4 .post__cats {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__cats, .blog-layout--style-4 .post__cats {
    margin-bottom: 0.5208333333vh;
  }
}
.blog-layout--style-2 .post__cats, .blog-layout--style-3 .post__cats {
  margin-bottom: 0;
}
.blog-layout--style-1 .post__cats-item, .blog-layout--style-2 .post__cats-item, .blog-layout--style-3 .post__cats-item, .blog-layout--style-4 .post__cats-item {
  font-weight: bold;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  display: inline-block;
}
.blog-layout--style-1 .post__cats-item:not(:last-child), .blog-layout--style-2 .post__cats-item:not(:last-child), .blog-layout--style-3 .post__cats-item:not(:last-child), .blog-layout--style-4 .post__cats-item:not(:last-child) {
  margin-right: 0.5em;
}
.blog-layout--style-1 .post__cats-item, .blog-layout--style-2 .post__cats-item {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__cats-item, .blog-layout--style-2 .post__cats-item {
    font-size: 2.0833333333vh;
  }
}
.blog-layout--style-3 .post__cats-item {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .blog-layout--style-3 .post__cats-item {
    font-size: 1.5625vh;
  }
}
.blog-layout--style-1 .post__meta, .blog-layout--style-3 .post__meta {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__meta, .blog-layout--style-3 .post__meta {
    margin-bottom: 2.6041666667vh;
  }
}
.blog-layout--style-2 .post__meta, .blog-layout--style-4 .post__meta {
  margin-bottom: 0;
}
.post__meta-item {
  margin-inline-end: 1em;
}
.post__meta-item:last-child {
  margin-inline-end: 0;
}
.blog-layout--style-1 .post__meta-item, .blog-layout--style-2 .post__meta-item, .blog-layout--style-3 .post__meta-item, .blog-layout--style-4 .post__meta-item {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.blog-layout--style-1 .post__meta-item, .blog-layout--style-2 .post__meta-item, .blog-layout--style-4 .post__meta-item {
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__meta-item, .blog-layout--style-2 .post__meta-item, .blog-layout--style-4 .post__meta-item {
    font-size: 1.5625vh;
  }
}
.blog-layout--style-3 .post__meta-item {
  font-size: 0.75rem;
  display: block;
  margin-inline-end: 0;
}
@media (min-width: 992px) {
  .blog-layout--style-3 .post__meta-item {
    font-size: 1.3020833333vh;
  }
}
.blog-layout--style-4 .post__meta-item {
  color: var(--color-light);
}
.post__meta-item a {
  color: var(--color-body);
}
.post__meta-item a:hover {
  color: inherit;
}
.blog-layout--style-4 .post__meta-item a {
  color: var(--color-light);
}
.post__meta-item .entry-date {
  color: var(--color-body);
}
.blog-layout--style-4 .post__meta-item .entry-date {
  color: var(--color-light);
}
.blog-layout--style-1 .post__excerpt, .blog-layout--style-2 .post__excerpt, .blog-layout--style-3 .post__excerpt, .blog-layout--style-4 .post__excerpt {
  font-size: 0.9375rem;
  line-height: 1.667em;
}
@media (min-width: 992px) {
  .blog-layout--style-1 .post__excerpt, .blog-layout--style-2 .post__excerpt, .blog-layout--style-3 .post__excerpt, .blog-layout--style-4 .post__excerpt {
    font-size: 1.5625vh;
  }
}
.blog-layout--style-1 .post__excerpt .more-link-container, .blog-layout--style-2 .post__excerpt .more-link-container, .blog-layout--style-3 .post__excerpt .more-link-container, .blog-layout--style-4 .post__excerpt .more-link-container {
  display: none;
}
@media (max-width: 991.98px) {
  .blog-layout--style-4 .post__excerpt {
    display: none;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post__excerpt {
    margin-top: 22px;
    color: var(--color-body-dark);
    opacity: 0;
    transition: opacity 500ms ease;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post__excerpt {
    margin-top: 2.8645833333vh;
  }
}
@media (min-width: 992px) {
  .blog-layout--style-4 .post:hover .post__excerpt {
    opacity: 1;
  }
}
.post__author {
  border-block: 1px solid #dfe0e5;
  padding-block: 2rem;
  margin-block-start: 4.5rem;
  display: flex;
}
.post__author-avatar {
  margin-inline-end: 1.5rem;
  flex-shrink: 0;
}
.post__author-info {
  flex-grow: 1;
}
.post__author-name {
  margin-block-end: 1em;
}

.blog-layout--style-1 .post:not(.post--video):hover .post__thumbnail > a:before,
.blog-layout--style-2 .post:not(.post--video):hover .post__thumbnail > a:before,
.blog-layout--style-3 .post:not(.post--video):hover .post__thumbnail > a:before {
  opacity: 1;
}
.blog-layout--style-1 .post:not(.post--video):hover .post__thumbnail > a img,
.blog-layout--style-2 .post:not(.post--video):hover .post__thumbnail > a img,
.blog-layout--style-3 .post:not(.post--video):hover .post__thumbnail > a img {
  transform: scale(1.025);
}
.blog-layout--style-1 .post--video:hover .post__thumbnail > a:before,
.blog-layout--style-2 .post--video:hover .post__thumbnail > a:before,
.blog-layout--style-3 .post--video:hover .post__thumbnail > a:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog-layout--style-1 .post--video:hover .post__thumbnail > a img,
.blog-layout--style-2 .post--video:hover .post__thumbnail > a img,
.blog-layout--style-3 .post--video:hover .post__thumbnail > a img {
  transform: scale(1.025);
}
.blog-layout--style-1 .post:hover .post__title a,
.blog-layout--style-2 .post:hover .post__title a,
.blog-layout--style-3 .post:hover .post__title a {
  color: var(--color-secondary);
}

.single-post .post__meta-item {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-inline-end: 1em;
}
@media (min-width: 1920px) {
  .single-post .post__meta-item {
    font-size: 1.125rem;
  }
}
.single-post .post__meta-item:last-child {
  margin-inline-end: 0;
}

.single-post .post__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #dfe0e5;
}
.single-post .post__footer a {
  color: var(--color-secondary);
  font-weight: bold;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.single-post .post__footer a:hover {
  color: var(--color-success);
}
.single-post .post__footer:empty {
  display: none;
}

.btn.load-more-fab {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .btn.load-more-fab {
    width: 72px;
  }
}
.btn.load-more-fab i {
  margin-left: 0;
  margin-right: 0;
}

.post__sharing {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .post__sharing {
    display: flex;
    justify-content: flex-end;
    margin-right: -24px;
  }
}
@media (min-width: 992px) {
  .post__sharing {
    position: fixed;
    right: 0;
    margin-bottom: 0;
    z-index: 1;
  }
  .site-header--top ~ .site-content .post__sharing {
    bottom: 0;
  }
  .site-header--bottom ~ .site-content .post__sharing {
    top: 0;
  }
  .admin-bar .site-header--bottom ~ .site-content .post__sharing {
    top: 32px;
  }
}
@media (min-width: 992px) and (max-width: 782px) {
  .admin-bar .site-header--bottom ~ .site-content .post__sharing {
    top: 46px;
  }
}
@media (min-width: 992px) {
  .post__sharing.post__sharing--center {
    transform: translateY(-50%);
    height: 160px;
  }
  .site-header--bottom ~ .site-content .post__sharing.post__sharing--center, .site-header--top ~ .site-content .post__sharing.post__sharing--center {
    top: 50%;
  }
  .site-header--top ~ .site-content .post__sharing.post__sharing--center {
    bottom: auto;
  }
}
.post__sharing li {
  width: 40px;
  height: 40px;
}
@media (min-width: 1920px) {
  .post__sharing li {
    width: 60px;
    height: 60px;
  }
}
.post__sharing-item {
  transition: 0.3s opacity ease;
}
.post__sharing-item--menu {
  position: relative;
  background-color: var(--color-dark);
}
.post__sharing-item--menu a {
  display: block;
  height: 100%;
}
.post__sharing-item--menu a::before {
  display: none !important;
}
.post__sharing-item--menu i {
  display: block;
  position: relative;
  height: 16px;
  width: 16px;
  transition: background 0.3s;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
}
@media (min-width: 1920px) {
  .post__sharing-item--menu i {
    height: 32px;
    width: 32px;
  }
}
body:not(.cursor-is--active) .post__sharing-item--menu i {
  cursor: pointer;
}
.post__sharing-item--menu i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  height: 2px;
  width: 2px;
  background-color: var(--color-light);
  box-shadow: -4px -4px 0 0 var(--color-light), 0px -4px 0 0 var(--color-light), 4px -4px 0 0 var(--color-light), -4px 0px 0 0 var(--color-light), 4px 0px 0 0 var(--color-light), -4px 4px 0 0 var(--color-light), 0px 4px 0 0 var(--color-light), 4px 4px 0 0 var(--color-light);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1920px) {
  .post__sharing-item--menu i:after {
    height: 4px;
    width: 4px;
    box-shadow: -8px -8px 0 0 var(--color-light), 0px -8px 0 0 var(--color-light), 8px -8px 0 0 var(--color-light), -8px 0px 0 0 var(--color-light), 8px 0px 0 0 var(--color-light), -8px 8px 0 0 var(--color-light), 0px 8px 0 0 var(--color-light), 8px 8px 0 0 var(--color-light);
  }
}
.post__sharing-item--menu a:hover i:after {
  background: none;
  box-shadow: -6px -6px 0 0 transparent, 2px -4px 0 0 var(--color-light), 6px -6px 0 0 transparent, 2px 4px 0 0 var(--color-light), 0px -2px 0 0 var(--color-light), -6px 6px 0 0 transparent, 0px 2px 0 0 var(--color-light), 6px 6px 0 0 transparent, -2px 0px 0 0 var(--color-light);
}
@media (min-width: 1920px) {
  .post__sharing-item--menu a:hover i:after {
    box-shadow: -12px -12px 0 0 transparent, 4px -8px 0 0 var(--color-light), 12px -12px 0 0 transparent, 4px 8px 0 0 var(--color-light), 0px -4px 0 0 var(--color-light), -12px 12px 0 0 transparent, 0px 4px 0 0 var(--color-light), 12px 12px 0 0 transparent, -4px 0px 0 0 var(--color-light);
  }
}
.post__sharing-item--comments {
  background-color: var(--color-secondary);
}
.post__sharing-item--comments a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  text-align: center;
}
@media (min-width: 1920px) {
  .post__sharing-item--comments a {
    line-height: 66px;
  }
}
.post__sharing-item--comments a::before {
  display: none !important;
}
.post__sharing-item--comments span {
  position: absolute;
  bottom: 3px;
  right: 9px;
  font-size: 0.5rem;
  font-weight: bold;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .post__sharing-item--comments span {
    bottom: 6px;
    right: 12px;
    font-size: 0.75rem;
  }
}
.post__sharing-item--comments svg {
  width: 10px;
  height: 10px;
  fill: var(--color-light);
}
@media (min-width: 1920px) {
  .post__sharing-item--comments svg {
    width: 15px;
    height: 15px;
  }
}
.post__sharing-item:not(.post__sharing-item--menu):hover {
  opacity: 0.75;
}
.post__sharing a {
  display: block;
}
.post__sharing a::before {
  display: block;
  font-size: 0.75rem;
  line-height: 40px;
  text-align: center;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .post__sharing a::before {
    font-size: 1rem;
    line-height: 60px;
  }
}

.post__sharing-item-link--fb {
  background-color: #224bc0;
}
.post__sharing-item-link--fb::before {
  content: "\f09a";
}

.post__sharing-item-link--twitter {
  background-color: #000000;
}
.post__sharing-item-link--twitter::before {
  content: "\e61b";
}

.post-comments__title {
  margin-bottom: 75px;
}
@media (min-width: 1920px) {
  .post-comments__title {
    margin-bottom: 93px;
  }
}
.post + .post-comments, .page + .post-comments {
  margin-top: 90px;
}
@media (min-width: 1920px) {
  .post + .post-comments, .page + .post-comments {
    margin-top: 105px;
  }
}

.comments,
.commentlist,
.comments .children {
  padding-left: 0;
  list-style: none;
}

.comments .comment-respond,
.commentlist .comment-respond {
  margin-top: 50px;
  margin-bottom: 50px;
}
.comments .children,
.commentlist .children {
  margin-bottom: 50px;
  padding-left: 28px;
}
.comments .children .children .children .children,
.commentlist .children .children .children .children {
  padding-left: 0;
}
.comments .comment .comment__avatar,
.comments .trackback .comment__avatar,
.comments .pingback .comment__avatar,
.comments .review .comment__avatar,
.commentlist .comment .comment__avatar,
.commentlist .trackback .comment__avatar,
.commentlist .pingback .comment__avatar,
.commentlist .review .comment__avatar {
  float: left;
}
.comments .comment .comment__avatar img,
.comments .trackback .comment__avatar img,
.comments .pingback .comment__avatar img,
.comments .review .comment__avatar img,
.commentlist .comment .comment__avatar img,
.commentlist .trackback .comment__avatar img,
.commentlist .pingback .comment__avatar img,
.commentlist .review .comment__avatar img {
  width: 100%;
}
.comments .comment .comment__avatar + .comment__body,
.comments .trackback .comment__avatar + .comment__body,
.comments .pingback .comment__avatar + .comment__body,
.comments .review .comment__avatar + .comment__body,
.commentlist .comment .comment__avatar + .comment__body,
.commentlist .trackback .comment__avatar + .comment__body,
.commentlist .pingback .comment__avatar + .comment__body,
.commentlist .review .comment__avatar + .comment__body {
  padding-left: 24px;
}
@media (min-width: 1920px) {
  .comments .comment .comment__avatar + .comment__body,
  .comments .trackback .comment__avatar + .comment__body,
  .comments .pingback .comment__avatar + .comment__body,
  .comments .review .comment__avatar + .comment__body,
  .commentlist .comment .comment__avatar + .comment__body,
  .commentlist .trackback .comment__avatar + .comment__body,
  .commentlist .pingback .comment__avatar + .comment__body,
  .commentlist .review .comment__avatar + .comment__body {
    padding-left: 40px;
  }
}
.comments .comment .comment__body,
.comments .trackback .comment__body,
.comments .pingback .comment__body,
.comments .review .comment__body,
.commentlist .comment .comment__body,
.commentlist .trackback .comment__body,
.commentlist .pingback .comment__body,
.commentlist .review .comment__body {
  overflow: hidden;
}
.comments .comment .comment__body p,
.comments .trackback .comment__body p,
.comments .pingback .comment__body p,
.comments .review .comment__body p,
.commentlist .comment .comment__body p,
.commentlist .trackback .comment__body p,
.commentlist .pingback .comment__body p,
.commentlist .review .comment__body p {
  margin-bottom: 14px;
}
.comments .comment .comment__body img,
.comments .trackback .comment__body img,
.comments .pingback .comment__body img,
.comments .review .comment__body img,
.commentlist .comment .comment__body img,
.commentlist .trackback .comment__body img,
.commentlist .pingback .comment__body img,
.commentlist .review .comment__body img {
  margin-bottom: 1.375rem;
}
.comments .comment .comment__author,
.comments .trackback .comment__author,
.comments .pingback .comment__author,
.comments .review .comment__author,
.commentlist .comment .comment__author,
.commentlist .trackback .comment__author,
.commentlist .pingback .comment__author,
.commentlist .review .comment__author {
  margin-bottom: 13px;
  font-size: 0.875rem;
}
@media (min-width: 1920px) {
  .comments .comment .comment__author,
  .comments .trackback .comment__author,
  .comments .pingback .comment__author,
  .comments .review .comment__author,
  .commentlist .comment .comment__author,
  .commentlist .trackback .comment__author,
  .commentlist .pingback .comment__author,
  .commentlist .review .comment__author {
    margin-bottom: 19px;
    font-size: 1.25rem;
  }
}
.comments .comment .comment__meta > *,
.comments .trackback .comment__meta > *,
.comments .pingback .comment__meta > *,
.comments .review .comment__meta > *,
.commentlist .comment .comment__meta > *,
.commentlist .trackback .comment__meta > *,
.commentlist .pingback .comment__meta > *,
.commentlist .review .comment__meta > * {
  display: inline-block;
}
.comments .comment .comment__meta > * + *,
.comments .trackback .comment__meta > * + *,
.comments .pingback .comment__meta > * + *,
.comments .review .comment__meta > * + *,
.commentlist .comment .comment__meta > * + *,
.commentlist .trackback .comment__meta > * + *,
.commentlist .pingback .comment__meta > * + *,
.commentlist .review .comment__meta > * + * {
  margin-left: 20px;
}
@media (min-width: 1920px) {
  .comments .comment .comment__meta > * + *,
  .comments .trackback .comment__meta > * + *,
  .comments .pingback .comment__meta > * + *,
  .comments .review .comment__meta > * + *,
  .commentlist .comment .comment__meta > * + *,
  .commentlist .trackback .comment__meta > * + *,
  .commentlist .pingback .comment__meta > * + *,
  .commentlist .review .comment__meta > * + * {
    margin-left: 36px;
  }
}
.comments .comment .comment__date,
.comments .comment .comment-edit-link,
.comments .comment .comment__reply a,
.comments .trackback .comment__date,
.comments .trackback .comment-edit-link,
.comments .trackback .comment__reply a,
.comments .pingback .comment__date,
.comments .pingback .comment-edit-link,
.comments .pingback .comment__reply a,
.comments .review .comment__date,
.comments .review .comment-edit-link,
.comments .review .comment__reply a,
.commentlist .comment .comment__date,
.commentlist .comment .comment-edit-link,
.commentlist .comment .comment__reply a,
.commentlist .trackback .comment__date,
.commentlist .trackback .comment-edit-link,
.commentlist .trackback .comment__reply a,
.commentlist .pingback .comment__date,
.commentlist .pingback .comment-edit-link,
.commentlist .pingback .comment__reply a,
.commentlist .review .comment__date,
.commentlist .review .comment-edit-link,
.commentlist .review .comment__reply a {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-body);
}
@media (min-width: 1920px) {
  .comments .comment .comment__date,
  .comments .comment .comment-edit-link,
  .comments .comment .comment__reply a,
  .comments .trackback .comment__date,
  .comments .trackback .comment-edit-link,
  .comments .trackback .comment__reply a,
  .comments .pingback .comment__date,
  .comments .pingback .comment-edit-link,
  .comments .pingback .comment__reply a,
  .comments .review .comment__date,
  .comments .review .comment-edit-link,
  .comments .review .comment__reply a,
  .commentlist .comment .comment__date,
  .commentlist .comment .comment-edit-link,
  .commentlist .comment .comment__reply a,
  .commentlist .trackback .comment__date,
  .commentlist .trackback .comment-edit-link,
  .commentlist .trackback .comment__reply a,
  .commentlist .pingback .comment__date,
  .commentlist .pingback .comment-edit-link,
  .commentlist .pingback .comment__reply a,
  .commentlist .review .comment__date,
  .commentlist .review .comment-edit-link,
  .commentlist .review .comment__reply a {
    font-size: 0.875rem;
  }
}
.comments .comment .comment__date:hover,
.comments .comment .comment-edit-link:hover,
.comments .comment .comment__reply a:hover,
.comments .trackback .comment__date:hover,
.comments .trackback .comment-edit-link:hover,
.comments .trackback .comment__reply a:hover,
.comments .pingback .comment__date:hover,
.comments .pingback .comment-edit-link:hover,
.comments .pingback .comment__reply a:hover,
.comments .review .comment__date:hover,
.comments .review .comment-edit-link:hover,
.comments .review .comment__reply a:hover,
.commentlist .comment .comment__date:hover,
.commentlist .comment .comment-edit-link:hover,
.commentlist .comment .comment__reply a:hover,
.commentlist .trackback .comment__date:hover,
.commentlist .trackback .comment-edit-link:hover,
.commentlist .trackback .comment__reply a:hover,
.commentlist .pingback .comment__date:hover,
.commentlist .pingback .comment-edit-link:hover,
.commentlist .pingback .comment__reply a:hover,
.commentlist .review .comment__date:hover,
.commentlist .review .comment-edit-link:hover,
.commentlist .review .comment__reply a:hover {
  color: var(--color-secondary);
}
.comments .comment .comment__reply a,
.comments .trackback .comment__reply a,
.comments .pingback .comment__reply a,
.comments .review .comment__reply a,
.commentlist .comment .comment__reply a,
.commentlist .trackback .comment__reply a,
.commentlist .pingback .comment__reply a,
.commentlist .review .comment__reply a {
  color: var(--color-success);
  transition: color 300ms ease;
}
.comments .comment .comment__reply a:hover,
.comments .trackback .comment__reply a:hover,
.comments .pingback .comment__reply a:hover,
.comments .review .comment__reply a:hover,
.commentlist .comment .comment__reply a:hover,
.commentlist .trackback .comment__reply a:hover,
.commentlist .pingback .comment__reply a:hover,
.commentlist .review .comment__reply a:hover {
  color: var(--color-body);
}
.comments .comment.bypostauthor .comment__author-badge,
.comments .trackback.bypostauthor .comment__author-badge,
.comments .pingback.bypostauthor .comment__author-badge,
.comments .review.bypostauthor .comment__author-badge,
.commentlist .comment.bypostauthor .comment__author-badge,
.commentlist .trackback.bypostauthor .comment__author-badge,
.commentlist .pingback.bypostauthor .comment__author-badge,
.commentlist .review.bypostauthor .comment__author-badge {
  background-color: var(--color-primary);
  border-radius: 0;
  margin-left: 0.35em;
  font-size: 0.75rem;
  color: var(--color-body);
}
@media (min-width: 1920px) {
  .comments .comment.bypostauthor .comment__author-badge,
  .comments .trackback.bypostauthor .comment__author-badge,
  .comments .pingback.bypostauthor .comment__author-badge,
  .comments .review.bypostauthor .comment__author-badge,
  .commentlist .comment.bypostauthor .comment__author-badge,
  .commentlist .trackback.bypostauthor .comment__author-badge,
  .commentlist .pingback.bypostauthor .comment__author-badge,
  .commentlist .review.bypostauthor .comment__author-badge {
    font-size: 1rem;
  }
}
.comments .children .comment,
.comments .children .trackback,
.comments .children .pingback,
.commentlist .children .comment,
.commentlist .children .trackback,
.commentlist .children .pingback {
  margin-top: 50px;
}
@media (min-width: 1920px) {
  .comments .children .comment,
  .comments .children .trackback,
  .comments .children .pingback,
  .commentlist .children .comment,
  .commentlist .children .trackback,
  .commentlist .children .pingback {
    margin-top: 70px;
  }
}
.comments .comment + .comment,
.comments .comment + .trackback,
.comments .comment + .pingback,
.comments .trackback + .trackback,
.comments .trackback + .comment,
.comments .trackback + .pingback,
.comments .pingback + .pingback,
.comments .pingback + .comment,
.comments .pingback + .trackback,
.commentlist .comment + .comment,
.commentlist .comment + .trackback,
.commentlist .comment + .pingback,
.commentlist .trackback + .trackback,
.commentlist .trackback + .comment,
.commentlist .trackback + .pingback,
.commentlist .pingback + .pingback,
.commentlist .pingback + .comment,
.commentlist .pingback + .trackback {
  margin-top: 50px;
}
@media (min-width: 1920px) {
  .comments .comment + .comment,
  .comments .comment + .trackback,
  .comments .comment + .pingback,
  .comments .trackback + .trackback,
  .comments .trackback + .comment,
  .comments .trackback + .pingback,
  .comments .pingback + .pingback,
  .comments .pingback + .comment,
  .comments .pingback + .trackback,
  .commentlist .comment + .comment,
  .commentlist .comment + .trackback,
  .commentlist .comment + .pingback,
  .commentlist .trackback + .trackback,
  .commentlist .trackback + .comment,
  .commentlist .trackback + .pingback,
  .commentlist .pingback + .pingback,
  .commentlist .pingback + .comment,
  .commentlist .pingback + .trackback {
    margin-top: 70px;
  }
}

.post-comments-form {
  margin-top: 90px;
}
@media (min-width: 1920px) {
  .post-comments-form {
    margin-top: 105px;
  }
}
.post-comments-form__title {
  margin-bottom: 68px;
}
@media (min-width: 1920px) {
  .post-comments-form__title {
    margin-bottom: 82px;
  }
}
.post-comments-form__title small {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  color: var(--color-danger);
  margin-left: 0.5em;
}
.comment-respond .post-comments-form__title {
  margin-bottom: 34px;
}
@media (min-width: 1920px) {
  .comment-respond .post-comments-form__title {
    margin-bottom: 40px;
  }
}
.post-comments-form .comment-form-cookies-consent {
  float: left;
  margin: 1rem 0;
}

.comment-form .logged-in-as a {
  font-weight: bold;
}

.comment_container {
  display: flex;
  align-items: flex-start;
}
.comment_container .avatar {
  margin-right: 24px;
}
.comment_container .comment-text {
  flex: 1;
}
.comment_container .comment-text .description p:last-child {
  margin-bottom: 0;
}
.comment_container .comment-text .meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: var(--color-body);
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.comment_container .comment-text .meta .woocommerce-review__published-date {
  color: var(--color-info);
}

.commentlist {
  margin-bottom: 90px;
}

.ncr-event-carousel {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .ncr-event-carousel__inner {
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .ncr-event-carousel__inner {
    height: calc(100vh - 100px);
  }
}

.ncr-event-carousel__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: calc(100vh - 72px);
  overflow-y: auto;
}
@media (min-width: 1920px) {
  .ncr-event-carousel__item {
    min-height: calc(100vh - 100px);
  }
}

.ncr-event-carousel__item-inner {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.ncr-event-carousel__item-inner > * {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .ncr-event-carousel__item-inner {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .ncr-event-carousel__item-inner {
    padding-bottom: 100px;
  }
}
.ncr-event-carousel__item-inner .page-heading {
  align-self: flex-start;
  width: 100%;
  padding-top: 80px;
}
@media (min-width: 576px) {
  .ncr-event-carousel__item-inner .page-heading {
    padding-top: 80px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .ncr-event-carousel__item-inner .page-heading {
    padding-top: 78px;
  }
}
@media (min-width: 576px) {
  .ncr-event-carousel__item-inner .page-heading--bottom-padding-lg {
    margin-bottom: 65px;
  }
}

.match-overview__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}
@media (min-width: 1920px) {
  .match-overview__body {
    max-width: 1200px;
  }
}
@media (max-width: 767.98px) {
  .match-overview__body > * {
    max-width: 33.33333%;
  }
}
.match-overview .match-overview__table {
  width: 100%;
  max-width: 230px;
  margin: 10px auto 0;
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  .match-overview .match-overview__table {
    display: none;
  }
}
@media (min-width: 992px) {
  .match-overview .match-overview__table {
    margin-top: 31px;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-overview__table {
    max-width: 280px;
    margin-top: 38px;
    font-size: 0.875rem;
  }
}
.match-overview .match-overview__table thead {
  color: var(--color-secondary);
}
.match-overview .match-overview__table tbody {
  color: var(--color-light);
  background-color: var(--color-dark);
}
.match-overview .match-overview__table tr + tr {
  border-top: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-overview .match-overview__table td + td {
  border-left: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-overview .match-overview__table td:first-child,
.match-overview .match-overview__table th:first-child {
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
}
.match-overview .match-overview__table td {
  min-width: 30px;
  padding: 8px 9px 7px;
}
@media (min-width: 1920px) {
  .match-overview .match-overview__table td {
    min-width: 40px;
    padding: 12px 9px 11px;
  }
}
.match-overview .match-overview__table th {
  padding-bottom: 2px;
}
@media (min-width: 1920px) {
  .match-overview .match-overview__table th {
    padding-bottom: 5px;
  }
}
.match-overview__footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .match-overview__footer {
    margin-top: 60px;
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .match-overview__footer {
    margin-top: 105px;
  }
}
@media (min-width: 1920px) {
  .match-overview__footer {
    margin-top: 93px;
  }
}
.match-overview__footer li {
  width: 50%;
  margin-bottom: 30px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
}
@media (min-width: 768px) {
  .match-overview__footer li {
    width: auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .match-overview__footer li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .match-overview__footer li {
    font-size: 1.75rem;
  }
}
.match-overview__footer li span {
  display: block;
  margin-bottom: 3px;
  font-size: 0.75rem;
  color: var(--color-secondary);
}
@media (min-width: 992px) {
  .match-overview__footer li span {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px) {
  .match-overview__footer li span {
    font-size: 1.25rem;
  }
}

.match-replay {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 40px 60px 0px rgba(0, 2, 0, 0.2);
  height: calc(62.5vw - 30px);
}
@media (min-width: 576px) {
  .match-replay {
    height: 286px;
  }
}
@media (min-width: 768px) {
  .match-replay {
    height: 326px;
  }
}
@media (min-width: 992px) {
  .matches-tabs .match-replay {
    margin-bottom: -14px;
  }
}
.match-replay a {
  position: relative;
  width: 100%;
  height: 100%;
}
.match-replay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.match-result {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  order: 1;
}
.match-score .match-result {
  flex: 2 0 auto;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.match-score-inline .match-result {
  margin-top: 4px;
  font-size: 0.75rem;
}
.match-score-inline .match-result:nth-child(2) {
  margin-right: 14px;
}
.match-score-inline .match-result:last-child {
  min-width: 30px;
}
.match-stats-widget .match-result {
  padding-bottom: 2px;
}
.match-score--status-future .match-result__score .match-result__score-digit + .match-result__score-digit::before {
  content: "-";
}
.match-score--status-results .match-result__score .match-result__score-digit + .match-result__score-digit::before {
  content: ":";
}
.match-result__score {
  display: block;
  line-height: 1;
  color: var(--color-light);
}
.match-result__score .match-result__score-digit + .match-result__score-digit::before {
  display: inline-block;
  margin: 0 0.25em;
}
.match-score .match-result__score {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .match-score .match-result__score {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .match-score .match-result__score {
    font-size: 1.75rem;
  }
}
.match-overview .match-result__score {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .match-overview .match-result__score {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .match-overview .match-result__score {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .match-overview .match-result__score {
    font-size: 4.5rem;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-result__score {
    font-size: 5.875rem;
  }
}
.match-stats-widget .match-result__score {
  font-size: 0.875rem;
  margin-bottom: 0.7em;
}
@media (min-width: 1920px) {
  .match-stats-widget .match-result__score {
    font-size: 1.25rem;
  }
}
.match-result--detailed .match-result__score {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.match-result--winner-left .match-result__score, .match-result--winner-right .match-result__score {
  position: relative;
  display: inline-block;
}
.match-result--winner-left .match-result__score:before, .match-result--winner-right .match-result__score:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.match-score .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-left .match-result__score:before, .match-stats-widget .match-result--winner-left .match-result__score:before, .match-score .match-result--winner-right .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before, .match-stats-widget .match-result--winner-right .match-result__score:before {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
@media (min-width: 1920px) {
  .match-score .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-left .match-result__score:before, .match-stats-widget .match-result--winner-left .match-result__score:before, .match-score .match-result--winner-right .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before, .match-stats-widget .match-result--winner-right .match-result__score:before {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}
.match-score .match-result--winner-left .match-result__score:before, .match-score .match-result--winner-right .match-result__score:before {
  top: 4px;
}
@media (min-width: 992px) {
  .match-score .match-result--winner-left .match-result__score:before, .match-score .match-result--winner-right .match-result__score:before {
    top: 5px;
  }
}
@media (min-width: 1920px) {
  .match-score .match-result--winner-left .match-result__score:before, .match-score .match-result--winner-right .match-result__score:before {
    top: 9px;
  }
}
.match-score-inline .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before {
  top: 2px;
}
.match-stats-widget .match-result--winner-left .match-result__score:before, .match-stats-widget .match-result--winner-right .match-result__score:before {
  top: 50%;
  transform: translateY(calc(-50% - 1px));
}
.match-overview .match-result--winner-left .match-result__score:before, .match-overview .match-result--winner-right .match-result__score:before {
  top: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media (min-width: 576px) {
  .match-overview .match-result--winner-left .match-result__score:before, .match-overview .match-result--winner-right .match-result__score:before {
    top: 16px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
@media (min-width: 768px) {
  .match-overview .match-result--winner-left .match-result__score:before, .match-overview .match-result--winner-right .match-result__score:before {
    top: 19px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@media (min-width: 992px) {
  .match-overview .match-result--winner-left .match-result__score:before, .match-overview .match-result--winner-right .match-result__score:before {
    top: 23px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-result--winner-left .match-result__score:before, .match-overview .match-result--winner-right .match-result__score:before {
    top: 30px;
    border-top-width: 13px;
    border-bottom-width: 13px;
  }
}
.match-score .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-left .match-result__score:before, .match-stats-widget .match-result--winner-left .match-result__score:before {
  border-left: 4px solid var(--color-primary);
}
@media (min-width: 1920px) {
  .match-score .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-left .match-result__score:before, .match-stats-widget .match-result--winner-left .match-result__score:before {
    border-left-width: 6px;
  }
}
.match-score .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-left .match-result__score:before {
  left: -13px;
}
@media (min-width: 1920px) {
  .match-score .match-result--winner-left .match-result__score:before, .match-score-inline .match-result--winner-left .match-result__score:before {
    left: -18px;
  }
}
.match-stats-widget .match-result--winner-left .match-result__score:before {
  left: -12px;
}
.match-overview .match-result--winner-left .match-result__score:before {
  left: -16px;
  border-left: 6px solid var(--color-primary);
}
@media (min-width: 576px) {
  .match-overview .match-result--winner-left .match-result__score:before {
    left: -20px;
    border-left: 8px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  .match-overview .match-result--winner-left .match-result__score:before {
    left: -22px;
    border-left: 10px solid var(--color-primary);
  }
}
@media (min-width: 992px) {
  .match-overview .match-result--winner-left .match-result__score:before {
    left: -35px;
    border-left: 14px solid var(--color-primary);
  }
}
@media (min-width: 1920px) {
  .match-overview .match-result--winner-left .match-result__score:before {
    left: -54px;
    border-left-width: 18px;
  }
}
.match-score .match-result--winner-right .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before, .match-stats-widget .match-result--winner-right .match-result__score:before {
  border-right: 4px solid var(--color-primary);
}
@media (min-width: 1920px) {
  .match-score .match-result--winner-right .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before, .match-stats-widget .match-result--winner-right .match-result__score:before {
    border-right-width: 6px;
  }
}
.match-score .match-result--winner-right .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before {
  right: -13px;
}
@media (min-width: 1920px) {
  .match-score .match-result--winner-right .match-result__score:before, .match-score-inline .match-result--winner-right .match-result__score:before {
    right: -18px;
  }
}
.match-stats-widget .match-result--winner-right .match-result__score:before {
  right: -12px;
}
.match-overview .match-result--winner-right .match-result__score:before {
  right: -16px;
  border-right: 6px solid var(--color-primary);
}
@media (min-width: 576px) {
  .match-overview .match-result--winner-right .match-result__score:before {
    right: -20px;
    border-right: 8px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  .match-overview .match-result--winner-right .match-result__score:before {
    right: -22px;
    border-right: 10px solid var(--color-primary);
  }
}
@media (min-width: 992px) {
  .match-overview .match-result--winner-right .match-result__score:before {
    right: -35px;
    border-right: 14px solid var(--color-primary);
  }
}
@media (min-width: 1920px) {
  .match-overview .match-result--winner-right .match-result__score:before {
    right: -54px;
    border-right-width: 18px;
  }
}
.match-result__score--sm {
  font-size: 0.625rem;
}
@media (min-width: 1920px) {
  .match-result__score--sm {
    font-size: 0.875rem;
  }
}
.match-result__score--sm .team-cyan {
  color: #0fadff;
}
.match-result__score--sm .team-yellow {
  color: #ffe373;
}
.match-result__label {
  display: inline-block;
  color: var(--color-secondary);
}
.match-score .match-result__label {
  margin-top: 6px;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .match-score .match-result__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .match-score .match-result__label {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
.match-score-inline__body-inner:first-child .match-result__label {
  color: var(--color-light);
}
.match-overview .match-result__label {
  font-size: 0.6875rem;
}
@media (max-width: 767.98px) {
  .match-overview .match-result__label {
    margin-top: 4px;
    line-height: 1;
  }
}
@media (min-width: 576px) {
  .match-overview .match-result__label {
    margin-top: 6px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .match-overview .match-result__label {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .match-overview .match-result__label {
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-result__label {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
.match-result--live .match-result__label {
  position: relative;
  width: auto;
  color: var(--color-light);
}
.match-result--live .match-result__label:before {
  content: "";
  position: absolute;
  top: 3px;
  right: calc(100% + 6px);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color-danger);
}
@media (min-width: 576px) {
  .match-result--live .match-result__label:before {
    width: 4px;
    height: 4px;
  }
}
@media (min-width: 1920px) {
  .match-result--live .match-result__label:before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
  .top-bar-carousel .match-result--live .match-result__label:before {
    top: 2px;
  }
}
@media (min-width: 576px) {
  .match-overview .match-result--live .match-result__label:before {
    width: 4px;
    height: 4px;
  }
}
@media (min-width: 768px) {
  .match-overview .match-result--live .match-result__label:before {
    top: 9px;
    right: calc(100% + 10px);
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 992px) {
  .match-overview .match-result--live .match-result__label:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-result--live .match-result__label:before {
    top: 16px;
    right: calc(100% + 16px);
  }
}
.match-result--winner-left .match-result__label, .match-result--winner-right .match-result__label {
  display: block;
}

.match-score {
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-light);
  background-color: var(--color-black);
}
@media (max-width: 374px) {
  .match-score {
    margin-bottom: 15px;
  }
}
.team-carousel-tabs .match-score {
  width: 100%;
}
.team-carousel-tabs .match-score:last-child {
  margin-bottom: 0;
}
.match-score__body, .match-score__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 576px) {
  .match-score__body, .match-score__header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1920px) {
  .match-score__body, .match-score__header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.top-bar-carousel .match-score__body, .top-bar-carousel .match-score__header {
  flex-direction: column;
}
.top-bar-carousel .match-score__body-inner, .top-bar-carousel .match-score__header-inner {
  display: flex;
}
.match-score__header {
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .match-score__header {
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .match-score__header {
    font-size: 1.25rem;
  }
}
.match-score__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-dark);
  border-bottom: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
@media (min-width: 576px) {
  .match-score__header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1920px) {
  .match-score__header {
    padding-top: 20px;
    padding-bottom: 18px;
  }
}
.match-score__body {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 500ms ease 450ms;
}
@media (min-width: 576px) {
  .match-score__body {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1920px) {
  .match-score__body {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.match-score__competition {
  color: var(--color-secondary);
}
.match-score__footer {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .match-score__footer {
    border-top: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  }
}
@media (min-width: 992px) {
  .match-score__footer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 41px 24px 0;
  }
}
@media (min-width: 1920px) {
  .match-score__footer {
    padding: 62px 40px 0;
  }
}
@media (min-width: 992px) {
  .match-score:hover .match-score__body {
    opacity: 0;
    transform: translateY(-20px);
    transition-delay: 0ms;
  }
  .match-score:hover .match-score__logo {
    opacity: 1;
    transform: translateY(0);
    transition: all 700ms ease 150ms;
  }
}

.matches-scores__navigation {
  padding-left: 0;
  list-style: none;
  max-width: calc(100% - 54px);
  margin-bottom: 26px;
}
@media (min-width: 576px) {
  .matches-scores__navigation {
    max-width: 50%;
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) {
  .matches-scores__navigation {
    margin-top: -38px;
    margin-bottom: 62px;
  }
}
@media (min-width: 992px) {
  .matches-scores__navigation {
    max-width: 546px;
    margin-bottom: 69px;
  }
}
@media (min-width: 1920px) {
  .matches-scores__navigation {
    max-width: 880px;
    margin-top: -9px;
    margin-bottom: 80px;
  }
}
.matches-scores__navigation li {
  font-family: var(--font-base, "Rajdhani");
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
}
body:not(.cursor-is--active) .matches-scores__navigation li {
  cursor: pointer;
}
@media (min-width: 576px) {
  .matches-scores__navigation li {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1920px) {
  .matches-scores__navigation li {
    font-size: 1.75rem;
  }
}
.matches-scores__navigation li span {
  display: block;
  padding-bottom: 3px;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--color-secondary);
  transition: 300ms all ease;
}
@media (min-width: 576px) {
  .matches-scores__navigation li span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1920px) {
  .matches-scores__navigation li span {
    padding-bottom: 8px;
    font-size: 1.25rem;
  }
}
.matches-scores__navigation li:hover span, .matches-scores__navigation li.active span {
  color: var(--color-primary);
}
.matches-scores__navigation.slick-slider .slick-arrow {
  position: absolute;
  bottom: 6px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: 0;
  z-index: 1;
  transition: opacity 300ms ease;
}
@media (min-width: 1920px) {
  .matches-scores__navigation.slick-slider .slick-arrow {
    bottom: 2px;
  }
}
body:not(.cursor-is--active) .matches-scores__navigation.slick-slider .slick-arrow {
  cursor: pointer;
}
.matches-scores__navigation.slick-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Left_Arrow_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' y='0px' width='8px' height='14px' viewBox='0 0 8 14' enable-background='new 0 0 8 14' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' d='M0,7l6.68-7.009l1.336,1.402L2.672,7l5.344,5.605L6.68,14.008L0,7z '/%3E%3C/svg%3E") center/contain no-repeat;
  transition: all 300ms ease;
}
@media (min-width: 1920px) {
  .matches-scores__navigation.slick-slider .slick-arrow:before {
    height: 20px;
  }
}
.matches-scores__navigation.slick-slider .slick-arrow:hover:before {
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Left_Arrow_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' y='0px' width='8px' height='14px' viewBox='0 0 8 14' enable-background='new 0 0 8 14' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23A3FF12' d='M0,7l6.68-7.009l1.336,1.402L2.672,7l5.344,5.605L6.68,14.008L0,7z '/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (min-width: 1920px) {
  .matches-scores__navigation.slick-slider .slick-arrow:hover:before {
    height: 20px;
  }
}
.matches-scores__navigation.slick-slider .slick-prev {
  left: calc(100% + 4px);
}
.matches-scores__navigation.slick-slider .slick-next {
  left: calc(100% + 42px);
  transform: rotate(180deg);
}
@media (min-width: 1920px) {
  .matches-scores__navigation.slick-slider .slick-next {
    left: calc(100% + 82px);
  }
}
.matches-scores__navigation ~ .matches-scores {
  padding-top: 6px;
}

.match-score-inline {
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-light);
}
.match-score-inline__body {
  padding: 23px 24px;
  transition: all 500ms ease 450ms;
}
.match-score-inline__body-inner {
  display: flex;
  justify-content: space-between;
}
.match-score-inline__body-inner + .match-score-inline__body-inner {
  margin-top: 8px;
}
.match-score-inline__footer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-score-inline:hover .match-score-inline__body {
  opacity: 0;
  transform: translateY(-20px);
  transition-delay: 0ms;
}

.match-stats-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  order: 1;
  padding-top: 20px;
  z-index: 2;
}
@media (min-width: 576px) {
  .match-stats-links {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .match-stats-links {
    padding-top: 0;
  }
}
.match-stats-links li a,
.match-stats-links li span {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid var(--color-secondary);
  border-radius: 100%;
  text-align: center;
  outline: none;
}
@media (min-width: 1920px) {
  .match-stats-links li a,
  .match-stats-links li span {
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-width: 3px;
  }
}
.match-stats-links li a svg,
.match-stats-links li span svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: var(--color-secondary);
  transition: fill 300ms ease;
}
@media (min-width: 1920px) {
  .match-stats-links li a svg,
  .match-stats-links li span svg {
    width: 16px;
    height: 16px;
  }
}
.match-stats-links li a:hover, .match-stats-links li a.active,
.match-stats-links li span:hover,
.match-stats-links li span.active {
  cursor: pointer;
  border-color: var(--color-primary);
}
.match-stats-links li a:hover svg, .match-stats-links li a.active svg,
.match-stats-links li span:hover svg,
.match-stats-links li span.active svg {
  fill: var(--color-light);
}
.match-stats-links li.slick-active > a,
.match-stats-links li.slick-active > span {
  border-color: var(--color-primary);
}
.match-stats-links li.slick-active > a svg,
.match-stats-links li.slick-active > span svg {
  fill: var(--color-light);
}
.match-stats-links.match-stats-links--main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 65%, rgba(0, 0, 0, 0));
  }
}
@media (min-width: 576px) {
  .match-stats-links.match-stats-links--main {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main {
    position: fixed;
    top: 50%;
    left: 70px;
    right: auto;
    transform: translateY(-50%);
  }
}
.match-stats-links.match-stats-links--main li {
  display: inline-block;
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main li {
    display: block;
  }
}
.match-stats-links.match-stats-links--main li + li {
  position: relative;
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main li + li {
    margin-left: 34px;
  }
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main li + li {
    margin-top: 38px;
  }
}
@media (min-width: 1920px) {
  .match-stats-links.match-stats-links--main li + li {
    margin-top: 50px;
  }
}
.match-stats-links.match-stats-links--main li + li:before {
  position: absolute;
  content: "";
}
@media (max-width: 991.98px) {
  .match-stats-links.match-stats-links--main li + li:before {
    width: 30px;
    top: 16px;
    right: calc(100% + 4px);
    border-top: 2px dotted var(--color-secondary);
  }
}
@media (min-width: 992px) {
  .match-stats-links.match-stats-links--main li + li:before {
    bottom: calc(100% + 4px);
    left: 16px;
    height: 30px;
    border-left: 2px dotted var(--color-secondary);
  }
}
@media (min-width: 1920px) {
  .match-stats-links.match-stats-links--main li + li:before {
    bottom: calc(100% + 9px);
    left: 20px;
    height: 32px;
    border-width: 4px;
  }
}
.match-score .match-stats-links, .match-score-inline .match-stats-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.match-score .match-stats-links li, .match-score-inline .match-stats-links li {
  display: inline-block;
}
.match-score .match-stats-links li + li, .match-score-inline .match-stats-links li + li {
  margin-left: 14px;
}
.match-score .match-stats-links li a, .match-score-inline .match-stats-links li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid var(--color-secondary);
  border-radius: 100%;
  text-align: center;
}
@media (min-width: 1920px) {
  .match-score .match-stats-links li a, .match-score-inline .match-stats-links li a {
    width: 44px;
    height: 44px;
    line-height: 42px;
    border-width: 3px;
  }
}
.match-score .match-stats-links li a svg, .match-score-inline .match-stats-links li a svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: var(--color-secondary);
  transition: fill 300ms ease;
}
@media (min-width: 1920px) {
  .match-score .match-stats-links li a svg, .match-score-inline .match-stats-links li a svg {
    width: 16px;
    height: 16px;
  }
}
.match-score .match-stats-links li a:hover, .match-score-inline .match-stats-links li a:hover {
  border-color: var(--color-primary);
}
.match-score .match-stats-links li a:hover svg, .match-score-inline .match-stats-links li a:hover svg {
  fill: var(--color-light);
}
.match-score .match-stats-links li:nth-child(1), .match-score-inline .match-stats-links li:nth-child(1) {
  transition-delay: 0;
}
.match-score .match-stats-links li:nth-child(2), .match-score-inline .match-stats-links li:nth-child(2) {
  transition-delay: 150ms;
}
.match-score .match-stats-links li:nth-child(3), .match-score-inline .match-stats-links li:nth-child(3) {
  transition-delay: 250ms;
}
.match-score .match-stats-links li:nth-child(4), .match-score-inline .match-stats-links li:nth-child(4) {
  transition-delay: 350ms;
}
@media (min-width: 992px) {
  .match-score .match-stats-links li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 700ms ease;
  }
}
.match-score-inline .match-stats-links li {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms ease;
}
.match-score:hover .match-stats-links li, .match-score-inline:hover .match-stats-links li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 700ms ease;
}
.match-score:hover .match-stats-links li:nth-child(1), .match-score-inline:hover .match-stats-links li:nth-child(1) {
  transition-delay: 150ms;
}
.match-score:hover .match-stats-links li:nth-child(2), .match-score-inline:hover .match-stats-links li:nth-child(2) {
  transition-delay: 250ms;
}
.match-score:hover .match-stats-links li:nth-child(3), .match-score-inline:hover .match-stats-links li:nth-child(3) {
  transition-delay: 350ms;
}
.match-score:hover .match-stats-links li:nth-child(4), .match-score-inline:hover .match-stats-links li:nth-child(4) {
  transition-delay: 450ms;
}

.match-stats-links--color-light li a {
  border-color: rgba(255, 255, 255, 0.3);
}
.match-stats-links--color-light li a svg {
  fill: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
  .match-stats-links--color-light li + li::before {
    border-top-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  .match-stats-links--color-light li + li::before {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
}

.match-player {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  --team-color: var(--color-primary);
}
.match-player__avatar {
  position: relative;
  margin-bottom: 0;
}
.match-player--small .match-player__avatar {
  margin-right: 12px;
}
.lineups-table td:last-child .match-player--small .match-player__avatar {
  margin-right: 0;
  margin-left: 12px;
}
.match-player:not(.match-player--small) .match-player__avatar:before {
  position: absolute;
  top: -50%;
  right: 40%;
  bottom: -50%;
  left: -50%;
  content: "";
  background-color: var(--team-color, var(--color-primary));
  transform: rotate(20deg);
}
.match-player__avatar img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.match-player--small .match-player__avatar img {
  margin-bottom: 3px;
}
.lineups-table .match-player--small .match-player__avatar img {
  margin-bottom: 1px;
}
.match-player--xs .match-player__avatar img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1920px) {
  .match-player--xs .match-player__avatar img {
    width: 42px;
    height: 42px;
  }
}
.match-player__avatar svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: var(--color-primary);
}
.match-player__name {
  display: block;
  font-size: 0.625rem;
  color: var(--color-secondary);
}
@media (min-width: 1920px) {
  .match-player__name {
    font-size: 0.875rem;
  }
}
.lineups-table .match-player__name {
  text-transform: uppercase;
}
.match-player__skills {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  margin-bottom: 3px;
}
.lineups-table .match-player__skills {
  margin-bottom: 1px;
}
.match-player--small .match-player__skills {
  margin-left: -10px;
}
.lineups-table td:last-child .match-player--small .match-player__skills {
  order: 1;
  margin-left: 12px;
  margin-right: -10px;
}
.match-player__skills img + img {
  margin-top: 2px;
}
.match-player__level {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 10px;
  height: 10px;
  font-size: 0.5rem;
  line-height: 12px;
  text-align: center;
  background-color: var(--color-secondary);
  z-index: 1;
}
.lineups-table td:last-child .match-player__level {
  right: auto;
  left: 0;
}
.match-player__nickname {
  font-size: 0.875rem;
  text-transform: none;
}
@media (min-width: 1920px) {
  .match-player__nickname {
    font-size: 1.125rem;
  }
}
.match-player__nickname > a {
  color: var(--color-light);
}
.match-player__nickname > a:hover {
  opacity: 0.7;
}

.match-player--wrapped .match-player__avatar {
  width: 90px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1920px) {
  .match-player--wrapped .match-player__avatar {
    width: 120px;
    height: 93px;
  }
}
.match-player--wrapped .match-player__avatar img:not(.match-player__placeholder) {
  width: 105px;
  max-width: none;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  .match-player--wrapped .match-player__avatar img:not(.match-player__placeholder) {
    width: 120px;
  }
}

.match-stats-progress {
  display: flex;
  flex-wrap: wrap;
}
.match-stats-progress--icon, .match-stats-progress--double {
  flex-wrap: nowrap;
}
.match-stats-progress--icon {
  align-items: center;
}
.match-stats-progress--icon > div:last-child {
  margin-left: auto;
  width: 56%;
}
@media (max-width: 991.98px) {
  .match-stats-progress--icon > div:last-child {
    min-width: 136px;
  }
}
.match-stats-widget .match-stats-progress {
  padding-bottom: 1px;
}
.match-stats-widget-tabs .match-stats-progress {
  display: block;
}
@media (max-width: 991.98px) {
  .match-stats-widget-tabs .match-stats-progress {
    width: 32%;
  }
}
.match-stats-progress__icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .match-stats-progress__icon {
    margin-left: 6px;
  }
}
.match-stats-progress__label {
  width: 100%;
  margin-bottom: 13px;
  text-align: center;
}
.match-stats-progress--double .match-stats-progress__label {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.match-stats-progress--icon .match-stats-progress__label {
  width: auto;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 15px;
  text-align: left;
}
.match-stats-progress__score {
  flex-basis: 36px;
  min-width: 36px;
}
@media (min-width: 1920px) {
  .match-stats-progress__score {
    flex-basis: 50px;
    min-width: 50px;
  }
}
.match-stats-progress__bar-group .match-stats-progress__score {
  flex-basis: 30px;
  min-width: 30px;
}
@media (min-width: 1200px) {
  .match-stats-progress__bar-group .match-stats-progress__score {
    flex-basis: 40px;
    min-width: 40px;
  }
}
@media (min-width: 1920px) {
  .match-stats-progress__bar-group .match-stats-progress__score {
    flex-basis: 50px;
    min-width: 50px;
  }
}
.match-stats-widget-tabs .match-stats-progress__score {
  display: block;
  margin-bottom: 3px;
  font-size: 0.625rem;
  text-align: right;
}
@media (min-width: 1920px) {
  .match-stats-widget-tabs .match-stats-progress__score {
    font-size: 0.875rem;
  }
}
.match-stats-progress__bar-group {
  display: flex;
}
.match-stats-progress__bar-group + .match-stats-progress__bar-group {
  margin-top: 6px;
}
.match-stats-progress__bar {
  position: relative;
  display: block;
  flex-basis: calc(100% - 72px);
  height: 10px;
  overflow: hidden;
  will-change: transform;
  --bar-size: 2px;
}
@media (min-width: 1920px) {
  .match-stats-progress__bar {
    --bar-size: 3px;
    height: 16px;
    flex-basis: calc(100% - 100px);
  }
}
.match-stats-progress__bar-group .match-stats-progress__bar {
  flex-basis: 100%;
}
@media (max-width: 991.98px) {
  .match-stats-progress__bar-group .match-stats-progress__bar {
    min-width: 94px;
  }
}
.match-stats-widget-tabs .match-stats-progress__bar {
  min-width: 78px;
  margin-right: -1px;
}
.match-stats-progress--double .match-stats-progress__bar {
  flex-basis: 19%;
  min-width: 46px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .match-stats-progress--double .match-stats-progress__bar {
    flex-basis: 35%;
  }
}
.match-stats-progress__bar::before,
.match-stats-progress__bar span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1000px;
  background-image: repeating-linear-gradient(to right, transparent, transparent var(--bar-size), var(--color-secondary) var(--bar-size), var(--color-secondary) calc(var(--bar-size) * 2));
}
.match-stats-progress--double .match-stats-progress__bar {
  will-change: transform;
}
.match-stats-progress--double .match-stats-progress__bar span {
  will-change: auto;
}
.match-stats-progress--double .match-stats-progress__bar span, .match-stats-progress--double .match-stats-progress__bar::before,
.match-stats-progress--double .match-stats-progress__bar span::before {
  left: auto;
  right: 0;
}
.match-stats-progress--double .match-stats-progress__bar::before {
  background-image: repeating-linear-gradient(to left, transparent, transparent var(--bar-size), var(--color-secondary) var(--bar-size), var(--color-secondary) calc(var(--bar-size) * 2));
}
.match-stats-progress--double .match-stats-progress__bar ~ .match-stats-progress__bar span, .match-stats-progress--double .match-stats-progress__bar ~ .match-stats-progress__bar::before,
.match-stats-progress--double .match-stats-progress__bar ~ .match-stats-progress__bar span::before {
  left: 0;
  right: auto;
}
.match-stats-progress--double .match-stats-progress__bar ~ .match-stats-progress__bar::before {
  background-image: repeating-linear-gradient(to right, transparent, transparent var(--bar-size), var(--color-secondary) var(--bar-size), var(--color-secondary) calc(var(--bar-size) * 2));
}
.match-stats-progress__bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  --team-color: var(--color-primary);
  --bar-dir: right;
}
.match-stats-progress__bar span:first-child {
  z-index: 1;
}
.match-stats-progress__bar span::before {
  background-image: repeating-linear-gradient(to var(--bar-dir, right), transparent, transparent var(--bar-size), var(--team-color, var(--color-primary)) var(--bar-size), var(--team-color, var(--color-primary)) calc(var(--bar-size) * 2));
}
.match-stats-progress__bar ~ .match-stats-progress__score {
  text-align: right;
}

.match-stats-progress--default .match-stats-progress__label {
  order: 0;
}
.match-stats-progress--default .match-stats-progress__score {
  order: 1;
}
.match-stats-progress--default .match-stats-progress__score + .match-stats-progress__score {
  order: 3;
  text-align: right;
}
.match-stats-progress--default .match-stats-progress__bar {
  order: 2;
}
.match-stats-progress--default .match-stats-progress__bar span + span {
  left: auto;
  right: 0;
}

.match-stats-progress--double .match-stats-progress__label {
  order: 2;
}
.match-stats-progress--double .match-stats-progress__score {
  order: 0;
}
.match-stats-progress--double .match-stats-progress__score ~ .match-stats-progress__score {
  order: 4;
}
.match-stats-progress--double .match-stats-progress__bar {
  order: 1;
}
.match-stats-progress--double .match-stats-progress__bar span::before {
  --bar-dir: left;
}
.match-stats-progress--double .match-stats-progress__bar ~ .match-stats-progress__bar {
  order: 3;
}
.match-stats-progress--double .match-stats-progress__bar ~ .match-stats-progress__bar span::before {
  --bar-dir: right;
}

@media (min-width: 992px) {
  .matches-tabs {
    display: flex;
  }
}
.matches-tabs__navigation {
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-light);
}
@media (min-width: 992px) {
  .matches-tabs__navigation {
    order: 1;
    margin-top: 62px;
    margin-bottom: 0;
  }
}
.matches-tabs__navigation li {
  display: inline-block;
}
.matches-tabs__navigation li a {
  color: var(--color-secondary);
}
.matches-tabs__navigation li a:hover, .matches-tabs__navigation li a.active {
  color: var(--color-primary);
}
.matches-tabs__navigation li + li {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .matches-tabs__navigation li + li {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .matches-tabs__navigation li + li {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .matches-tabs__navigation li + li {
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  .matches-tabs__content.tab-content > .active {
    display: flex;
  }
}

.matches-tabs__navigation--color-light li a {
  color: rgba(255, 255, 255, 0.3);
}

.match-stats-widget-table {
  text-align: center;
}
.match-stats-widget-table thead tr,
.match-stats-widget-table tbody tr {
  display: flex;
}
.match-stats-widget-table thead {
  display: block;
  padding-right: 24px;
  background-color: var(--color-dark);
}
.match-stats-widget-table tbody {
  background-color: var(--color-black);
  border-top: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  width: 100%;
}
.match-stats-widget-table tbody tr + tr {
  border-top: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-stats-widget-table th, .match-stats-widget-table td {
  width: 71px;
}
.match-stats-widget-table th:first-child, .match-stats-widget-table td:first-child {
  min-width: 124px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}
@media (min-width: 576px) {
  .match-stats-widget-table th:first-child, .match-stats-widget-table td:first-child {
    min-width: 344px;
  }
}
@media (min-width: 768px) {
  .match-stats-widget-table th:first-child, .match-stats-widget-table td:first-child {
    min-width: 524px;
  }
}
@media (min-width: 992px) {
  .match-stats-widget-table th:first-child, .match-stats-widget-table td:first-child {
    min-width: 94px;
  }
}
@media (min-width: 1200px) {
  .match-stats-widget-table th:first-child, .match-stats-widget-table td:first-child {
    min-width: 124px;
  }
}
.match-stats-widget-table th {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.875rem;
}
.match-stats-widget-table th > span {
  display: block;
  font-size: 0.625rem;
}
.match-stats-widget-table th:first-child {
  padding-top: 24px;
}
.match-stats-widget-table td {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
}
.match-stats-widget-table td:first-child {
  padding-top: 19px;
  padding-bottom: 17px;
}
.match-stats-widget-table td + td {
  vertical-align: middle;
  border-left: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-stats-widget-table td:last-child {
  border-right: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-stats-widget-table svg {
  max-width: 70px;
  height: 22px;
  vertical-align: middle;
  fill: var(--color-secondary);
}
.match-stats-widget-table svg.team-cyan {
  fill: #0fadff;
}
.match-stats-widget-table svg.team-yellow {
  fill: #ffe373;
}
.match-stats-widget-table svg.df-icon--explosion {
  height: 25px;
}
.match-stats-widget-table.nano {
  width: 100%;
  height: 266px;
}
.match-stats-widget-table.nano .nano-content {
  width: 100%;
}
.match-stats-widget-table.nano .nano-pane {
  top: 71px;
  width: 23px;
  padding: 8px 0px 18px 6px;
  background-color: var(--color-black);
  opacity: 1;
  border-radius: 0;
  overflow: hidden;
}
.match-stats-widget-table.nano .nano-slider {
  margin: 0;
  width: 11px;
  border-radius: 0;
  background-color: var(--color-body);
}
.match-stats-widget-table.nano .nano-slider:before {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 5px;
  height: 12px;
  margin-top: -7px;
  content: "";
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 2px, var(--color-secondary) 2px, var(--color-secondary) 4px);
}
.match-stats-widget-table.nano tbody {
  margin-top: 70px;
}

.match-stats-widget-tabs__header, .match-stats-widget-tabs__body ul > li {
  padding: 1.6em 2em 1.45em;
  vertical-align: middle;
}
.match-stats-widget-tabs__body ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  --team-color: var(--color-primary);
}
.match-stats-widget-tabs__body ul > li::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--team-color, var(--color-primary));
}
.match-stats-widget-tabs__body ul > li + * {
  border-top-width: 1px;
  border-top-style: solid;
}
.match-stats-widget-tabs__body ul > li:first-child {
  border-top: none;
}
.match-stats-widget-tabs__body ul > li:nth-child(odd) {
  background-color: var(--color-black);
}
.match-stats-widget-tabs__body ul > li:nth-child(even) {
  background-color: var(--color-dark);
}
.match-stats-widget-tabs__header {
  margin-bottom: 0;
  background-color: var(--color-dark);
  border-bottom: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-stats-widget-tabs__header li {
  display: inline-block;
}
.match-stats-widget-tabs__header li a {
  color: var(--color-secondary);
}
.match-stats-widget-tabs__header li a:hover, .match-stats-widget-tabs__header li a.active {
  color: var(--color-primary);
  outline: none;
}
.match-stats-widget-tabs__header li + li {
  margin-left: 17px;
}

.match-stats-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .match-stats-container {
    display: flex;
    justify-content: center;
    max-width: 728px;
  }
}
@media (min-width: 1200px) {
  .match-stats-container {
    max-width: 990px;
  }
}
@media (min-width: 1920px) {
  .match-stats-container {
    max-width: 1168px;
  }
}
.match-stats-widget {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
}
@media (min-width: 1920px) {
  .match-stats-widget {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  [class*=col] + [class*=col] .match-stats-widget {
    margin-top: 30px;
  }
}
.match-stats-widget__header {
  font-size: 0.875rem;
  letter-spacing: -0.06em;
  margin-bottom: 0.75em;
}
@media (min-width: 1920px) {
  .match-stats-widget__header {
    font-size: 1.25rem;
  }
}
.match-stats-widget__item, .match-stats-widget__body {
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}
.match-stats-widget__item > li, .match-stats-widget__body > li {
  padding: 1.6em 2em 1.45em;
  vertical-align: middle;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.match-stats-widget__item > li.match-stats-progress-item--padding-sm, .match-stats-widget__body > li.match-stats-progress-item--padding-sm {
  padding-top: 1.3em;
  padding-bottom: 1.5em;
}
.match-stats-widget__item > li.match-stats-progress-item--padding-lg, .match-stats-widget__body > li.match-stats-progress-item--padding-lg {
  padding-top: 1.66em;
  padding-bottom: 1.66em;
}
.match-stats-widget__item > li.match-stats-widget__score, .match-stats-widget__body > li.match-stats-widget__score {
  padding-top: 20px;
  padding-bottom: 21px;
}
.match-stats-widget__item > li + li, .match-stats-widget__body > li + li {
  border-top-width: 1px;
  border-top-style: solid;
}
.match-stats-widget__item > li:first-child, .match-stats-widget__body > li:first-child {
  border-top: none;
}
.match-stats-widget__item > li:nth-child(odd), .match-stats-widget__body > li:nth-child(odd) {
  background-color: var(--color-dark);
}
.match-stats-widget__item > li:nth-child(even), .match-stats-widget__body > li:nth-child(even) {
  background-color: var(--color-black);
}
.match-stats-widget__item > li > span:last-child, .match-stats-widget__body > li > span:last-child {
  text-align: right;
}
.match-stats-widget__item > li > span:last-child > span, .match-stats-widget__body > li > span:last-child > span {
  display: block;
  font-size: 0.625rem;
}
.match-stats-widget li {
  position: relative;
}
.match-stats-widget li.match-team-item {
  --team-color: var(--color-primary);
}
.match-stats-widget li.match-team-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: var(--team-color, var(--color-primary));
}
.match-stats-widget li.match-team-item .sp-event-stars .sp-event-star {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1.2em;
}
.match-stats-widget--general .match-stats-widget__body > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.match-stats-widget--general .match-stats-widget__body > li .match-team + .match-team .match-team-logo {
  order: 2;
  margin-right: 0;
  margin-left: 12px;
}
.match-stats-widget--general .match-stats-widget__body > li .match-team + .match-team figcaption {
  text-align: right;
}
.match-stats-widget--general .match-stats-widget__body > li .match-team-list li img {
  width: 14px;
  height: 18px;
  margin-right: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1920px) {
  .match-stats-widget--general .match-stats-widget__body > li .match-team-list li img {
    width: 20px;
    height: 27px;
  }
}
.match-stats-widget--general .match-stats-widget__body > li .match-team-list li:last-child img {
  margin-right: 0;
}
.match-stats-widget--general .match-stats-widget__body > li > span:first-child {
  color: var(--color-secondary);
}
.match-stats-widget--general .match-team:last-child {
  text-align: right;
}
.match-stats-widget--leaders .match-stats-widget__item > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.match-stats-widget--leaders .match-stats-widget__item > li:first-child {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.match-stats-widget--leaders .match-stats-widget__item > li > span:first-child {
  color: var(--color-secondary);
}
.match-stats-widget--leaders .match-stats-widget__item + * {
  margin-top: 14px;
}
.match-stats-widget__achievements {
  display: flex;
  justify-content: space-between;
}
.match-stats-widget .match-stats-widget__achievements {
  padding-top: 22px;
  padding-bottom: 20px;
}
.match-stats-widget__achievements ul {
  padding-left: 0;
  list-style: none;
}
.match-stats-widget__achievements ul li {
  display: inline-block;
}
.match-stats-widget__achievements ul img {
  margin-top: -2px;
}
.match-stats-widget__achievements ul:first-child li + li {
  margin-left: 8px;
}
.match-stats-widget__achievements ul:first-child img {
  margin-right: 6px;
}
.match-stats-widget__achievements ul:last-child li,
.match-stats-widget__achievements ul:last-child img {
  float: right;
}
.match-stats-widget__achievements ul:last-child li + li {
  margin-right: 8px;
}
.match-stats-widget__achievements ul:last-child img {
  margin-left: 6px;
}
.match-stats-widget__details ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.match-stats-widget__details ul svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-bottom: 11px;
  fill: var(--color-light);
}

.match-team {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  order: 0;
  --team-color: var(--color-primary);
}
.match-team + .match-team {
  order: 2;
}
.match-overview .match-team {
  text-align: center;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .match-overview .match-team {
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-team {
    padding: 22px;
  }
}
.standings-table .match-team {
  width: -moz-max-content;
  width: max-content;
}
.match-score .match-team {
  max-width: 33%;
  flex: 1 0 33%;
}
@media (min-width: 576px) {
  .match-score .match-team {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .match-score .match-team {
    max-width: 40%;
    flex: 1 0 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team {
    display: block;
  }
}
.lineups-table .match-team, .match-stats-widget .match-team, .match-score-inline .match-team, .team-carousel-tabs .match-team {
  display: flex;
  align-items: center;
}
.match-stats-widget .match-team {
  padding-bottom: 2px;
}
.match-team, .match-team-logo {
  margin-bottom: 0;
}
.match-team-logo {
  display: inline-block;
  position: relative;
}
.match-overview .match-team-logo {
  width: 60px;
  height: 60px;
}
@media (min-width: 576px) {
  .match-overview .match-team-logo {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  .match-overview .match-team-logo {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-team-logo {
    width: 200px;
    height: 200px;
  }
}
.match-overview .match-team-logo img {
  max-height: 100%;
  width: auto;
}
.standings-table .match-team-logo {
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 12px;
}
@media (min-width: 1920px) {
  .standings-table .match-team-logo {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
}
.upcoming-table .match-team-logo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
@media (min-width: 1920px) {
  .upcoming-table .match-team-logo {
    width: 60px;
    height: 60px;
  }
}
.match-score .match-team-logo {
  width: 32px;
}
@media (min-width: 1920px) {
  .match-score .match-team-logo {
    width: 60px;
  }
}
.match-score-inline .match-team-logo {
  width: 30px;
}
.lineups-table th .match-team-logo {
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .lineups-table th .match-team-logo {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lineups-table th .match-team-logo {
    display: none;
  }
}
.match-team-logo img {
  position: relative;
  width: 100%;
}
.match-team-logo::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 90%;
  border-style: solid;
  border-color: var(--team-color, var(--color-primary));
}
@supports (aspect-ratio: 1/1) {
  .match-team-logo::before {
    aspect-ratio: 1/1;
  }
}
@supports not (aspect-ratio: 1/1) {
  .match-team-logo::before {
    height: 90%;
  }
}
@media (min-width: 1920px) {
  .match-team-logo::before {
    border-width: 4px;
  }
}
.match-overview .match-team-logo::before {
  border-width: 4px;
}
@media (min-width: 576px) {
  .match-overview .match-team-logo::before {
    border-width: 7px;
  }
}
@media (min-width: 992px) {
  .match-overview .match-team-logo::before {
    border-width: 10px;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-team-logo::before {
    border-width: 15px;
  }
}
.lineups-table .match-team-logo::before, .standings-table .match-team-logo::before, .match-stats-widget .match-team-logo::before, .team-carousel-tabs .match-team-logo::before, .match-score-inline .match-team-logo::before {
  border-width: 2px;
}
.upcoming-table .match-team figcaption {
  display: inline-block;
  vertical-align: middle;
}
.match-score .match-team figcaption {
  padding-top: 8px;
}
@media (min-width: 576px) {
  .match-score .match-team figcaption {
    padding-top: 2px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team figcaption {
    padding-top: 8px;
  }
}
.match-team__info {
  overflow: hidden;
  display: block;
}
.match-overview .match-team__info {
  margin-top: 6px;
}
@media (min-width: 576px) {
  .match-overview .match-team__info {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .match-overview .match-team__info {
    margin-top: 12px;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-team__info {
    margin-top: 18px;
  }
}
.match-overview .match-team__name, .standings-table .match-team__name, .match-stats-widget .match-team__name, .team-carousel-tabs .match-team__name {
  font-size: 0.875rem;
}
@media (min-width: 1920px) {
  .match-overview .match-team__name, .standings-table .match-team__name, .match-stats-widget .match-team__name, .team-carousel-tabs .match-team__name {
    font-size: 1.25rem;
  }
}
.match-overview .match-team__name {
  margin-top: 12px;
  line-height: 1;
}
@media (min-width: 576px) {
  .match-overview .match-team__name {
    margin-top: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .match-overview .match-team__name {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-team__name {
    margin-top: 34px;
    margin-bottom: -1px;
    font-size: 2.25rem;
  }
}
.match-overview .match-team__name > a {
  color: var(--color-white);
}
.match-overview .match-team__name > a:hover {
  color: var(--color-primary);
}
.standings-table .match-team__name {
  margin-top: 3px;
  margin-bottom: 1px;
}
@media (min-width: 1920px) {
  .standings-table .match-team__name {
    font-size: 1.25rem;
  }
}
.match-score .match-team__name {
  word-wrap: break-word;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .match-score .match-team__name {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .match-score .match-team__name {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .match-score .match-team__name {
    font-size: 1.75rem;
  }
}
.match-score-inline .match-team__name {
  font-size: 0.75rem;
}
.match-team__country {
  color: var(--color-primary);
}
@media (min-width: 1920px) {
  .standings-table .match-team__country {
    font-size: 0.875rem;
  }
}
.match-overview .match-team__country {
  font-size: 0.75rem;
  color: var(--color-primary);
}
@media (min-width: 576px) {
  .match-overview .match-team__country {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .match-overview .match-team__country {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .match-overview .match-team__country {
    font-size: 1.5rem;
  }
}
.upcoming-table .match-team__country {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
}
@media (min-width: 1920px) {
  .upcoming-table .match-team__country {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
.match-score .match-team__country {
  margin-top: 2px;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  .match-score .match-team__country {
    margin-top: 6px;
    font-size: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .match-score .match-team__country {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
.match-score-inline .match-team__country {
  font-size: 0.625rem;
}
.lineups-table .match-team__country, .match-stats-widget .match-team__country {
  font-size: 0.625rem;
}
@media (min-width: 1920px) {
  .lineups-table .match-team__country, .match-stats-widget .match-team__country {
    font-size: 0.875rem;
  }
}
.match-team__result {
  font-size: 0.625rem;
  color: var(--color-secondary);
}
.match-team--winner .match-team__result {
  color: var(--color-primary);
}
.match-score .match-team:first-child {
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 12px;
  }
}
@media (min-width: 768px) {
  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 14px;
  }
}
@media (min-width: 1920px) {
  .match-score .match-team:first-child .match-team-logo {
    margin-inline-end: 16px;
  }
}
.match-score .match-team:first-child figcaption {
  text-align: left;
}
.match-score .match-team + .match-team {
  justify-content: flex-end;
}
.match-score .match-team + .match-team .match-team-logo {
  order: 1;
}
@media (max-width: 575px) {
  .match-score .match-team + .match-team .match-team-logo {
    float: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team + .match-team .match-team-logo {
    float: right;
    margin-inline-start: 0;
  }
}
@media (min-width: 576px) {
  .match-score .match-team + .match-team .match-team-logo {
    margin-inline-start: 12px;
  }
}
@media (min-width: 768px) {
  .match-score .match-team + .match-team .match-team-logo {
    margin-inline-start: 14px;
  }
}
@media (min-width: 1920px) {
  .match-score .match-team + .match-team .match-team-logo {
    margin-inline-start: 16px;
  }
}
.match-score .match-team + .match-team figcaption {
  text-align: right;
}
@media (max-width: 575px) {
  .match-score .match-team + .match-team figcaption {
    clear: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .match-score .match-team + .match-team figcaption {
    clear: right;
  }
}
.match-score-inline .match-team {
  justify-content: flex-start;
}
.match-score-inline .match-team .match-team-logo {
  margin-right: 11px;
}
.match-stats-widget .match-team:first-child, .team-carousel-tabs .match-team:first-child {
  justify-content: flex-start;
}
.match-stats-widget .match-team:first-child .match-team-logo, .team-carousel-tabs .match-team:first-child .match-team-logo {
  margin-inline-end: 12px;
}
@media (min-width: 768px) {
  .match-stats-widget .match-team:first-child .match-team-logo, .team-carousel-tabs .match-team:first-child .match-team-logo {
    margin-inline-end: 14px;
  }
}
@media (min-width: 1920px) {
  .match-stats-widget .match-team:first-child .match-team-logo, .team-carousel-tabs .match-team:first-child .match-team-logo {
    margin-inline-end: 16px;
  }
}
.match-stats-widget .match-team:first-child figcaption, .team-carousel-tabs .match-team:first-child figcaption {
  text-align: left;
}
.match-stats-widget .match-team + .match-team, .team-carousel-tabs .match-team + .match-team {
  justify-content: flex-end;
}
.match-stats-widget .match-team + .match-team .match-team-logo, .team-carousel-tabs .match-team + .match-team .match-team-logo {
  order: 1;
  float: right;
  margin-inline-start: 12px;
}
@media (min-width: 768px) {
  .match-stats-widget .match-team + .match-team .match-team-logo, .team-carousel-tabs .match-team + .match-team .match-team-logo {
    margin-inline-start: 14px;
  }
}
@media (min-width: 1920px) {
  .match-stats-widget .match-team + .match-team .match-team-logo, .team-carousel-tabs .match-team + .match-team .match-team-logo {
    margin-inline-start: 16px;
  }
}
.match-stats-widget .match-team + .match-team figcaption, .team-carousel-tabs .match-team + .match-team figcaption {
  text-align: right;
  clear: right;
}
.lineups-table th:first-child .match-team {
  justify-content: flex-start;
}
.lineups-table th:first-child .match-team .match-team-logo {
  margin-right: 12px;
}
.lineups-table th:first-child .match-team figcaption {
  text-align: left;
}
.lineups-table th:last-child .match-team {
  justify-content: flex-end;
}
.lineups-table th:last-child .match-team .match-team-logo {
  order: 1;
  float: right;
  margin-left: 12px;
}
.lineups-table th:last-child .match-team figcaption {
  text-align: right;
  clear: right;
}
.match-score__footer .match-team-logo {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms ease;
  order: 0;
}
@media (min-width: 992px) {
  .match-score__footer .match-team-logo {
    display: block;
  }
}
.match-score__footer .match-team-logo + .match-team-logo {
  order: 2;
}
@media (min-width: 992px) {
  .match-score:hover .match-score__footer .match-team-logo {
    opacity: 1;
    transform: translateY(0);
    transition: all 700ms ease 150ms;
  }
}

.match-team-list {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.match-team-list li {
  padding-top: 1px;
  padding-bottom: 3px;
}

.match-team-list-wrapper {
  display: flex;
}
.match-team-list-wrapper .match-team-list + .match-team-list {
  order: 2;
}
.match-team-list-wrapper .match-team-list-divider {
  margin: 0 auto;
  padding: 0 5px;
}

.match-team--v-align {
  display: flex;
  align-items: center;
}
.match-team--v-align .match-team__desc {
  flex: 1;
}

.match-team--lineup-3 .match-team-logo {
  margin: 5px 18px 5px 5px;
}
.match-team--lineup-3 .match-team__name {
  line-height: 1em;
}
.match-team--lineup-3 .match-team__country {
  line-height: 1em;
  font-size: 0.625rem;
}
@media (min-width: 1920px) {
  .match-team--lineup-3 .match-team__country {
    font-size: 0.75rem;
  }
}

.matches-filter {
  margin-bottom: 28px;
  float: left;
  text-align: left;
  letter-spacing: -0.03em;
}
@media (min-width: 576px) {
  .matches-filter {
    margin-top: -82px;
    float: right;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .matches-filter {
    margin-top: -108px;
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .matches-filter {
    margin-top: -114px;
  }
}
@media (min-width: 1920px) {
  .matches-filter {
    margin-top: -139px;
  }
}
.matches-filter__label {
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-secondary);
}
.matches-filter .cs-select {
  text-align: left;
}
@media (min-width: 576px) {
  .matches-filter .cs-select {
    text-align: right;
  }
}
.matches-filter .cs-select .cs-placeholder {
  width: auto;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 1rem;
  transition: color 300ms ease;
}
.matches-filter .cs-select .cs-placeholder:after {
  top: 6px;
  right: 0;
}
.matches-filter .cs-select .cs-placeholder:before {
  top: 4px;
  right: 2px;
}
@media (min-width: 576px) {
  .matches-filter .cs-select .cs-placeholder {
    padding: 0 0 0 20px;
    font-size: 1.125rem;
  }
  .matches-filter .cs-select .cs-placeholder:after, .matches-filter .cs-select .cs-placeholder:before {
    left: 0;
    right: auto;
  }
  .matches-filter .cs-select .cs-placeholder:after {
    top: 7px;
    left: 0;
  }
  .matches-filter .cs-select .cs-placeholder:before {
    top: 5px;
    left: 2px;
  }
}
@media (min-width: 1920px) {
  .matches-filter .cs-select .cs-placeholder {
    padding-left: 34px;
    font-size: 1.75rem;
  }
  .matches-filter .cs-select .cs-placeholder:after {
    top: 11px;
    width: 8px;
  }
  .matches-filter .cs-select .cs-placeholder:before {
    top: 8px;
    left: 3px;
    height: 8px;
  }
}
.matches-filter .cs-select .cs-placeholder:hover {
  color: var(--color-primary);
}
.matches-filter .cs-select .cs-placeholder:hover:before {
  opacity: 0;
}
.matches-filter .cs-select .cs-options {
  width: 180px;
  margin-top: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 2, 0, 0.2);
}
@media (min-width: 1920px) {
  .matches-filter .cs-select .cs-options {
    margin-top: 10px;
    width: 200px;
  }
}
@media (min-width: 1920px) {
  .matches-filter .cs-select .cs-options ul {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.matches-filter .cs-select .cs-options span {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 0.625rem;
}
@media (min-width: 1920px) {
  .matches-filter .cs-select .cs-options span {
    padding: 10px 34px;
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .matches-filter .cs-select .cs-options {
    left: auto;
  }
}

.matches-table {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  border: none;
}
.matches-table thead tr th {
  border: none;
}
.matches-table tfoot tr td {
  border: none;
}
.matches-table tbody > tr:first-child td {
  border-top: none;
}
.matches-table tbody tr:nth-child(odd) {
  background-color: var(--color-dark);
}
.matches-table tbody tr:nth-child(even) {
  background-color: var(--color-black);
}
.matches-table tbody td {
  vertical-align: middle;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  border-left: 0;
  border-right: 0;
}
.matches-table tbody td.data-article .dashicons {
  padding-right: 0;
  margin-right: 0.25em;
  vertical-align: middle;
  line-height: 1em;
  position: relative;
  top: -1px;
}

.match-lineups-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .match-lineups-container {
    max-width: 708px;
  }
}
@media (min-width: 1200px) {
  .match-lineups-container {
    max-width: 970px;
  }
}
@media (min-width: 1920px) {
  .match-lineups-container {
    max-width: 1168px;
  }
}

table.lineups-table {
  width: 100%;
  border: none;
  --team-color: var(--color-primary);
}
table.lineups-table tr + tr td {
  border-top-style: solid;
}
table.lineups-table th, table.lineups-table td {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
table.lineups-table th:first-child, table.lineups-table td:first-child {
  padding-left: 0;
  text-align: left;
}
table.lineups-table th:last-child, table.lineups-table td:last-child {
  padding-right: 0;
  text-align: right;
}
table.lineups-table th {
  padding-bottom: 5px;
  font-size: 0.75rem;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  table.lineups-table th {
    padding-bottom: 11px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1920px) {
  table.lineups-table th {
    font-size: 1.125rem;
    padding-bottom: 18px;
  }
}
table.lineups-table th:first-child {
  padding-left: 15px;
}
table.lineups-table td {
  font-size: 0.75rem;
  text-transform: none;
}
@media (min-width: 1920px) {
  table.lineups-table td {
    font-size: 1.125rem;
  }
}
table.lineups-table td .match-player .sp-event-star {
  font-size: 12px;
  width: 14px;
  height: auto;
  line-height: 1.2em;
}
table.lineups-table td .match-player .sp-event-star-number {
  margin-left: 0;
  width: auto;
  line-height: 1.2em;
}
@media (max-width: 767.98px) {
  table.lineups-table .td-d-none-sm {
    display: none;
  }
}
table.lineups-table svg {
  width: 14px;
  height: 14px;
  fill: var(--color-light);
}
table.lineups-table--layout-1 tbody tr td.data-name {
  padding-top: 0;
  padding-bottom: 0;
}
table.lineups-table--layout-1 thead tr th.data-position,
table.lineups-table--layout-1 thead tr td.data-position,
table.lineups-table--layout-1 tbody tr th.data-position,
table.lineups-table--layout-1 tbody tr td.data-position {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
table.lineups-table--layout-1 tr + tr td {
  border-top-width: 1px;
}
table.lineups-table--layout-1 td .match-player__avatar {
  width: 90px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1920px) {
  table.lineups-table--layout-1 td .match-player__avatar {
    width: 120px;
    height: 80px;
  }
}
table.lineups-table--layout-1 td .match-player__avatar img:not(.match-player__placeholder) {
  width: 105px;
  max-width: none;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  table.lineups-table--layout-1 td .match-player__avatar img:not(.match-player__placeholder) {
    width: 120px;
  }
}
table.lineups-table--layout-1 .td-center-left {
  padding-left: 5px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  table.lineups-table--layout-1 .td-center-left {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  table.lineups-table--layout-1 .td-center-left {
    padding-right: 60px;
  }
}
table.lineups-table--layout-1 .td-center-right {
  padding-right: 5px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  table.lineups-table--layout-1 .td-center-right {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  table.lineups-table--layout-1 .td-center-right {
    padding-left: 60px;
  }
}
table.lineups-table--layout-2 thead tr th.data-name {
  padding: 0 0 14px 0;
  height: 56px;
}
table.lineups-table--layout-2 thead tr th.data-name::after {
  display: none;
}
table.lineups-table--layout-2 tbody tr td:first-child {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
table.lineups-table--layout-2 tr + tr td {
  border-top-width: 1px;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
table.lineups-table--layout-2 td {
  padding-top: 15px;
  padding-bottom: 14px;
}
table.lineups-table--layout-2 td .match-player {
  position: relative;
  padding: 15px 0 15px 24px;
}
@media (min-width: 1920px) {
  table.lineups-table--layout-2 td .match-player {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
table.lineups-table--layout-2 td .match-player img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
@media (min-width: 1920px) {
  table.lineups-table--layout-2 td .match-player img {
    width: 48px;
    height: 48px;
  }
}
table.lineups-table--layout-2 td .match-player::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--team-color, var(--color-primary));
}
table.lineups-table--layout-2 th:last-child,
table.lineups-table--layout-2 td:last-child {
  text-align: center;
  padding-right: 15px;
}
@media (min-width: 768px) {
  table.lineups-table--layout-2 th:last-child,
  table.lineups-table--layout-2 td:last-child {
    padding-right: 30px;
  }
}
table.lineups-table--layout-3 tbody tr td.data-name {
  padding-top: 0;
  padding-bottom: 0;
}
table.lineups-table--layout-3 thead tr th.data-name {
  padding: 0 0 14px 0;
  height: 56px;
}
table.lineups-table--layout-3 thead tr th.data-name::after {
  display: none;
}
table.lineups-table--layout-3 th:last-child,
table.lineups-table--layout-3 td:last-child {
  text-align: center;
  padding-right: 15px;
}
@media (min-width: 768px) {
  table.lineups-table--layout-3 th:last-child,
  table.lineups-table--layout-3 td:last-child {
    padding-right: 30px;
  }
}
table.lineups-table--layout-3 tr + tr td {
  border-top-width: 1px;
}
table.lineups-table--layout-3 td {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  table.lineups-table--layout-3 td {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  table.lineups-table--layout-3 td {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
table.lineups-table--layout-3 td .match-player:not(.match-player--small) .match-player__avatar:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
}
table.lineups-table--layout-3 td .match-player__avatar {
  margin-right: 18px;
}
table.lineups-table--layout-3 td .match-player__avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1920px) {
  table.lineups-table--layout-3 td .match-player__avatar {
    width: 90px;
    height: 90px;
  }
}
table.lineups-table--layout-3 td .match-player__avatar img:not(.match-player__placeholder) {
  width: 105px;
  max-width: none;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
}
@media (min-width: 1920px) {
  table.lineups-table--layout-3 td .match-player__avatar img:not(.match-player__placeholder) {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  table.lineups-table--layout-3 td:last-child .match-player {
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  table.lineups-table--layout-3 td:last-child .match-player {
    padding-right: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  table.lineups-table--layout-3 td:last-child .match-player__avatar {
    margin-left: 18px;
  }
}
@media (min-width: 1200px) {
  table.lineups-table--layout-3 td:last-child .match-player__avatar {
    margin-left: 18px;
  }
}

@media (min-width: 992px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] .match-team--lineup-3 {
    justify-content: flex-end;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] .match-team--lineup-3 .match-team-logo {
    margin: 5px 5px 5px 18px;
    order: 1;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] .match-team--lineup-3 figcaption {
    text-align: right;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 {
    direction: rtl;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 tbody tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 tbody tr td,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 thead tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 thead tr td,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 tfoot tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 tfoot tr td {
    direction: ltr;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 th:first-child {
    text-align: right !important;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td .match-player {
    justify-content: flex-end;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td .match-player figcaption {
    text-align: right;
    overflow: hidden;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td .match-player figcaption .sp-event-stars {
    float: left;
    margin-right: 0.2em;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td .match-player__avatar {
    order: 2;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td .match-player__avatar::before {
    position: absolute;
    right: -50%;
    left: 40%;
    transform: rotate(-20deg);
  }
}
@media (min-width: 992px) and (max-width: 374px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td .match-player {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-1 td:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 {
    direction: rtl;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 tbody tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 tbody tr td,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 thead tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 thead tr td,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 tfoot tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 tfoot tr td {
    direction: ltr;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 th:first-child {
    text-align: right !important;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 th:last-child,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 th:last-child,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 tbody tr td:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 24px;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player::before {
    left: auto;
    right: 0;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player__avatar {
    margin-right: 0;
    margin-left: 18px;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player figcaption {
    text-align: right;
    overflow: hidden;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player figcaption .sp-event-stars {
    float: left;
    margin-right: 0.2em;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player__avatar {
    order: 2;
  }
}
@media (min-width: 992px) and (max-width: 374px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-2 td .match-player {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 {
    direction: rtl;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 tbody tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 tbody tr td,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 thead tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 thead tr td,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 tfoot tr th,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 tfoot tr td {
    direction: ltr;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 th:first-child {
    text-align: right !important;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 th:last-child,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 th:last-child,
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td .match-player {
    justify-content: flex-end;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td .match-player__avatar {
    margin-right: 0;
    margin-left: 18px;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td .match-player figcaption {
    text-align: right;
    overflow: hidden;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td .match-player figcaption .sp-event-stars {
    float: left;
    margin-right: 0.2em;
  }
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td .match-player__avatar {
    order: 2;
  }
}
@media (min-width: 992px) and (max-width: 374px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td .match-player {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .sp-event-performance-teams > .row > [class*=col] + [class*=col] table.lineups-table.lineups-table--layout-3 td:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
}

.upcoming-table {
  font-size: 1.125rem;
}
@media (min-width: 1920px) {
  .upcoming-table {
    font-size: 1.75rem;
  }
}
.upcoming-table tbody td {
  padding: 22px 14px;
}
@media (min-width: 576px) {
  .upcoming-table tbody td {
    padding: 29px 0 27px 24px;
  }
}
@media (min-width: 1920px) {
  .upcoming-table tbody td {
    padding-top: 36px;
    padding-bottom: 34px;
  }
}
.upcoming-table__label {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--color-secondary);
}
@media (min-width: 1920px) {
  .upcoming-table__label {
    margin-top: 5px;
    font-size: 1.25rem;
  }
}
.upcoming-table__team-vs {
  margin: 0 20px;
}
@media (min-width: 1920px) {
  .upcoming-table__team-vs {
    margin: 0 30px;
  }
}
.upcoming-table__tickets,
.upcoming-table td.data-date span {
  color: var(--color-primary);
}
.upcoming-table td.data-date {
  font-size: 0.875rem;
}
@media (min-width: 1920px) {
  .upcoming-table td.data-date {
    font-size: 1.75rem;
  }
}
.upcoming-table td.data-date span {
  display: block;
  font-size: 1.75rem;
  line-height: 0.75;
}
@media (min-width: 1920px) {
  .upcoming-table td.data-date span {
    margin-bottom: -1px;
    font-size: 3.25rem;
  }
}
.upcoming-table__tickets:hover {
  color: var(--color-light);
}
.upcoming-table__tickets.disable {
  color: var(--color-secondary);
}
.upcoming-table td.data-time a,
.upcoming-table td.data-results a {
  color: var(--color-light);
}
.upcoming-table td.data-time a:hover,
.upcoming-table td.data-results a:hover {
  color: var(--color-secondary);
}
.upcoming-table td.data-teams .match-teams-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upcoming-table td.data-teams .match-team:first-child .match-team__desc {
  order: 0;
  text-align: right;
}
.upcoming-table td.data-teams .match-team:first-child .match-team-logo {
  order: 1;
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 1920px) {
  .upcoming-table td.data-teams .match-team:first-child .match-team-logo {
    margin-right: 0;
    margin-left: 14px;
  }
}

.standings-table {
  border: none;
}
.standings-table thead th,
.standings-table tbody td {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
}
.standings-table thead th:first-child,
.standings-table tbody td:first-child {
  width: 6%;
  padding-left: 14px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .standings-table thead th:first-child,
  .standings-table tbody td:first-child {
    padding-left: 24px;
  }
}
.standings-table thead th:nth-child(2),
.standings-table tbody td:nth-child(2) {
  padding-left: 20px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .standings-table thead th:nth-child(2),
  .standings-table tbody td:nth-child(2) {
    padding-left: 10px;
  }
}
.standings-table thead th:first-child, .standings-table thead th:nth-child(2),
.standings-table tbody td:first-child,
.standings-table tbody td:nth-child(2) {
  text-align: left;
}
.standings-table thead th:nth-child(7),
.standings-table tbody td:nth-child(7) {
  width: 8%;
}
.standings-table thead th:last-child,
.standings-table tbody td:last-child {
  width: 8.6%;
  padding-left: 0;
  padding-right: 14px;
}
@media (min-width: 768px) {
  .standings-table thead th:last-child,
  .standings-table tbody td:last-child {
    padding-right: 24px;
  }
}
.standings-table thead th {
  padding: 2px 10px 11px;
  border: none;
}
@media (min-width: 1920px) {
  .standings-table thead th {
    padding-bottom: 22px;
  }
}
.standings-table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.75rem;
}
@media (min-width: 1920px) {
  .standings-table tbody td {
    font-size: 1.125rem;
  }
}
.standings-table__team {
  width: 19.658%;
  min-width: 180px;
}
.standings-table__wins, .standings-table__streak--wins,
.standings-table td.data-wins {
  color: var(--color-success);
}
.standings-table__losses, .standings-table__streak--losses,
.standings-table td.data-losses {
  color: var(--color-danger);
}

.ncr-player-list-table {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  border: none;
}
.ncr-player-list-table thead tr th {
  border: none;
}
.ncr-player-list-table tfoot tr td {
  border: none;
}
.ncr-player-list-table thead th,
.ncr-player-list-table tbody td {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
}
.ncr-player-list-table thead th:first-child,
.ncr-player-list-table tbody td:first-child {
  padding-left: 14px;
}
@media (min-width: 768px) {
  .ncr-player-list-table thead th:first-child,
  .ncr-player-list-table tbody td:first-child {
    padding-left: 24px;
  }
}
.ncr-player-list-table thead th:nth-child(2),
.ncr-player-list-table tbody td:nth-child(2) {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .ncr-player-list-table thead th:nth-child(2),
  .ncr-player-list-table tbody td:nth-child(2) {
    padding-left: 10px;
  }
}
.ncr-player-list-table thead th.data-name, .ncr-player-list-table thead th.data-team,
.ncr-player-list-table tbody td.data-name,
.ncr-player-list-table tbody td.data-team {
  text-align: left;
}
.ncr-player-list-table thead th:last-child,
.ncr-player-list-table tbody td:last-child {
  padding-right: 14px;
}
@media (min-width: 768px) {
  .ncr-player-list-table thead th:last-child,
  .ncr-player-list-table tbody td:last-child {
    padding-right: 24px;
  }
}
.ncr-player-list-table thead th {
  padding: 2px 10px 11px;
  border: none;
}
@media (min-width: 1920px) {
  .ncr-player-list-table thead th {
    padding-bottom: 22px;
  }
}
.ncr-player-list-table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.75rem;
}
@media (min-width: 1920px) {
  .ncr-player-list-table tbody td {
    font-size: 1.125rem;
  }
}
.ncr-player-list-table tbody td.data-name .player-flag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.ncr-player-list-table tbody td.has-photo > a, .ncr-player-list-table tbody td.has-flag > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.ncr-player-list-table tbody td .player-photo {
  position: relative;
  overflow: hidden;
}
.ncr-player-list-table tbody td .player-photo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: none !important;
  max-height: none !important;
  width: 170% !important;
  height: auto !important;
}
.ncr-player-list-table tbody > tr:first-child td {
  border-top: none;
}
.ncr-player-list-table tbody tr:nth-child(odd) {
  background-color: var(--color-dark);
}
.ncr-player-list-table tbody tr:nth-child(even) {
  background-color: var(--color-black);
}
.ncr-player-list-table tbody td {
  vertical-align: middle;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  border-left: 0;
  border-right: 0;
}
.ncr-player-list-table tbody td.data-article .dashicons {
  padding-right: 0;
  margin-right: 0.25em;
  vertical-align: middle;
  line-height: 1em;
  position: relative;
  top: -1px;
}

.team-carousel {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .team-carousel {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) {
  .team-carousel__content.swiper-container {
    overflow: visible;
  }
}
.team-carousel__content .swiper-wrapper {
  z-index: 11;
}
.team-carousel__content > .slick-dots {
  position: absolute;
  top: 0;
  bottom: auto;
  right: auto;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 12;
}
.admin-bar .team-carousel__content > .slick-dots {
  top: 30px;
}
@media (min-width: 1200px) {
  .team-carousel__content > .slick-dots {
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
  }
  .admin-bar .team-carousel__content > .slick-dots {
    top: 50%;
  }
}
@media (min-width: 1300px) {
  .team-carousel__content > .slick-dots {
    left: -98px;
  }
}
@media (min-width: 1920px) {
  .team-carousel__content > .slick-dots {
    left: -144px;
  }
}
.team-carousel__content > .slick-dots li {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border: 2px solid var(--color-secondary);
  border-radius: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .team-carousel__content > .slick-dots li {
    background-color: transparent;
  }
}
@media (min-width: 1920px) {
  .team-carousel__content > .slick-dots li {
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-width: 3px;
  }
}
body:not(.cursor-is--active) .team-carousel__content > .slick-dots li {
  cursor: pointer;
}
.team-carousel__content > .slick-dots li svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: var(--color-secondary);
  transition: fill 300ms ease;
}
@media (min-width: 1920px) {
  .team-carousel__content > .slick-dots li svg {
    width: 16px;
    height: 16px;
  }
}
.team-carousel__content > .slick-dots li:hover, .team-carousel__content > .slick-dots li.slick-active {
  border-color: var(--color-primary);
}
.team-carousel__content > .slick-dots li:hover svg, .team-carousel__content > .slick-dots li.slick-active svg {
  fill: var(--color-light);
}
.team-carousel__content > .slick-dots li {
  display: inline-block;
}
@media (min-width: 1200px) {
  .team-carousel__content > .slick-dots li {
    display: block;
  }
}
.team-carousel__content > .slick-dots li + li {
  position: relative;
}
@media (max-width: 374px) {
  .player-info-page .team-carousel__content > .slick-dots li + li {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .team-carousel__content > .slick-dots li + li {
    margin-left: 34px;
  }
}
@media (min-width: 1200px) {
  .team-carousel__content > .slick-dots li + li {
    margin-top: 38px;
  }
}
@media (min-width: 1920px) {
  .team-carousel__content > .slick-dots li + li {
    margin-top: 50px;
  }
}
.team-carousel__content > .slick-dots li + li:before {
  position: absolute;
  content: "";
}
@media (max-width: 374px) {
  .player-info-page .team-carousel__content > .slick-dots li + li:before {
    width: 22px;
  }
}
@media (max-width: 1199px) {
  .team-carousel__content > .slick-dots li + li:before {
    width: 26px;
    top: 14px;
    right: calc(100% + 6px);
    border-top: 2px dotted var(--color-secondary);
  }
}
@media (min-width: 1200px) {
  .team-carousel__content > .slick-dots li + li:before {
    bottom: calc(100% + 6px);
    left: 14px;
    height: 30px;
    border-left: 2px dotted var(--color-secondary);
  }
}
@media (min-width: 1920px) {
  .team-carousel__content > .slick-dots li + li:before {
    bottom: calc(100% + 12px);
    left: 16px;
    height: 32px;
    border-width: 4px;
  }
}
@media (min-width: 1200px) {
  .team-carousel__content {
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .team-carousel__content {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 1199px) {
  .team-carousel__item {
    padding-top: 110px;
  }
}
@media (max-width: 767.98px) {
  .team-carousel__item {
    padding-top: 94px;
  }
}
@media (min-width: 1200px) {
  .team-carousel__item {
    display: flex !important;
    align-items: center;
    min-height: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .team-carousel__item {
    min-height: calc(100vh - 100px);
  }
}
.team-carousel__item > .row > div > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .team-carousel__item .row-between-xl-2col > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.team-carousel__item p,
.team-carousel__item .content-text {
  color: var(--color-body-dark);
}
.team-carousel__item * + p {
  margin-top: -6px;
}
.team-carousel-tabs__navigation {
  justify-content: center;
  margin-top: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-light);
}
.team-carousel-tabs__navigation li {
  display: inline-block;
}
body:not(.cursor-is--active) .team-carousel-tabs__navigation li {
  cursor: pointer;
}
.team-carousel-tabs__navigation li a {
  outline: none;
  color: var(--color-secondary);
}
.team-carousel-tabs__navigation li a:hover, .team-carousel-tabs__navigation li a.active {
  color: var(--color-primary);
}
.team-carousel-tabs__navigation li + li {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .team-carousel-tabs__navigation li + li {
    margin-left: 34px;
  }
}
.team-carousel * + .row.row-mb-balance {
  margin-bottom: -24px !important;
}
@media (min-width: 768px) {
  .team-carousel * + .row.row-mb-balance {
    margin-bottom: -39px !important;
  }
}
@media (min-width: 1200px) {
  .team-carousel * + .row.row-mb-balance {
    margin-bottom: -49px !important;
  }
}

.team-info-page .team-player, .player-info-page .team-player {
  position: relative;
}
@media (min-width: 1200px) {
  .team-info-page .team-player, .player-info-page .team-player {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .team-info-page .team-player, .player-info-page .team-player {
    height: calc(100vh - 100px);
  }
}
.team-info-page .team-player {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .team-info-page .team-player {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .team-info-page .team-player {
    margin-top: 0;
  }
}
.player-info-page .team-player {
  padding-top: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .player-info-page .team-player {
    top: auto;
    bottom: 0;
  }
  .player-info-page .team-player .team-player__photo {
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  .player-info-page .team-player .team-player__photo {
    margin-inline: 0;
    float: right;
  }
}
@media (min-width: 1200px) {
  .player-info-page .team-player__base, .player-info-page .team-player__photo {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.player-info-page .team-player__base {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.player-info-page .team-player__base img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .player-info-page .team-player__base img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.player-info-page .team-player__base .ncr-page-decor {
  width: 50%;
  left: auto;
  right: 0;
}
.player-info-page .team-player__base .ncr-page-decor .ncr-page-decor__layer-bg {
  right: -100%;
}
.team-info-page .team-player__base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .team-info-page .team-player__base {
    height: 54.5573vh;
  }
}
@media (max-width: 374px) {
  .team-info-page .team-player__base img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .team-info-page .team-player__base img {
    position: relative;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
}
.team-player__photo {
  z-index: 4;
}
.player-info-page .team-player__photo {
  width: 100%;
}
@media (max-width: 1199px) {
  .player-info-page .team-player__photo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .player-info-page .team-player__photo {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .player-info-page .team-player__photo {
    width: 50%;
  }
}
.player-info-page .team-player__photo img {
  width: 100%;
}
@media (min-width: 1200px) {
  .player-info-page .team-player__photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (min-width: 1200px) {
  .team-info-page .team-player__photo {
    height: 54.5573vh;
  }
}
@media (min-width: 1920px) {
  .team-info-page .team-player__photo {
    height: 53.981481vh;
  }
}
.team-info-page .team-player__photo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.75;
  transform: translate3d(0, 7.5%, 0);
  transition: 0.2s all cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 991.98px) {
  .team-info-page .team-player__photo img {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .team-info-page .team-player__photo img {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .team-info-page .team-player__photo img {
    position: relative;
    left: 50%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: translate3d(-50%, 7.5%, 0);
  }
}
.team-info-page .tab-pane.show .team-player__photo img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1200px) {
  .team-info-page .tab-pane.show .team-player__photo img {
    transform: translate3d(-50%, 0, 0);
  }
}
.team-player__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
@media (min-width: 1200px) {
  .team-player__info {
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .team-player__info {
    height: calc(100vh - 100px);
  }
}
.team-player__header {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .team-player__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .team-player__header {
    margin-bottom: 52px;
  }
}
.team-player__name {
  margin-bottom: 9px;
}
@media (min-width: 1920px) {
  .team-player__name {
    margin-bottom: 21px;
  }
}
.team-player__nickname {
  margin-bottom: 15px;
  font-size: 2.5rem;
  text-transform: none;
  color: var(--color-light);
}
@media (min-width: 576px) {
  .team-player__nickname {
    margin-bottom: 25px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1920px) {
  .team-player__nickname {
    margin-bottom: 39px;
    font-size: 5.25rem;
  }
}
.team-player__nickname .add-icon {
  position: absolute;
  top: 4px;
  left: calc(100% + 13px);
}
@media (min-width: 576px) {
  .team-player__nickname .add-icon {
    top: 16px;
    left: calc(100% + 23px);
  }
}
@media (min-width: 1920px) {
  .team-player__nickname .add-icon {
    top: 24px;
    left: calc(100% + 27px);
  }
}
.team-player__filter {
  margin-bottom: 40px;
  padding: 15px 15px 60px;
  display: flex;
  justify-content: center;
  z-index: 5;
  will-change: transform;
}
@media (max-width: 991.98px) {
  .team-player__filter {
    max-width: 300px;
    margin: 0 auto;
    padding: 5px 5px 60px;
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .team-player__filter {
    position: absolute;
    top: 120px;
    left: calc(100% - 10px);
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 1480px) {
  .team-player__filter {
    left: calc(100% + 110px);
  }
}
@media (min-width: 1920px) {
  .team-player__filter {
    top: 150px;
    left: calc(100% + 130px);
  }
}
.team-player__filter .team-player__filter-item:nth-child(even) .team-player__filter-inner {
  transform: rotate(45deg) translate(45.75%, 45.75%);
}
@media (min-width: 992px) {
  .team-player__filter .team-player__filter-item:nth-child(even) .team-player__filter-inner {
    transform: rotate(45deg) translate(-45.75%, 45.75%);
  }
}
.team-player__filter .team-player__filter-item + .team-player__filter-item {
  margin-left: -24.5px;
}
@media (min-width: 992px) {
  .team-player__filter .team-player__filter-item + .team-player__filter-item {
    margin-top: -35%;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .team-player__filter .team-player__filter-item {
    float: left;
    margin: -24.5px 10px 0 10px;
  }
  .team-player__filter .team-player__filter-item + .team-player__filter-item {
    margin-left: 10px;
  }
  .team-player__filter .team-player__filter-item:nth-child(1), .team-player__filter .team-player__filter-item:nth-child(2), .team-player__filter .team-player__filter-item:nth-child(3) {
    margin-top: 24.5px;
  }
  .team-player__filter .team-player__filter-item:nth-child(5n+4) {
    margin-left: 55px;
  }
  .team-player__filter .team-player__filter-item:nth-child(5n+6) {
    clear: left;
  }
  .team-player__filter .team-player__filter-item:nth-child(even) .team-player__filter-inner {
    transform: rotate(45deg);
  }
}
.team-player__filter .team-player__filter-inner {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  outline: 0;
  border: 6px solid var(--color-quaternary);
  transform: rotate(45deg);
  overflow: hidden;
  color: var(--color-light);
  background-color: var(--color-dark);
  transition: all 300ms ease;
  will-change: transform;
}
@media (min-width: 1920px) {
  .team-player__filter .team-player__filter-inner {
    width: 98px;
    height: 98px;
    border-width: 8.4px;
  }
}
.team-player__filter .team-player__filter-inner::before, .team-player__filter .team-player__filter-inner::after {
  position: absolute;
  content: "";
  top: -21px;
  left: -21px;
  width: 100px;
  height: 100px;
  z-index: 33;
  transform: rotate(-45deg);
  transition: all 300ms ease;
}
@media (min-width: 1920px) {
  .team-player__filter .team-player__filter-inner::before, .team-player__filter .team-player__filter-inner::after {
    top: -29.4px;
    left: -29.4px;
    width: 140px;
    height: 140px;
  }
}
.team-player__filter .team-player__filter-inner::before {
  z-index: 34;
  mix-blend-mode: multiply;
  background-color: #6b7199;
}
.team-player__filter .team-player__filter-inner::after {
  z-index: 35;
  mix-blend-mode: screen;
  background-color: #151720;
}
.team-player__filter .team-player__filter-inner .team-player__filter-img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% + 6px);
  top: calc(50% + 6px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  transform: translate(-50%, -50%) rotate(-45deg);
  filter: grayscale(100%);
  will-change: transform;
}
@media (min-width: 1920px) {
  .team-player__filter .team-player__filter-inner .team-player__filter-img {
    left: calc(50% + 8px);
    top: calc(50% + 8px);
    width: 140px;
    height: 140px;
  }
}
.team-player__filter .team-player__filter-inner:hover, .team-player__filter .team-player__filter-inner.active {
  position: relative;
  z-index: 1;
  border-color: var(--color-primary);
}
.team-player__filter .team-player__filter-inner:hover .team-player__filter-img, .team-player__filter .team-player__filter-inner.active .team-player__filter-img {
  filter: grayscale(0);
}
.team-player__filter .team-player__filter-inner:hover::before, .team-player__filter .team-player__filter-inner:hover::after, .team-player__filter .team-player__filter-inner.active::before, .team-player__filter .team-player__filter-inner.active::after {
  display: none;
}

.team-info-page .tab-pane {
  will-change: transform;
  position: relative;
  z-index: 4;
}

.team-info-page,
.player-info-page {
  color: var(--color-light);
  overflow: hidden;
}
.team-info-page.site-content,
.player-info-page.site-content {
  padding-top: 30px;
  padding-bottom: 72px;
}
@media (min-width: 1200px) {
  .team-info-page.site-content,
  .player-info-page.site-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.player-info-page__statistics-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .player-info-page__statistics-footer .player-info-detail--hero {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .player-info-page__statistics-footer > div:not(.player-info-detail--hero) {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .player-info-page__statistics-footer > .player-info-detail:last-child {
    margin-left: 56px;
  }
}

.player-info-detail--hero {
  display: flex;
  flex-wrap: nowrap;
}

.team-info-page .team-player__inner {
  position: relative;
}
@media (min-width: 1920px) {
  .team-info-page .team-player__inner {
    margin-left: 54%;
  }
}
.team-info-page .team-player__inner .ncr-page-decor {
  position: absolute;
  top: auto;
  right: -25%;
  bottom: 0;
  left: auto;
  width: 550px;
  height: 55%;
}
@media (max-width: 991.98px) {
  .team-info-page .team-player__inner .ncr-page-decor {
    display: none;
  }
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-1 {
  height: 40%;
  left: 81%;
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2 {
  height: 100%;
  left: 78%;
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2::before {
  left: 0;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.4);
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-2::after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--color-decor-page-line);
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-3 {
  left: 60%;
  height: 70%;
  width: 50%;
  box-shadow: 0 3px 0 24px rgba(0, 0, 0, 0.05);
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-3::before {
  left: 0;
  width: 75%;
  right: auto;
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-3::after {
  left: 75%;
  width: 2px;
  height: 100%;
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-4 {
  left: 109%;
  top: 4%;
  height: 75%;
}
.team-info-page .team-player__inner .ncr-page-decor .ncr-page-decor__layer-5 {
  left: 83%;
  bottom: 0;
  height: 40%;
}
.team-info-page .team-player__inner .ncr-page-decor.ncr-page-decor--orange .ncr-page-decor__layer-2::after {
  background-color: #f3ff38;
}
.team-info-page .team-player__inner .ncr-page-decor.ncr-page-decor--blue .ncr-page-decor__layer-2::after {
  background-color: #f3ff38;
}
.team-info-page .team-player__inner .ncr-page-decor.ncr-page-decor--purple .ncr-page-decor__layer-2::after {
  background-color: #f3ff38;
}
.team-info-page .team-player__inner .ncr-page-decor.ncr-page-decor--red .ncr-page-decor__layer-2::after {
  background-color: #f3ff38;
}

.player-info-subtitle, .player-info-title {
  text-transform: none;
}
.player-info-subtitle {
  letter-spacing: -0.03em;
  color: var(--color-primary);
}
.player-info-subtitle.h4 {
  margin-bottom: 12px;
  font-size: 1.5rem;
}
@media (min-width: 1920px) {
  .player-info-subtitle.h4 {
    margin-bottom: 15px;
    font-size: 2.25rem;
  }
}
.player-info-subtitle.h5 {
  margin-bottom: 9px;
  font-size: 1.25rem;
}
@media (min-width: 1920px) {
  .player-info-subtitle.h5 {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}
.player-info-subtitle.h5 + .btn {
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .player-info-subtitle.h5 + .btn {
    margin-top: -19px;
  }
}
@media (max-width: 374px) {
  .player-info-subtitle.h5 + .btn {
    margin-top: -10px;
    padding: 0.75rem 1rem 0.625rem;
  }
  .player-info-subtitle.h5 + .btn i {
    display: none;
  }
}
.player-info-title {
  color: var(--color-light);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .player-info-title {
    margin-bottom: 43px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .player-info-title {
    font-size: 3.875rem;
  }
}
@media (min-width: 1200px) {
  .player-info-title {
    margin-bottom: 67px;
  }
}
@media (min-width: 1920px) {
  .player-info-title {
    margin-bottom: 85px;
    font-size: 5.25rem;
  }
}
.player-info-title.h-lead-1 {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .player-info-title.h-lead-1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .player-info-title.h-lead-1 {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .player-info-title.h-lead-1 {
    font-size: 5.125rem;
  }
}
@media (min-width: 1200px) {
  .player-info-title.h-lead-1 {
    margin-bottom: 58px;
  }
}
@media (min-width: 1920px) {
  .player-info-title.h-lead-1 {
    margin-bottom: 76px;
    font-size: 9.125rem;
  }
}
.player-info-detail__link, .player-info-detail__label, .player-info-detail__title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
}
.player-info-detail__flag {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 0.3em;
}
.player-info-detail__link, .player-info-detail__label {
  color: var(--color-secondary);
}
.player-info-detail__link {
  display: inline-block;
  outline: none;
}
.player-info-detail__link:hover {
  color: var(--color-primary);
}
.player-info-detail__title {
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .player-info-detail__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__title {
    font-size: 1.75rem;
  }
}
.player-info-detail__title .df-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 8px auto;
  fill: var(--color-light);
}
.player-info-detail__title > a {
  color: var(--color-white);
}
.player-info-detail__title > a:hover {
  color: var(--color-primary);
}
.player-info-detail__icon {
  display: block;
  float: left;
  margin-right: 18px;
}
@media (min-width: 1920px) {
  .player-info-detail__icon {
    margin-right: 26px;
  }
}
.player-info-detail__icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1920px) {
  .player-info-detail__icon svg {
    width: 30px;
    height: 30px;
  }
}
.player-info-detail__icon--lg {
  padding-top: 2px;
}
@media (max-width: 767.98px) {
  .col-6 .player-info-detail__icon--lg {
    float: none;
    margin-bottom: 2px;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__icon--lg {
    padding-top: 4px;
  }
}
.player-info-detail__icon--lg svg {
  width: 32px;
  height: 35px;
}
@media (min-width: 768px) {
  .player-info-detail__icon--lg svg {
    width: 44px;
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__icon--lg svg {
    width: 67px;
    height: 70px;
  }
}
.player-info-detail__value {
  display: block;
  float: left;
  margin-right: 12px;
  color: var(--color-primary);
}
@media (min-width: 375px) {
  .player-info-detail__value {
    margin-right: 18px;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__value {
    margin-right: 26px;
  }
}
.player-info-detail__value.h3 {
  margin-bottom: 0;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}
@media (min-width: 375px) {
  .player-info-detail__value.h3 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__value.h3 {
    font-size: 4.375rem;
  }
}
.player-info-detail__bar {
  position: relative;
  display: block;
  float: left;
  margin-top: -2px;
  margin-right: 12px;
}
@media (min-width: 375px) {
  .player-info-detail__bar {
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .player-info-detail__bar {
    margin-top: -8px;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__bar {
    margin-top: -14px;
    margin-right: 26px;
  }
}
.player-info-detail__bar svg {
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .player-info-detail__bar svg {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1920px) {
  .player-info-detail__bar svg {
    width: 80px;
    height: 80px;
  }
}
.player-info-detail__bar svg path {
  stroke: var(--color-secondary);
}
.player-info-detail__bar svg path + path {
  stroke: var(--color-primary);
}
.player-info-detail__bar i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.5rem;
  transform: translate(-40%, -65%);
}
@media (min-width: 768px) {
  .player-info-detail__bar i {
    font-size: 0.5625rem;
    transform: translate(-25%, -70%);
  }
}
@media (min-width: 1920px) {
  .player-info-detail__bar i {
    font-size: 0.9375rem;
  }
}
.player-info-detail__hero {
  --character-color: var(--color-primary);
  position: relative;
  overflow: hidden;
  width: 37px;
  height: 37px;
  margin-left: 8px;
  margin-right: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: var(--character-color, var(--color-primary));
  will-change: transform;
  transform: rotate(-45deg);
}
.player-info-detail__hero img {
  width: 45px;
  max-width: 45px;
  height: auto;
  position: absolute;
  left: -8px;
  top: -7px;
  transform: rotate(45deg);
}
.player-info-detail__body {
  overflow: hidden;
  flex: 1;
}
.player-info-detail__label + * {
  margin-top: 5px;
}
@media (min-width: 1920px) {
  .player-info-detail__label + * {
    margin-top: 6px;
  }
}
.player-info-detail__title + .player-info-detail__label {
  margin-top: 4px;
}
* + .row .player-info-detail {
  margin-bottom: 24px;
}
* + .row .player-info-detail--icon {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  * + .row:not(:last-child) .player-info-detail, .team-carousel * + .row .player-info-detail {
    margin-bottom: 39px;
  }
}
@media (min-width: 1200px) {
  * + .row:not(:last-child) .player-info-detail, .team-carousel * + .row .player-info-detail {
    margin-bottom: 49px;
  }
}
@media (min-width: 1920px) {
  * + .row:not(:last-child) .player-info-detail, .team-carousel * + .row .player-info-detail {
    margin-bottom: 69px;
  }
}
@media (min-width: 768px) {
  * + .row:not(:last-child) .player-info-detail--icon, .team-carousel * + .row .player-info-detail--icon {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  * + .row:not(:last-child) .player-info-detail--icon, .team-carousel * + .row .player-info-detail--icon {
    margin-bottom: 45px;
  }
}
@media (min-width: 1920px) {
  * + .row:not(:last-child) .player-info-detail--icon, .team-carousel * + .row .player-info-detail--icon {
    margin-bottom: 66px;
  }
}
.player-info-detail p {
  color: var(--color-body-dark);
}
.player-info-carousel {
  position: relative;
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .player-info-carousel {
    padding-right: 86px;
  }
}
.player-info-carousel .slick-arrow {
  position: absolute;
  top: 4px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  outline: 0;
  z-index: 1;
  transition: opacity 300ms ease;
  cursor: none;
}
body:not(.cursor-is--active) .player-info-carousel .slick-arrow {
  cursor: pointer;
}
.player-info-carousel .slick-arrow:hover {
  opacity: 1;
}
.player-info-carousel .slick-arrow svg {
  width: 18px;
  height: 10px;
  fill: var(--color-light);
}
@media (min-width: 1920px) {
  .player-info-carousel .slick-arrow svg {
    height: 20px;
  }
}
.player-info-carousel .slick-arrow:hover svg {
  fill: var(--color-primary);
}
.player-info-carousel .slick-prev {
  right: 66px;
}
@media (min-width: 1200px) {
  .col-xl-8 .player-info-carousel .slick-prev {
    right: auto;
    left: calc(100% + 25px);
  }
}
@media (min-width: 1920px) {
  .col-xl-8 .player-info-carousel .slick-prev {
    left: calc(100% + 55px);
  }
}
.player-info-carousel .slick-next {
  right: 0;
}
@media (min-width: 1200px) {
  .col-xl-8 .player-info-carousel .slick-next {
    right: auto;
    left: calc(100% + 91px);
  }
}
@media (min-width: 1920px) {
  .col-xl-8 .player-info-carousel .slick-next {
    left: calc(100% + 141px);
  }
}
.player-info-carousel .slick-custom-pagination {
  display: block;
  position: absolute;
  top: 1px;
  right: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .player-info-carousel .slick-custom-pagination {
    top: 4px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 .player-info-carousel .slick-custom-pagination {
    right: auto;
    left: calc(100% + 67px);
    transform: translateX(-50%);
  }
}
@media (min-width: 1920px) {
  .col-xl-8 .player-info-carousel .slick-custom-pagination {
    left: calc(100% + 108px);
  }
}

.header-player-info-navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50px;
}
@media (min-width: 1920px) {
  .header-player-info-navigation {
    width: 78px;
  }
}
.header-player-info-navigation a {
  margin-top: 4px;
  display: block;
  line-height: 1;
}
.header-player-info-navigation a.disable svg {
  fill: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.4);
}
.header-player-info-navigation svg {
  width: 7px;
  height: 14px;
  fill: var(--color-light);
}
@media (min-width: 1920px) {
  .header-player-info-navigation svg {
    width: 11px;
    height: 22px;
  }
}
.header-player-info-navigation__card {
  position: absolute;
  left: -26px;
  display: flex;
  align-items: center;
  width: 260px;
  height: 72px;
  background-color: var(--color-dark);
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease-in-out;
}
@media (min-width: 992px) {
  .header-player-info-navigation__card {
    left: -40px;
  }
}
@media (min-width: 1920px) {
  .header-player-info-navigation__card {
    left: -60px;
    width: 320px;
    height: 104px;
  }
}
.site-header--top .header-player-info-navigation__card {
  top: calc(100% + 2px);
  transform: translateY(-1rem);
}
.site-header--bottom .header-player-info-navigation__card {
  bottom: calc(100% + 2px);
  transform: translateY(1rem);
}
.header-player-info-navigation a:hover .header-player-info-navigation__card {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.3s;
}
.header-player-info-navigation__avatar {
  height: 100%;
}
.header-player-info-navigation__body {
  padding-left: 12px;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: var(--color-light);
}
.header-player-info-navigation__name {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.header-player-info-navigation__nickname {
  font-size: 1rem;
}
@media (min-width: 1920px) {
  .header-player-info-navigation__nickname {
    font-size: 1.125rem;
  }
}
.header-player-info-navigation img {
  height: 100%;
}

.team-info-page .team-player--slider-wrapper {
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(45% + 200px);
}
@media (min-width: 576px) {
  .team-info-page .team-player--slider-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .team-info-page .team-player--slider-wrapper {
    width: 100%;
    margin-top: 50px;
  }
}

.team-player__slider {
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .team-player__slider {
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1920px) {
  .team-player__slider {
    height: calc(100vh - 100px);
  }
}
.team-player__slider .slick-list,
.team-player__slider .slick-track,
.team-player__slider .slick-slide {
  height: 100%;
}
.team-player__slider .slick-list {
  transform: translateX(200px);
  padding-left: 170px;
}
@media (max-width: 991.98px) {
  .team-player__slider .slick-list {
    transform: none;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .team-player__slider .slick-list {
    transform: translateX(180px);
    padding-left: 180px;
  }
}

.team-player__slide {
  display: block;
}
@media (max-width: 991.98px) {
  .team-player__slide {
    overflow: hidden;
  }
}
.team-player__slide .team-player__slide-inner {
  overflow: hidden;
  position: relative;
  opacity: 0;
  background-color: var(--color-dark);
  background-image: linear-gradient(#26293a, #040506);
}
.team-player__slide.slick-active:not(.slick-current) .team-player__slide-inner {
  opacity: 1;
  filter: url("#duotone_base");
}
.team-player__slide.slick-current .team-player__slide-inner {
  background-image: linear-gradient(var(--color-decor-page-layer-3-gradient-start), var(--color-decor-page-layer-3-gradient-stop));
  opacity: 1;
  overflow: visible;
}
.team-player__slide.slick-current .team-player__slide-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
}
.team-player__slide.slick-current .team-player__slide-inner .team-player__slide-img {
  transform: skewX(20deg) translateX(0);
  transition: transform 0.8s ease;
  backface-visibility: hidden;
}
@media (max-width: 991.98px) {
  .team-player__slide.slick-current .team-player__slide-inner .team-player__slide-img {
    transform: translateX(0);
  }
}
.team-player__slide.slick-current.team-player__slide--color-default .team-player__slide-inner {
  background-image: linear-gradient(var(--color-decor-page-layer-3-gradient-start), var(--color-decor-page-layer-3-gradient-stop));
}
.team-player__slide.slick-current.team-player__slide--color-orange .team-player__slide-inner {
  background-image: linear-gradient(#ffa632, #ff1306);
}
.team-player__slide.slick-current.team-player__slide--color-blue .team-player__slide-inner {
  background-image: linear-gradient(#2ddbff, #051aff);
}
.team-player__slide.slick-current.team-player__slide--color-purple .team-player__slide-inner {
  background-image: linear-gradient(#8126f7, #0f04bb);
}
.team-player__slide.slick-current.team-player__slide--color-red .team-player__slide-inner {
  background-image: linear-gradient(#ea004d, #440009);
}

.team-player__slide-inner {
  display: block;
  background-color: green;
  height: 100%;
  transform: skewX(-20deg);
  transition: opacity 0.1s ease;
}
@media (max-width: 991.98px) {
  .team-player__slide-inner {
    transform: none;
  }
}

.team-player__slide-decor {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.team-player__slide-decor::before {
  content: "";
  display: block;
  position: absolute;
  transform: skewX(20deg);
  left: 0;
  right: -33%;
  top: 0;
  bottom: 0;
  background-image: url("../img/hexagon-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  mix-blend-mode: overlay;
}
@media (max-width: 991.98px) {
  .team-player__slide-decor::before {
    transform: none;
  }
}

.team-player__slide-line-1 {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 2px;
  height: 35%;
  background-color: #f3ff38;
}

.team-player__slide-line-2 {
  position: absolute;
  left: 58%;
  top: 0;
  width: 2px;
  height: 23%;
  background-color: #f3ff38;
}

.team-player__slide-img {
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  transform: skewX(20deg) translateX(-75px);
  height: 100%;
  transition: none;
  max-width: none;
}
@media (max-width: 991.98px) {
  .team-player__slide-img {
    left: 0;
    transform: none;
  }
}

.team-player__slide-meta-holder {
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: hsla(var(--color-dark-h), var(--color-dark-s), var(--color-dark-l), 0.8);
}

.team-player__slide-meta {
  transform: skewX(20deg);
  padding: 6% 5% 4% 10%;
}
@media (max-width: 991.98px) {
  .team-player__slide-meta {
    transform: none;
  }
}

.team-player__slide-title {
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 1em;
  color: var(--color-light);
}

.team-player__slide-subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.2em;
}

.team-player .team-player__slide-link {
  display: block;
  position: absolute;
  right: 5%;
  top: 16px;
}

.paging_simple_numbers {
  padding: 2rem 0 1rem 0;
  display: flex;
  justify-content: center;
}
.paging_simple_numbers .paginate_button {
  display: inline-block;
  padding: 0.2em 0.35em;
  margin: 0 0.3em;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: var(--h5-font-size);
  line-height: 1.2em;
  color: var(--color-light);
}
.paging_simple_numbers .paginate_button.previous {
  margin-right: auto;
}
.paging_simple_numbers .paginate_button.next {
  margin-left: auto;
}
.paging_simple_numbers .paginate_button.current {
  color: var(--color-light);
}
.paging_simple_numbers .paginate_button:hover:not(.current) {
  color: var(--color-primary);
}
.page-template-page-side-banner .paging_simple_numbers .paginate_button {
  color: var(--color-dark);
}
.page-template-page-side-banner .paging_simple_numbers .paginate_button.current {
  color: var(--color-dark);
}

.sp-template-event-calendar {
  margin-bottom: 0;
}
.sp-template-event-calendar .sp-event-calendar {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-light);
  border: none;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .sp-template-event-calendar .sp-event-calendar {
    font-size: 1.125rem;
  }
}
@media (min-width: 1920px) {
  .sp-template-event-calendar .sp-event-calendar {
    font-size: 1.75rem;
  }
}
.sp-template-event-calendar .sp-event-calendar caption {
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  caption-side: top;
  color: var(--color-light);
  font-size: var(--h4-font-size);
}
@media (min-width: 576px) {
  .sp-template-event-calendar .sp-event-calendar caption {
    font-size: var(--h2-font-size);
  }
}
.sp-template-event-calendar .sp-event-calendar thead tr {
  background-color: var(--color-dark);
}
.sp-template-event-calendar .sp-event-calendar thead tr th {
  width: 14.28%;
  padding: 14px 14px;
  border: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  border-left: 0;
  border-right: 0;
}
.sp-template-event-calendar .sp-event-calendar thead tr th:last-child {
  border-right: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.sp-template-event-calendar .sp-event-calendar thead tr th:first-child {
  border-left: 1px solid hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
@media (min-width: 576px) {
  .sp-template-event-calendar .sp-event-calendar thead tr th {
    padding: 27px 24px;
  }
}
@media (min-width: 1920px) {
  .sp-template-event-calendar .sp-event-calendar thead tr th {
    padding-top: 36px;
    padding-bottom: 34px;
  }
}
.sp-template-event-calendar .sp-event-calendar tbody td {
  width: 14.28%;
  padding: 5px 14px 22px 14px;
  text-align: right;
}
@media (min-width: 576px) {
  .sp-template-event-calendar .sp-event-calendar tbody td {
    padding: 14px 16px 14px 24px;
    height: 140px;
  }
}
@media (min-width: 1920px) {
  .sp-template-event-calendar .sp-event-calendar tbody td {
    padding-top: 10px;
    padding-bottom: 34px;
  }
}
.sp-template-event-calendar .sp-event-calendar tbody td a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--color-success);
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  margin: -2px -4px;
}
@media (min-width: 576px) {
  .sp-template-event-calendar .sp-event-calendar tbody td a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 -4px;
  }
}
.sp-template-event-calendar .sp-event-calendar tfoot td {
  width: 14.28%;
  padding: 22px 14px;
}
@media (min-width: 576px) {
  .sp-template-event-calendar .sp-event-calendar tfoot td {
    padding: 27px 24px;
  }
}
@media (min-width: 1920px) {
  .sp-template-event-calendar .sp-event-calendar tfoot td {
    padding-top: 36px;
    padding-bottom: 34px;
  }
}
.sp-template-event-calendar .sp-event-calendar tfoot tr td {
  border: none;
}
.sp-template-event-calendar .sp-event-calendar tbody > tr:first-child td {
  border-top: none;
}
.sp-template-event-calendar .sp-event-calendar tbody tr:nth-child(odd) {
  background-color: var(--color-dark);
}
.sp-template-event-calendar .sp-event-calendar tbody tr:nth-child(even) {
  background-color: var(--color-black);
}
.sp-template-event-calendar .sp-event-calendar tbody td {
  vertical-align: top;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
}
.sp-player-list {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  border: none;
}
.bg--type-dark .sp-player-list {
  color: var(--color-light);
}
.sp-player-list thead tr th {
  border: none;
}
.sp-player-list tfoot tr td {
  border: none;
}
.sp-player-list tbody > tr:first-child td {
  border-top: none;
}
.bg--type-dark .sp-player-list tbody tr:nth-child(odd) {
  background-color: var(--color-dark);
}
.bg--type-dark .sp-player-list tbody tr:nth-child(even) {
  background-color: var(--color-dark);
}
.sp-player-list tbody td {
  vertical-align: middle;
  border-color: hsla(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l), 0.2);
  border-left: 0;
  border-right: 0;
}
.sp-player-list tbody td.data-article .dashicons {
  padding-right: 0;
  margin-right: 0.25em;
  vertical-align: middle;
  line-height: 1em;
  position: relative;
  top: -1px;
}

.sp-event-performance-teams .sp-template-event-performance-icons {
  width: 100%;
  padding-right: 0;
  text-align: end;
}

.sp-event-performance .sp-performance-icons {
  width: 60%;
  vertical-align: middle;
}

.ncr-performance {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-inline: 0.5em;
}
.single-sp_list .gallery {
  display: block;
}
.single-sp_list .gallery .sp-template-player-gallery .sp-player-gallery-wrapper {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .single-sp_list .gallery .sp-template-player-gallery .sp-player-gallery-wrapper {
    gap: 2rem;
  }
}
.single-sp_list .gallery .sp-template-player-gallery .sp-player-gallery-wrapper .gallery-item {
  margin-block-end: 0;
  background-color: var(--color-dark);
  border: 6px solid var(--color-quaternary);
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .single-sp_list .gallery .sp-template-player-gallery .sp-player-gallery-wrapper .gallery-item {
    border-width: 10px;
  }
}
.single-sp_list .gallery .sp-template-player-gallery .sp-player-gallery-wrapper .gallery-item:hover {
  border-color: var(--color-primary);
}
.single-sp_list .gallery .sp-template-player-gallery .sp-player-gallery-wrapper .gallery-caption {
  display: flex;
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 1em;
  height: 50%;
}
.single-sp_list .gallery.gallery-columns-2 .sp-template-player-gallery .sp-player-gallery-wrapper {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .single-sp_list .gallery.gallery-columns-2 .sp-template-player-gallery .sp-player-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .single-sp_list .gallery.gallery-columns-2 .sp-template-player-gallery .sp-player-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-sp_list .gallery.gallery-columns-3 .sp-template-player-gallery .sp-player-gallery-wrapper {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .single-sp_list .gallery.gallery-columns-3 .sp-template-player-gallery .sp-player-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .single-sp_list .gallery.gallery-columns-3 .sp-template-player-gallery .sp-player-gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-sp_list .gallery.gallery-columns-4 .sp-template-player-gallery .sp-player-gallery-wrapper {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .single-sp_list .gallery.gallery-columns-4 .sp-template-player-gallery .sp-player-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .single-sp_list .gallery.gallery-columns-4 .sp-template-player-gallery .sp-player-gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*# sourceMappingURL=style-theme.css.map */