@charset "UTF-8";
.btn{
  display: flex;
  height: 54px;
  max-width: 20rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 16px 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
}

.label-category-article{
  display: flex;
  height: 54px;
  max-width: 20rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 16px 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
}

h1,
h2 {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}

.text-gradient_fs1 {
  background: linear-gradient(90deg, #161fc1 0%, #0a76da 25%, #fc4aa4 75%, #ff811a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient_fs2 {
  background: linear-gradient(65deg, #e60074 25%, #f36d00 50%, #d48200 75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient_fs3 {
  background: linear-gradient(45deg, #0a76da 8%, #fc4aa4 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient_fs4 {
  background: linear-gradient(45deg, #161fc1 8%, #0a76da 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient_rse {
  background: linear-gradient(45deg, #028fcc 7.68%, #58cc02 69.94%, #ffc800 90.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-rse-blue {
  color: #0075a7;
}

.text-rse-green {
  color: #58a700;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/feeling-sports-wp-theme/assets/fonts/inter/Inter-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/feeling-sports-wp-theme/assets/fonts/inter/Inter-VariableItalic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
}

main {
  margin-top: 70px;
}
main .container-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 32px;
  background: var(--hero-gradient, linear-gradient(106deg, rgba(224, 224, 224, 0.24) 32%, rgba(22, 31, 193, 0.24) 64%, rgba(10, 118, 218, 0.24) 75.01%, rgba(252, 74, 164, 0.24) 80.01%, rgba(255, 129, 26, 0.24) 90.01%, rgba(253, 208, 92, 0.24) 94.97%));
}

@media screen and (min-width: 640px) {
  main {
    margin-top: 86px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.language-dropdown li {
  cursor: pointer;
}

.language-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
}

.language-dropdown.hidden {
  display: none;
}

#hero h1 {
  text-align: center;
}
#hero h1 span {
  letter-spacing: 0;
}
#hero h2 {
  line-height: normal;
}
#hero.fr h1 span {
  line-height: normal;
}
#hero.fr h1 span:nth-child(1) {
  font-size: 26px;
}
#hero.fr h1 span:nth-child(2) {
  font-size: 41px;
  line-height: 1;
}
#hero.fr h1 span:nth-child(3) {
  font-size: 17px;
}
@media screen and (min-width: 393px) {
  #hero.fr h1 span {
    line-height: normal;
  }
  #hero.fr h1 span:nth-child(1) {
    font-size: 34px;
  }
  #hero.fr h1 span:nth-child(2) {
    font-size: 53px;
  }
  #hero.fr h1 span:nth-child(3) {
    font-size: 23px;
    width: 360px;
  }
  #hero.fr h2 {
    width: 360px;
  }
}
@media screen and (min-width: 640px) {
  #hero.fr h1 span {
    line-height: normal;
  }
  #hero.fr h1 span:nth-child(1) {
    font-size: 32px;
  }
  #hero.fr h1 span:nth-child(2) {
    font-size: 50px;
  }
  #hero.fr h1 span:nth-child(3) {
    font-size: 22px;
    width: auto;
  }
  #hero.fr h2 {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #hero.fr h1 span {
    line-height: normal;
  }
  #hero.fr h1 span:nth-child(1) {
    font-size: 46px;
  }
  #hero.fr h1 span:nth-child(2) {
    font-size: 72px;
  }
  #hero.fr h1 span:nth-child(3) {
    font-size: 31px;
  }
}
@media screen and (min-width: 1280px) {
  #hero.fr h1 span {
    line-height: normal;
  }
  #hero.fr h1 span:nth-child(1) {
    font-size: 56px;
  }
  #hero.fr h1 span:nth-child(2) {
    font-size: 88px;
  }
  #hero.fr h1 span:nth-child(3) {
    font-size: 38px;
  }
}
#hero.uk h1 span {
  line-height: normal;
}
#hero.uk h1 span:nth-child(1) {
  font-size: 44px;
  line-height: 1;
}
#hero.uk h1 span:nth-child(2) {
  font-size: 26px;
}
#hero.uk h1 span:nth-child(3) {
  font-size: 17px;
}
@media screen and (min-width: 393px) {
  #hero.uk h1 span {
    line-height: normal;
  }
  #hero.uk h1 span:nth-child(1) {
    font-size: 56px;
  }
  #hero.uk h1 span:nth-child(2) {
    font-size: 33px;
  }
  #hero.uk h1 span:nth-child(3) {
    font-size: 22px;
  }
}
@media screen and (min-width: 640px) {
  #hero.uk h1 span {
    line-height: normal;
  }
  #hero.uk h1 span:nth-child(1) {
    font-size: 50px;
  }
  #hero.uk h1 span:nth-child(2) {
    font-size: 28px;
  }
  #hero.uk h1 span:nth-child(3) {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #hero.uk h1 span {
    line-height: normal;
  }
  #hero.uk h1 span:nth-child(1) {
    font-size: 72px;
  }
  #hero.uk h1 span:nth-child(2) {
    font-size: 43px;
  }
  #hero.uk h1 span:nth-child(3) {
    font-size: 29px;
  }
}
@media screen and (min-width: 1280px) {
  #hero.uk h1 span {
    line-height: normal;
  }
  #hero.uk h1 span:nth-child(1) {
    font-size: 95px;
  }
  #hero.uk h1 span:nth-child(2) {
    font-size: 56px;
  }
  #hero.uk h1 span:nth-child(3) {
    font-size: 38px;
  }
}
#hero.es h1 span {
  line-height: normal;
}
#hero.es h1 span:nth-child(1) {
  font-size: 24px;
}
#hero.es h1 span:nth-child(2) {
  font-size: 38px;
  line-height: 1;
}
#hero.es h1 span:nth-child(3) {
  font-size: 19px;
}
@media screen and (min-width: 393px) {
  #hero.es h1 span {
    line-height: normal;
  }
  #hero.es h1 span:nth-child(1) {
    font-size: 30px;
  }
  #hero.es h1 span:nth-child(2) {
    font-size: 48px;
  }
  #hero.es h1 span:nth-child(3) {
    font-size: 23px;
    width: 360px;
  }
  #hero.es h2 {
    width: 360px;
  }
}
@media screen and (min-width: 640px) {
  #hero.es h1 span {
    line-height: normal;
  }
  #hero.es h1 span:nth-child(1) {
    font-size: 31px;
  }
  #hero.es h1 span:nth-child(2) {
    font-size: 50px;
  }
  #hero.es h1 span:nth-child(3) {
    font-size: 24px;
    width: auto;
  }
  #hero.es h2 {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #hero.es h1 span {
    line-height: normal;
  }
  #hero.es h1 span:nth-child(1) {
    font-size: 45px;
  }
  #hero.es h1 span:nth-child(2) {
    font-size: 72px;
  }
  #hero.es h1 span:nth-child(3) {
    font-size: 31px;
  }
}
@media screen and (min-width: 1280px) {
  #hero.es h1 span {
    line-height: normal;
  }
  #hero.es h1 span:nth-child(1) {
    font-size: 55px;
  }
  #hero.es h1 span:nth-child(2) {
    font-size: 88px;
  }
  #hero.es h1 span:nth-child(3) {
    font-size: 38px;
  }
}
#hero.it h1 span {
  line-height: normal;
}
#hero.it h1 span:nth-child(1) {
  font-size: 26px;
}
#hero.it h1 span:nth-child(2) {
  font-size: 43px;
  line-height: 1;
}
#hero.it h1 span:nth-child(3) {
  font-size: 21px;
}
@media screen and (min-width: 393px) {
  #hero.it h1 span {
    line-height: normal;
  }
  #hero.it h1 span:nth-child(1) {
    font-size: 34px;
  }
  #hero.it h1 span:nth-child(2) {
    font-size: 56px;
  }
  #hero.it h1 span:nth-child(3) {
    font-size: 27px;
    width: 360px;
  }
  #hero.it h2 {
    width: 360px;
  }
}
@media screen and (min-width: 640px) {
  #hero.it h1 span {
    line-height: normal;
  }
  #hero.it h1 span:nth-child(1) {
    font-size: 30px;
  }
  #hero.it h1 span:nth-child(2) {
    font-size: 50px;
  }
  #hero.it h1 span:nth-child(3) {
    font-size: 24px;
    width: auto;
  }
  #hero.it h2 {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #hero.it h1 span {
    line-height: normal;
  }
  #hero.it h1 span:nth-child(1) {
    font-size: 45px;
  }
  #hero.it h1 span:nth-child(2) {
    font-size: 74px;
  }
  #hero.it h1 span:nth-child(3) {
    font-size: 31px;
  }
}
@media screen and (min-width: 1280px) {
  #hero.it h1 span {
    line-height: normal;
  }
  #hero.it h1 span:nth-child(1) {
    font-size: 55px;
  }
  #hero.it h1 span:nth-child(2) {
    font-size: 91px;
  }
  #hero.it h1 span:nth-child(3) {
    font-size: 38px;
  }
}

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

