/*
! tailwindcss v3.4.0 | 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: #e5e7eb; /* 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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:  ;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

    .container{
        max-width: 480px;
    }
}
@media (min-width: 600px){

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 782px){

    .container{
        max-width: 782px;
    }
}
@media (min-width: 960px){

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1440px){

    .container{
        max-width: 1440px;
    }
}
.pointer-events-none{
    pointer-events: none;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.bottom-\[-24px\]{
    bottom: -24px;
}
.bottom-\[-35px\]{
    bottom: -35px;
}
.left-0{
    left: 0px;
}
.right-0{
    right: 0px;
}
.right-\[20px\]{
    right: 20px;
}
.top-0{
    top: 0px;
}
.top-\[180px\]{
    top: 180px;
}
.m-1{
    margin: 0.25rem;
}
.m-8{
    margin: 2rem;
}
.-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.mx-\[-5px\]{
    margin-left: -5px;
    margin-right: -5px;
}
.mx-\[2px\]{
    margin-left: 2px;
    margin-right: 2px;
}
.mx-\[auto\]{
    margin-left: auto;
    margin-right: auto;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[20px\]{
    margin-top: 20px;
    margin-bottom: 20px;
}
.\!mb-0{
    margin-bottom: 0px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-14{
    margin-bottom: 3.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[-40px\]{
    margin-bottom: -40px;
}
.mb-\[10px\]{
    margin-bottom: 10px;
}
.mb-\[15px\]{
    margin-bottom: 15px;
}
.mb-\[20px\]{
    margin-bottom: 20px;
}
.mb-\[22px\]{
    margin-bottom: 22px;
}
.mb-\[30px\]{
    margin-bottom: 30px;
}
.mb-\[34px\]{
    margin-bottom: 34px;
}
.mb-\[38px\]{
    margin-bottom: 38px;
}
.mb-\[40px\]{
    margin-bottom: 40px;
}
.mb-\[50px\]{
    margin-bottom: 50px;
}
.mb-\[5px\]{
    margin-bottom: 5px;
}
.mb-\[6px\]{
    margin-bottom: 6px;
}
.mb-\[7px\]{
    margin-bottom: 7px;
}
.mb-\[8px\]{
    margin-bottom: 8px;
}
.mb-\[9px\]{
    margin-bottom: 9px;
}
.ml-\[20px\]{
    margin-left: 20px;
}
.ml-\[4px\]{
    margin-left: 4px;
}
.mr-\[-20px\]{
    margin-right: -20px;
}
.mr-\[4px\]{
    margin-right: 4px;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-\[-37px\]{
    margin-top: -37px;
}
.mt-\[-55px\]{
    margin-top: -55px;
}
.mt-\[50px\]{
    margin-top: 50px;
}
.line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-video{
    aspect-ratio: 16 / 9;
}
.h-1{
    height: 0.25rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-\[16px\]{
    height: 16px;
}
.h-\[40px\]{
    height: 40px;
}
.h-\[68px\]{
    height: 68px;
}
.h-\[80px\]{
    height: 80px;
}
.h-\[auto\]{
    height: auto;
}
.h-full{
    height: 100%;
}
.min-h-screen{
    min-height: 100vh;
}
.w-16{
    width: 4rem;
}
.w-20{
    width: 5rem;
}
.w-3\/12{
    width: 25%;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-9{
    width: 2.25rem;
}
.w-\[101px\]{
    width: 101px;
}
.w-\[16px\]{
    width: 16px;
}
.w-\[40px\]{
    width: 40px;
}
.w-\[640px\]{
    width: 640px;
}
.w-\[80px\]{
    width: 80px;
}
.w-full{
    width: 100%;
}
.w-max{
    width: -moz-max-content;
    width: max-content;
}
.max-w-\[1024px\]{
    max-width: 1024px;
}
.max-w-\[1274px\]{
    max-width: 1274px;
}
.max-w-\[430px\]{
    max-width: 430px;
}
.max-w-\[58px\]{
    max-width: 58px;
}
.max-w-\[640px\]{
    max-width: 640px;
}
.max-w-\[calc\(50\%-10px\)\]{
    max-width: calc(50% - 10px);
}
.max-w-full{
    max-width: 100%;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-none{
    flex: none;
}
.flex-shrink{
    flex-shrink: 1;
}
.flex-grow{
    flex-grow: 1;
}
.basis-\[calc\(50\%-10px\)\]{
    flex-basis: calc(50% - 10px);
}
.basis-full{
    flex-basis: 100%;
}
.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));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-\[12px\]{
    gap: 12px;
}
.gap-\[13px\]{
    gap: 13px;
}
.gap-\[26px\]{
    gap: 26px;
}
.gap-\[40px\]{
    gap: 40px;
}
.gap-\[4px\]{
    gap: 4px;
}
.gap-\[6px\]{
    gap: 6px;
}
.gap-\[85px\]{
    gap: 85px;
}
.gap-\[8px\]{
    gap: 8px;
}
.gap-\[9px\]{
    gap: 9px;
}
.gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-x-\[18px\]{
    -moz-column-gap: 18px;
         column-gap: 18px;
}
.gap-x-\[20px\]{
    -moz-column-gap: 20px;
         column-gap: 20px;
}
.gap-y-6{
    row-gap: 1.5rem;
}
.gap-y-\[11px\]{
    row-gap: 11px;
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-x-scroll{
    overflow-x: scroll;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-\[10px\]{
    border-radius: 10px;
}
.rounded-\[50\%\]{
    border-radius: 50%;
}
.rounded-\[5px\]{
    border-radius: 5px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
}
.rounded-br-md{
    border-bottom-right-radius: 0.375rem;
}
.rounded-tl-md{
    border-top-left-radius: 0.375rem;
}
.rounded-tr-md{
    border-top-right-radius: 0.375rem;
}
.border{
    border-width: 1px;
}
.border-y-\[2px\]{
    border-top-width: 2px;
    border-bottom-width: 2px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-\[2px\]{
    border-bottom-width: 2px;
}
.border-t{
    border-top-width: 1px;
}
.border-\[\#666666\]{
    --tw-border-opacity: 1;
    border-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-\[\#fff\]{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-t-\[\#e2e2e2\]{
    --tw-border-opacity: 1;
    border-top-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.bg-\[\#121212\]{
    --tw-bg-opacity: 1;
    background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-\[\#16b246\]{
    --tw-bg-opacity: 1;
    background-color: rgb(22 178 70 / var(--tw-bg-opacity));
}
.bg-\[\#1B1B1B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(27 27 27 / var(--tw-bg-opacity));
}
.bg-\[\#666\]{
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\]{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#e10f07\]{
    --tw-bg-opacity: 1;
    background-color: rgb(225 15 7 / var(--tw-bg-opacity));
}
.bg-\[\#eaeaea\]{
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-\[\#f3f3f3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#fff\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-0{
    padding: 0px;
}
.p-4{
    padding: 1rem;
}
.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-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
}
.px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
}
.px-\[55px\]{
    padding-left: 55px;
    padding-right: 55px;
}
.px-\[5px\]{
    padding-left: 5px;
    padding-right: 5px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-\[4px\]{
    padding-top: 4px;
    padding-bottom: 4px;
}
.py-\[5px\]{
    padding-top: 5px;
    padding-bottom: 5px;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-\[0px\]{
    padding-bottom: 0px;
}
.pb-\[30px\]{
    padding-bottom: 30px;
}
.pb-\[9px\]{
    padding-bottom: 9px;
}
.pl-\[20px\]{
    padding-left: 20px;
}
.pr-\[20px\]{
    padding-right: 20px;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-\[10px\]{
    padding-top: 10px;
}
.pt-\[15px\]{
    padding-top: 15px;
}
.pt-\[19px\]{
    padding-top: 19px;
}
.pt-\[37px\]{
    padding-top: 37px;
}
.pt-\[55px\]{
    padding-top: 55px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-start{
    text-align: start;
}
.align-baseline{
    vertical-align: baseline;
}
.align-middle{
    vertical-align: middle;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-\[10px\]{
    font-size: 10px;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[14px\]{
    font-size: 14px;
}
.text-\[16px\]{
    font-size: 16px;
}
.text-\[18px\]{
    font-size: 18px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-xxl{
    font-size: 1.5rem;
}
.font-black{
    font-weight: 900;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.leading-3{
    line-height: .75rem;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-\[18px\]{
    line-height: 18px;
}
.leading-\[20px\]{
    line-height: 20px;
}
.leading-\[24px\]{
    line-height: 24px;
}
.leading-tight{
    line-height: 1.25;
}
.\!text-\[\#fff\]{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-black{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-\[\#16B246\]{
    --tw-text-opacity: 1;
    color: rgb(22 178 70 / var(--tw-text-opacity));
}
.text-\[\#16b246\]{
    --tw-text-opacity: 1;
    color: rgb(22 178 70 / var(--tw-text-opacity));
}
.text-\[\#666666\]{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#666\]{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#767676\]{
    --tw-text-opacity: 1;
    color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#818181\]{
    --tw-text-opacity: 1;
    color: rgb(129 129 129 / var(--tw-text-opacity));
}
.text-\[\#868686\]{
    --tw-text-opacity: 1;
    color: rgb(134 134 134 / var(--tw-text-opacity));
}
.text-\[\#BBBBBB\]{
    --tw-text-opacity: 1;
    color: rgb(187 187 187 / var(--tw-text-opacity));
}
.text-\[\#E10F07\]{
    --tw-text-opacity: 1;
    color: rgb(225 15 7 / var(--tw-text-opacity));
}
.text-\[\#E2E2E2\]{
    --tw-text-opacity: 1;
    color: rgb(226 226 226 / var(--tw-text-opacity));
}
.text-\[\#F6F6F6\]{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
}
.text-\[\#a8a8a8\]{
    --tw-text-opacity: 1;
    color: rgb(168 168 168 / var(--tw-text-opacity));
}
.text-\[\#bbb\]{
    --tw-text-opacity: 1;
    color: rgb(187 187 187 / var(--tw-text-opacity));
}
.text-\[\#e10f07\]{
    --tw-text-opacity: 1;
    color: rgb(225 15 7 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[000\]{
    color: 000;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.\!no-underline{
    text-decoration-line: none !important;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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;
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-Regular.ttf?e7eb634d040a6f3840336c988c10b188) format(truetype);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-Italic.ttf?caaa31856c16f880fb090e38ec99ec84) format(truetype);
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-Medium.ttf?d4afdc134fc10b739bab22447dfa720e) format(truetype);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-MediumItalic.ttf?0914a22fa6bdca287e4df02b925e03c3) format(truetype);
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-SemiBold.ttf?8247eaeb0799c0acafc60af7a73f6021) format(truetype);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-SemiBoldItalic.ttf?52ba8aae1210d1d4b9e72f3220e72622) format(truetype);
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-Bold.ttf?0cb1ab864072bf9e0991b19e21463f63) format(truetype);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-BoldItalic.ttf?29e6ff4a240b95ad14f246958cad1f1f) format(truetype);
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-Black.ttf?5b6aa950a7733ff406340c3ce466b61e) format(truetype);
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-BlackItalic.ttf?66d32c279790337d3968705b771bc32f) format(truetype);
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(../fonts/Barlow-Regular.ttf?e7eb634d040a6f3840336c988c10b188) format(truetype);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noticia Text';
    src: url(../fonts/NoticiaText-Regular.ttf?72cc28965644c80280197d4c83074148) format(truetype);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noticia Text';
    src: url(../fonts/NoticiaText-Italic.ttf?12707395819b34e8e40edc7605ddde31) format(truetype);
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Noticia Text';
    src: url(../fonts/NoticiaText-Bold.ttf?b24ed8cb0bbb3c3c3ad5fa39c237c6da) format(truetype);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Noticia Text';
    src: url(../fonts/NoticiaText-BoldItalic.ttf?98c99542ca61cd808ea1272b1bdbcc72) format(truetype);
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter_18pt-ExtraBold.ttf?c9a0d06db60f5cd270d4b669b1dd717f) format(truetype);
    font-weight: 800;
    font-display: swap;
}
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .entry-content .ub_table-of-contents-title, .block-editor-block-list__layout h2, .block-editor-block-list__layout .ub_table-of-contents-title{
    font-size: 18px;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(22 178 70 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 1rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.entry-content ul, .block-editor-block-list__layout ul {
    font-family: Barlow;
}
body {
    font-family: Barlow;
    overflow: auto !important;
}
.font-barlow {
    font-family: Barlow;
}
.single .entry-content {
    font-family: 'Noticia Text';
}
article .post-thumbnail {
        display: block;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
article .post-thumbnail img {
            width: 100%;
        }
article .post-thumbnail::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            opacity: 0.5;
            background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.9) 100%);
        }
article .post-thumbnail.live::before {
                content: attr(data-live-flag-text);
                position: absolute;
                background-color: rgba(225, 15, 7, 1);
                border-radius: 10px 0 10px 0;
                color: #fff;
                padding: 0 8px;
                font-size: 10px;
                font-weight: 800;
                line-height: 1.5rem;
                top: 0;
                z-index: 3;
            }
@media screen and (max-width: 768px) {
                    article .post-thumbnail.live.thumbnail-sm::before {
                        display: none;
                    }
                }
.gradient-border {
    position: relative;
    background: white;
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 999px;
}
.gradient-border::before {
        content: '';
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: -1;
        margin: -3px; /* !importanté */
        border-radius: inherit; /* !importanté */
        background: linear-gradient(180deg, rgba(74,229,69,1) 0%, rgba(255,83,83,1) 100%);
    }
