/**
 * using ../public/fonts instead of /fonts lets webpack do its thing and
 * load with hashed urls
 */
@font-face {
  font-family: 'Sport1-Bold';
  src: url(/_next/static/media/Sport1-Bold.2da2ba9f.woff2) format('woff2'),
       url(/_next/static/media/Sport1-Bold.a5f467aa.woff) format('woff'),
       url(/_next/static/media/Sport1-Bold.6eeeb005.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Sport1-Regular';
  src: url(/_next/static/media/Sport1-Regular.b3451159.woff2) format('woff2'),
       url(/_next/static/media/Sport1-Regular.a63c2474.woff) format('woff'),
       url(/_next/static/media/Sport1-Regular.b5da44e9.ttf) format('ttf');
  font-display: swap;
}
@font-face {
    font-family: 'Sport1-CondensedBlackItalic';
    src: url(/_next/static/media/Sport1-CondensedBlackItalic.5582e8e5.woff2) format('woff2'),
         url(/_next/static/media/Sport1-CondensedBlackItalic.ba912e96.otf) format('otf');
}
@font-face {
  font-family: 'Sport1-CondensedRegularItalic';
  src: url(/_next/static/media/Sport1-CondensedRegularItalic.e928f2a2.woff2) format('woff2'),
}
@font-face {
  font-family: 'Sport1-RegularItalic';
  src: url(/_next/static/media/Sport1-RegularItalic.d181399f.woff2) format('woff2'),
}
@font-face {
  font-family: 'sport1-styleguide';
  src: url(/_next/static/media/sport1-styleguide.90d9cf6f.woff2);
}
@font-face {
  font-family: 'sport1-universal-components';
  src: url(/_next/static/media/sport1-universal-components.b2eb7927.ttf);
}
@font-face {
  font-family: 'Sport1-Condensed';
  src: url(/_next/static/media/Sport1-CondensedBlackItalic.ba912e96.otf);
}

/* Fallbacks */
@font-face {
  font-family: "Sport1-CondensedBlackItalic-Fallback";
  src: local(Arial);
  size-adjust: 78%;
  descent-override: 15%;
}

@font-face {
  font-family: "Sport1-CondensedRegularItalic-Fallback";
  src: local(Arial);
  size-adjust: 78%;
  descent-override: 15%;
}

@font-face {
  font-family: "Sport1-RegularItalic-Fallback";
  src: local(Arial);
  size-adjust: 78%;
  descent-override: 15%;
}

@font-face {
  font-family: "Sport1-Regular-Fallback";
  src: local(Arial);
  size-adjust: 93.6%;
  descent-override: 15%;
}

@font-face {
  font-family: "Sport1-Bold-Fallback";
  src: local(Arial);
  size-adjust: 98.4%;
  descent-override: 15%;
}
[class*=' Account__SublinksContainer'] {
  justify-content: space-evenly !important;
}

[class*=' Account__SublinksContainer'] a:nth-child(2) {
  display: none !important;
}

.inplayer-paywall #abonnements {
  display: none !important;
}

/** hide Konto löschen */ 
.inplayer-paywall [class*='Account__TabsWrapper'] [class*='Tab']:nth-child(2) {
  display: none !important
}
.rounded {
    border-radius: 4px;
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--sport1-regular), Sport1-Regular, -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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #CCCCCC; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #CCCCCC; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

html{
  font-family: var(--sport1-regular), Sport1-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--sport1-bold), Sport1-Bold, -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: 300;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

*:not(.outbrain-widget-wrapper *) {
  font-family: var(--sport1-regular), 'Sport1-Regular-Fallback';
}

.container{
  width: 100%;
}

@media (min-width: 480px){

  .container{
    max-width: 480px;
  }
}

