/**
 * Verdin CSS Framework
 * (c)2018-2023 Verdin Limited
 * All Rights Reserved
 */
/**
 * Import Partials
 */
/* Reboot - VerdinCSS Framework */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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-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 {
  -webkit-box-sizing: content-box;
          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]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Palette - Verdin Framework */
/**
 * Root CSS Variables
 * Cool Gray Palette (http://mcg.mbitson.com/)
 */
:root {
  color-scheme: dark;
  --color-50: #F5F7FA;
  --color-100: #E4E7EB;
  --color-200: #CBD2D9;
  --color-300: #9AA5B1;
  --color-400: #7B8794;
  --color-500: #616E7C;
  --color-600: #52606D;
  --color-700: #3E4C59;
  --color-800: #323F4B;
  --color-900: #1F2933;
  --color-a100: #9ecbff;
  --color-a200: #6bafff;
  --color-a400: #3893ff;
  --color-a700: #1f85ff;
  --color-blue: #0054b8;
  --color-green: #008978;
  --color-orange: #F16311;
  --color-red: #C62828;
  --color-dblue: #003d85;
  --color-dgreen: #00564b;
  --color-dorange: #c44f0c;
  --color-dred: #9c1f1f;
  --color-lorange: #f7a271;
  --color-black: #192129;
  --color-white: #F8F8F8;
  --shadow: 0 2px 5px rgba(0,0,0,.45);
  --shadow-below: 0 4px 8px rgba(0,0,0,.45);
  --shadow-top-slim: inset 0 8px 8px -8px rgba(0,0,0,0.45);
  --shadow-focus: 0 0 0 3px var(--color-900), 0 0 0 6px var(--color-a700);
  --shadow-focus-inset: inset 0 0 0 3px var(--color-a700),
                         inset 0 0 0 6px var(--color-900);
  --shadow-border: inset 0 -3px 0 0 rgba(0,0,0,.25);
  --shadow-around: 1px 2px 3px rgba(0, 0, 0, 0.25);
  --shadow-top: inset 0 25px 25px -25px rgba(0,0,0,0.65);
  --logo-ascent: var(--color-orange);
  --max-height: 9999px;
  --bg-blend-mode: multiply;
}

/* SASS Variables - Verdin Framework */
/**
 * Colors Array
 */
/* Containers - VerdinCSS Framework */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

/**
 * Modifiers
 */
.container--xxs {
  width: 250px;
}
.container--xs {
  width: 450px;
}
.container--sm {
  width: 750px;
}
.container--m {
  width: 800px;
}
.container--lg {
  width: 990px;
}
.container--xl {
  width: 1200px;
}
.container--2xl {
  width: 1450px;
}
.container--3xl {
  width: 1680px;
}
.container--overflow {
  overflow: visible;
}

@media (max-width: 750px) {
  .container {
    width: 100% !important;
    margin: 0;
  }
  .container--max {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Grid - VerdinCSS Framework */
.grid {
  display: -ms-grid;
  display: grid;
}

/**
 * Grid Columns
 */
.grid-col-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.grid-row-span-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.grid-col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-row-span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.grid-col-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.grid-row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

.grid-col-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.grid-row-span-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4;
}

.grid-col-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-span-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.grid-row-span-5 {
  -ms-grid-row-span: 5;
  grid-row: span 5;
}

.grid-col-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.grid-col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.grid-row-span-6 {
  -ms-grid-row-span: 6;
  grid-row: span 6;
}

.grid-col-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.grid-col-span-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.grid-row-span-7 {
  -ms-grid-row-span: 7;
  grid-row: span 7;
}

.grid-col-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.grid-col-span-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.grid-row-span-8 {
  -ms-grid-row-span: 8;
  grid-row: span 8;
}

.grid-col-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.grid-col-span-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.grid-row-span-9 {
  -ms-grid-row-span: 9;
  grid-row: span 9;
}

.grid-col-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}

.grid-col-span-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.grid-row-span-10 {
  -ms-grid-row-span: 10;
  grid-row: span 10;
}