.customize-support menu {
  margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
  .customize-support menu {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 1023px) {
  .slider-container {
    /* Permet aux ombres de dépasser */
    position: relative;
    /* Cartes */
  }
  .slider-container .slider {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
  }
  .slider-container .slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari et Edge */
  }
  .slider-container .card {
    flex: 0 0 calc(100vw - 48px);
    /* Par défaut, une carte visible */
    scroll-snap-align: center;
    /* Aligner la carte au centre du viewport */
  }
}
/* Media query pour 640px et plus */
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .slider-container .card {
    flex: 0 0 calc((100vw - 96px) / 2);
    /* Deux cartes visibles */
  }
}
.bg-fantasy {
  background-image: url("../../assets/images/games/fantasy.webp");
}

.bg-pick-4 {
  background-image: url("../../assets/images/games/pick-4.webp");
}

.bg-predictor {
  background-image: url("../../assets/images/games/predictor.webp");
}

.bg-podium {
  background-image: url("../../assets/images/games/podium.webp");
}

.bg-bracket {
  background-image: url("../../assets/images/games/bracket.webp");
}

.bg-quiz {
  background-image: url("../../assets/images/games/quiz.webp");
}

.bg-athlete-guesser {
  background-image: url("../../assets/images/games/athlete-guesser.webp");
}