.custom-logo {
    max-width: 130px;
}
main::before {
        content: '';
        position: absolute;
        height: 100px;
        width: 100%;
        background: linear-gradient(0deg, #F6F6F6 0%, #DFDFDF 100%);
        z-index: -1;
    }
.archive main::before {
            background: linear-gradient(0deg, #F6F6F6 0%, #E2e2e2 23%,#bbbbbb 100%);
        }
.wp-block-ub-content-toggle-accordion-content-wrap {
    padding-left: 0;
}
.ub_table-of-contents {
    background-color: unset;
    border: none;
}
.ub_table-of-contents-header-container {
    padding: 0;
}
.ub_table-of-contents-extra-container {
    padding: 0;
}
.ytplayer-wraper {
    padding-top: 62px;
    color: #fff;
    position: relative;
}
.ytplayer-wraper iframe {
        aspect-ratio: 16/9;
    }
.ytplayer-wraper .nav_section button {
            background-color: rgb(239, 239, 239);
            border: 1px solid #000;
            border-radius: 2px;
            color: #000;
            padding: 5px;
        }
.btn-load-more, #content .wp-block-ub-expand .ub-expand-toggle-button, .btn-load-more-toplytics {
    position: relative;
}
.btn-load-more::after, #content .wp-block-ub-expand .ub-expand-toggle-button::after, .btn-load-more-toplytics::after {
        content: '';
        position: absolute;
        background-image: url(../images/arrow_down.png?9f6741f26d66f8d6d50bfc8437b4fda9);
        width: 12px;
        height: 8px;
        bottom: -100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.btn-load-more.disable, #content .wp-block-ub-expand .ub-expand-toggle-button.disable, .btn-load-more-toplytics.disable {
        pointer-events: none;
        cursor: default;
    }
