/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

html {
  color-scheme: dark;
}

p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 2;
  font-size: 15px;
}

*:focus {
  outline: none;
}

.button:focus {
  outline: 1px solid #3f3f3f;
}

button:focus {
  outline: 1px solid #3f3f3f;
}

.focus:focus {
  outline: 1px solid #3f3f3f;
}

.focus-glow:focus {
  text-shadow: -2px 4px 4px #e51a1a;
}

input::-moz-placeholder {
  text-align: right;
}

input::placeholder {
  text-align: right;
}

ul {
  list-style: disc;
  margin-left: 2rem;
}

@font-face {
  font-family: 'HalvarBreit-Rg';

  src: local('HalvarBreit-Rg'), local('HalvarBreit-Rg'),
          url('../assets/fonts/HalvarBreit-Rg.woff2') format('woff2'),
          url('../assets/fonts/HalvarBreit-Rg.woff') format('woff'),
          url('../assets/fonts/HalvarBreit-Rg.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'HalvarBreit-XBd';

  src: local('HalvarBreit-XBd'), local('HalvarBreit-XBd'),
          url('../assets/fonts/HalvarBreit-XBd.woff2') format('woff2'),
          url('../assets/fonts/HalvarBreit-XBd.woff') format('woff'),
          url('../assets/fonts/HalvarBreit-XBd.ttf') format('truetype');

  font-weight: bold;

  font-style: bold;
}

.font-bold {
  font-family: "HalvarBreit-XBd", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-menu {
  background-image: url('/assets/img/bg-menu.jpg');
}

.bg-main {
  background-image: url('/assets/img/bg-main.jpg');
}

.bg-main-phone {
  background-image: url('/assets/img/bg-main-phone.jpg');
}

.bg-sub {
  background-image: url('/assets/img/bg-sub.jpg');
}

.-z-1 {
  z-index: -1;
}

h3 {
  font-family: "HalvarBreit-XBd", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

h4 {
  font-family: "HalvarBreit-XBd", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-top: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

h4 + h4 {
  margin-top: 2rem;
}

a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
  text-shadow: 0px 0px 0px #e51a1a;
  transition-property: text-shadow;
  transition-duration: 100ms;
}

p a:hover {
  text-shadow: -2px 4px 4px #e51a1a;
}

#homeArticle a {
  font-family: "HalvarBreit-XBd", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-weight: 700;
  white-space: nowrap;
}

.glow-song {
  box-shadow: 0 12px 40px rgba(229,26,26,0.9);
}

.glow-album {
  box-shadow: 0 10px 50px rgba(229,26,26,0.8), 0 20px 80px rgba(229,26,26,1);
}

.albumCover {
  width:      175px;
  max-width:  175px;
  min-width:  175px;
  height:     169px;
  max-height: 169px;
  min-height: 169px;
  margin: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.top-30 {
  top: 7.5rem;
}

.top-1\/2 {
  top: 50%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.-right-10 {
  right: -2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.-left-10 {
  left: -2.5rem;
}

.group:hover .group-hover\:right-0 {
  right: 0px;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-18 {
  z-index: 18;
}

.z-19 {
  z-index: 19;
}

.z-20 {
  z-index: 20;
}

.z-21 {
  z-index: 21;
}

.z-30 {
  z-index: 30;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-48 {
  height: 12rem;
}

.h-px {
  height: 1px;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-12\.5 {
  height: 3.125rem;
}

.h-2px {
  height: 2px;
}

.hover\:h-4:hover {
  height: 1rem;
}

.group:hover .group-hover\:h-2 {
  height: 0.5rem;
}

.group:focus .group-focus\:h-2 {
  height: 0.5rem;
}

.w-0 {
  width: 0px;
}

.w-3 {
  width: 0.75rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-56 {
  width: 14rem;
}

.w-auto {
  width: auto;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-12\.5 {
  width: 3.125rem;
}

.hover\:w-4:hover {
  width: 1rem;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-xl {
  max-width: 36rem;
}

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

.max-w-1\/3 {
  max-width: 33.333333%;
}

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

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

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

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-10 {
  border-right-width: 10px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-20 {
  border-bottom-width: 20px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgba(229, 26, 26, var(--tw-border-opacity));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 63, var(--tw-border-opacity));
}

.focus\:border-lightGrey:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: .5;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 19, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 26, 26, var(--tw-bg-opacity));
}

.bg-darkAccent {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 24, 25, var(--tw-bg-opacity));
}

.bg-absoluteBlack {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 26, 26, var(--tw-bg-opacity));
}

.hover\:bg-darkAccent:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 24, 25, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-accent:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 26, 26, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 19, 19, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 26, 26, var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: .5;
}

.bg-opacity-70 {
  --tw-bg-opacity: .7;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.bg-top {
  background-position: top;
}

.bg-3\/4 {
  background-position: 75%;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

.pr-0 {
  padding-right: 0px;
}

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

.pb-64 {
  padding-bottom: 16rem;
}

.pl-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

.font-main {
  font-family: "HalvarBreit-Rg", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-15px {
  font-size: 15px;
}

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

.leading-8 {
  line-height: 2rem;
}

.leading-none {
  line-height: 1;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 19, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

.text-absoluteBlack {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 63, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 19, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-accent {
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-accent:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-black {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 19, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-accent {
  --tw-text-opacity: 1;
  color: rgba(229, 26, 26, var(--tw-text-opacity));
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgba(16, 19, 19, var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-70 {
  opacity: .7;
}

.opacity-80 {
  opacity: .8;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-70:hover {
  opacity: .7;
}

.focus\:opacity-70:focus {
  opacity: .7;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-height {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-dims {
  transition-property: left, top, right, bottom, width, height, border-radius;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-400 {
  transition-duration: 400ms;
}

@font-face {
  font-family: 'icomoon';

  src: url('data:font/ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTZAT9UMAABsoAAAAHEdERUYAJwAmAAAbCAAAAB5PUy8y8uwgFwAAAVgAAABgY21hcMdbBcUAAAIEAAADUmdhc3AAAAAQAAAbAAAAAAhnbHlm0azjuwAABZwAABKwaGVhZB2NEroAAADcAAAANmhoZWEHwAPHAAABFAAAACRobXR4FfgJXgAAAbgAAABMbG9jYUJIPWoAAAVYAAAAQm1heHAAJwCZAAABOAAAACBuYW1l+lhN2AAAGEwAAAGbcG9zdKp03h4AABnoAAABFwABAAAAAQAAM0fdNl8PPPUACwQAAAAAAN035x0AAAAA3TfnHf/8/7oEAgPJAAAACAACAAAAAAAAAAEAAAPA/8AAAAQA//wAAAQCAAEAAAAAAAAAAAAAAAAAAAAGAAEAAAAgAJcABgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwPtAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEADg4AAAAAAAAAAAAAAAAABAAAD//wPA/8AAQAPAAEAAAAABAAAAAAMAAvoAAAAgAAEEAAAAAAAAAAFVAAAAAAAAAgAAAAQAAEACfwA///wAoADAAR8AgAGgAWABgAGAAAAAgACAAAAAAACoAEAAgAEAASAAgACAAMAAwAEAAAAABQAAAAMAAAAsAAAABAAAAOAAAQAAAAACTAADAAEAAAAsAAMACgAAAOAABAC0AAAAKAAgAAQACAABACAAPAA+AFkAYQBzAHghkyJhI+4j+CW2JqAnBScJJ0wrBfj///8AAAAAACAAPAA+AFkAYQBzAHghkyJhI+0j+CW2JqAnBScJJ0wrBfj///8AAP/k/8n/yP+u/6f/lv+S3njdq9wg3BfaWtlx2Q3ZCtjI1RAHFwABACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAMADAAAAAABbAAAAAAAAAAdAAAAAAAAAAAAAAABAAAAAQAAAAEAAAADAAAAIAAAACAAAAAEAAAAPAAAADwAAAAFAAAAPgAAAD4AAAAGAAAAWQAAAFkAAAAHAAAAYQAAAGEAAAAIAAAAcwAAAHMAAAAJAAAAeAAAAHgAAAAKAAAhkwAAIZMAAAALAAAiYQAAImEAAAAMAAAj7QAAI+4AAAANAAAj+AAAI/gAAAAPAAAltgAAJbYAAAAQAAAmoAAAJqAAAAARAAAnBQAAJwUAAAASAAAnCQAAJwkAAAATAAAnTAAAJ0wAAAAUAAArBQAAKwUAAAAVAAD4/wAA+P8AAAAWAAHzEAAB8xAAAAAXAAH0RgAB9EYAAAAYAAH0xAAB9MQAAAAZAAH03AAB9NwAAAAaAAH05wAB9OcAAAAbAAH1BAAB9QQAAAAcAAH1BwAB9QcAAAAdAAH1CgAB9QoAAAAeAAH1sQAB9bEAAAAfAAABBgAAAQMAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAkAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAgAEAAYAEYAdgDSAXYCIAJ4AroDAAM8A3gDqAPUBC4EbgSwBPYFWAWmBfQGtAc6B5YH4AheCL4I6AlYAAAAAQAAAAAAAAAAAAIAADkCAAEAAAAAAAAAAAACAAA5AgABAAAAAAAAAAAAAgAAOQIAAQBAAMABgQLAABgAAC0CPgEnLgEHBQ4BFRQWFwUeATMyNjc2JgF6/u8BEQUCBQQNBf7gAwMDAwEgAgUDAwcCBAHc5OQEDQUFAQTwAgYEBAYC8AICAwMFDQAAAAABAn8AwAPAAsEAGQAAASUmBgcGFhcNAQ4BFx4BMzI2NyU+ATU0JicDuv7gBQ0EBQIFARH+7wUBBAIHAwMFAgEgAwMDAwHM8AUCBQUNBOTkBA0FAwMCAvACBgQEBgIAAAACAD8AhgPBAvoANgA5AAABLgEnJicuASMmMTAHIgYHBgcOAQcGBw4BFxYXHgEXFhceATMWMTA3MjY3Njc+ATc2Nz4BJyYnAREXA6wIKh0aOjp2LSwtLXY6OhodKggIBQUCBQQMBysdGjo6diwtLS12OjoaHSoICAUFAgUFC/376AKXHSsIBwQEAwEBBAQEBwgqHS45OHQ4NywdKwgHBAQDAQEDBAQHCCsdLjg5dDc4LP6iAQ2GAAAABP/8/7oEAgMRADQAPwBVAGkAAAEGBw4BBwYVFBYzMjY3HgEXFjY/ATYmJy4BPQE0JicuAScmBw4BBwYHBhYzFxY2Nz4BFx4BAyImNT4BMxUUBiMBPgEnNCYnJgYHBhYzPgEXFgYHBhY3JRYXHgE3Njc2JgcGBwYmJyYnJgYCXT46O1obG11GPlUiEBQcBhEEUwgEBA4aCCgiVDA1KyxAFBMFAg8GYwwMAgxLHCgIYB4lAmFAOiYBwBorAgcOGmwgBgMGFmUKCCAIBAwI/EdgeHf4eHhiDhIMbXNz5XBwZggLAiACCwoxKSk+VlUsJBYcFgQBBkgGEQQWKiirNmAkIBYCAQ0NLR8eIgwMDQIPCCwbCgxM/sguIkgoMEBQ/uUWXCYOCQQIBR4GBwQHEA5YGAoEBpZbMDAOISBFCBYGLhMTDiEiOwYNAAQAoABgA2ADIAAeADUAUQBtAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBEw4BJy4BBwYmJyY2NzY3NhYXFhceAQc3DgEnJicuAQcGBwYmJyY2NzY3NhYXFhceAQcxNyYnLgEHBgcGJicmNjc2NzYWFxYXHgEHDgEnMQIASUBAYBscHBtgQEBJSUBAYBscHBtgQEBJoQQSCD6bXAkPAgIJCTMuL1YmJyMIBAUsBhcJJCssXS4vKgsUAwQLCzA1NGgxMSkJBQUDKjY2cDU1KQ0YBAQNDS87PH09PTELBwcHGgwDIBwbYEBASUlAQGAbHBwbYEBASUlAQGAbHP4EBwUFJhEVAgoJCBACCwQDCg0NFQUSCGAKBQYWDg4LBAMNAwsKCxQEDgQEDBAQGQYWCmQZDg8IBAUMBA0NDRgEDgUFChAQHQcbDAsHBwAAAAABAMAAgANAAwAAMwAACQE2NC8BJiIHCQEuASMiBg8BDgEVFBYXCQEOARUUFh8BHgEzMjY3CQEeATMyNj8BNjQnAQItAQ4FBRYFDQX+8v7yAgYDBAUDFgMCAgMBDv7yAwICAxYDBQQDBgIBDgEOAgYDAwYDFgUF/vIBwAEOBQ0FFgUF/vIBDgMCAgMWAwUEAwYC/vL+8gIGAwQFAxYDAgIDAQ7+8gMCAgMWBQ0FAQ4AAAEBHwDAAuECwAAtAAABJy4BIyYGDwERNCYrASIGFREnLgEjIgYPAQYWHwE4ATEeATMyNjc4ATE3PgEnAtwUAgYDAwYCkgkHIAcJkgIGAwMGAhQFAQbGBAoGBgoExgUCBAGCGAMDAQICeQGMBwkJB/50eQIBAwIZBQ0FpAMEBAOkBQ0FAAMAgADAA4ACwAAPAB8ALwAAASEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYHISIGHQEUFjMhMjY9ATQmA3D9IAcJCQcC4AcJCQf9IAcJCQcC4AcJCQf9IAcJCQcC4AcJCQLACQcgBwkJByAHCeAJByAHCQkHIAcJ4AkHIAcJCQcgBwkAAAAAAgGgAUACoAJAABcAJwAAAScuAQcOAR0BFBYXMhYzMjY/AT4BNTQmNyMiBh0BFBY7ATI2PQE0JgI6fwQJBQQFBQQCAwIDBQKAAwMDUyAHCQkHIAcJCQHMcAMBAQIIBeAFCAIBAgJwAgYEAwd2CQfgBwkJB+AHCQAAAgFgAUACYAJBABcAJwAAASYGDwEOARUUFh8BHgEzMjYzPgE9ATQmJyMiBh0BFBY7ATI2PQE0JgJXBQkDgAMDAwKAAwUDAgMCBAUFyyAHCQkHIAcJCQI/AgIDcAIGBAMHAnACAgECCAXgBQgDCQfgBwkJB+AHCQAAAgGAAQACgAKAAA8AHwAAASMiBhURFBY7ATI2NRE0JjMjIgYVERQWOwEyNjURNCYB0EAHCQkHQAcJCZlABwkJB0AHCQkCgAkH/qAHCQkHAWAHCQkH/qAHCQkHAWAHCQAAAQGAAQACwAKAABgAAAElJiIHDgEVERQWFx4BMzI2NyU+ATU0JicCuP7gAwkEBAQEBAIEAgIEAgEgBAQEBAHOsAICAggE/qAECAIBAQEBsAIIBAQHAwAAAAQAAABABAADwAAUABgAKAA4AAAlAS4BIyIGBwEGFBceATMhMjY3NjQlCQEhAREUFjsBMjY1ETQmKwEiBhMjIgYdARQWOwEyNj0BNCYD/v4QAggEBAgC/hACAgIIBAPgBAgCAvwsAdQB1PxYAbQJByAHCQkHIAcJMCAHCQkHIAcJCVgDYAQEBAT8oAQIBAQEBAQECAwDMPzQAjD+wAcJCQcBQAcJCf5pCQcgBwkJByAHCQAAAAIAgABAA4ADQAANACYAACUhIgYVFBYzITI2NTQmJR4BOwEyNjcBNjQvASYiBwEnJiIPAQYUFwNw/SAHCQkHAuAHCQn91wIGAw4DBgICCgQEFwUNBf4SrgUNBRcEBGAJBwcJCQcHCaUDAgIDAgkFDQUXBAT+Ea8EBBcFDQUAAAAAAgCAAOADgAKgAA8AJgAAASEiBhURFBYzITI2NRE0JgcFDgEjIiYnJS4BNz4BFwUlNhYXFgYHA3D9IAcJCQcC4AcJCV/+8AIEAgIEAv7wBgMDBAwGAQgBCAYMBAMDBgKgCQf+YAcJCQcBoAcJfqABAQEBoAQMBgYDA5ubAwMGBgwEAAAAAQAA/8kEAAPJACYAAAkBNjQnJiIHCQEmIgcGFBcJAQYUFx4BMzI2NwkBHgEzMjY3NjQnAQIUAegEBAQMBP4Y/hgEDAQEBAHo/hgEBAIFAwIGAgHoAegCBgIDBQIEBP4YAckB6AQMBAQE/hcB6QQEBAwE/hj+FwQLBAICAgIB6P4YAgICAgQLBAHpAAABAAD/yQQAA8kAZwAAASEBNjQnJiIHATgBMTgBMTgBMTAiMTgBMTgBOQEUBgc4ATE4ATE4ATE4ATEUBhUUFhU4ATE4ATE4ATE4ATEeATE4ATE4ATE4ARU4ATM4ATE4ATE4ATEBHgEzMjY3NjQnASEyNjU0JiMD8vw9AdsEBAQMBP4OAQEBAQEBAQEB8gIFAwMFAgQE/iUDwwYICAYB1gHbBAwEBAT+DQECAQEDAQICAgECAf4OAgICAgQLBAHbCAYFCAAAAgCoAJwDUQPAACMALQAAJQYmJy4BBwYmJyYnJjY3NjceARc+ARceARcGBwYWFxYXDgEHAyY2NxYHDgEHBgLhIUYiJUUmMDwcUiMjETQ0XC1CGidNKjNMGTQVFQodHS8TNCngBWZGBBARNR8ewB8BDhABEBUKGlRjYqw8OwUDHwIIIAMEKCQfLi5eKCgUMl8kAkNKbQYrJCUzDQ0AAQBAAEADgANAADQAAAEiBgclPgE1NCYnJR4BMzI2NTQmIyIGFRQWFwUuASMiBhUUFjMyNjcFDgEVFBYzMjY1NCYjAwAeNRH+ogEBAQEBXhE1HjVLSzU1SwEB/qIRNR41S0s1HjURAV4BAUs1NUtLNQFAGhabBQsFBQsFmxYaSzU1S0s1BQsFmxYaSzU1SxoWmwULBTVLSzU1SwAAAgCAAEADYANAAD0AlgAAATgBMSMiBgcuASMiBgcuASMiBgc1NCYjIgYVESc4ATEuASMiBhUUFhcwFDEXHgEXHgE7ATI2Nz4BPQE0JicTFAYHDgErASImLwEuATU0NjMyFhcwMjEXFRQWMzI2NRE0NjMyFhURFBYzMjY9AT4BMzIWHQEUFjMyNj0BNCYnPgEzMhYdARQWMzI2PQE0Jic+ATsBMhYdAQMBAQ0XCw0rGQwYCw0qGggQCC8hIS85DBwPIS8GBpcMIRMUKxfnJkYcGx04Jz8YFxc6IOcmQROYAwQcFAkRBgFPCQcHCRwUFBwJBwcJBxAJGiYJBwYKAQIIEgkaJgkHBgoBAggSCQEaJQIABgYUGAYGFBgDArUhLy8h/sU1CwsvIQsVCQHzEx8LCwsdGxxGJp8oOAH/ACA6FxcYJCDzBgwHFBwHBkoZBwkJBwGAFBwcFP6gBwkJB4cFBCYaUAcJCQdQBgsFBQUmGlAHCQkHUAYLBQUFJhufAAAABgEAAIADAAMAAC8ANQBHAFUAYwBxAAABOAExMDQxOAExOAExOAE5ATQmLwEuASM4ATEwIjE4ATEjIgYVERQWMyEyNjUROAEnFyMiJjUTISImNRE0NjsBFRQWOwERFAYnIyIGFRQWOwEyNjU0JicjIgYVFBY7ATI2NTQmJzMyNjU0JisBIgYVFBYDAAMCwAIFAwHgIS8vIQFgIS/AiWkNE3D+oBQcHBTQJhqAHFTgBwkJB+AHCQkH4AcJCQfgBwkJ54AHCQkHgAcJCQIwAQMFAsACAy8h/iAhLy8hAWCZiRMN/kAcFAHgFByAGib+sBQcgAkHBwkJBwcJQAkHBwkJBwcJIAkHBwkJBwcJAAUBIACgAuAC4AAFABcAJQAzAEEAAAEzJxUUFhciJj0BIyIGFREUFjMhMjY1EQUzMhYVFAYrASImNTQ2FyMiJjU0NjsBMhYVFAYnIyImNTQ2OwEyFhUUBgJgaYkTDRom0BQcHBQBYBQc/rCABwkJB4AHCQnn4AcJCQfgBwkJB+AHCQkH4AcJCQJAiWkNEyAmGoAcFP4gFBwcFAFQgAkHBwkJBwcJoAkHBwkJBwcJQAkHBwkJBwcJAAADAIAA4AOAAqAADwATACoAAAEhIgYVERQWMyEyNjURNCYDIREhDQEeATMyNjclPgEnLgEHBSUmBgcGFhcDcP0gBwkJBwLgBwkJF/1AAsD9iAEQAgQCAgQCARAGAwMEDAb++P74BgwEAwMGAqAJB/5gBwkJBwGgBwn+YAGAXqABAQEBoAQMBgYDA5ubAwMGBgwEAAAAAgCAACADgANgACsAVwAAASMiBh0BByM3NjQvASYiDwEGFB8BHgEzMjY/ATY0LwEzMjY/AT4BPQE0JiMBMzI2PQE3MwcGFB8BFjI/ATY0LwEuASMiBg8BBhQfASMiBg8BDgEdARQWMwNwIAcJraZPBAQXBQ0FhQkJhQMGAwMGAhcEBE+6AwYCyQMCCQf9ICAHCa2mTwQEFwUNBYUJCYUDBgMDBgIXBARPugMGAskDAgkHAkAJB6OtTgUNBRcEBIUKGgqFAgICAhcFDQVOAgPJAgYDtwcJ/wAJB6OtTgUNBRcEBIUKGgqFAgICAhcFDQVOAgPJAgYDtwcJAAAAAgDAAQADQAKAABkAQAAAASMiBg8CDgEdARQWHwIeATsBMjY1ETQmBTc2NCcmIg8BJyYiBwYUHwEHBhQXHgEzMjY/ARceATMyNjc2NC8BAbAwBAYCXEsGBwcGSl0CBwMwBwkJASBkBQUEDgRlZQQOBAUFZGQFBQIGAwMGAmVlAgYDAwYCBQVkAoADA2sPAQkGYAYJAQ9rAwMJBwFgBwnAZQQOBAUFZGQFBQQOBGVlBA4EAwICA2RkAwICAwQOBGUAAQDAAQABwAKAABkAAAEjIgYPAg4BHQEUFh8CHgE7ATI2NRE0JgGwMAQGAlxLBgcHBkpdAgcDMAcJCQKAAwNrDwEJBmAGCQEPawMDCQcBYAcJAAAAAwEAAEADAANAAB0AOwBLAAABIgcOAQcGFREUFx4BFxYzMjc+ATc2NRE0Jy4BJyYTFAcOAQcGIyInLgEnJjURNDc+ATc2MzIXHgEXFhUnIyIGHQEUFjsBMjY9ATQmAgA1Ly5GFBQUFEYuLzU1Ly5GFBQUFEYuL6sSET0pKS4uKSk9ERISET0pKS4uKSk9ERLQIAcJCQcgBwkJA0AUFEYuLzX/ADUvLkYUFBQURi4vNQEANS8uRhQU/gAuKSk9ERISET0pKS4BAC4pKT0REhIRPSkpLoAJB2AHCQkHYAcJAAAAAA4ArgABAAAAAAABAAcAEAABAAAAAAACAAcAKAABAAAAAAADAAcAQAABAAAAAAAEAAcAWAABAAAAAAAFAAsAeAABAAAAAAAGAAcAlAABAAAAAAAKABoA0gADAAEECQABAA4AAAADAAEECQACAA4AGAADAAEECQADAA4AMAADAAEECQAEAA4ASAADAAEECQAFABYAYAADAAEECQAGAA4AhAADAAEECQAKADQAnABpAGMAbwBtAG8AbwBuAABpY29tb29uAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABpAGMAbwBtAG8AbwBuAABpY29tb29uAABpAGMAbwBtAG8AbwBuAABpY29tb29uAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABpAGMAbwBtAG8AbwBuAABpY29tb29uAABGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAABAgACAQMAAwAfACEAPABEAFYAWwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAd1bmkwMDAwB3VuaTAwMDEJYXJyb3dkb3duC2VxdWl2YWxlbmNlB3VuaTIzRUQHdW5pMjNFRQd1bmkyM0Y4B3VuaTI1QjYHdW5pMjZBMAd1bmkyNzA1B3VuaTI3MDkHdW5pMjc0Qwd1bmkyQjA1B3VuaUY4RkYGdTFGMzEwBnUxRjQ0NgZ1MUY0QzQGdTFGNERDBnUxRjRFNwZ1MUY1MDQGdTFGNTA3BnUxRjUwQQZ1MUY1QjEAAAEAAf//AA8AAQAAAAwAAAAWAAAAAgABAAEAHwABAAQAAAACAAAAAAAAAAEAAAAA1aQnCAAAAADdN+cdAAAAAN035x0=') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

i {
  font-family: 'icomoon' !important;
  font-size: 2rem;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-16px {
  font-size: 1rem !important;
}

/*******************/

.icon-file:before {
  content: "\1f4c4";
}

@media (min-width: 640px) {
  .icon-file:before {
    content: "\1f4dc";
  }
}

.icon-file-fill:before {
  content: "\1f4dc";
}

/*******************/

.icon-chevron-left:before {
  content: "\3c";
}

.icon-chevron-right:before {
  content: "\3e";
}

.icon-warning:before {
  content: "\26a0";
}

.icon-back-popup:before {
  content: "\2b05";
  font-size: 37px !important;
}

.icon-close-popup:before {
  content: "\274c";
  font-size: 37px !important;
}

.icon-down:before {
  content: "\2193";
}

.icon-prevTrack:before {
  content: "\23ee";
}

.icon-pause:before {
  content: "\23f8";
}

.icon-play:before {
  content: "\25b6";
}

.icon-nextTrack:before {
  content: "\23ed";
}

.icon-speaker:before {
  content: "\1f50a";
}

.icon-speaker-mute:before {
  content: "\1f507";
}

.icon-sync:before {
  content: "\1f504";
}

.icon-close:before {
  content: "\78";
}

.icon-menu:before {
  content: "\2261";
}

.icon-check:before {
  content: "\2705";
}

.icon-youtube:before {
  content: "\59";
}

.icon-spotify:before {
  content: "\73";
}

.icon-apple:before {
  content: "\f8ff";
}

.icon-amazon:before {
  content: "\61";
}

.icon-share:before {
  content: "\1f310";
}

.icon-letter:before {
  content: "\1f4e7";
}

.icon-letter-fill:before {
  content: "\2709";
}

.icon-touch:before {
  content: "\1f446";
}

.icon-mouse:before {
  content: "\1f5b1";
}

.group:focus .icon-surveillance {
  filter:         drop-shadow(-1px 2px 2px #e51a1a);
}

/* PAYPAL */

.st0{
  fill:#383838;
}

.st1{
  fill:#666666;
}

.st2{
  fill:#000000;
}

.group:hover .group-hover\:st0{
  fill:#7E2525;
}

.group:hover .group-hover\:st1{
  fill:#D91717;
}

.group:hover .group-hover\:st2{
  fill:#632121;
}

.group:focus .group-focus\:st0{
  fill:#7E2525;
}

.group:focus .group-focus\:st1{
  fill:#D91717;
}

.group:focus .group-focus\:st2{
  fill:#632121;
}

.anim-credits {
  animation: credits-anim 25s linear forwards infinite;
}

@keyframes credits-anim {
  0% {
    top: 100%;
  }

  100% {
    top: -150%;
  }
}

/* GLITCH! */

.anim-textGlitch {
  animation: glitch-anim-text 0.3s linear alternate 1 backwards;
}

.anim-textGlitch-infinite {
  animation: glitch-anim-text 0.3s linear alternate infinite backwards;
}

.anim-textGlitch-reverse {
  animation: glitch-anim-title 0.3s linear alternate-reverse 1 backwards;
}

.anim-textGlitch-reverse-infinite {
  animation: glitch-anim-text 0.3s linear alternate-reverse infinite backwards;
}

.anim-titleGlitch {
  animation: glitch-anim-title 0.3s linear alternate 1 backwards;
}

.anim-titleGlitch-infinite {
  animation: glitch-anim-title 0.3s linear alternate infinite backwards;
}

.anim-titleGlitch-reverse-infinite {
  animation: glitch-anim-title 0.3s linear alternate-reverse infinite backwards;
}

@keyframes glitch-anim-text {
  0%, 100% {
    transform: translate3d(2px, -2px, 0) scale3d(-1,-1,1);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  20% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  41% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  52% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  61% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  75% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  80% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  96% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}

@keyframes glitch-anim-title {
  0%, 100% {
    transform: translate3d(2px, -2px, 0);
    clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
  }

  20% {
    clip-path: polygon(0 30%, 100% 30%, 100% 60%, 0 60%);
  }

  41% {
    clip-path: polygon(0 50%, 100% 50%, 100% 90%, 0 80%);
  }

  52% {
    clip-path: polygon(0 30%, 100% 30%, 100% 60%, 0 60%);
  }

  61% {
    clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
  }

  75% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  80% {
    clip-path: polygon(0 20%, 100% 20%, 100% 55%, 0 55%);
  }

  96% {
    clip-path: polygon(0 40%, 100% 40%, 100% 80%, 0 80%);
  }
}

@media (min-width: 640px) {
  .tablet\:right-auto {
    right: auto;
  }

  .tablet\:order-1 {
    order: 1;
  }

  .tablet\:order-2 {
    order: 2;
  }

  .tablet\:mt-3 {
    margin-top: 0.75rem;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:ml-6 {
    margin-left: 1.5rem;
  }

  .tablet\:ml-28 {
    margin-left: 7rem;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-1\/4 {
    height: 25%;
  }

  .tablet\:w-28 {
    width: 7rem;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-2\/5 {
    width: 40%;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .tablet\:max-w-lg {
    max-width: 32rem;
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:justify-start {
    justify-content: flex-start;
  }

  .tablet\:justify-center {
    justify-content: center;
  }

  .tablet\:rounded-full {
    border-radius: 9999px;
  }

  .tablet\:border-0 {
    border-width: 0px;
  }

  .tablet\:border-2 {
    border-width: 2px;
  }

  .tablet\:p-6 {
    padding: 1.5rem;
  }

  .tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tablet\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:pt-2 {
    padding-top: 0.5rem;
  }

  .tablet\:pt-4 {
    padding-top: 1rem;
  }

  .tablet\:pt-12 {
    padding-top: 3rem;
  }

  .tablet\:pr-0 {
    padding-right: 0px;
  }

  .tablet\:pb-0 {
    padding-bottom: 0px;
  }

  .tablet\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .tablet\:pb-16 {
    padding-bottom: 4rem;
  }

  .tablet\:pl-0 {
    padding-left: 0px;
  }

  .tablet\:pl-12 {
    padding-left: 3rem;
  }

  .tablet\:text-left {
    text-align: left;
  }

  .tablet\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .tablet\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tablet\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .tablet\:leading-12 {
    line-height: 3rem;
  }
}

@media (min-width: 1280px) {
  .desktop\:top-36 {
    top: 9rem;
  }

  .desktop\:right-4 {
    right: 1rem;
  }

  .desktop\:left-4 {
    left: 1rem;
  }

  .desktop\:left-auto {
    left: auto;
  }

  .desktop\:ml-48 {
    margin-left: 12rem;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:inline {
    display: inline;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:w-24 {
    width: 6rem;
  }

  .desktop\:w-auto {
    width: auto;
  }

  .desktop\:w-1\/3 {
    width: 33.333333%;
  }

  .desktop\:w-1\/4 {
    width: 25%;
  }

  .desktop\:w-full {
    width: 100%;
  }

  .desktop\:min-w-24 {
    min-width: 24rem;
  }

  .desktop\:max-w-3xl {
    max-width: 48rem;
  }

  .desktop\:max-w-full {
    max-width: 100%;
  }

  .desktop\:flex-row {
    flex-direction: row;
  }

  .desktop\:flex-col {
    flex-direction: column;
  }

  .desktop\:items-stretch {
    align-items: stretch;
  }

  .desktop\:border-r {
    border-right-width: 1px;
  }

  .desktop\:border-b {
    border-bottom-width: 1px;
  }

  .desktop\:border-l-10 {
    border-left-width: 10px;
  }

  .desktop\:p-10 {
    padding: 2.5rem;
  }

  .desktop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .desktop\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .desktop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .desktop\:pt-0 {
    padding-top: 0px;
  }

  .desktop\:pt-4 {
    padding-top: 1rem;
  }

  .desktop\:pt-16 {
    padding-top: 4rem;
  }

  .desktop\:pr-4 {
    padding-right: 1rem;
  }

  .desktop\:pr-8 {
    padding-right: 2rem;
  }

  .desktop\:pb-0 {
    padding-bottom: 0px;
  }

  .desktop\:pb-4 {
    padding-bottom: 1rem;
  }

  .desktop\:pb-8 {
    padding-bottom: 2rem;
  }

  .desktop\:pb-16 {
    padding-bottom: 4rem;
  }

  .desktop\:pb-24 {
    padding-bottom: 6rem;
  }

  .desktop\:pl-4 {
    padding-left: 1rem;
  }

  .desktop\:text-left {
    text-align: left;
  }

  .desktop\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 780px) {
  .specific\:pl-0 {
    padding-left: 0px;
  }
}