.bg-avent-calendar {
  background-image: url("../../assets/images/games/avent-calendar.webp");
}

.bg-avent-calendar-rse {
  background-image: url("../../assets/images/games/avent-calendar-rse.webp");
}

.bg-wordle {
  background-image: url("../../assets/images/games/wordle.webp");
}

.bg-mots-fleches {
  background-image: url("../../assets/images/games/mots-fleches.webp");
}

.bg-morpion {
  background-image: url("../../assets/images/games/morpion.webp");
}

.bg-traffic-laws {
  background-image: url("../../assets/images/games/traffic-laws.webp");
}

.bg-art-competition {
  background-image: url("../../assets/images/games/art-competition.webp");
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[-0\.50px\]{
  left: -0.50px;
}
.left-\[-6px\]{
  left: -6px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-4{
  top: 1rem;
}
.z-10{
  z-index: 10;
}
.z-5{
  z-index: 5;
}
.z-\[1000\]{
  z-index: 1000;
}
.m-0{
  margin: 0px;
}
.m-4{
  margin: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-\[-104px\]{
  margin-top: -104px;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1\/3{
  height: 33.333333%;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-96{
  height: 24rem;
}
.h-\[109px\]{
  height: 109px;
}
.h-\[121px\]{
  height: 121px;
}
.h-\[27px\]{
  height: 27px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[487\.14px\]{
  height: 487.14px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[655px\]{
  height: 655px;
}
.h-\[80px\]{
  height: 80px;
}
.h-button{
  height: 54px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-96{
  max-height: 24rem;
}
.min-h-72{
  min-height: 18rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[193px\]{
  width: 193px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[47px\]{
  width: 47px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[53px\]{
  width: 53px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[83px\]{
  width: 83px;
}
.w-\[91px\]{
  width: 91px;
}
.w-\[92px\]{
  width: 92px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-64{
  min-width: 16rem;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[1516px\]{
  min-width: 1516px;
}
.min-w-\[275px\]{
  min-width: 275px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-44{
  max-width: 11rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-\[1210px\]{
  max-width: 1210px;
}
.max-w-\[296px\]{
  max-width: 296px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[393px\]{
  max-width: 393px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[660px\]{
  max-width: 660px;
}
.max-w-\[764px\]{
  max-width: 764px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-limit_content{
  max-width: 1370px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-grow{
  flex-grow: 1;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-x-8{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.rotate-\[15deg\]{
  --tw-rotate: 15deg;
  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));
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.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-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[90px\]{
  gap: 90px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-\[90px\]{
  row-gap: 90px;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-button{
  border-radius: 16px 8px;
}
.rounded-card{
  border-radius: 36px 16px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}
.rounded-bl-\[16px\]{
  border-bottom-left-radius: 16px;
}
.rounded-br-\[32px\]{
  border-bottom-right-radius: 32px;
}
.rounded-tl-\[32px\]{
  border-top-left-radius: 32px;
}
.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
.rounded-tr-\[16px\]{
  border-top-right-radius: 16px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#2d2199\]{
  --tw-border-opacity: 1;
  border-color: rgb(45 33 153 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.bg-\[\#1B1464\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 20 100 / var(--tw-bg-opacity, 1));
}
.bg-\[\#21177a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 23 122 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blog{
  background-color: #e0e0e03d;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-btn_brand_primary{
  background-image: linear-gradient(45deg, #161fc1 8%, #0a76da 90%);;
}
.bg-btn_danger{
  background-image: linear-gradient(45deg, #9c1212 8%, #ab0808 90%);;
}
.bg-btn_success{
  background-image: linear-gradient(45deg, #129c38 8%, #26ab08 90%);;
}
.bg-catalog_card{
  background-image: linear-gradient(180deg, #00000000 0%, #00000000 50%, #1d1d1fcc 100%);;
}
.bg-clubs_leagues{
  background-image: linear-gradient(45deg, #0A76DA 8%, #FC4AA4 90%);;
}
.bg-corporates{
  background-image: linear-gradient(45deg, #FC4AA4 8%, #F36D00 90%);;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.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-medias_sponsors{
  background-image: linear-gradient(45deg, #161fc1 8%, #0a76da 90%);;
}
.from-sky-100\/0{
  --tw-gradient-from: rgb(224 242 254 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-sky-100{
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/50{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-sky-100\/0{
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.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-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[55\.20px\]{
  line-height: 55.20px;
}
.leading-gradient_text{
  line-height: 1.2 !important;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-fs_blue{
  --tw-text-opacity: 1;
  color: rgb(22 31 193 / var(--tw-text-opacity, 1));
}
.text-fs_blue_2_500{
  --tw-text-opacity: 1;
  color: rgb(10 118 218 / var(--tw-text-opacity, 1));
}
.text-fs_orange_500{
  --tw-text-opacity: 1;
  color: rgb(255 129 26 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.shadow-\[0px_16px_64px_0px_rgba\(0\2c 0\2c 0\2c 0\.16\)\]{
  --tw-shadow: 0px 16px 64px 0px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0px 16px 64px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white_75:hover{
  background-color: #ffffffbf;
}

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

.hover\:opacity-90:hover{
  opacity: 0.9;
}

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

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px){
  .tablet\:order-1{
    order: 1;
  }
  .tablet\:order-2{
    order: 2;
  }
  .tablet\:m-6{
    margin: 1.5rem;
  }
  .tablet\:flex{
    display: flex;
  }
  .tablet\:hidden{
    display: none;
  }
  .tablet\:h-12{
    height: 3rem;
  }
  .tablet\:h-14{
    height: 3.5rem;
  }
  .tablet\:h-6{
    height: 1.5rem;
  }
  .tablet\:h-8{
    height: 2rem;
  }
  .tablet\:h-\[150px\]{
    height: 150px;
  }
  .tablet\:h-\[450px\]{
    height: 450px;
  }
  .tablet\:h-\[590px\]{
    height: 590px;
  }
  .tablet\:w-14{
    width: 3.5rem;
  }
  .tablet\:w-20{
    width: 5rem;
  }
  .tablet\:w-24{
    width: 6rem;
  }
  .tablet\:w-28{
    width: 7rem;
  }
  .tablet\:w-\[258px\]{
    width: 258px;
  }
  .tablet\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .tablet\:max-w-\[850px\]{
    max-width: 850px;
  }
  .tablet\:flex-grow{
    flex-grow: 1;
  }
  .tablet\:flex-row{
    flex-direction: row;
  }
  .tablet\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .tablet\:flex-wrap{
    flex-wrap: wrap;
  }
  .tablet\:items-end{
    align-items: flex-end;
  }
  .tablet\:items-center{
    align-items: center;
  }
  .tablet\:gap-14{
    gap: 3.5rem;
  }
  .tablet\:gap-4{
    gap: 1rem;
  }
  .tablet\:self-auto{
    align-self: auto;
  }
  .tablet\:p-4{
    padding: 1rem;
  }
  .tablet\:p-6{
    padding: 1.5rem;
  }
  .tablet\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tablet\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .tablet\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tablet\:pt-32{
    padding-top: 8rem;
  }
  .tablet\:text-left{
    text-align: left;
  }
  .tablet\:text-start{
    text-align: start;
  }
  .tablet\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .tablet\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .tablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .tablet\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .laptop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .laptop\:flex{
    display: flex;
  }
  .laptop\:inline-flex{
    display: inline-flex;
  }
  .laptop\:hidden{
    display: none;
  }
  .laptop\:h-1\/2{
    height: 50%;
  }
  .laptop\:h-\[200px\]{
    height: 200px;
  }
  .laptop\:h-\[220px\]{
    height: 220px;
  }
  .laptop\:h-\[270px\]{
    height: 270px;
  }
  .laptop\:h-\[475px\]{
    height: 475px;
  }
  .laptop\:w-\[377px\]{
    width: 377px;
  }
  .laptop\:w-\[512px\]{
    width: 512px;
  }
  .laptop\:w-full{
    width: 100%;
  }
  .laptop\:max-w-limit_content{
    max-width: 1370px;
  }
  .laptop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop\:flex-row{
    flex-direction: row;
  }
  .laptop\:flex-col{
    flex-direction: column;
  }
  .laptop\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .laptop\:gap-12{
    gap: 3rem;
  }
  .laptop\:gap-8{
    gap: 2rem;
  }
  .laptop\:rounded-card{
    border-radius: 36px 16px;
  }
  .laptop\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .laptop\:p-4{
    padding: 1rem;
  }
  .laptop\:p-8{
    padding: 2rem;
  }
  .laptop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .laptop\:pb-0{
    padding-bottom: 0px;
  }
  .laptop\:pl-0{
    padding-left: 0px;
  }
  .laptop\:pt-0{
    padding-top: 0px;
  }
  .laptop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .laptop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .laptop\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    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);
  }
}

@media (min-width: 1280px){
  .desktop\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .desktop\:flex-row{
    flex-direction: row;
  }
}

/*# sourceMappingURL=style.css.map */