#content .wp-block-ub-expand .ub-expand-toggle-button {
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    font-family: Barlow;
}
#content .wp-block-ub-expand .ub-expand-toggle-button::after {
        left: 50%;
        transform: translate(-50%, 0);
    }
#content .wp-block-ub-expand .ub-expand-full .ub-expand-toggle-button::after {
        transform: rotate(180deg) translate(50%, 0);
    }
.wp-block-ub-expand {
    margin-bottom: 40px;
}
.loader {
    border: 2px solid #f3f3f3;
    animation: spin 1s linear infinite;
    border-top: 2px solid #555;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
.team-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.atleetti-block .title {
        font-size: 18px;
        line-height: 24px;
        color: #666;
        margin-bottom: 17px;
    }
.event-tracking-carousel {
    font-family: Barlow;
}
.event-tracking-carousel .carousel-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #E10F07;
        margin-bottom: 8px;
    }
.event-tracking-carousel p {
        margin-bottom: 0;
    }
.atleetti-team-table {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}
.atleetti-team-table th {
        font-size: 8px;
        font-weight: 400;
    }
.atleetti-team-table .team-icon {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        padding: 5px;
        margin-right: 5px;
        border-radius: 50%;
        background-size: 20px 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
.atleetti-team-table tr {
        line-height: 1;
    }
.atleetti-team-table tr th, .atleetti-team-table tr td {
            line-height: 30px;
        }
.atleetti-team-table tr:first-child th, .atleetti-team-table tr:first-child td {
                line-height: 24px;
            }
.atleetti-team-table tr.green td {
            background-color: #C8EAD2;
        }
.atleetti-team-table tr.light-green td {
            background-color: #E6F5EB;
        }
.atleetti-team-table tr.red td {
            background-color: #F5ECEC;
        }
.atleetti-team-table th, .atleetti-team-table td {
        display: inline-block;
        position: relative;
        color: #666;
    }
.atleetti-team-table th:first-child, .atleetti-team-table td:first-child {
            width: 40px !important;
        }
.atleetti-team-table th:nth-child(2), .atleetti-team-table td:nth-child(2) {
            width: 140px;
            border-right: 1px solid #e2e2e2;
        }
.atleetti-team-table th:nth-child(2):after, .atleetti-team-table td:nth-child(2):after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                box-shadow: 5px 0 5px 0 rgba(0,0,0,0.15);
                width: 5px;
                height: 100%;
                z-index: 1;
            }
.atleetti-team-table.nhl th:nth-child(2), .atleetti-team-table.nhl td:nth-child(2) {
                width: 180px;
            }
.atleetti-team-table th {
        font-weight: 400;
    }
.atleetti-team-table th:nth-child(2) {
            text-align: left;
            padding-left: 30px;
        }
.atleetti-team-table td {
        border-bottom: 1px solid #e2e2e2;
        text-align: center;
        font-size: 12px;
    }
.atleetti-team-table td:first-child {
            font-weight: 700;
        }
.atleetti-team-table td:nth-child(2) {
            text-align: left;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #333;
        }
.ml-tabs-subject {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
}
.ml-tabs-subject .tab-item {
        background-color: #fff;
        color: #000;
        padding: 18px 10px;
        font-size: 12px;
        border-radius: 5px;
        cursor: pointer;

    }
.ml-tabs-subject .tab-item.active {
            background-color: #000;
            color: #fff
        }
.latest-carousel .item {
        width: 175px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        height: 311px;
    }
.latest-carousel .item.live::before {
                content: attr(data-live-flag-text);
                position: absolute;
                background-color: rgba(225, 15, 7, 1);
                border-radius: 5px 0 5px 0;
                color: #fff;
                padding: 0 8px;
                font-size: 10px;
                font-weight: 800;
                line-height: 1.5rem;
                top: 0;
                z-index: 3;
            }
.latest-carousel .post-summary {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.8) 75%);
        color: #fff;
    }
.latest-carousel .post-image {
        width: 175px;
        border-radius: 5px;
    }
.latest-carousel .post-image img {
            aspect-ratio: 175/311;
            -o-object-fit: cover;
               object-fit: cover;
        }
.latest-carousel .latest-carousel-scroll {
        cursor: grab;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
    }
.latest-carousel .latest-carousel-scroll.dragging {
            cursor: grabbing;
        }
#play_full_tv_mobile {
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-width: 430px){
        article .post-thumbnail {
            border-radius: 5px;
        }
                article .post-thumbnail.live::before {
                    border-radius: 5px 0 5px 0;
                }
        .atleetti-team-table th, .atleetti-team-table td {
            width: calc((100% - 125px - 40px)/3);
        }

            .atleetti-team-table th:nth-child(2), .atleetti-team-table td:nth-child(2) {
                width: 125px;
            }

    #play_full_tv_mobile {
        position: absolute;
        top: 0;
        font-size: 13px;
        line-height: 48px;
        height: 52px;
        width: 80px;
        z-index: 999;
        border: 1px outset #000;
        border-radius: 5px;
        padding: 1px 6px;
        background-color: #efefef;
        color: #000;
        font-weight: 400;
        font-family: Arial;
    }
}
.adspot-wrapper {
    text-align: center;
}
.adspot-wrapper > div:first-of-type {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
.adspot-wrapper > div:first-of-type:not(:empty) {
            margin-bottom: 2rem;
        }
.adspot-wrapper > iframe:first-of-type {
        margin-bottom: 2rem;
    }
.adspot-wrapper#atf_mobile iframe {
	width: auto;
}
.adspot-wrapper>*:first-of-type {
	width: -moz-fit-content;
	width: fit-content;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
        content: "";
        display: block;
        padding-top: var(--bs-aspect-ratio);
    }
.ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-16x10 {
    --bs-aspect-ratio: 62.5%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.18%;
}
.visually-transparent {
    @include z-index(content);
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
#banner-live {
    height: 200px;
}
#banner-live .owl-stage-outer {
        height: 100%;
    }
#banner-live .owl-item, #banner-live .carousel-item, #banner-live .owl-stage, #banner-live .owl-stage-outer{
        height: 100%;
    }
#banner-live .carousel-item {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }
#banner-live .carousel-item-content {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        width: 60%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
#banner-live .carousel-item-content p {
            margin-bottom: 20px;
        }
#banner-live .carousel-item-content a {
            color: #fff;
            background-image: url(../images/btn-item-carousel-2.png?f573e728769f8b2a0ab1effa08bb20e9);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 0 0;
            width: 148px;
            height: 36px;
            display: inline-block;
            font-size: 11px;
            line-height: 35px;
            font-weight: 500;
            text-align: center;
            transition: filter 0.5s ease;
        }
#banner-live .carousel-item-content a:hover,
            #banner-live .carousel-item-content a:active {
                /* filter: drop-shadow(0 0 2px rgb(227, 226, 223)); */
            }
#banner-live .carousel-item-content a:hover {
                background-position: 0 -35px;
            }
#banner-live .carousel-item-content a:active {
                background-position: 0 0;
            }
#banner-live .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
#banner-live .owl-nav button {
            max-width: 66px;
        }