@media (min-width: 652px){

  .container{
    max-width: 652px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 810px){

  .container{
    max-width: 810px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1200px){

  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1203px){

  .container{
    max-width: 1203px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1596px){

  .container{
    max-width: 1596px;
  }
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

.col-start-1{
  grid-column-start: 1;
}

.row-start-1{
  grid-row-start: 1;
}

.m-auto{
  margin: auto;
}

.-mx-4{
  margin-left: -4px;
  margin-right: -4px;
}

.mx-16{
  margin-left: 16px;
  margin-right: 16px;
}

.mx-\[12px\]{
  margin-left: 12px;
  margin-right: 12px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-12{
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-24{
  margin-top: 24px;
  margin-bottom: 24px;
}

.mb-12{
  margin-bottom: 12px;
}

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

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

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

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

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.h-11{
  height: 2.75rem;
}

.h-\[100\%\]{
  height: 100%;
}

.h-\[4px\]{
  height: 4px;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.w-200{
  width: 200px;
}

.w-\[192px\]{
  width: 192px;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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-y-\[100\%\]{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

.transform{
  transform: translate(var(--tw-translate-x), 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));
}

@keyframes fadeIn{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-fadeIn{
  animation: fadeIn 400ms cubic-bezier(.59,.01,.45,.99);
}

@keyframes fadeInFromLeft{

  0%{
    opacity: 0;
    transform: translateX(-100%);
  }

  100%{
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fadeInFromLeft{
  animation: fadeInFromLeft 400ms cubic-bezier(.59,.01,.45,.99);
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[24px\]{
  gap: 24px;
}

.gap-\[36px\]{
  gap: 36px;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 100%;
}

.rounded-lg{
  border-radius: 8px;
}

.border{
  border-width: 1px;
}

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

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

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(120 120 120 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#106BFE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 107 254 / var(--tw-bg-opacity));
}

.bg-\[\#1E1E1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF80\]{
  background-color: #FFFFFF80;
}

.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 245 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

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

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-none{
  background-image: none;
}

.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.p-4{
  padding: 1rem;
}

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

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

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

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

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

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

.pb-\[24px\]{
  padding-bottom: 24px;
}

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

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

.ps-0{
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.pt-\[12px\]{
  padding-top: 12px;
}

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

.font-bold{
  font-family: var(--sport1-bold), Sport1-Bold, -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-sans{
  font-family: var(--sport1-regular), Sport1-Regular, -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-12{
  font-size: 12px;
}

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[20px\]{
  line-height: 20px;
}

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

.leading-tight{
  line-height: 1.25;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

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

.underline{
  text-decoration-line: underline;
}

.opacity-30{
  opacity: 0.3;
}

.shadow-header{
  --tw-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.filter{
  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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.scrollbar-webkit::-webkit-scrollbar{
  width: 7px;
}

.scrollbar-webkit::-webkit-scrollbar-track{
  background: #FFFFFF30;
  border-radius: 8px;
}

.scrollbar-webkit::-webkit-scrollbar-thumb{
  background: #FFFFFF70;
  border-radius: 8px;
  border: 1px solid #00000090;
}

.top-100 {
  top: 100%;
}

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

.embed-video-size {
   height: 100%;
   width: 100%;
   max-width: 100%;
   max-height: 100%;
}

strong {
  color: #000000;
  font-weight: bold;
}

ul {
  list-style-type: disc;
  padding-left: 40px;
}

ol {
  list-style-type: decimal;
  padding-left: 40px;
}

.fb-video,
.fb-video iframe[style],
.fb-post,
.fb-post span,
.fb-post span iframe[style] {
  width: 100% !important;
}

.wimbledon-iframe {
    padding: 0 12px 24px 12px;
}

@media (min-width: 480px) and (max-width: 766px) {
    .wimbledon-iframe {
        padding: 0 24px 24px 24px;
    }
}

@media (min-width: 767px) {
    .wimbledon-iframe {
        padding: 0 36px 24px 36px;
    }
}

/* Piano Styles */
.tp-modal .tp-close {
  border-left-width: 0 !important;
}

.article-top-image-wrapper{
  aspect-ratio: 968/546 auto;
}

.piano-condensed-black-italic{
  font-family: 'Sport1-CondensedBlackItalic';
  font-variation-settings: 'ital' 1;
}

/**
 * For the purposes of stroeer, we have removed overflow:hidden from the articles and teaser card.
 * Most articles work without these properties,
 * but sometimes ads, etc. are loaded from outside and this causes problems, so for safety,
 * the max-width was used for article content
 * Sponsored articles don't have a right column
 */

 /* below 360px wide the layout starts to break down (this is a safety feature, beacuse devices with screens below 360px are rare) */
@media screen and (max-width: 359px) {
  .article-section-main-area-container,
  .article-section-main-area-container-sponsored{
    overflow: hidden;
  }
}
 /* MEW (phone) always can have max 100vw */
@media screen and (min-width: 360px) and (max-width: 1023px) {
  .article-section-main-area-container,
  .article-section-main-area-container-sponsored{
    max-width: 100%;
  }
}

/* MEW (tablet) It already has a column on the right side therefore, 36px (right margin) + 372px should be removed from the available space */
@media screen and (min-width: 1024px) and (max-width: 1112px) {
  .article-section-main-area-container{
    max-width: calc(100% - 408px);
  }
  .article-section-main-area-container-sponsored{
    max-width: 100%;
  }
}

/* WEB (desktop) It already has a column on the right side therefore, 36px (right margin) + 378px should be removed from the available space (1113px) */
@media screen and (min-width: 1113px) {
  .article-section-main-area-container{
    max-width: calc(1113px - 408px);
  }
  .article-section-main-area-container-sponsored{
    max-width: 1113px;
  }
}

/* It's a safety feature that prevents horizontal cards from taking up too much space */
.s1-teaser-card-content{
  max-width: 100%;
}

@media screen and (min-width: 1041px) {
  .s1-teaser-card-content{
    max-width: 1041px;
  }
}

.s1-device-mobile .apester-media,
.s1-device-mobile .apester-media-fallback {
  min-height: calc(470px + 367px);
}

.s1-device-desktop .apester-media,
.s1-device-desktop .apester-media-fallback {
  min-height: 483px;
}

#piano_article-bottom-bar{
  margin-bottom: env(safe-area-inset-bottom);
}

.article-footer-special-class {
  margin-bottom: calc(60px + env(safe-area-inset-bottom));
}

@media (min-width: 767px) {
  .article-footer-special-class {
      margin-bottom: calc(100px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 480px) and (max-width: 766px) {
  .article-footer-special-class {
    margin-bottom: calc(80px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  #chatbase-bubble-button{
    bottom: 164px !important
  }
  #chatbase-message-bubbles{
    bottom: 224px !important
  }
}

.s1-full-width-bg {
  --bg-color: black;
  box-shadow: 0 0 0 100vmax var(--bg-color);
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}

.s1-header-wrapper{
  --bg-color: white;
}
.s1-nav-wrapper{
  --bg-color: black;
}
.s1-footer-wrapper{
  --bg-color: white;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 185 51 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
@media (min-width: 480px){

  .tn\:mx-24{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tn\:mx-\[24px\]{
    margin-left: 24px;
    margin-right: 24px;
  }

  .tn\:block{
    display: block;
  }
}
@media (min-width: 768px){

  .sm\:relative{
    position: relative;
  }

  .sm\:mx-32{
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:mx-\[36px\]{
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-375{
    width: 375px;
  }

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

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

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

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:rounded-lg{
    border-radius: 8px;
  }

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

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

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .sm\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pt-\[24px\]{
    padding-top: 24px;
  }
}
@media (min-width: 1024px){

  .md\:static{
    position: static;
  }

  .md\:relative{
    position: relative;
  }

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

  .md\:mb-\[36px\]{
    margin-bottom: 36px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-9{
    height: 2.25rem;
  }

  .md\:h-full{
    height: 100%;
  }

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

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

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

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:content-around{
    align-content: space-around;
  }

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-\[24px\]{
    gap: 24px;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

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

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

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

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

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

  .md\:font-bold{
    font-family: var(--sport1-bold), Sport1-Bold, -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";
  }

  .md\:text-12{
    font-size: 12px;
  }

  .md\:text-14{
    font-size: 14px;
  }

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

  .md\:font-medium{
    font-weight: 500;
  }

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

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:border-b-0{
    border-bottom-width: 0px;
  }
}
@media (min-width: 1200px){

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:text-16{
    font-size: 16px;
  }
}
@media (min-width: 1536px){

  .\32xl\:gap-\[36px\]{
    gap: 36px;
  }

  .\32xl\:pb-\[36px\]{
    padding-bottom: 36px;
  }

  .\32xl\:pt-\[36px\]{
    padding-top: 36px;
  }
}
@media (min-width: 652px){

  .mtsm\:grid{
    display: grid;
  }

  .mtsm\:hidden{
    display: none;
  }

  .mtsm\:gap-\[24px\]{
    gap: 24px;
  }
}
@media (min-width: 810px){

  .mtmd\:grid{
    display: grid;
  }

  .mtmd\:hidden{
    display: none;
  }

  .mtmd\:gap-\[64px\]{
    gap: 64px;
  }
}
@media (min-width: 1203px){

  .mtlg\:gap-\[24px\]{
    gap: 24px;
  }

  .mtlg\:pt-\[24px\]{
    padding-top: 24px;
  }
}

/*# sourceMappingURL=65e0ef1a6f1c6309.css.map*/