@media (max-width: 1200px) {
  .grid-col-m-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-m-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-m-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-m-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-m-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-m-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-m-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-m-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-m-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-m-10 {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 750px) {
  .grid-col-sm-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-sm-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-sm-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-sm-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-sm-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-sm-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-sm-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-sm-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-sm-10 {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 750px) {
  .grid-break-sm {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .grid-break-sm > * {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: span 1 !important;
  }
}
.grid-col-auto-80 {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}

.grid-col-auto-100 {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.grid-col-auto-120 {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.grid-col-auto-150 {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.grid-col-auto-200 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-col-auto-250 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.grid-col-auto-300 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-col-auto-320 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.grid-col-auto-350 {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.grid-col-auto-400 {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.grid-col-auto-450 {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

.grid-col-spread {
  grid-column: 1/-1;
}

.grid-col-2-spread {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.grid-last-right {
  -ms-grid-column-span: -1;
  grid-column-end: -1;
}

.grid-last-center {
  -ms-grid-column-span: -2;
  grid-column-end: -2;
}

@media (max-width: 1028px) {
  .grid-last-center {
    grid-column: 1/-1;
  }
}
/**
 * Alignment
 */
.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-hcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.grid-self-bottom {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.grid-self-right {
  -ms-grid-column-align: right;
      justify-self: right;
}

/**
 * Grid/Flex Gaps
 */
.gap-0125 {
  gap: 0.125rem;
}

.gap-row-0125 {
  row-gap: 0.125rem;
}

.gap-col-0125 {
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}

.gap-025 {
  gap: 0.25rem;
}

.gap-row-025 {
  row-gap: 0.25rem;
}

.gap-col-025 {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.gap-0375 {
  gap: 0.375rem;
}

.gap-row-0375 {
  row-gap: 0.375rem;
}

.gap-col-0375 {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-row-05 {
  row-gap: 0.5rem;
}

.gap-col-05 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-065 {
  gap: 0.65rem;
}

.gap-row-065 {
  row-gap: 0.65rem;
}

.gap-col-065 {
  -webkit-column-gap: 0.65rem;
     -moz-column-gap: 0.65rem;
          column-gap: 0.65rem;
}

.gap-075 {
  gap: 0.75rem;
}

.gap-row-075 {
  row-gap: 0.75rem;
}

.gap-col-075 {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-row-1 {
  row-gap: 1rem;
}

.gap-col-1 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-row-15 {
  row-gap: 1.5rem;
}

.gap-col-15 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-row-2 {
  row-gap: 2rem;
}

.gap-col-2 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-row-3 {
  row-gap: 3rem;
}

.gap-col-3 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

/**
 * Flow
 */
.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-column {
  grid-auto-flow: column;
}

/**
 * Helpers
 */
.grid-eq-h {
  grid-auto-rows: 1fr;
}

.grid-eq-w {
  grid-auto-columns: 1fr;
}

.grid-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* Flexbox - VerdinCSS Framework */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/**
 * Flex Direction
 */
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/**
 * Flex Position
 */
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-hcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/**
 * Flex Column Widths
 */
.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.flex-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.flex-3 {
  -webkit-box-flex: 3 !important;
      -ms-flex: 3 !important;
          flex: 3 !important;
}

.flex-4 {
  -webkit-box-flex: 4 !important;
      -ms-flex: 4 !important;
          flex: 4 !important;
}

.flex-5 {
  -webkit-box-flex: 5 !important;
      -ms-flex: 5 !important;
          flex: 5 !important;
}

/* Text - VerdinCSS Framework */
/**
* Weights & Styles
*/
.text-thin {
  font-weight: 300 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-strong,
.text-bold {
  font-weight: bold !important;
}

.text-black {
  font-weight: 900 !important;
}

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

.text-strike {
  text-decoration: line-through !important;
}

/**
* Sizes
*/
.text-jumbo {
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: -2px;
  line-height: 1;
}

@media (max-width: 750px) {
  .text-jumbo {
    font-size: 3rem;
  }
}
.text-small,
.text-small p {
  font-size: 0.9rem;
  line-height: 1.375;
}

.text-smaller,
.text-smaller p {
  font-size: 0.8rem;
  line-height: 1.25;
}

.text-tiny,
.text-tiny p {
  font-size: 0.7rem;
  line-height: 1.1;
}

/**
 * Alignment
 */
.text-left {
  text-align: left;
}

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

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

/**
* Transformations
*/
.text-capitalize {
  text-transform: capitalize;
}

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

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

/**
 * Letter Spacings
 */
.letter-spacing-0 {
  letter-spacing: 0px;
}

.letter-spacing-1 {
  letter-spacing: -1px;
}

.letter-spacing-2 {
  letter-spacing: -2px;
}

/**
 * Line Heights
 */
.line-height-1 {
  line-height: "1 !important";
}

.line-height-115 {
  line-height: "1.15 !important";
}

.line-height-125 {
  line-height: "1.25 !important";
}

.line-height-150 {
  line-height: "1.5 !important";
}

.line-height-165 {
  line-height: "1.65 !important";
}

.line-height-2 {
  line-height: "2 !important";
}

/**
 * Helpers
 */
.text-shadow {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}

.text-code {
  font-family: Consolas, Monaco, monospace;
}

/* Components - VerdinCSS Framework */
/**
 * Circular Spinner
 */
.spinner {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.spinner img {
  width: 10rem;
  height: 10rem;
}

@media (max-width: 750px) {
  .spinner img {
    width: 4rem;
    height: 4rem;
  }
}
/**
 * Horizontal Spinner
 */
.spinner-horizontal {
  position: fixed;
  z-index: 10;
  top: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--color-900);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
}

/**
 * Trending
 */
.section-trending {
  margin: 5rem 0 3rem 0;
}
.section-trending.trending-page {
  margin-top: 3rem;
}

.trending {
  grid-auto-rows: minmax(100px, -webkit-max-content);
  grid-auto-rows: minmax(100px, max-content);
}
.trending__item {
  text-decoration: none !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: var(--color-800);
  color: var(--color-100) !important;
}
.trending__item:hover, .trending__item:focus {
  -webkit-box-shadow: var(--shadow-focus);
          box-shadow: var(--shadow-focus);
}
.trending__item:hover .trending__counter, .trending__item:focus .trending__counter {
  color: var(--color-a700);
}
.trending__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 100% 30px;
  border-bottom-right-radius: 100% 30px;
  -webkit-box-shadow: inset -25px 0px 25px -25px rgba(0, 0, 0, 0.65);
          box-shadow: inset -25px 0px 25px -25px rgba(0, 0, 0, 0.65);
}
.trending__counter {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  line-height: 1;
  background: var(--color-900);
  color: var(--color-a200);
  border-top-right-radius: 100% 110px;
  border-bottom-right-radius: 100% 10px;
  letter-spacing: -1px;
}
.trending__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .trending__item,
.trending__photo {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/**
 * Social Links & Share
 */
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-links a {
  text-decoration: none;
  background: var(--color-800);
  color: var(--color-100);
  width: 3.25rem;
  height: 3.25rem;
  margin: 0.25rem;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-links a img {
  width: 1.75rem;
  height: auto;
}

.social-links a:hover, .social-links a:focus {
  background: var(--color-blue);
}
.social-links a:hover img, .social-links a:focus img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/**
 * User Slates
 * 		Usage: Listing Users
 */
.user-slate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 115px (1fr)[3];
  grid-template-columns: 115px repeat(3, 1fr);
  overflow: hidden;
  border-radius: 0.5rem;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--color-800);
  line-height: 1.5;
  color: var(--color-100);
  font-size: 0.9rem;
  border-left: 5px solid var(--color-a700);
}
.user-slate span {
  display: block;
}
.user-slate:hover, .user-slate:focus {
  text-decoration: none;
  background: var(--color-700);
  color: var(--color-50);
}
.user-slate:hover h4, .user-slate:focus h4 {
  color: var(--color-50);
}

.user-slate .name {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding: 0.75rem 1rem;
  color: var(--color-50);
}

.user-slate .avatar {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.user-slate .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 1rem;
  width: 115px;
  height: 115px;
}

.user-slate .details {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  padding: 0 1rem 1rem 1rem;
}

/**
 * Featured
 */
.featured {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr 0.25rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  height: 550px;
  background: var(--color-900);
}
.featured__item {
  position: relative;
  overflow: hidden;
}
.featured__title {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.85);
  margin: 0;
  padding: 4%;
  line-height: 1.1;
}
.featured__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: -webkit-transform 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
  transition: transform 250ms ease-in-out, filter 250ms ease-in-out;
  transition: transform 250ms ease-in-out, filter 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
}
.featured__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-decoration: none !important;
  color: var(--color-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.featured__link:hover, .featured__link:focus {
  color: #fff;
}
.featured__item--p1 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.featured__item--p1 .featured__title {
  font-size: clamp(1.5rem, 2.75vw, 2.75rem);
}
.featured__item--p2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.featured__item--p2 .featured__title {
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
}
.featured__item--p3, .featured__item--p4 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.featured__item--p3 .featured__title, .featured__item--p4 .featured__title {
  font-size: clamp(1.5rem, 1.75vw, 1.75rem);
}

@media (min-width: 1201px) {
  .featured__link:hover + .featured__image,
.featured__link:focus + .featured__image {
    -webkit-filter: brightness(0.8) contrast(1);
            filter: brightness(0.8) contrast(1);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media (max-width: 1200px) {
  .featured {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    height: 450px;
  }
  .featured__title {
    text-shadow: none;
  }
  .featured__item--p2 {
    display: none;
  }
  .featured__link:hover, .featured__link:focus {
    -webkit-box-shadow: var(--shadow-focus-inset);
            box-shadow: var(--shadow-focus-inset);
  }
}
@media (max-width: 750px) {
  .featured {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
  }
  .featured__item {
    aspect-ratio: 16/9;
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: span 1 !important;
  }
  .featured__item--p2 {
    display: block;
  }
}
/**
 * Infobox
 */
.infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  color: inherit;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.infobox > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  font-size: 3.5rem;
}

.infobox > div:nth-child(2) {
  padding: 1rem 1.5rem;
}
.infobox > div:nth-child(2) p:last-child {
  margin-bottom: 0;
}

/**
 * Admin Block
 */
.admin-block {
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--color-800);
}

/**
 * Splash Video
 */
.splash-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--color-900);
  margin: 1.5rem 0;
  border-radius: 0.5rem;
}

.splash-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**
 * Overlay
 */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}

/**
 * Accordion
 */
.accordion-header {
  border-bottom: 2px solid var(--color-a200);
  cursor: pointer;
}

.accordion-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  gap: 0.5em;
}
.accordion-title:hover {
  color: var(--color-50);
}
.accordion-title::before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  color: var(--color-a100);
  font-size: 1.15em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}

.accordion.open .accordion-content {
  max-height: var(--max-height);
}
.accordion.open .accordion-title::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: var(--color-orange);
}
.accordion.open .accordion-header {
  border-color: var(--color-orange);
}

/**
 * Cards
 */
.card {
  text-decoration: none !important;
  background: var(--color-800);
  border-radius: 0.5rem;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  color: var(--color-100);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card__title {
  margin-bottom: 0 !important;
  line-height: 1.25 !important;
  padding: 1.375rem 1.375rem 0 1.375rem;
  color: var(--color-50);
}
.card__body {
  margin: 0;
  line-height: 1.5;
  padding: 1.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card__image {
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 16/9;
  background-color: var(--color-700);
  overflow: hidden;
  border-bottom: 1px solid var(--color-900);
}
.card:hover, .card:focus {
  -webkit-box-shadow: var(--shadow-focus);
          box-shadow: var(--shadow-focus);
}
.card:hover *, .card:focus * {
  color: var(--color-50) !important;
}

@media (max-width: 1200px) {
  .card {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.card__footer {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-auto-flow: dense;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--color-900);
  color: var(--color-200);
  font-size: 0.8rem;
  padding: 0.75rem 1rem;
  overflow: hidden;
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.15;
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0;
}
.card__info--hits {
  font-size: 1rem;
  color: var(--color-50);
  -ms-grid-column-span: -1;
  grid-column-end: -1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card__info--status {
  color: var(--color-50);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem;
  letter-spacing: 1px;
  font-size: 0.7rem;
}
.card__info--status[data-status="2"] {
  background: var(--color-orange);
}
.card__info--status[data-status="2"]::before {
  content: "DRAFT";
}
.card__info--status[data-status="3"] {
  background: var(--color-red);
}
.card__info--status[data-status="3"]::before {
  content: "DELETED";
}

/**
 * Popular Posts
 */
.popular-posts {
  counter-reset: count_post;
}

.popular-posts > a.card {
  counter-increment: count_post;
}

.popular-posts a.card {
  position: relative;
}

.popular-posts a.card::after {
  content: counter(count_post, decimal-leading-zero);
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 5;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  line-height: 1;
  background: var(--color-900);
  color: var(--color-a200);
  border-top-right-radius: 100% 110px;
  border-bottom-right-radius: 100% 10px;
  letter-spacing: -1px;
}

/* Forms - Verdin Framework KEEP */
/**
 * Global Settings
 */
input,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}

input[type=date]::-webkit-calendar-picker-indicator:hover,
input[type=time]::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
}

input[type=submit] {
  width: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-900) inset !important;
          box-shadow: 0 0 0 30px var(--color-900) inset !important;
  border-bottom: 2px solid var(--color-700);
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--color-50) !important;
}

/**
* Input Groups
*/
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.form-group label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 0.9rem;
}

.form-group .toggle-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.75rem;
}

/**
 * Form Inputs
 */
.form-input {
  border: none;
  border-bottom: 2px solid var(--color-500);
  padding: 0.25rem 0.375rem;
  border-radius: 0;
  -webkit-transition: border ease 500ms;
  transition: border ease 500ms;
  line-height: 1.5rem;
  color: var(--color-50);
  background: transparent;
  margin-bottom: 0.5rem;
}

.form-input:focus,
.form-input:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 2px solid var(--color-a700);
}

.form-input::-webkit-input-placeholder {
  color: var(--color-500);
}

.form-input::-moz-placeholder {
  color: var(--color-500);
}

.form-input:-ms-input-placeholder {
  color: var(--color-500);
}

.form-input::-ms-input-placeholder {
  color: var(--color-500);
}

.form-input::placeholder {
  color: var(--color-500);
}

/**
 * Form Input Plain
 */
.form-input-plain {
  border: none;
  outline: none;
  border-radius: 0;
  font-size: inherit;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  line-height: 1.5rem;
  color: var(--color-50);
  background: var(--color-900);
}

/**
 * Search Group
 */
.search-group,
.singleline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-group input,
.singleline-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.25rem 0 0 0.25rem;
}
.search-group input:nth-child(2),
.singleline-group input:nth-child(2) {
  border-radius: 0;
  border-left: 1px solid var(--color-900);
}
.search-group .btn,
.singleline-group .btn {
  border-radius: 0 0.25rem 0.25rem 0;
}

/**
 * Input Files
 */
input.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/**
 * Select
 */
.form-select {
  position: relative;
  margin-bottom: 0.75rem;
}
.form-select select {
  background: var(--color-900);
  color: var(--color-100);
  border: none;
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
  line-height: 1.5rem;
  outline: none;
  border-radius: 0.25rem;
}
.form-select .select-arrow {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.75rem;
  pointer-events: none;
  border-radius: 0 0.25rem 0.25rem 0;
  background: var(--color-600);
}
.form-select .select-arrow::before,
.form-select .select-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-select .select-arrow::before {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid var(--color-100);
  top: 65%;
}
.form-select .select-arrow::after {
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid var(--color-100);
  top: 35%;
}

/**
 * Textarea
 */
.form-textarea {
  border: none;
  border-radius: 0;
  background: var(--color-900);
  border-bottom: 2px solid var(--color-600);
  padding: 0.5rem;
  -webkit-transition: border ease 500ms;
  transition: border ease 500ms;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  color: var(--color-100);
  line-height: 1.25;
}

.form-textarea:focus,
.form-textarea:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 2px solid var(--color-a700);
  color: var(--color-50);
}

/**
 * Toggle Switch
 */
label.toggle {
  display: inline-block;
  cursor: pointer;
}

.toggle-input {
  display: none;
}

.toggle-switch {
  position: relative;
  width: 2.5rem;
  height: calc(2.5rem / 2);
  border-radius: calc(calc(2.5rem / 2) / 2);
  background: var(--color-900);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.toggle-input:checked ~ .toggle-switch {
  background: var(--color-a700);
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(2.5rem / 2);
  width: calc(2.5rem / 2);
  background: var(--color-100);
  -webkit-box-shadow: var(--shadow-around);
          box-shadow: var(--shadow-around);
  border-radius: calc(calc(2.5rem / 2) / 2);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.toggle-input:checked ~ .toggle-switch::after {
  -webkit-transform: translateX(calc(2.5rem / 2));
          transform: translateX(calc(2.5rem / 2));
}

/**
 * Theme Switcher
 */
.theme-toggle {
  display: inline-block;
  cursor: pointer;
}
.theme-toggle__input {
  display: none;
}
.theme-toggle__switch {
  position: relative;
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
  background: var(--color-800);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.375rem;
}
.theme-toggle__input:checked ~ .theme-toggle__switch {
  background: #f6c307;
}
.theme-toggle__switch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: var(--color-50);
  -webkit-box-shadow: var(--shadow-around);
          box-shadow: var(--shadow-around);
  border-radius: 1rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.theme-toggle__sun, .theme-toggle__moon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  fill: var(--color-50);
}
.theme-toggle__sun {
  fill: #fff;
}
.theme-toggle__input:checked ~ .theme-toggle__switch::after {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}

/* Buttons - Verdin Framework */
/**
 * Global Settings
 */
button,
button:focus {
  outline: none;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-reset {
  color: inherit;
  font-size: inherit;
  background: inherit;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: var(--color-100);
  background: var(--color-700);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  outline: none;
  vertical-align: middle;
  border-radius: 0.25rem;
  text-decoration: none !important;
  user-select: none;
  text-align: center;
}

.btn:focus,
button:focus {
  outline: none;
}

.btn:hover,
.btn:focus {
  color: var(--color-50);
}

/**
 * Modifiers
 */
.btn--border {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, 0.15), var(--shadow);
          box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, 0.15), var(--shadow);
}
.btn--shadow {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.btn--noshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn--noradius {
  border-radius: 0 !important;
}
.btn--tiny {
  line-height: 1;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}
.btn--small {
  line-height: 1;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
}
.btn--medium {
  font-size: 1.05rem;
  padding: 0.65rem 1.1rem;
}
.btn--large {
  font-size: 1.1rem;
  padding: 0.75rem 1.25rem;
}
.btn--round {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Disabled Button
 */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

/**
 * Button Groups
 */
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-group-spread {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**
 * Colors
 * $name, $bg, $color, $hover_bg, $hover_color
 */
.btn-50,
a.btn-50 {
  background: var(--color-50);
  color: var(--color-800);
}
.btn-50:hover, .btn-50:focus, .btn-50:active, .btn-50.active,
a.btn-50:hover,
a.btn-50:focus,
a.btn-50:active,
a.btn-50.active {
  background: var(--color-200);
  color: var(--color-900);
}
.btn-50.active:not(.btn-cnt),
a.btn-50.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-100,
a.btn-100 {
  background: var(--color-100);
  color: var(--color-800);
}
.btn-100:hover, .btn-100:focus, .btn-100:active, .btn-100.active,
a.btn-100:hover,
a.btn-100:focus,
a.btn-100:active,
a.btn-100.active {
  background: var(--color-300);
  color: var(--color-900);
}
.btn-100.active:not(.btn-cnt),
a.btn-100.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-200,
a.btn-200 {
  background: var(--color-200);
  color: var(--color-800);
}
.btn-200:hover, .btn-200:focus, .btn-200:active, .btn-200.active,
a.btn-200:hover,
a.btn-200:focus,
a.btn-200:active,
a.btn-200.active {
  background: var(--color-400);
  color: var(--color-900);
}
.btn-200.active:not(.btn-cnt),
a.btn-200.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-300,
a.btn-300 {
  background: var(--color-300);
  color: var(--color-900);
}
.btn-300:hover, .btn-300:focus, .btn-300:active, .btn-300.active,
a.btn-300:hover,
a.btn-300:focus,
a.btn-300:active,
a.btn-300.active {
  background: var(--color-200);
  color: var(--color-900);
}
.btn-300.active:not(.btn-cnt),
a.btn-300.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-400,
a.btn-400 {
  background: var(--color-400);
  color: var(--color-100);
}
.btn-400:hover, .btn-400:focus, .btn-400:active, .btn-400.active,
a.btn-400:hover,
a.btn-400:focus,
a.btn-400:active,
a.btn-400.active {
  background: var(--color-600);
  color: var(--color-50);
}
.btn-400.active:not(.btn-cnt),
a.btn-400.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-500,
a.btn-500 {
  background: var(--color-50);
  color: var(--color-800);
}
.btn-500:hover, .btn-500:focus, .btn-500:active, .btn-500.active,
a.btn-500:hover,
a.btn-500:focus,
a.btn-500:active,
a.btn-500.active {
  background: var(--color-700);
  color: var(--color-50);
}
.btn-500.active:not(.btn-cnt),
a.btn-500.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-600,
a.btn-600 {
  background: var(--color-600);
  color: var(--color-100);
}
.btn-600:hover, .btn-600:focus, .btn-600:active, .btn-600.active,
a.btn-600:hover,
a.btn-600:focus,
a.btn-600:active,
a.btn-600.active {
  background: var(--color-800);
  color: var(--color-50);
}
.btn-600.active:not(.btn-cnt),
a.btn-600.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-700,
a.btn-700 {
  background: var(--color-700);
  color: var(--color-100);
}
.btn-700:hover, .btn-700:focus, .btn-700:active, .btn-700.active,
a.btn-700:hover,
a.btn-700:focus,
a.btn-700:active,
a.btn-700.active {
  background: var(--color-900);
  color: var(--color-100);
}
.btn-700.active:not(.btn-cnt),
a.btn-700.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-800,
a.btn-800 {
  background: var(--color-800);
  color: var(--color-100);
}
.btn-800:hover, .btn-800:focus, .btn-800:active, .btn-800.active,
a.btn-800:hover,
a.btn-800:focus,
a.btn-800:active,
a.btn-800.active {
  background: var(--color-700);
  color: var(--color-100);
}
.btn-800.active:not(.btn-cnt),
a.btn-800.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-900,
a.btn-900 {
  background: var(--color-900);
  color: var(--color-200);
}
.btn-900:hover, .btn-900:focus, .btn-900:active, .btn-900.active,
a.btn-900:hover,
a.btn-900:focus,
a.btn-900:active,
a.btn-900.active {
  background: var(--color-600);
  color: var(--color-50);
}
.btn-900.active:not(.btn-cnt),
a.btn-900.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-a100,
a.btn-a100 {
  background: var(--color-a100);
  color: var(--color-blue);
}
.btn-a100:hover, .btn-a100:focus, .btn-a100:active, .btn-a100.active,
a.btn-a100:hover,
a.btn-a100:focus,
a.btn-a100:active,
a.btn-a100.active {
  background: var(--color-a200);
  color: var(--color-50);
}
.btn-a100.active:not(.btn-cnt),
a.btn-a100.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-a200,
a.btn-a200 {
  background: var(--color-a200);
  color: var(--color-50);
}
.btn-a200:hover, .btn-a200:focus, .btn-a200:active, .btn-a200.active,
a.btn-a200:hover,
a.btn-a200:focus,
a.btn-a200:active,
a.btn-a200.active {
  background: var(--color-a400);
  color: var(--color-50);
}
.btn-a200.active:not(.btn-cnt),
a.btn-a200.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-a400,
a.btn-a400 {
  background: var(--color-a400);
  color: var(--color-50);
}
.btn-a400:hover, .btn-a400:focus, .btn-a400:active, .btn-a400.active,
a.btn-a400:hover,
a.btn-a400:focus,
a.btn-a400:active,
a.btn-a400.active {
  background: var(--color-a700);
  color: var(--color-100);
}
.btn-a400.active:not(.btn-cnt),
a.btn-a400.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-a700,
a.btn-a700 {
  background: var(--color-a700);
  color: var(--color-50);
}
.btn-a700:hover, .btn-a700:focus, .btn-a700:active, .btn-a700.active,
a.btn-a700:hover,
a.btn-a700:focus,
a.btn-a700:active,
a.btn-a700.active {
  background: var(--color-blue);
  color: var(--color-100);
}
.btn-a700.active:not(.btn-cnt),
a.btn-a700.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-blue,
a.btn-blue {
  background: var(--color-blue);
  color: var(--color-100);
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active,
a.btn-blue:hover,
a.btn-blue:focus,
a.btn-blue:active,
a.btn-blue.active {
  background: var(--color-dblue);
  color: var(--color-50);
}
.btn-blue.active:not(.btn-cnt),
a.btn-blue.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-green,
a.btn-green {
  background: var(--color-green);
  color: var(--color-100);
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active,
a.btn-green:hover,
a.btn-green:focus,
a.btn-green:active,
a.btn-green.active {
  background: var(--color-dgreen);
  color: var(--color-50);
}
.btn-green.active:not(.btn-cnt),
a.btn-green.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-orange,
a.btn-orange {
  background: var(--color-orange);
  color: var(--color-100);
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active,
a.btn-orange:hover,
a.btn-orange:focus,
a.btn-orange:active,
a.btn-orange.active {
  background: var(--color-dorange);
  color: var(--color-50);
}
.btn-orange.active:not(.btn-cnt),
a.btn-orange.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

.btn-red,
a.btn-red {
  background: var(--color-red);
  color: var(--color-100);
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active,
a.btn-red:hover,
a.btn-red:focus,
a.btn-red:active,
a.btn-red.active {
  background: var(--color-dred);
  color: var(--color-50);
}
.btn-red.active:not(.btn-cnt),
a.btn-red.active:not(.btn-cnt) {
  border-bottom: 0.25rem solid var(--color-blue);
}

/**
 * Buttons with Icons
 */
.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 1rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.5rem;
}
.btn-icon .zmdi {
  font-size: 2.25rem;
}
.btn-icon span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.btn-split .zmdi, .btn-split span, .btn-split__svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
}
.btn-split .zmdi {
  font-size: 1.375em;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.btn-split__svg {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.btn-split__svg svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.btn-split.btn-small .zmdi, .btn-split.btn-small span {
  padding: 0.375rem 0.75rem;
}

.btn-split-right .zmdi {
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .btn-split {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/**
 * Button with Counter
 */
a.btn-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  line-height: 1;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
a.btn-cnt .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.btn-cnt .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-600);
  color: var(--color-100);
  font-weight: 700;
  padding: 1rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  border-top-left-radius: 100% 20px;
}
a.btn-cnt span:only-child {
  border-left: 8px solid var(--color-600);
}
a.btn-cnt:hover, a.btn-cnt:focus, a.btn-cnt.active {
  background: var(--color-700);
  color: var(--color-white);
}
a.btn-cnt:hover .cnt, a.btn-cnt:focus .cnt, a.btn-cnt.active .cnt {
  background: var(--color-blue);
}
a.btn-cnt:hover span:only-child, a.btn-cnt:focus span:only-child, a.btn-cnt.active span:only-child {
  border-color: var(--color-blue);
}

@media (max-width: 1200px) {
  a.btn-cnt {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
a.btn-cnt.compact {
  font-size: 0.9rem;
}
a.btn-cnt.compact .title {
  padding: 0.75rem;
}
a.btn-cnt.compact .cnt {
  padding: 0.75rem 0;
  border-top-left-radius: 100% 15px;
}

a.btn-cnt.multiline .title {
  white-space: normal;
  line-height: 1.25;
}

/**
 * Button More
 */
.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 2.75rem;
  line-height: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.btn-more .zmdi, .btn-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
}
.btn-more span {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.05rem;
}
.btn-more .zmdi {
  font-size: 1.375rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .btn-more {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/**
 * Button Nav
 */
.btn-nav {
  line-height: 1;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  border-radius: 0;
  padding: 0.65rem 1rem;
}
.btn-nav > .zmdi {
  font-size: 1.1rem;
  color: var(--color-a200);
}

@media (max-width: 750px) {
  .btn-nav > .zmdi {
    font-size: 1.25rem;
    color: var(--color-100);
  }
  .btn-nav > span {
    display: none;
  }
}
/* Navigation - Verdin Framework */
/**
 * Global Settings
 */
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**
 * Top Navbar
 */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  z-index: 900;
  background: var(--color-800);
  font-size: 1rem;
  line-height: 1;
  -webkit-box-shadow: var(--shadow-below);
          box-shadow: var(--shadow-below);
}
@media (max-width: 1200px) {
  .navbar {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 2px solid var(--color-900);
  }
}
.navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar__container .zmdi {
  font-size: 1.25rem;
}
.navbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-100);
  text-decoration: none !important;
  padding: 0 1rem;
}
.navbar__item:hover, .navbar__item.active {
  background: var(--color-900);
  color: var(--color-50);
}
@media (max-width: 750px) {
  .navbar__logo .navbar__item {
    padding: 0 0.5rem;
  }
}
.navbar__left, .navbar__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navbar__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar__toggle {
  width: 2.75rem;
}
.navbar__hamburger, .navbar__dotburger {
  width: 2.75rem;
  height: 60px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
}
.navbar__sidebar-left, .navbar__sidebar-right {
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  width: 370px;
  max-width: 100%;
  background: var(--color-900);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  padding: 0.75rem;
}
.navbar__sidebar-left.show, .navbar__sidebar-right.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 750px) {
  .navbar__sidebar-left, .navbar__sidebar-right {
    width: 100%;
  }
}
.navbar__sidebar-left {
  left: 0;
  z-index: 800;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar__sidebar-right {
  right: 0;
  z-index: 801;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/**
* Hamburger
*/
.navbar__hamburger-wrapper {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.navbar__hamburger-inner, .navbar__hamburger-inner::before, .navbar__hamburger-inner::after {
  display: block;
  background: var(--color-100);
  width: 1.5rem;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: top 250ms ease, bottom 250ms ease, width 250ms ease, -webkit-transform 250ms ease;
  transition: top 250ms ease, bottom 250ms ease, width 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, top 250ms ease, bottom 250ms ease, width 250ms ease;
  transition: transform 250ms ease, top 250ms ease, bottom 250ms ease, width 250ms ease, -webkit-transform 250ms ease;
}
.navbar__hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navbar__hamburger-inner::before, .navbar__hamburger-inner::after {
  content: "";
}
.navbar__hamburger-inner::before {
  top: -0.5rem;
}
.navbar__hamburger-inner::after {
  bottom: -0.5rem;
}
.navbar__hamburger.active .navbar__hamburger-inner {
  width: 2px;
}
.navbar__hamburger.active .navbar__hamburger-inner::before {
  -webkit-transform: translateX(calc(-50% + 1px)) rotate(45deg);
          transform: translateX(calc(-50% + 1px)) rotate(45deg);
  top: 0;
}
.navbar__hamburger.active .navbar__hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translateX(calc(-50% + 1px)) rotate(-45deg);
          transform: translateX(calc(-50% + 1px)) rotate(-45deg);
}

/**
 * Dotted Burger
 */
.navbar__dotburger-wrapper {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.navbar__dotburger-inner, .navbar__dotburger-inner::before, .navbar__dotburger-inner::after {
  display: block;
  background: var(--color-100);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: top 250ms ease, bottom 250ms ease, left 250ms ease, width 250ms ease, -webkit-transform 250ms ease;
  transition: top 250ms ease, bottom 250ms ease, left 250ms ease, width 250ms ease, -webkit-transform 250ms ease;
  transition: transform 250ms ease, top 250ms ease, bottom 250ms ease, left 250ms ease, width 250ms ease;
  transition: transform 250ms ease, top 250ms ease, bottom 250ms ease, left 250ms ease, width 250ms ease, -webkit-transform 250ms ease;
}
.navbar__dotburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navbar__dotburger-inner::before, .navbar__dotburger-inner::after {
  content: "";
}
.navbar__dotburger-inner::before {
  top: -0.5rem;
}
.navbar__dotburger-inner::after {
  bottom: -0.5rem;
}
.navbar__dotburger.active .navbar__dotburger-inner::before, .navbar__dotburger.active .navbar__dotburger-inner::after {
  width: 1.5rem;
  left: calc(-0.5rem - 2px);
}
.navbar__dotburger.active .navbar__dotburger-inner::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar__dotburger.active .navbar__dotburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**
 * Sub Navigation
 */
nav.subnav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 9;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-shadow: var(--shadow-below);
          box-shadow: var(--shadow-below);
}

nav.navbar:has(~ nav.subnav) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1200px) {
  nav.subnav {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 2px solid var(--color-900);
  }
  nav.navbar:has(~ nav.subnav) {
    border-bottom: none;
  }
}
/**
 * Info Nav
 */
nav.infonav {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 9;
  line-height: 1;
  height: 25px;
  overflow: hidden;
}

nav.infonav > div {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.infonav ~ nav.subnav {
  top: 85px;
}

/**
 * Limited List of Items
 */
.sidebar-scroller {
  display: contents;
}
@media (max-width: 750px) {
  .sidebar-scroller {
    display: block;
    height: 100%;
    overflow-y: auto;
  }
}

.nav-list-limited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 3rem;
}

.nav-list-limited > a {
  width: 100%;
}

@media (max-width: 1200px) {
  .nav-list-limited {
    margin-bottom: 10rem;
  }
}
/**
 * Dropdowns
 */
.dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown--show .dropdown__body {
  display: block;
}
.dropdown--show .dropdown__toggle {
  background: var(--color-900);
  color: var(--color-50);
}
.dropdown__body {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: var(--color-100);
  padding: 0.5rem 0;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-box-shadow: var(--shadow-top), var(--shadow-below);
          box-shadow: var(--shadow-top), var(--shadow-below);
  display: none;
}
.dropdown__body--dropright {
  left: auto;
  right: 0;
}
.dropdown__item {
  white-space: nowrap;
  padding: 0.375rem 1.5rem;
  text-decoration: none !important;
  color: var(--color-black);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.45;
}
.dropdown__item:hover, .dropdown__item.active {
  background: var(--color-a200);
  color: var(--color-50);
}
.dropdown__item:hover.dropdown__item--count span:nth-child(2), .dropdown__item.active.dropdown__item--count span:nth-child(2) {
  background: var(--color-a400);
  color: var(--color-50);
}
.dropdown__item--count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  line-height: 1;
}
.dropdown__item--count span:nth-child(2) {
  background: var(--color-200);
  color: var(--color-600);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}
.dropdown__toggle {
  gap: 0.375rem;
  padding-right: 0.5rem;
}
.dropdown__toggle::after {
  width: 0;
  height: 0;
  content: "";
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-bottom: 0;
  border-left: 0.3rem solid transparent;
}

@media (max-width: 750px) {
  .dropdown__body {
    position: fixed;
    -webkit-transform: none;
            transform: none;
    top: 60px;
    bottom: auto;
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  .dropdown__item:not(:last-child) {
    padding: 0.75rem 1.5rem;
  }
}
/* Typography - VerdinCSS Framework  KEEP */
/**
 * Headings
 */
h1,
.h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1.925rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.65rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

h1, .h1 {
  letter-spacing: -2px;
  line-height: 1;
}

h2, .h2,
h3, .h3 {
  letter-spacing: -1px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 750px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -1px;
  }
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.925rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
/**
 * Headings with lines
 */
.h-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-line::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: var(--color-blue);
  margin-left: 0.5rem;
}

.color-50.h-line::after {
  background: var(--color-50);
}

.color-100.h-line::after {
  background: var(--color-100);
}

.color-200.h-line::after {
  background: var(--color-200);
}

.color-300.h-line::after {
  background: var(--color-300);
}

.color-400.h-line::after {
  background: var(--color-400);
}

.color-500.h-line::after {
  background: var(--color-500);
}

.color-600.h-line::after {
  background: var(--color-600);
}

.color-700.h-line::after {
  background: var(--color-700);
}

.color-800.h-line::after {
  background: var(--color-800);
}

.color-900.h-line::after {
  background: var(--color-900);
}

.color-a100.h-line::after {
  background: var(--color-a100);
}

.color-a200.h-line::after {
  background: var(--color-a200);
}

.color-a400.h-line::after {
  background: var(--color-a400);
}

.color-a700.h-line::after {
  background: var(--color-a700);
}

.color-blue.h-line::after {
  background: var(--color-blue);
}

.color-green.h-line::after {
  background: var(--color-green);
}

.color-orange.h-line::after {
  background: var(--color-orange);
}

.color-red.h-line::after {
  background: var(--color-red);
}

.color-dblue.h-line::after {
  background: var(--color-blue);
}

.color-dgreen.h-line::after {
  background: var(--color-green);
}

.color-dorange.h-line::after {
  background: var(--color-orange);
}

.color-dred.h-line::after {
  background: var(--color-red);
}

.color-lorange.h-line::after {
  background: var(--color-lorange);
}

/**
 * Paragraphs
 */
p {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

/**
 * Lists
 */
ol,
ul,
dl {
  margin: 1em 0;
  padding: 0 0 0 3rem;
}

li {
  margin-bottom: 0.75em;
  line-height: 1.5em;
}

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

/**
 * Clear Lists
 */
ul.clear {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul.clear.compact {
  line-height: 1;
}
ul.clear.compact li {
  margin: 0;
  padding-bottom: 0.25rem;
}

ul.clear.stylish {
  line-height: 1;
}
ul.clear.stylish li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
ul.clear.stylish span {
  color: var(--color-50);
  background: var(--color-800);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.5rem;
  min-width: 5rem;
  text-align: right;
  padding: 0 0.25rem;
}

.post ul,
.page ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.post ul li,
.page ul li {
  padding-left: 0.75rem;
}
.post ul li::marker,
.page ul li::marker {
  color: var(--color-a200);
  font-family: "Material-Design-Iconic-Font";
  content: "\f26d";
}
.post ol li::marker,
.page ol li::marker {
  color: var(--color-lorange);
  font-weight: bold;
}

@media (max-width: 750px) {
  .post ul,
.page ul {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
}
/**
 * Blockquote
 */
blockquote {
  border-left: 5px solid var(--color-a200) !important;
  padding: 1.5rem 1rem;
  font-style: italic;
  color: var(--color-100);
  background: var(--color-800);
  border-radius: 0.5rem;
  margin: 2rem 0;
}
blockquote p {
  line-height: 1.6;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}

/**
 * Pre Styling
 */
pre {
  white-space: pre-wrap;
  background: rgba(0, 0, 0, 0.15);
  line-height: 1.25;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  border-radius: 0.25rem;
  font-family: "Fira Code", Consolas, "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
}

/**
 * Raw HTML Embed for CKEditor
 */
.raw-html-embed:not(.ck-widget) {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--color-800);
  margin: 1.5rem 0;
  border-radius: 0.5rem;
}

.raw-html-embed:not(.ck-widget) iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**
 * Video in iframe
 */
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--color-800);
  margin: 1.5rem 0;
  border-radius: 0.5rem;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Helpers - VerdinCSS Framework */
/**
 * Colors
 */
.color-50 {
  color: var(--color-50) !important;
}

.bg-50 {
  background: var(--color-50) !important;
}

.color-100 {
  color: var(--color-100) !important;
}

.bg-100 {
  background: var(--color-100) !important;
}

.color-200 {
  color: var(--color-200) !important;
}

.bg-200 {
  background: var(--color-200) !important;
}

.color-300 {
  color: var(--color-300) !important;
}

.bg-300 {
  background: var(--color-300) !important;
}

.color-400 {
  color: var(--color-400) !important;
}

.bg-400 {
  background: var(--color-400) !important;
}

.color-500 {
  color: var(--color-500) !important;
}

.bg-500 {
  background: var(--color-500) !important;
}

.color-600 {
  color: var(--color-600) !important;
}

.bg-600 {
  background: var(--color-600) !important;
}

.color-700 {
  color: var(--color-700) !important;
}

.bg-700 {
  background: var(--color-700) !important;
}

.color-800 {
  color: var(--color-800) !important;
}

.bg-800 {
  background: var(--color-800) !important;
}

.color-900 {
  color: var(--color-900) !important;
}

.bg-900 {
  background: var(--color-900) !important;
}

.color-a100 {
  color: var(--color-a100) !important;
}

.bg-a100 {
  background: var(--color-a100) !important;
}

.color-a200 {
  color: var(--color-a200) !important;
}

.bg-a200 {
  background: var(--color-a200) !important;
}

.color-a400 {
  color: var(--color-a400) !important;
}

.bg-a400 {
  background: var(--color-a400) !important;
}

.color-a700 {
  color: var(--color-a700) !important;
}

.bg-a700 {
  background: var(--color-a700) !important;
}

.color-blue {
  color: var(--color-blue) !important;
}

.bg-blue {
  background: var(--color-blue) !important;
}

.color-green {
  color: var(--color-green) !important;
}

.bg-green {
  background: var(--color-green) !important;
}

.color-orange {
  color: var(--color-orange) !important;
}

.bg-orange {
  background: var(--color-orange) !important;
}

.color-red {
  color: var(--color-red) !important;
}

.bg-red {
  background: var(--color-red) !important;
}

.color-dblue {
  color: var(--color-blue) !important;
}

.bg-dblue {
  background: var(--color-blue) !important;
}

.color-dgreen {
  color: var(--color-green) !important;
}

.bg-dgreen {
  background: var(--color-green) !important;
}

.color-dorange {
  color: var(--color-orange) !important;
}

.bg-dorange {
  background: var(--color-orange) !important;
}

.color-dred {
  color: var(--color-red) !important;
}

.bg-dred {
  background: var(--color-red) !important;
}

.color-lorange {
  color: var(--color-lorange) !important;
}

.bg-lorange {
  background: var(--color-lorange) !important;
}

/**
 * Links
 */
.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.no-pointer-events {
  pointer-events: none;
}

/**
 * Hiding
 */
.hidden {
  display: none !important;
}

@media (max-width: 1200px) {
  .hide-m {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .hide-smd {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .hide-lg {
    display: none !important;
  }
}
/**
 * Showing (How many items from Top or Bottom)
 */
@media (max-width: 1200px) {
  .show-m-top-1 > a:nth-child(n+2) {
    display: none;
  }
  .show-m-bottom-1 > a:not(:nth-last-child(-n+1)) {
    display: none;
  }
  .show-m-top-2 > a:nth-child(n+3) {
    display: none;
  }
  .show-m-bottom-2 > a:not(:nth-last-child(-n+2)) {
    display: none;
  }
  .show-m-top-3 > a:nth-child(n+4) {
    display: none;
  }
  .show-m-bottom-3 > a:not(:nth-last-child(-n+3)) {
    display: none;
  }
  .show-m-top-4 > a:nth-child(n+5) {
    display: none;
  }
  .show-m-bottom-4 > a:not(:nth-last-child(-n+4)) {
    display: none;
  }
  .show-m-top-5 > a:nth-child(n+6) {
    display: none;
  }
  .show-m-bottom-5 > a:not(:nth-last-child(-n+5)) {
    display: none;
  }
  .show-m-top-6 > a:nth-child(n+7) {
    display: none;
  }
  .show-m-bottom-6 > a:not(:nth-last-child(-n+6)) {
    display: none;
  }
  .show-m-top-7 > a:nth-child(n+8) {
    display: none;
  }
  .show-m-bottom-7 > a:not(:nth-last-child(-n+7)) {
    display: none;
  }
  .show-m-top-8 > a:nth-child(n+9) {
    display: none;
  }
  .show-m-bottom-8 > a:not(:nth-last-child(-n+8)) {
    display: none;
  }
  .show-m-top-9 > a:nth-child(n+10) {
    display: none;
  }
  .show-m-bottom-9 > a:not(:nth-last-child(-n+9)) {
    display: none;
  }
  .show-m-top-10 > a:nth-child(n+11) {
    display: none;
  }
  .show-m-bottom-10 > a:not(:nth-last-child(-n+10)) {
    display: none;
  }
  .show-m-top-11 > a:nth-child(n+12) {
    display: none;
  }
  .show-m-bottom-11 > a:not(:nth-last-child(-n+11)) {
    display: none;
  }
  .show-m-top-12 > a:nth-child(n+13) {
    display: none;
  }
  .show-m-bottom-12 > a:not(:nth-last-child(-n+12)) {
    display: none;
  }
  .show-m-top-13 > a:nth-child(n+14) {
    display: none;
  }
  .show-m-bottom-13 > a:not(:nth-last-child(-n+13)) {
    display: none;
  }
  .show-m-top-14 > a:nth-child(n+15) {
    display: none;
  }
  .show-m-bottom-14 > a:not(:nth-last-child(-n+14)) {
    display: none;
  }
  .show-m-top-15 > a:nth-child(n+16) {
    display: none;
  }
  .show-m-bottom-15 > a:not(:nth-last-child(-n+15)) {
    display: none;
  }
  .show-m-top-16 > a:nth-child(n+17) {
    display: none;
  }
  .show-m-bottom-16 > a:not(:nth-last-child(-n+16)) {
    display: none;
  }
  .show-m-top-17 > a:nth-child(n+18) {
    display: none;
  }
  .show-m-bottom-17 > a:not(:nth-last-child(-n+17)) {
    display: none;
  }
  .show-m-top-18 > a:nth-child(n+19) {
    display: none;
  }
  .show-m-bottom-18 > a:not(:nth-last-child(-n+18)) {
    display: none;
  }
  .show-m-top-19 > a:nth-child(n+20) {
    display: none;
  }
  .show-m-bottom-19 > a:not(:nth-last-child(-n+19)) {
    display: none;
  }
  .show-m-top-20 > a:nth-child(n+21) {
    display: none;
  }
  .show-m-bottom-20 > a:not(:nth-last-child(-n+20)) {
    display: none;
  }
}
@media (max-width: 750px) {
  .show-sm-top-1 > a:nth-child(n+2) {
    display: none;
  }
  .show-sm-bottom-1 > a:not(:nth-last-child(-n+1)) {
    display: none;
  }
  .show-sm-top-2 > a:nth-child(n+3) {
    display: none;
  }
  .show-sm-bottom-2 > a:not(:nth-last-child(-n+2)) {
    display: none;
  }
  .show-sm-top-3 > a:nth-child(n+4) {
    display: none;
  }
  .show-sm-bottom-3 > a:not(:nth-last-child(-n+3)) {
    display: none;
  }
  .show-sm-top-4 > a:nth-child(n+5) {
    display: none;
  }
  .show-sm-bottom-4 > a:not(:nth-last-child(-n+4)) {
    display: none;
  }
  .show-sm-top-5 > a:nth-child(n+6) {
    display: none;
  }
  .show-sm-bottom-5 > a:not(:nth-last-child(-n+5)) {
    display: none;
  }
  .show-sm-top-6 > a:nth-child(n+7) {
    display: none;
  }
  .show-sm-bottom-6 > a:not(:nth-last-child(-n+6)) {
    display: none;
  }
  .show-sm-top-7 > a:nth-child(n+8) {
    display: none;
  }
  .show-sm-bottom-7 > a:not(:nth-last-child(-n+7)) {
    display: none;
  }
  .show-sm-top-8 > a:nth-child(n+9) {
    display: none;
  }
  .show-sm-bottom-8 > a:not(:nth-last-child(-n+8)) {
    display: none;
  }
  .show-sm-top-9 > a:nth-child(n+10) {
    display: none;
  }
  .show-sm-bottom-9 > a:not(:nth-last-child(-n+9)) {
    display: none;
  }
  .show-sm-top-10 > a:nth-child(n+11) {
    display: none;
  }
  .show-sm-bottom-10 > a:not(:nth-last-child(-n+10)) {
    display: none;
  }
  .show-sm-top-11 > a:nth-child(n+12) {
    display: none;
  }
  .show-sm-bottom-11 > a:not(:nth-last-child(-n+11)) {
    display: none;
  }
  .show-sm-top-12 > a:nth-child(n+13) {
    display: none;
  }
  .show-sm-bottom-12 > a:not(:nth-last-child(-n+12)) {
    display: none;
  }
  .show-sm-top-13 > a:nth-child(n+14) {
    display: none;
  }
  .show-sm-bottom-13 > a:not(:nth-last-child(-n+13)) {
    display: none;
  }
  .show-sm-top-14 > a:nth-child(n+15) {
    display: none;
  }
  .show-sm-bottom-14 > a:not(:nth-last-child(-n+14)) {
    display: none;
  }
  .show-sm-top-15 > a:nth-child(n+16) {
    display: none;
  }
  .show-sm-bottom-15 > a:not(:nth-last-child(-n+15)) {
    display: none;
  }
  .show-sm-top-16 > a:nth-child(n+17) {
    display: none;
  }
  .show-sm-bottom-16 > a:not(:nth-last-child(-n+16)) {
    display: none;
  }
  .show-sm-top-17 > a:nth-child(n+18) {
    display: none;
  }
  .show-sm-bottom-17 > a:not(:nth-last-child(-n+17)) {
    display: none;
  }
  .show-sm-top-18 > a:nth-child(n+19) {
    display: none;
  }
  .show-sm-bottom-18 > a:not(:nth-last-child(-n+18)) {
    display: none;
  }
  .show-sm-top-19 > a:nth-child(n+20) {
    display: none;
  }
  .show-sm-bottom-19 > a:not(:nth-last-child(-n+19)) {
    display: none;
  }
  .show-sm-top-20 > a:nth-child(n+21) {
    display: none;
  }
  .show-sm-bottom-20 > a:not(:nth-last-child(-n+20)) {
    display: none;
  }
}
/**
 * Align Item
 */
.align-left {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.align-right {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.align-center {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/**
 * Ignore Tag
 */
.display-contents,
.form-ignore {
  display: contents;
}

/**
 * Helpers
 */
.shadow {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.border-radius-025 {
  border-radius: 0.25rem;
}

.border-radius-05 {
  border-radius: 0.5rem;
}

.border-radius-round {
  border-radius: 9999px;
}

@media (max-width: 750px) {
  .p-small {
    padding: 0 1rem;
  }
  .mt-0-small {
    margin-top: 0;
  }
}
/**
 * Effects
 */
@media (max-width: 750px) {
  .rotate-small {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/* Margins & Paddings - VerdinCSS Framework */
/**
 * Margins & Paddings
 */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.m-1 {
  margin: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.p-1 {
  padding: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.m-2 {
  margin: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.p-2 {
  padding: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.m-3 {
  margin: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.p-3 {
  padding: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.m-4 {
  margin: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.p-4 {
  padding: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.m-5 {
  margin: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.p-5 {
  padding: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.m-6 {
  margin: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.p-6 {
  padding: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.m-7 {
  margin: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.p-7 {
  padding: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.m-8 {
  margin: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.p-8 {
  padding: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.ml-9 {
  margin-left: 9rem;
}

.m-9 {
  margin: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.p-9 {
  padding: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ml-10 {
  margin-left: 10rem;
}

.m-10 {
  margin: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.p-10 {
  padding: 10rem;
}

.mt-0125 {
  margin-top: 0.125rem;
}

.mr-0125 {
  margin-right: 0.125rem;
}

.mb-0125 {
  margin-bottom: 0.125rem;
}

.ml-0125 {
  margin-left: 0.125rem;
}

.m-0125 {
  margin: 0.125rem;
}

.pt-0125 {
  padding-top: 0.125rem;
}

.pr-0125 {
  padding-right: 0.125rem;
}

.pb-0125 {
  padding-bottom: 0.125rem;
}

.pl-0125 {
  padding-left: 0.125rem;
}

.p-0125 {
  padding: 0.125rem;
}

.mt-025 {
  margin-top: 0.25rem;
}

.mr-025 {
  margin-right: 0.25rem;
}

.mb-025 {
  margin-bottom: 0.25rem;
}

.ml-025 {
  margin-left: 0.25rem;
}

.m-025 {
  margin: 0.25rem;
}

.pt-025 {
  padding-top: 0.25rem;
}

.pr-025 {
  padding-right: 0.25rem;
}

.pb-025 {
  padding-bottom: 0.25rem;
}

.pl-025 {
  padding-left: 0.25rem;
}

.p-025 {
  padding: 0.25rem;
}

.mt-0375 {
  margin-top: 0.375rem;
}

.mr-0375 {
  margin-right: 0.375rem;
}

.mb-0375 {
  margin-bottom: 0.375rem;
}

.ml-0375 {
  margin-left: 0.375rem;
}

.m-0375 {
  margin: 0.375rem;
}

.pt-0375 {
  padding-top: 0.375rem;
}

.pr-0375 {
  padding-right: 0.375rem;
}

.pb-0375 {
  padding-bottom: 0.375rem;
}

.pl-0375 {
  padding-left: 0.375rem;
}

.p-0375 {
  padding: 0.375rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.m-05 {
  margin: 0.5rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pr-05 {
  padding-right: 0.5rem;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.p-05 {
  padding: 0.5rem;
}

.mt-075 {
  margin-top: 0.75rem;
}

.mr-075 {
  margin-right: 0.75rem;
}

.mb-075 {
  margin-bottom: 0.75rem;
}

.ml-075 {
  margin-left: 0.75rem;
}

.m-075 {
  margin: 0.75rem;
}

.pt-075 {
  padding-top: 0.75rem;
}

.pr-075 {
  padding-right: 0.75rem;
}

.pb-075 {
  padding-bottom: 0.75rem;
}

.pl-075 {
  padding-left: 0.75rem;
}

.p-075 {
  padding: 0.75rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.m-15 {
  margin: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.p-15 {
  padding: 1.5rem;
}

@media (max-width: 750px) {
  .mt-sm-1 {
    margin-top: 1rem;
  }
  .mb-sm-1 {
    margin-bottom: 1rem;
  }
  .mt-sm-2 {
    margin-top: 2rem;
  }
  .mb-sm-2 {
    margin-bottom: 2rem;
  }
  .mt-sm-3 {
    margin-top: 3rem;
  }
  .mb-sm-3 {
    margin-bottom: 3rem;
  }
  .mt-sm-4 {
    margin-top: 4rem;
  }
  .mb-sm-4 {
    margin-bottom: 4rem;
  }
  .mt-sm-5 {
    margin-top: 5rem;
  }
  .mb-sm-5 {
    margin-bottom: 5rem;
  }
  .mt-sm-6 {
    margin-top: 6rem;
  }
  .mb-sm-6 {
    margin-bottom: 6rem;
  }
  .mt-sm-7 {
    margin-top: 7rem;
  }
  .mb-sm-7 {
    margin-bottom: 7rem;
  }
  .mt-sm-8 {
    margin-top: 8rem;
  }
  .mb-sm-8 {
    margin-bottom: 8rem;
  }
  .mt-sm-9 {
    margin-top: 9rem;
  }
  .mb-sm-9 {
    margin-bottom: 9rem;
  }
  .mt-sm-10 {
    margin-top: 10rem;
  }
  .mb-sm-10 {
    margin-bottom: 10rem;
  }
}
/* Draggable - VerdinCSS Framework */
.draggable-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 3px;
}

.draggable {
  cursor: move;
  background: var(--color-800);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.draggable.dragging {
  opacity: 0.75;
  outline: 3px dashed var(--color-orange);
}

/* Widths & Heights - VerdinCSS Framework */
/**
 * Widths & Heights
 */
.w-10 {
  width: 10px;
  max-width: 100%;
}

.h-10 {
  height: 10px;
}

.w-20 {
  width: 20px;
  max-width: 100%;
}

.h-20 {
  height: 20px;
}

.w-30 {
  width: 30px;
  max-width: 100%;
}

.h-30 {
  height: 30px;
}

.w-40 {
  width: 40px;
  max-width: 100%;
}

.h-40 {
  height: 40px;
}

.w-50 {
  width: 50px;
  max-width: 100%;
}

.h-50 {
  height: 50px;
}

.w-60 {
  width: 60px;
  max-width: 100%;
}

.h-60 {
  height: 60px;
}

.w-70 {
  width: 70px;
  max-width: 100%;
}

.h-70 {
  height: 70px;
}

.w-80 {
  width: 80px;
  max-width: 100%;
}

.h-80 {
  height: 80px;
}

.w-90 {
  width: 90px;
  max-width: 100%;
}

.h-90 {
  height: 90px;
}

.w-100 {
  width: 100px;
  max-width: 100%;
}

.h-100 {
  height: 100px;
}

.w-110 {
  width: 110px;
  max-width: 100%;
}

.h-110 {
  height: 110px;
}

.w-120 {
  width: 120px;
  max-width: 100%;
}

.h-120 {
  height: 120px;
}

.w-130 {
  width: 130px;
  max-width: 100%;
}

.h-130 {
  height: 130px;
}

.w-140 {
  width: 140px;
  max-width: 100%;
}

.h-140 {
  height: 140px;
}

.w-150 {
  width: 150px;
  max-width: 100%;
}

.h-150 {
  height: 150px;
}

.w-160 {
  width: 160px;
  max-width: 100%;
}

.h-160 {
  height: 160px;
}

.w-170 {
  width: 170px;
  max-width: 100%;
}

.h-170 {
  height: 170px;
}

.w-180 {
  width: 180px;
  max-width: 100%;
}

.h-180 {
  height: 180px;
}

.w-190 {
  width: 190px;
  max-width: 100%;
}

.h-190 {
  height: 190px;
}

.w-200 {
  width: 200px;
  max-width: 100%;
}

.h-200 {
  height: 200px;
}

.w-210 {
  width: 210px;
  max-width: 100%;
}

.h-210 {
  height: 210px;
}

.w-220 {
  width: 220px;
  max-width: 100%;
}

.h-220 {
  height: 220px;
}

.w-230 {
  width: 230px;
  max-width: 100%;
}

.h-230 {
  height: 230px;
}

.w-240 {
  width: 240px;
  max-width: 100%;
}

.h-240 {
  height: 240px;
}

.w-250 {
  width: 250px;
  max-width: 100%;
}

.h-250 {
  height: 250px;
}

.w-260 {
  width: 260px;
  max-width: 100%;
}

.h-260 {
  height: 260px;
}

.w-270 {
  width: 270px;
  max-width: 100%;
}

.h-270 {
  height: 270px;
}

.w-280 {
  width: 280px;
  max-width: 100%;
}

.h-280 {
  height: 280px;
}

.w-290 {
  width: 290px;
  max-width: 100%;
}

.h-290 {
  height: 290px;
}

.w-300 {
  width: 300px;
  max-width: 100%;
}

.h-300 {
  height: 300px;
}

.w-310 {
  width: 310px;
  max-width: 100%;
}

.h-310 {
  height: 310px;
}

.w-320 {
  width: 320px;
  max-width: 100%;
}

.h-320 {
  height: 320px;
}

.w-330 {
  width: 330px;
  max-width: 100%;
}

.h-330 {
  height: 330px;
}

.w-340 {
  width: 340px;
  max-width: 100%;
}

.h-340 {
  height: 340px;
}

.w-350 {
  width: 350px;
  max-width: 100%;
}

.h-350 {
  height: 350px;
}

.w-360 {
  width: 360px;
  max-width: 100%;
}

.h-360 {
  height: 360px;
}

.w-370 {
  width: 370px;
  max-width: 100%;
}

.h-370 {
  height: 370px;
}

.w-380 {
  width: 380px;
  max-width: 100%;
}

.h-380 {
  height: 380px;
}

.w-390 {
  width: 390px;
  max-width: 100%;
}

.h-390 {
  height: 390px;
}

.w-400 {
  width: 400px;
  max-width: 100%;
}

.h-400 {
  height: 400px;
}

.w-410 {
  width: 410px;
  max-width: 100%;
}

.h-410 {
  height: 410px;
}

.w-420 {
  width: 420px;
  max-width: 100%;
}

.h-420 {
  height: 420px;
}

.w-430 {
  width: 430px;
  max-width: 100%;
}

.h-430 {
  height: 430px;
}

.w-440 {
  width: 440px;
  max-width: 100%;
}

.h-440 {
  height: 440px;
}

.w-450 {
  width: 450px;
  max-width: 100%;
}

.h-450 {
  height: 450px;
}

.w-460 {
  width: 460px;
  max-width: 100%;
}

.h-460 {
  height: 460px;
}

.w-470 {
  width: 470px;
  max-width: 100%;
}

.h-470 {
  height: 470px;
}

.w-480 {
  width: 480px;
  max-width: 100%;
}

.h-480 {
  height: 480px;
}

.w-490 {
  width: 490px;
  max-width: 100%;
}

.h-490 {
  height: 490px;
}

.w-500 {
  width: 500px;
  max-width: 100%;
}

.h-500 {
  height: 500px;
}

/**
 * Helpers
 */
.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.aspect-1 {
  aspect-ratio: 1;
}

.aspect-169 {
  aspect-ratio: 16/9;
}

/**
 * Panel
 */
.panel {
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
}

.panel-header h5 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  line-height: 1;
}

/**
 * Tiles
 */
.tile {
  border-radius: 0.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15;
  font-size: 1rem;
}

.tile-cnt {
  padding: 1rem 0.5rem;
}
.tile-cnt > span:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  letter-spacing: -1px;
  font-family: "Bebas Neue";
}
.tile-cnt > span:nth-of-type(2) {
  font-size: 0.9rem;
  text-align: center;
}

.tile-flag {
  gap: 0.5rem;
  line-height: 1;
}
.tile-flag > span:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  font-family: "Bebas Neue";
}
.tile-flag > span:nth-of-type(2) {
  font-size: 2rem;
  text-align: center;
  font-family: "Bebas Neue";
  letter-spacing: -1px;
}
.tile-flag > span:nth-of-type(3) {
  font-size: 0.9rem;
}

.tile-type {
  gap: 0.5rem;
  line-height: 1;
}
.tile-type > span:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  font-family: "Bebas Neue";
}
.tile-type > span:nth-of-type(2) {
  font-size: 2rem;
  text-align: center;
  font-family: "Bebas Neue";
  letter-spacing: -1px;
}
.tile-type > span:nth-of-type(3) {
  font-size: 0.9rem;
}

.tile-colorful {
  color: var(--color-50);
}

.tile-colorful:nth-child(1) {
  background: var(--color-red);
}

.tile-colorful:nth-child(2) {
  background: var(--color-blue);
}

.tile-colorful:nth-child(3) {
  background: var(--color-orange);
}

.tile-colorful:nth-child(4) {
  background: var(--color-green);
}

/**
 * Panel with Incremental Tiles
 */
.panel-inc .tile {
  position: relative;
  padding-top: 2rem;
}

.tile-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-orange);
  font-family: "Bebas Neue";
  letter-spacing: -1px;
  font-size: 1.5rem;
  padding: 0.375rem;
}

.tile-header::after {
  content: "";
  background: var(--color-700);
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Tables - VerdinCSS Framework */
table.table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  font-size: 0.9rem;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
table.table a {
  color: var(--color-50);
  border-bottom: 1px solid var(--color-a200);
  text-decoration: none;
}
table.table a:hover, table.table a:focus {
  color: var(--color-orange);
  border-color: var(--color-orange);
}
table.table thead th {
  position: sticky;
  top: 60px;
  z-index: 5;
}
table.table tr:nth-child(even) td {
  background: var(--color-700);
}
table.table tr:hover td {
  background: var(--color-900);
  color: var(--color-50);
}
table.table th, table.table td {
  padding: 0.5rem 0.75rem;
  margin: 0.125rem;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25rem;
}
table.table th {
  font-weight: 500;
  background: var(--color-black);
  color: var(--color-50);
  padding: 0.75rem;
}
table.table td {
  border-bottom: 1px solid var(--color-900);
  background: var(--color-800);
  color: var(--color-200);
}

/**
 * Helpers
 */
table.table td.wrap {
  white-space: normal;
}
table.table td.limit {
  max-width: 250px;
}
table.table td.max {
  width: 100%;
}
table.table td.button {
  width: 1%;
  padding: 0 0.375rem;
}
table.table td.symbol {
  width: 1%;
  line-height: 1;
}
table.table tr.highlight td {
  background: var(--color-a700);
  color: var(--color-50);
}

/* Animations - VerdinCSS Framework */
/**
 * Image Animations
 */
.animate-rotate {
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
}

.animate-rotate-counterclock {
  -webkit-animation: rotating-counterclock 10s linear infinite;
          animation: rotating-counterclock 10s linear infinite;
}

.animate-heartbeat {
  -webkit-animation: heartbeat 1.2s linear infinite;
          animation: heartbeat 1.2s linear infinite;
}

/**
* Animations
*/
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating-counterclock {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotating-counterclock {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/**
 * Global Styles
 */
html, body {
  text-rendering: optimizeSpeed;
}

body {
  font-family: sans-serif;
}

[contenteditable]:focus {
  outline: 0;
}

img,
iframe,
table {
  max-width: 100%;
}

p,
a,
table {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

::-moz-selection {
  color: var(--color-50);
  background: var(--color-blue);
}

::selection {
  color: var(--color-50);
  background: var(--color-blue);
}