#banner-live .owl-nav .owl-next, #banner-live .owl-nav .owl-prev {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
#banner-live .owl-nav .owl-next {
            right: 0;
        }
#banner-live .owl-nav .owl-prev {
            left: 0;
        }
.top-category .entry-content p {
            margin-bottom: 0;
        }
.other-categories .section-label {
        margin-bottom: 10px;
    }
#top-carousel {
    display: none;
}
@media screen and (max-width: 1274px) {
    #top-carousel {
        display: block;
    }
}
@media screen and (max-width: 430px){
        .other-categories .section-label {
            margin-bottom: 6px;
        }
}
.atleetti-menu {
    position: absolute;
    top: 0;
    z-index: 999;
    background: #121212;
    max-width: 1011px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 40px 50px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.atleetti-menu .nav-wrapper .nav {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            -moz-column-gap: 50px;
                 column-gap: 50px;
            row-gap: 12px;
        }
.atleetti-menu .nav-wrapper .nav >.menu-item {
                padding-bottom: 5px;
                border-bottom: 1px solid #666666;
            }
.atleetti-menu .nav-wrapper .nav >.menu-item:nth-child(3n + 1):nth-last-child(-n + 3), .atleetti-menu .nav-wrapper .nav >.menu-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .menu-item {
                    border: none;
                }
.atleetti-menu .right-menu li {
            padding: 12px 0;
        }
.atleetti-menu .right-menu li:first-child {
                padding-top: 0;
            }
.atleetti-menu .right-menu li:last-child {
                padding-bottom: 0;
            }
.atleetti-menu .right-menu a {
            display: flex;
            gap: 17px;
            align-items: center;
            font-weight: 400;
            font-size: 14px;
        }
.atleetti-menu .right-menu span {
            padding-left: 0;
        }
.atleetti-menu .right-menu img {
            border-radius: 5px;
            max-width: 35px;
            width: 35px;
            margin-right: 0;
        }
.menu-item a {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        display: block;
        width: 100%;
        position: relative;
    }
.menu-item img {
        max-width: 20px;
        aspect-ratio: 1;
        -o-object-fit: contain;
           object-fit: contain;
    }
.menu-item .sub-menu {
        padding-left: 10px;
    }
.menu-item .sub-menu a {
            font-weight: 400;
        }
@media screen and (max-width: 960px){
        .menu-item a {
            display: block;
        }
    }
.category-menu .menu-item a {
            padding: 14px 10px;
            font-size: 10px;
            font-weight: 500;
            line-height: 12px;
            transition: all .2s linear;
        }
@media screen and (max-width: 430px){
    .atleetti-menu {
        padding: 30px 30px 80px 30px;
        height: 100vh;
        overflow: scroll;
    }
            .atleetti-menu .nav-wrapper .nav {
                grid-template-columns: 1fr;
            }
                
                .atleetti-menu .nav-wrapper .nav >.menu-item {
                    border-bottom: 1px solid #666666;
                }
                    .atleetti-menu .nav-wrapper .nav >.menu-item:nth-child(3n + 1):nth-last-child(-n + 3) {
                        border-bottom: 1px solid #666666;
                    }
        .menu-item a {
            padding: 5px 0;
        }
}
.carousel-menu ul {
        height: 106px;
    }
.carousel-menu .menu-item a {
            position: relative;
            background: white;
            background-clip: padding-box;
            border: solid 3px transparent;
            border-radius: 999px;
            padding: 11px;
            width: 58px;
        }
.carousel-menu .menu-item a::before {
                content: '';
                position: absolute;
                top: 0; right: 0; bottom: 0; left: 0;
                z-index: -1;
                margin: -3px; /* !importanté */
                border-radius: inherit; /* !importanté */
                /* background: #CDCDCD; */
                background: linear-gradient(180deg, rgba(74,229,69,1) 0%, rgba(255,83,83,1) 100%);
            }
.carousel-menu .menu-item img {
            width: 30px;
            max-width: 30px;
            aspect-ratio: 1;
            -o-object-fit: cover;
               object-fit: cover;
            margin-right: 0;
        }
.carousel-menu .menu-item span {
            display: block;
            position: absolute;
            bottom: -22px;
            left: 0;
            right: 0;
            font-size: 10px;
            line-height: 12px;
            font-weight: 500;
            color: rgba(64, 64, 64, 1);
        }
.popup-menu {
  position: relative;
}
.popup-menu svg {
    width: 100%;
    height: 100%;
  }
.popup-menu path {
    fill: currentColor;
  }
.popup-menu ul {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    width: 150px;
    transform: translate(0, 40px);
    will-change: opacity, transform;
    transition: all .5s cubic-bezier(0,0,.2,1);
  }
.popup-menu.expanded ul {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
  }
.popup-menu li:first-child a {
      border-radius: 5px 5px 0 0;
    }
.popup-menu li:last-child a {
      border-radius: 0 0 5px 5px;
    }
.popup-menu li + li {
      border-top: 1px solid #cecece;
    }
.popup-menu li a {
      display: block;
      font-size: 14px;
      padding: 7px 14px;
    }
.popup-menu li:hover > a {
      background-color: #f5f5f5;
    }
.popup-menu li:hover > a path {
        fill: currentColor;
      }
.popup-menu li svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      width: 28px;
      height: 28px;
    }
#share-widget {
  float: right;
}
#share-widget #share-btn {
    cursor: pointer;
  }
#share-widget ul {
    top: 40px;
    right: 0;
    left: unset;
  }
.team-saksa,
.team-germany {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/de.svg");
}
.team-unkari,
.team-hungary {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/hu.svg");
}
.team-italia,
.team-italy {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/it.svg");
}
.team-puola,
.team-poland {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/pl.svg");
}
.team-itävalta,
.team-austria {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/at.svg");
}
.team-australia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/au.svg");
}
.team-belgia,
.team-belgium {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/be.svg");
}
.team-tanska,
.team-denmark {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/dk.svg");
}
.team-portugali,
.team-portugal {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/pt.svg");
}
.team-englanti,
.team-england {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/gb-eng.svg");
}
.team-ranska,
.team-france {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/fr.svg");
}
.team-tšekki,
.team-czechia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/cz.svg");
}
.team-albania {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/al.svg");
}
.team-skotlanti,
.team-scotland {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/gb-sct.svg");
}
.team-sveitsi,
.team-switzerland {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/ch.svg");
}
.team-espanja,
.team-spain {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/es-variant.svg");
}
.team-kroatia,
.team-croatia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/hr.svg");
}
.team-hollanti,
.team-alankomaat,
.team-netherlands {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/nl.svg");
}
.team-slovenia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/si.svg");
}
.team-serbia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/rs.svg");
}
.team-romania {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/ro.svg");
}
.team-ukraina,
.team-ukraine {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/ua.svg");
}
.team-slovakia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/sk.svg");
}
.team-georgia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/ge.svg");
}
.team-turkkiye,
.team-türkiye {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/tr.svg");
}
.team-finland {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/fi.svg");
}
.team-latvia {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/lv.svg");
}
.team-sweden {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/se.svg");
}
.team-canada {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/ca.svg");
}
.team-czech-republic {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/cz.svg");
}
.team-norway {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/no.svg");
}
.team-kazakhstan {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/kz.svg");
}
.team-usa {
  background-image: url("https://hatscripts.github.io/circle-flags/flags/us.svg");
}
.left-sidebar,
.right-sidebar {
  width: 100%;
}
/* .left-sidebar,
.right-sidebar {
  max-width: 640px;
} */
.left-sidebar {
  flex: 0 1 240px;
}
.sticky-sidebar {
  height: 100%;
  will-change: min-height;
}
.right-sidebar {
  max-width: 330px;
  flex: 0 0 300px;
}
.right-sidebar .toplytics-popular-posts .post-title, .right-sidebar .latest-articles-shortcode .post-title {
      font-size: 12px;
      line-height: 18px;
    }
.right-sidebar .toplytics-popular-posts .post-title a, .right-sidebar .latest-articles-shortcode .post-title a{
    font-weight: 600;
}
.right-sidebar .toplytics-popular-posts .entry-header, .right-sidebar .latest-articles-shortcode .entry-header {
      font-size: 10px;
    }
.sticky-sidebar-inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.main-content {
  max-width: 640px;
}
@media screen and (max-width: 1274px) {
  .left-sidebar {
    display: none;
  }

  .right-sidebar {
    flex-basis: 330px;
    padding: 0 15px;
  }

  .main-content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 20px;
  }
}
/* LEFT SIDEBAR */
.menu-left-sidebar-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
}
#menu-left-sidebar > li {
    border-bottom: 1px solid #d8d8d8;
  }
#menu-left-sidebar .sub-menu {
    padding-left: 16px;
  }
#menu-left-sidebar .sub-menu li {
        padding-top: 4px;
        padding-bottom: 4px;
    }
#menu-left-sidebar .sub-menu li:last-child {
        padding-bottom: 10px;
    }
#menu-left-sidebar .menu-image {
    width: 20px;
    height: auto;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
#menu-left-sidebar .menu-image-title {
    display: inline-block;
    width: calc(100% - 20px);
  }
/* RIGHT SIDEBAR */
.right-sidebar {
  display: none;
}
.widget {
  border-radius: 10px;
  position: relative;
  margin-bottom: 1rem;
}
.widget.border-green {
    border-left: 3px solid #16b246;
  }
.widget.border-grey {
    border-left: 3px solid #bbb;
  }
.widget .container {
    padding: 15px 20px;
  }
.widget .tab {
    border-radius: 10px 10px 0 0;
    margin: 0;
    display: block;
  }
.widget .tab.text-right li {
      border-top-right-radius: 0.375rem;
    }
.widget .tab.text-right li::after {
        border-bottom-left-radius: 0.375rem;
        left: -3px;
        right: auto;
      }
.widget .tab li {
      position: relative;
      list-style-type: none !important;
      display: inline-block;
    }
.widget .tab li::after {
        content: '';
        background-color: inherit;
        border-bottom-right-radius: 0.375rem;
        width: 10px;
        height: 100%;
        position: absolute;
        right: -3px;
        z-index: 1;
      }
.widget .tab li.active::after {
        background-color: inherit;
      }
.widget .tab a {
      text-decoration: none;
    }
.widget table.has-border tr:first-child td {
      border-bottom: 1px solid #e2e2e2;
    }
.widget table.has-border tr td:last-child {
      border-right: 1px solid #e2e2e2;
    }
.widget td.progress {
    height: 10px;
  }
.widget .flag-icon {
    display: inline;
    width: auto;
    height: 16px;
    margin-right: 10px;
  }
.widget .flag-icon ~ .flag-icon {
      margin-right: 0;
    }
.widget ul:not(.tab) {
    list-style: disc;
    padding-left: 15px;
  }
#accuscore .container {
    grid-template-columns: 20% 50% 20%;
  }
#accuscore sub {
    bottom: 0;
  }
#accuscore progress {
    width: 100%;
    background-color: #16b246;
    border-radius: 10px;
    overflow: hidden;
  }
#accuscore progress::-webkit-progress-bar {
    background-color: #e10f07;
    border-radius: 10px;
  }
#accuscore progress::-webkit-progress-value {
    background-color: #16b246;
  }
#accuscore progress::-moz-progress-bar {
    background-color: #e10f07;
    border-radius: 10px;
  }
#accuscore progress::-moz-progress-value {
    background-color: #16b246;
    border-radius: 10px;
  }
#veikkaus-odds-2:after {
    content: '';
    background-color: #ececec;
    width: 1px;
    height: 50px;
    top: 50%;
    right: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
#veikkaus-odds-2 img {
    display: inline;
    width: auto;
    max-height: 23px;
  }
#widget-1 .grid:not(.grid-50), #widget-3 .grid:not(.grid-50) {
    grid-template-columns: 70% 25%;
  }
#widget-2 .grid:not(.grid-50) {
    grid-template-columns: 55% 20% 15%;
  }
#widget-4 .grid:not(.grid-50) {
    grid-template-columns: 60% 15% 25%;
  }
#widget-4 progress {
    width: 100%;
    height: 10px;
  }
#widget-4 progress::-webkit-progress-bar {
      background-color: #fff;
      border-radius: 10px;
    }
#widget-4 progress::-moz-progress-bar {
      background-color: #fff;
      border-radius: 10px;
    }
#widget-4 progress.active::-webkit-progress-value {
      background-color: #16b246;
      border-radius: 0 10px 10px 0;
    }
#widget-4 progress.active::-moz-progress-value {
      background-color: #16b246;
      border-radius: 0 10px 10px 0;
    }
#widget-4 progress.passive::-webkit-progress-value {
      background-color: #e10f07;
      border-radius: 0 10px 10px 0;
    }
#widget-4 progress.passive::-moz-progress-value {
      background-color: #e10f07;
      border-radius: 0 10px 10px 0;
    }
#widget-4 progress.draw::-webkit-progress-value {
      background-color: #bbb;
      border-radius: 0 10px 10px 0;
    }
#widget-4 progress.draw::-moz-progress-value {
      background-color: #bbb;
      border-radius: 0 10px 10px 0;
    }
#goalserve-goal {
  color: #f1f1f1;
}
#goalserve-goal.has-score {
    color: #000;
  }
.single-match-compact .grid.grid-cols-3 {
    border-bottom: 1px solid #e2e2e2;
  }
.single-match-full .grid:not(.grid-50) {
    grid-template-columns: 70% 25%;
  }
.post-image {
  overflow: hidden;
}
.post-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.9) 100%);
  }
.post-image .image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.post-image img {
    background-color: #fff;
    flex-shrink: 0;
    min-width: 100%;
    position: relative;
  }
.entry-header {
  font-size: 11px;
}
.entry-header .tags span:hover {
        background-color: #666;
        color: #fff;
      }
.entry-content .wp-block-heading, .entry-content .ub_table-of-contents-title {
    font-family: Barlow;
    font-weight: 800;
    margin-bottom: 10px;
  }
.entry-content ul, .entry-content ol {
    margin-left: 16px;
  }
.entry-content .widget {
    font-family: Barlow;
  }
iframe {
  width: 100%;
}
.page .entry-content {
    font-family: 'Noticia Text';
  }
.post-tags {
  display: inline;
}
.post-tags li {
    display: inline-block;
  }
.post-tags li a {
      display: block;
      background-color: #fff;
      box-shadow: none;
      border-radius: 10px;
      margin: 5px 5px 5px 0;
      padding: 5px 15px;
      text-transform: uppercase;
    }
.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    font-family: Barlow;
  }
.also-read .item {
    width: 152px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
.also-read .post-summary {
    padding: 0 10px 10px;
  }
.also-read .post-image {
    max-width: 152px;
    width: 152px;
    border-radius: 5px 5px 0 0;
  }
.also-read .post-image img {
      aspect-ratio: 152/101;
      -o-object-fit: cover;
         object-fit: cover;
    }
.also-read .also-read-scroll {
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.also-read .also-read-scroll.dragging {
        cursor: grabbing;
    }
.toplytics-popular-posts .post-image, .latest-articles-shortcode .post-image {
    flex: 0 0 80px;
  }
.toplytics-popular-posts .post-summary, .latest-articles-shortcode .post-summary {
    /* width: calc(100% - 100px); */
  }
/* height: 100%; */
.toplytics-popular-posts .image-holder img, .latest-articles-shortcode .image-holder img {
      /* min-width: 175%; */
    }
#advtg-bottom-widget {
  position: relative;
  z-index: 1;
}
#advtg-bottom-widget #advantage-midscroll:before {
    font-size: 14px;
    background: #f6f6f6;
    color: #696969;
    content: 'Mainos - sisältö jatkuu alla';
    display: none;
    text-align: center;
    padding: 10px 0;
  }
#advtg-bottom-widget:has(advantage-wrapper[current-format="TRIPLE_MIDSCROLL"]) #advantage-midscroll:before {
    display: block;
  }
.ad-spot-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.ad-spot-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
.ad-spot-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
  }
.ad-spot-wrapper .owl-carousel .owl-stage {
    display: flex;
  }
.ad-spot-wrapper .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
.ad-spot-wrapper .ad-spot-bottom-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: Barlow}
.ad-spot-container {
  background-color: #282D4A;
  border-radius: 5px;
  overflow: hidden;
  /* margin-bottom: 20px; */
  font-family: 'Barlow', sans-serif !important;
  flex: 1;
}
.ad-spot-container p {
    line-height: initial;
  }
.ad-spot-container a{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.ad-spot-container .ad-spot-heading {
    display: flex;
  }
.ad-spot-container .ad-spot-logo {
    background-color: #00142D;
    padding: 8px 10px;
  }
.ad-spot-container .ad-spot-heading-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202540;
  }
.ad-spot-container .ad-spot-heading-text p {
    margin-bottom: 0 !important;
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
  }
.ad-spot-container .ad-spot-content {
    padding: 25px 20px;
    display: flex;
    gap: 15px;
  }
.ad-spot-container .ad-spot-description {
    color: #fff;
    flex: 0 0 60%;
    line-height: 1.2;
  }
.ad-spot-container .ad-spot-description p {
      margin-bottom: 10px;
    }
.ad-spot-container .ad-spot-button-container {
    flex: 0 1 40%;
  }
.ad-spot-container .ad-spot-expiry-time {
    color: #F1C40F;
    text-align: center;
    margin-bottom: 10px;
  }
.ad-spot-container .ad-spot-expiry-time p {
      margin-bottom: 0;
    }
.ad-spot-container .ad-spot-expiry-time .label {
    font-size: 10px;
  }
.ad-spot-container .ad-spot-expiry-time .time {
    font-size: 14px;
    font-weight: 900;
  }
.ad-spot-container .ad-spot-button-link {
    background-color: #16B246;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-radius: 20px;
    display: block;
    width: 100%;
  }
@media screen and (max-width: 410px) {
    .ad-spot-container .ad-spot-content {
      padding-left: 16px;
      padding-right: 16px;
    }

    .ad-spot-container .ad-spot-button-link {
      padding: 12px 0;
    }
        .ad-spot-container .ad-spot-heading-text p {
          font-size: 13px;
        }

    .ad-spot-container p {
      font-size: 13px;
    }
  }
@media screen and (max-width: 370px) {
        .ad-spot-container .ad-spot-heading-text p {
          font-size: 10px;
        }
  }
@media screen and (max-width: 320px) {
    .ad-spot-container .ad-spot-content {
        flex-direction: column;
    }
  }
.page-template-atleettitv .load-player {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
.site-footer .widget {
        margin-bottom: 38px;
    }
.site-footer .widget .widget-title{
    margin-bottom: 9px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.site-footer .widget .menu {
            list-style: none;
            padding-left: 0;
        }
.site-footer .widget .menu li{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: left;
}
.site-footer .widget .menu a{
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(226 226 226 / var(--tw-text-opacity));
}
.site-footer .widget .menu img {
                margin-right: 7px;
            }
.site-footer .widget .wp-block-social-links {
            padding-left: 0;
            list-style: none;
            gap: 12px;
        }
.site-footer .widget .wp-block-social-links.is-layout-flex {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }
.site-footer .widget .wp-block-social-links .wp-block-social-link {
                background-color: #333;
                border-radius: 99px;
            }
.site-footer .widget .wp-block-social-links .wp-block-social-link:hover {
                    transform: none;
                }
.site-footer .widget .wp-block-social-links .wp-block-social-link svg {
                    width: 12px;
                    height: 12px;
                    color: #fff;
                    fill: #fff;
                }
.site-footer .widget .wp-block-social-links .wp-block-social-link-anchor {
                align-items: center;
                display: flex;
                line-height: 0;
                transition: transform .1s ease;
                padding: 6px;
            }
.site-footer .widget .wp-block-social-links .wp-block-social-link-label {
                display: none;
            }
.team-tappara {
    background-image: url(../images/tappara.png?b5d90e7b47633ee5bf995a2e4ac31188);
}
.team-ilves {
    background-image: url(../images/ilves.png?d8d2b4ea4808cd88df949cbf415c402f);
}
.team-pelicans {
    background-image: url(../images/pelicans.png?53fbf4b1658b2d2d1cab6d36792ffc37);
}
.team-karpat, .team-kärpät {
    background-image: url(../images/karpat.png?017d63187816498a58f5a1504a20dd31);
}
.team-jukurit {
    background-image: url(../images/jukurit.png?bdc2626c1a7844d99da2123662fb13a6);
}
.team-hifk, .team-ifk-helsinki {
    background-image: url(../images/hifk.png?e3600e366936e7f1a0d3f1361324bb84);
}
.team-kalpa {
    background-image: url(../images/kalpa.png?99bfec4d7d4ac54e50b3ec8f9ad6a5cf);
}
.team-lukko {
    background-image: url(../images/lukko.png?a192144393ddeef70b2f28bedf2cfa12);
}
.team-tps, .team-tps-turku {
    background-image: url(../images/tps.png?f550a3cfd72f7d5d994651c71b5f5f52);
}
.team-sport, .team-vaasan-sport {
    background-image: url(../images/sport.png?10ea99d66370ca49281fbf761cebf8e7);
}
.team-assat, .team-ässät {
    background-image: url(../images/assat.png?639d20877a4dbbb097e64d37ad78ff95);
}
.team-kookoo {
    background-image: url(../images/kookoo.png?2d0245f0d3198d6bc805b09a98549112);
}
.team-jyp {
    background-image: url(../images/jyp.png?8bf9900f53cf4b30d21291a04338ca2b);
}
.team-hpk, .team-hameenlinna {
    background-image: url(../images/hpk.png?c6e08fde73fd6487a5874800f8718f20);
}
.team-saipa {
    background-image: url(../images/saipa.png?70001e8a7ee69e77d3013b974c0ca370);
}
.team-k-espoo {
    background-image: url(../images/k-espoo.webp?da8a3ae92319e9ddbb9c53fb729dce13);
}
.team-dallas-stars {
    background-image: url(../images/team-dallas-stars.png?39b1ac46e28555792c939ec6660ac72f);
}
.team-edmonton-oilers {
    background-image: url(../images/team-edmonton-oilers.png?e757353458645f4c18681a70f7a3e1fe);
}
.team-vegas-golden-knights {
    background-image: url(../images/team-vegas-golden-knights.png?f1064622b95277a19973e3ba480a4fdf);
}
.team-carolina-hurricanes {
    background-image: url(../images/team-carolina-hurricanes.png?4b8dd52f9be741d941893a38fd0dbe08);
}
.team-winnipeg-jets {
    background-image: url(../images/team-winnipeg-jets.png?e39aad39908a90b5a66f8a479f6154ce);
}
.team-toronto-maple-leafs {
    background-image: url(../images/team-toronto-maple-leafs.png?4ecb6a695ba219c3bf01184f8f56becb);
}
.team-colorado-avalanche {
    background-image: url(../images/team-colorado-avalanche.png?b13715d0a56f446c229552232c49b372);
}
.team-vancouver-canucks {
    background-image: url(../images/team-vancouver-canucks.png?80e9f5ed0e6374e60c54403b39d2e517);
}
.team-new-jersey-devils {
    background-image: url(../images/team-new-jersey-devils.png?e4c3ef1491b3927dece3137fb61fdb25);
}
.team-minnesota-wild {
    background-image: url(../images/team-minnesota-wild.png?f90e45b12c2a720b3e718293f34a0529);
}
.team-tampa-bay-lightning {
    background-image: url(../images/team-tampa-bay-lightning.png?a623c2b9b443c4912a7f2dd35b258566);
}
.team-florida-panthers {
    background-image: url(../images/team-florida-panthers.png?e919c2d4060f949b046fc2bd77a46a31);
}
.team-new-york-rangers {
    background-image: url(../images/team-new-york-rangers.png?60a30e99a7951739df477f94eccdac65);
}
.team-washington-capitals {
    background-image: url(../images/team-washington-capitals.png?ad6e398820d850d083cdecbd9fabc435);
}
.team-boston-bruins {
    background-image: url(../images/team-boston-bruins.png?0babb9d672f2d23facd4a697b115ea19);
}
.team-st-louis-blues {
    background-image: url(../images/team-st-louis-blues.png?690f45f589b86bbb53d9e70dfb959900);
}
.team-ottawa-senators {
    background-image: url(../images/team-ottawa-senators.png?6f3ad80c28337c95a6d56f4bcfcc76e1);
}
.team-los-angeles-kings {
    background-image: url(../images/team-los-angeles-kings.png?00e03d0eca8049d0ad47f06840f6d69a);
}
.team-detroit-red-wings {
    background-image: url(../images/team-detroit-red-wings.png?3a2bcc6f97e5a0b34d5f4afdb79b6cc8);
}
.team-new-york-islanders {
    background-image: url(../images/team-new-york-islanders.png?dbd9e2dfb18d5810081f31aec3bd8546);
}
.team-nashville-predators {
    background-image: url(../images/team-nashville-predators.png?4971f8811d2268deb12f52c81c92258d);
}
.team-calgary-flames {
    background-image: url(../images/team-calgary-flames.png?6454b3e34678c9be3a4aa9c64a1ba68d);
}
.team-pittsburgh-penguins {
    background-image: url(../images/team-pittsburgh-penguins.png?826be17cf4016b6e856a66b3784c53f3);
}
.team-utah-hc, .team-utah, .team-utah-hockey-club {
    background-image: url(../images/team-utah-hc.png?255e7bffd71f6534801e7ef7fc45537c);
}
.team-seattle-kraken {
    background-image: url(../images/team-seattle-kraken.png?28fe3de9124a182be8bbb0d2d4904871);
}
.team-philadelphia-flyers {
    background-image: url(../images/team-philadelphia-flyers.png?404567ace87e1d40210ab1b95511ddb6);
}
.team-buffalo-sabres {
    background-image: url(../images/team-buffalo-sabres.png?fd7cf341da652341064556443ef32fe7);
}
.team-columbus-blue-jackets {
    background-image: url(../images/team-columbus-blue-jackets.png?cb9da682c635b9814e2cf963d0f959d8);
}
.team-montreal-canadiens, .team-montréal-canadiens {
    background-image: url(../images/team-montreal-canadiens.png?f25f83889810b9bf3a0959562f731e08);
}
.team-anaheim-ducks {
    background-image: url(../images/team-anaheim-ducks.png?64862e4ecf5d05429830cf43cada9209);
}
.team-san-jose-sharks {
    background-image: url(../images/team-san-jose-sharks.png?bd158d843fce527afe6d68b05afa8496);
}
.team-chicago-blackhawks {
    background-image: url(../images/team-chicago-blackhawks.png?47f81712644669ba8fa5aac12912cdee);
}
.team-inter-turku {
    background-image: url(../images/soccer-team-inter-turku.png?09140782b355cb0d67c9426a55c4f32a);
}
.team-hjk {
    background-image: url(../images/soccer-team-hjk.png?4761ddf5c85e58f6f2e8b564085ebd88);
}
.team-kups {
    background-image: url(../images/soccer-team-kups.png?3af6cda39f8c67617e5ccfbf76b4914e);
}
.team-sjk {
    background-image: url(../images/soccer-team-sjk.png?7cb55a6a65ea812d2aa01c15db5de038);
}
.team-gnistan {
    background-image: url(../images/soccer-team-gnistan.png?34f22dfa57d2f682848cfc8f88b07d09);
}
.team-vps {
    background-image: url(../images/soccer-team-vps.png?b85cadd5d9c13bcaf709de3d81219557);
}
.team-jaro {
    background-image: url(../images/soccer-team-jaro.png?d50ff5b3495148d90cb4a07e25f6d052);
}
.team-mariehamn {
    background-image: url(../images/soccer-team-mariehamn.png?5746765ef532494d80cfbf18183d28f9);
}
.team-ac-oulu {
    background-image: url(../images/soccer-team-ac-oulu.png?172c0eaede33f6009a333555ed95d53c);
}
.team-haka {
    background-image: url(../images/soccer-team-haka.png?37d2ca5c2a5a9069d2819b8056a2dc57);
}
.team-ktp {
    background-image: url(../images/soccer-team-ktp.png?4cc559676703359476df28fdc0b0c08f);
}
.team-lahti {
    background-image: url(../images/soccer-team-lahti.png?bc396d08867dafc737ecabdb1567c373);
}
.mobile-download-container {
    position: relative;
}
.mobile-download-icon {
    max-width: 100px;
    position: absolute;
    bottom: 20px;

}
.mobile-download-icon.app-store {
        left: 42px;
    }
.mobile-download-icon.google-play {
        right: 42px;
    }
.mobile-download-image-sm {
    display: none;
}
.mobile-download-image-lg {
    display: block;
}
@media screen and (max-width: 430px){
    .mobile-download-block {
        margin: 0 -20px;
    }

    .mobile-download-image-sm {
        display: block;
    }

    .mobile-download-image-lg {
        display: none;
    }

    .mobile-download-icon {
        left: 40px;
    }

        .mobile-download-icon.app-store {
            bottom: 100px;
        }
    
        .mobile-download-icon.google-play {
            bottom: 60px;
        }
}
.ninja_footable {
    font-family: 'Barlow', sans-serif !important;
    border: none !important;
    margin-bottom: 20px !important;
}
.ninja_footable .footable-filtering th {
            background-color: transparent !important;
        }
.ninja_footable .footable-filtering li {
            list-style: none !important;
        }
.ninja_footable .footable-filtering a {
            text-decoration: none !important;
        }
.ninja_footable .footable-filtering .btn-primary,
        .ninja_footable .footable-filtering .btn-primary:hover,
        .ninja_footable .footable-filtering .btn-primary:focus,
        .ninja_footable .footable-filtering .btn-primary:active {
            background-color: #16b246 !important;
            border-color: #16b246 !important;
        }
.ninja_footable .footable-header th {
            font-size: 8px;
            font-weight: 400 !important;
            color: #666 !important;
            text-transform: uppercase !important;
            border: none !important;
            background-color: #fff !important;
            text-align: center !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            line-height: 24px !important;
        }
.ninja_footable tbody tr {
            background-color: transparent !important;


        }
.ninja_footable tbody tr td {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                line-height: 30px !important;
                border-left: none !important;
            }
.ninja_footable tbody tr td.ninja_column_0 {
                    text-align: center !important;
                    font-size: 12px !important;
                    font-weight: 700 !important;
                }
.ninja_footable .pagination >.active >a {
                background-color: #16b246 !important;
                border-color: #16b246 !important;
                color: #fff !important;
            }
.ninja_footable .pagination >li >a {
                color: #333 !important;
            }
.ninja_footable .pagination >li:last-child a {
                    border-radius: 0 4px 4px 0 !important;
                }
.atleetti-profile {
    position: absolute;
    top: 0;
    z-index: 999;
    background: #121212;
    max-width: 1011px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 40px 50px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.atleetti-profile .heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        color: #fff;
        margin-bottom: 20px;
    }
.atleetti-profile .logged-in-wrapper {
        text-align: center;
    }
.atleetti-profile .logged-in-wrapper .heading {
            margin-bottom: 12px;
        }
.atleetti-profile .logged-in-wrapper .user-email {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            color: #e2e2e2;
            margin-bottom: 25px;
        }
.atleetti-profile .logged-out-wrapper .heading {
            line-height: 24px;
        }
.atleetti-profile .logged-out-wrapper .btn-primary {
            background-color: #16B246;
        }
.atleetti-profile .forgot-password-form .form-wrapper, .atleetti-profile .reset-password-form .form-wrapper {
            margin-bottom: 50px;
        }
.atleetti-profile .forgot-password-form .form-group, .atleetti-profile .reset-password-form .form-group {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
        }
.atleetti-profile .forgot-password-form .form-group label, .atleetti-profile .reset-password-form .form-group label {
                font-size: 16px;
                line-height: 24px;
                font-weight: 600;
                margin-bottom: 6px;
                padding-left: 10px;
            }
.atleetti-profile .forgot-password-form .form-group input, .atleetti-profile .reset-password-form .form-group input {
                background-color: #333333;
                border-radius: 5px;
                color: #E2E2E2;
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                padding: 13px 22px;
            }
.atleetti-profile .forgot-password-form .required-note, .atleetti-profile .reset-password-form .required-note {
            font-size: 14px;
            line-height: 24px;
            color: #bbbbbb;
        }
.atleetti-profile .forgot-password-form .action-wrapper, .atleetti-profile .reset-password-form .action-wrapper {
            text-align: center;
        }
.atleetti-profile .register-error-message,
    .atleetti-profile .login-error-message,
    .atleetti-profile .forgot-password-error-message,
    .atleetti-profile .forgot-password-success-message,
    .atleetti-profile .reset-password-error-message {
        margin-bottom: 16px;
    }
.atleetti-profile .register-error-message p, .atleetti-profile .login-error-message p, .atleetti-profile .forgot-password-error-message p, .atleetti-profile .forgot-password-success-message p, .atleetti-profile .reset-password-error-message p {
            font-size: 14px;
            line-height: 20px;
            margin: 0;
        }
.atleetti-profile .required-note {
        font-size: 14px;
        line-height: 24px;
        color: #bbbbbb;
    }
.atleetti-profile .form-wrapper {
        margin-bottom: 50px;
    }
.atleetti-profile .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
.atleetti-profile .form-group label {
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            margin-bottom: 6px;
            padding-left: 10px;
        }
.atleetti-profile .form-group input {
            background-color: #333333;
            border-radius: 5px;
            color: #E2E2E2;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 13px 22px;
        }
.atleetti-profile .form-group .consent-checkbox {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }
.atleetti-profile .form-group .consent-checkbox input[type="checkbox"] {
                width: auto;
                margin: 0;
                padding: 0;
                background-color: transparent;
                border: 2px solid #16B246;
                border-radius: 3px;
                width: 18px;
                height: 18px;
                flex-shrink: 0;
                margin-top: 3px;
            }
.atleetti-profile .form-group .consent-checkbox input[type="checkbox"]:checked {
                background-color: #16B246;
                background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
                background-size: 12px 12px;
                background-position: center;
                background-repeat: no-repeat;
            }
.atleetti-profile .form-group .consent-checkbox label {
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
                margin-bottom: 0;
                padding-left: 0;
                color: #E2E2E2;
                cursor: pointer;
            }
.btn-profile {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    background: #C8EAD2;
    border-radius: 25px;
    color: #000;
    max-width: 162px;
    font-weight: 500;
}
.entry-content.require-login {
    position: relative;
    min-height: 400px;
}
.require-login-container {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #f6f6f6;
    padding: 15px;
}
.require-login-container::before {
        content: '';
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg,rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.5) 25%, rgba(246, 246, 246, 1) 100%);
    }
.require-login-container p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }
.require-login-container .require-heading {
        margin-bottom: 12px;
    }
.require-login-container .require-register-note {
        margin-bottom: 40px;
    }
.require-login-container .btn-primary {
        background-color: #16B246;
    }
@media screen and (max-width: 430px){
    .atleetti-profile {
        padding: 30px 30px 80px 30px;
        height: 100vh;
        overflow: scroll;
    }

    .entry-content.require-login {
        height: -moz-max-content;
        height: max-content;
    }
}
.highlight-articles .highlight-articles-heading {
        position: relative;
        padding-left: 30px;
    }
.highlight-articles .highlight-articles-heading::before {
            content: '';
            position: absolute;
            background-image: url(../images/asiaa.png?7a31b39d55cbb99bed32a6525b414f5c);
            background-size: 100%;
            background-repeat: no-repeat;
            width: 25px;
            height: 17px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
.after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
}
.after\:inset-0::after{
    content: var(--tw-content);
    inset: 0px;
}
.last-of-type\:mb-0:last-of-type{
    margin-bottom: 0px;
}
.hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:text-\[\#FCFCFC\]:hover{
    --tw-text-opacity: 1;
    color: rgb(252 252 252 / var(--tw-text-opacity));
}
@media (min-width: 600px){

    .sm\:inline-block{
        display: inline-block;
    }

    .sm\:hidden{
        display: none;
    }
}
@media (min-width: 782px){

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

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

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

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

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

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

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

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

    .md\:w-1\/2{
        width: 50%;
    }

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

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

    .md\:rounded-\[10px\]{
        border-radius: 10px;
    }

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

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 960px){

    .lg\:mb-\[14px\]{
        margin-bottom: 14px;
    }

    .lg\:mb-\[24px\]{
        margin-bottom: 24px;
    }

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:w-9\/12{
        width: 75%;
    }

    .lg\:w-\[calc\(100\%-10px\)\]{
        width: calc(100% - 10px);
    }

    .lg\:w-\[calc\(50\%-10px\)\]{
        width: calc(50% - 10px);
    }

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

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

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

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

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

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

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

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

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

    .lg\:p-0{
        padding: 0px;
    }

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

    .lg\:pl-\[36px\]{
        padding-left: 36px;
    }

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

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

    .lg\:text-\[16px\]{
        font-size: 16px;
    }

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

