@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@300;500;700&display=swap'); */

/* ! tailwindcss v3.2.4 | 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: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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;
}

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  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='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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-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-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%;
}

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

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

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

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

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

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

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

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

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

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

.mt-auto{
  margin-top: auto;
}

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

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

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

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

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

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

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

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

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

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

.mt-\[1\.5rem\]{
  margin-top: 1.5rem;
}

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

.mt-\[10px\]{
  margin-top: 10px;
}

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

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

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

.-mt-\[2px\]{
  margin-top: -2px;
}

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

.ml-\[20px\]{
  margin-left: 20px;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

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

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

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

.h-6{
  height: 1.5rem;
}

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

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

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

.h-1{
  height: 0.25rem;
}

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

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

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

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

.max-h-full{
  max-height: 100%;
}

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

.min-h-screen{
  min-height: 100vh;
}

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

.min-h-500{
  min-height: 500px;
}

.w-full{
  width: 100%;
}

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

.w-1\/6{
  width: 16.666667%;
}

.w-auto{
  width: auto;
}

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

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

.w-6{
  width: 1.5rem;
}

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

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

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

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

.max-w-\[95\%\]{
  max-width: 95%;
}

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

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

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

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

.resize{
  resize: both;
}

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

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

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

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

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

.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-6{
  gap: 1.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.self-end{
  align-self: flex-end;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

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

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

.border-\[2px\]{
  border-width: 2px;
}

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

.border-y-\[2px\]{
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-\[3px\]{
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.border-t-\[3px\]{
  border-top-width: 3px;
}

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

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

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 139 / var(--tw-border-opacity));
}

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

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

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

.bg-lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 244 / var(--tw-bg-opacity));
}

.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(238 186 43 / var(--tw-bg-opacity));
}

.bg-white{
  --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-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

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

.\!bg-cover{
  background-size: cover !important;
}

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

.\!bg-center{
  background-position: center !important;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-6{
  padding: 1.5rem;
}

.p-4{
  padding: 1rem;
}

.p-3{
  padding: 0.75rem;
}

.p-2{
  padding: 0.5rem;
}

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

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

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

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

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[2rem\]{
  padding-top: 2rem;
}

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

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

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

.font-oswald{
  font-family: 'Poppins', sans-serif;
}

.font-lato{
  font-family: 'Poppins', Verdana, Geneva, Tahoma, sans-serif;
}

.\!font-opensans{
  font-family: 'Poppins', sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

.\!text-\[13px\]{
  font-size: 13px !important;
}

.\!text-\[14px\]{
  font-size: 14px !important;
}

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

.\!text-\[18px\]{
  font-size: 18px !important;
}

.\!text-\[15px\]{
  font-size: 15px !important;
}

.\!text-\[20px\]{
  font-size: 20px !important;
}

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

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

.font-light{
  font-weight: 300;
}

.font-black{
  font-weight: 900;
}

.uppercase{
  text-transform: uppercase;
}

.\!normal-case{
  text-transform: none !important;
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(238 186 43 / var(--tw-text-opacity));
}

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

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

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

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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-300{
  transition-duration: 300ms;
}

/* Default li, p, h* styles */

.entry-content .post-paragraph{
  padding-bottom: 1rem;
}

.entry-content ul.post-list{
  list-style-position: outside;
  list-style-type: disc;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.entry-content ol.post-list{
  list-style-position: outside;
  list-style-type: decimal;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.entry-content .post-heading{
  padding-bottom: 1rem;
  font-weight: 700;
}

.entry-content .post-heading-h1, .entry-content h1{
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-content .post-heading-h2, .entry-content h2{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-content .post-heading-h3, .entry-content h3{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-content .post-heading-h4, .entry-content h4{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Valikot: */

.alavalikko li a{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px){
  .alavalikko li a{
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}

.alavalikko li{
  margin-bottom: 0.5rem;
}

@media (min-width: 1280px){
  .alavalikko li{
    margin-bottom: 1.5rem;
  }
}

.alavalikko li:last-child{
  margin-bottom: 0px;
}

.alavalikko li a{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .alavalikko li a {
  color: rgb(27 49 100);
}

@media (min-width: 1280px){
  .alavalikko li a{
    text-align: right;
    font-size: 22px;
  }
}

.alavalikko li:nth-child(even) a{
  display: block;
  text-transform: uppercase;
}

.alavalikko li:nth-child(odd) a{
  display: block;
  text-transform: uppercase;
}

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

.kaanteisetVarit .valikko {
  color: rgb(27 49 100);
}

.valikko .current-menu-item{
  --tw-text-opacity: 1;
  color: rgb(238 186 43 / var(--tw-text-opacity));
}

.kaanteisetVarit .valikko .current-menu-item {
  color: rgb(27 49 100);
}

.valikko ul li{
  padding-bottom: 0.75rem;
  font-family: 'Poppins', sans-serif;
}

.valikko .sub-menu li a{
  font-size: 15px;
  font-weight: 300;
}

.valikko .sub-menu{
  padding-top: 0.5rem;
}

.valikko .sub-menu li{
  padding-bottom: 0.25rem;
}

.valikko li{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1280px){
  .valikko li{
    font-size: 15px;
  }
}

.valikko li							{
  /* text-[18px] */
}

a:hover{
  text-decoration-line: underline;
}

.logo{
  max-width: 150px;
}

.navi								{
  transition: all 0.25s ease-out;
}

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

.kaanteisetVarit .ottelutaulu {
  color: rgb(27 49 100) !important;
}

.ottelutaulu thead{
  display: none;
}

@media (min-width: 1024px){
  .ottelutaulu thead{
    display: table-header-group;
  }
}

.ottelutaulu{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px !important;
}

@media (min-width: 768px){
  .ottelutaulu{
    font-size: 16px;
  }
}

.ottelutaulu tr{
  margin-bottom: 2rem;
  display: block;
}

@media (min-width: 768px){
  .ottelutaulu tr{
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .ottelutaulu tr{
    display: table-row;
  }
}

.ottelutaulu th{
  padding: 0px !important;
  font-size: 18px;
}

.ottelutaulu td{
  display: block;
  text-align: right;
  text-transform: uppercase;
}

@media (min-width: 640px){
  .ottelutaulu td{
    text-align: left;
  }
}

@media (min-width: 1024px){
  .ottelutaulu td{
    display: table-cell;
  }
}

.ottelutaulu td, .ottelutaulu th{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
}

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

.kaanteisetVarit .ottelutaulu th, 
.kaanteisetVarit .ottelutaulu th h1, .kaanteisetVarit .ottelutaulu th h2, 
.kaanteisetVarit .ottelutaulu th h3, .kaanteisetVarit .ottelutaulu th h4 {
  color: rgb(251 196 0);
}

.kaanteisetVarit .yhteystiedot-class .ottelutaulu th, .kaanteisetVarit .joukkue-class .ottelutaulu th,
.kaanteisetVarit .pelaaja-class .ottelutaulu th, .kaanteisetVarit .liput-class .ottelutaulu th {
  color: rgb(27 49 100);
}

.ottelutaulu tbody tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .ottelutaulu tbody tr:nth-child(even) {
  color: rgb(27 49 100);
  background-color: rgb(251 196 0);
}

.ottelutaulu tbody tr:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .ottelutaulu tbody tr:nth-child(odd) {
  color: rgb(27 49 100);
  background-color: rgb(251 196 0);
}

@media (min-width: 640px){
  .ottelutaulu tbody tr:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 139 / var(--tw-text-opacity));
  }
}

.kaanteisetVarit .ottelutaulu tbody tr:nth-child(odd) {
  background-color: rgb(27 49 100) !important;
  color: #fff !important;
}

.kaanteisetVarit .ottelutaulu tbody tr:nth-child(even) {
  background-color: rgb(27 49 100) !important;
  color: #fff !important;
}

@media (min-width: 1024px){
  .kaanteisetVarit .ottelutaulu tbody tr:nth-child(even){
    color: rgb(251 196 0);
    background-color: rgb(27 49 100);
  }

  .kaanteisetVarit .ottelutaulu tbody tr:nth-child(odd){
    color: rgb(27 49 100);
    background-color: #fff;
  }
}

/* Paginaatio: */

.page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .page-numbers.current {
  color: rgb(27 49 100);
  background-color: rgb(251 196 0);
}

.page-numbers.current:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
}

.page-numbers{
  display: inline-block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}

.page-numbers:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 244 / var(--tw-bg-opacity));
  text-decoration-line: none;
}

.yhteistyokumppanitaulu thead{
  display: none;
}

@media (min-width: 1024px){
  .yhteistyokumppanitaulu thead{
    display: table-header-group;
  }
}

.yhteistyokumppanitaulu{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px !important;
}

@media (min-width: 768px){
  .yhteistyokumppanitaulu{
    font-size: 16px;
  }
}

.yhteistyokumppanitaulu tr{
  margin-bottom: 0px;
  display: block;
}

@media (min-width: 1024px){
  .yhteistyokumppanitaulu tr{
    display: table-row;
  }
}

.yhteistyokumppanitaulu th{
  padding: 0px !important;
  font-size: 18px;
}

.yhteistyokumppanitaulu td{
  display: block;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 1024px){
  .yhteistyokumppanitaulu td{
    display: table-cell;
  }
}

.yhteistyokumppanitaulu td, .ottelutaulu th{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
}

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

.kaanteisetVarit .yhteistyokumppanitaulu th, 
.kaanteisetVarit .yhteistyokumppanitaulu th h1, .kaanteisetVarit .yhteistyokumppanitaulu th h2, 
.kaanteisetVarit .yhteistyokumppanitaulu th h3, .kaanteisetVarit .yhteistyokumppanitaulu th h4 {
  color: rgb(251 196 0);
}

.kaanteisetVarit .yhteystiedot-class .yhteistyokumppanitaulu th, .kaanteisetVarit .joukkue-class .yhteistyokumppanitaulu th,
.kaanteisetVarit .pelaaja-class .yhteistyokumppanitaulu th, .kaanteisetVarit .liput-class .yhteistyokumppanitaulu th {
  color: rgb(27 49 100);
}

.yhteistyokumppanitaulu tbody tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .yhteistyokumppanitaulu tbody tr:nth-child(even) {
  color: rgb(27 49 100);
  background-color: rgb(251 196 0);
}

.yhteistyokumppanitaulu tbody tr:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .yhteistyokumppanitaulu tbody tr:nth-child(odd) {
  color: rgb(27 49 100);
  background-color: rgb(251 196 0);
}

@media (min-width: 640px){
  .yhteistyokumppanitaulu tbody tr:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 139 / var(--tw-text-opacity));
  }
}

.kaanteisetVarit .gform_wrapper {
  color: rgb(27 49 100) !important;
}

.gform_title{
  font-family: 'Poppins', sans-serif;
  font-size: 26px !important;
  font-weight: 700;
}

.gfield_checkbox input{
  margin-top: 0px !important;
  margin-left: 5px;
  margin-right: 10px;
  height: 20px !important;
  width: 20px !important;
}

.gfield_checkbox label{
  font-size: 16px !important;
}

.gfield_label{
  font-size: 16px !important;
}

.ginput_container input[type="text"]{
  height: 40px !important;
  width: 100% !important;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 244 / var(--tw-bg-opacity));
}

.gform_footer input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 186 43 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 139 / var(--tw-text-opacity));
}

.kaanteisetVarit .gform_footer input[type=submit] {
  background-color: rgb(27 49 100);
}

.kaanteisetVarit .gform_footer input[type=submit], 
.kaanteisetVarit .gform_footer input[type=submit] h1, .kaanteisetVarit .gform_footer input[type=submit] h2, 
.kaanteisetVarit .gform_footer input[type=submit] h3, .kaanteisetVarit .gform_footer input[type=submit] h4 {
  color: rgb(251 196 0);
}

.kaanteisetVarit .yhteystiedot-class .gform_footer input[type=submit], .kaanteisetVarit .joukkue-class .gform_footer input[type=submit],
.kaanteisetVarit .pelaaja-class .gform_footer input[type=submit], .kaanteisetVarit .liput-class .gform_footer input[type=submit] {
  color: rgb(27 49 100);
}

.gform_confirmation_message{
  margin-top: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 139 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .gform_confirmation_message {
  color: rgb(27 49 100);
  background-color: rgb(251 196 0);
}

.gform_footer input[type=submit]{
  font-size: 18px !important;
}

.slick-track{
  display: flex;
}

.slick-track .slick-slide, .slick-list{
  display: flex;
  height: 100%;
}

.sisaltotxt p iframe, .youtube_lohko iframe{
  min-height: 430px;
  width: 100%;
}

@media (min-width: 1024px){
  .sisaltotxt p iframe, .youtube_lohko iframe{
    width: auto;
    min-width: 700px;
  }
}

.kokolevyinen_video iframe{
  width: 100% !important;
}

.joukkueenLisatiedot p:last-child{
  padding-bottom: 0px !important;
}

.vasenKotiottelu, .oikeaKotiottelu{
  position: relative;
}

.vasenKotiottelu:after {
  content: '';
  position: absolute;
  right: 0px;
  height: 70%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.kaanteisetVarit .vasenKotiottelu:after, .kaanteisetVarit .oikeaKotiottelu:after {
  background-color: #fff;
}

.oikeaKotiottelu:after {
  content: '';
  position: absolute;
  left: 0px;
  height: 70%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.kaanteisetVarit .text-white {
  color: rgb(27 49 100);
}

.kaanteisetVarit .bg-blue {
  background-color: rgb(251 196 0);
}

.kaanteisetVarit .bg-yellow {
  background-color: rgb(27 49 100);
}

.kaanteisetVarit .text-yellow {
  color: rgb(27 49 100);
}

.kaanteisetVarit .text-blue, .kaanteisetVarit .pallo, 
.kaanteisetVarit .text-blue h1, .kaanteisetVarit .text-blue h2, 
.kaanteisetVarit .text-blue h3, .kaanteisetVarit .text-blue h4 {
  color: rgb(251 196 0);
}

.kaanteisetVarit .yhteystiedot-class .text-blue, .kaanteisetVarit .joukkue-class .text-blue, .kaanteisetVarit .ottelutaulu th,
.kaanteisetVarit .pelaaja-class .text-blue, .kaanteisetVarit .liput-class .text-blue {
  color: rgb(27 49 100);
}

.kaanteisetVarit .joukkueOtsikko {
  color: rgb(251 196 0) !important;
}

.kaanteisetVarit .entry-title {
  color: rgb(27 49 100);
}

.sisaltotxt a{
  font-weight: 700;
  text-decoration-line: underline;
}

.sisaltotxt ol:not(:first-child), .sisaltotxt ul:not(:first-child){
  padding-bottom: 1.5rem;
}

.sisaltotxt ul{
  list-style-position: inside;
  list-style-type: disc;
}

.sisaltotxt ul ul{
  list-style-type: circle;
}

.sisaltotxt ul ul ul{
  list-style-type: disc;
}

.sisaltotxt ul ul ul ul{
  list-style-type: circle;
}

.sisaltotxt ul li{
  padding-left: 1rem;
}

.sisaltotxt ol{
  list-style-position: inside;
  counter-reset: item;
}

.sisaltotxt ol li{
  padding-left: 1rem;
}

.sisaltotxt ol > li {
  counter-increment: item;
}

.sisaltotxt ol>li::before {
  content: counters(item, '.') '. ';
  padding-right: 0.25rem;
}

.sisaltotxt blockquote{
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 139 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-style: italic;
}

.sisaltotxt blockquote p{
  padding-bottom: 1rem;
}

.sisaltotxt blockquote p:last-child{
  padding-bottom: 0px;
}

.sisaltotxt .wp-caption{
  max-width: 100%;
}

.sisaltotxt .wp-caption .wp-caption-text{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kaanteisetVarit .sisaltotxt .wp-caption .wp-caption-text {
  color: rgb(27 49 100);
}

.sisaltotxt p{
  padding-bottom: 1.5rem;
}

@media(max-width: 1024px){
  .ottelutaulu td::before {
    content: attr(data-label);
    float: left;
  }
}

@media(min-width: 1280px){
  .valikko li{
    position: relative;
    z-index: 20;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
  }

  .valikko li:first-child{
    padding-left: 0px;
  }

  .valikko li:last-child{
    padding-right: 0px;
  }

  .valikko ul li{
    padding-bottom: 0px;
  }

  .valikko ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .sub-menu{
    z-index: 20;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-top: 1.5rem;
  }

  .valikko .sub-menu{
    left: 50%;
    display: none;
    transform: translate(-50%);
  }

  .valikko ul li:hover > .sub-menu{
    position: absolute;
    display: block;
  }

  .valikko .sub-menu li{
    display: flex;
    white-space: nowrap;
    border-left-width: 2px;
    border-right-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 139 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 12px;
  }

  .kaanteisetVarit .valikko .sub-menu li {
    background-color: rgb(251 196 0);
    --tw-border-opacity: 1;
    border-color: rgb(0 0 139 / var(--tw-border-opacity));
  }

  .valikko .sub-menu li:last-child{
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 139 / var(--tw-bg-opacity));
    padding-bottom: 0.75rem;
  }

  .kaanteisetVarit .valikko .sub-menu li:last-child {
    background-color: rgb(251 196 0);
    --tw-border-opacity: 1;
    border-color: rgb(0 0 139 / var(--tw-border-opacity));
  }

  .valikko .sub-menu li:first-child{
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 139 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
  }

  .kaanteisetVarit .valikko .sub-menu li:first-child {
    background-color: rgb(251 196 0);
    --tw-border-opacity: 1;
    border-color: rgb(0 0 139 / var(--tw-border-opacity));
  }

  .valikko .sub-menu li a{
    font-weight: 400;
  }

  .valikko .sub-menu a{
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    font-size: 16px;
    text-transform: none;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .kaanteisetVarit .valikko .sub-menu a {
    color: rgb(27 49 100);
  }
}

/* mobivalikko css */

#piilonayta {
  background: none;
  border: none;
  cursor: pointer;
  height: 35px;
  outline: none;
  position: relative;
  margin: 0;
  text-indent: -9999px;
  width: 40px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 40px;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  width: 100%;
}

.kaanteisetVarit #nav-icon span {
  background: rgb(27 49 100) !important;
}

#nav-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 28px;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  transform: rotate(35deg);
  top: 0;
  left: 0;
  width: 43px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  transform: rotate(-35deg);
  top: 25px;
  left: 0px;
  width: 43px;
}

.gform_required_legend {
  display: none;
}

.ginput_container input[type=text]{
  border: #6b7280 1px solid;
  background-color: transparent;
}

/* == WordPress WYSIWYG Editor Styles == */

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.hover\:border-fadedblue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(131 141 164 / var(--tw-border-opacity));
}

.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 186 43 / var(--tw-bg-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 139 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:text-fadedblue{
  --tw-text-opacity: 1;
  color: rgb(131 141 164 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:h-\[330px\]{
    height: 330px;
  }

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

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

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

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

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

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

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

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

  .sm\:p-3{
    padding: 0.75rem;
  }

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

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

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

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

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

  .sm\:text-\[30px\]{
    font-size: 30px;
  }

  .sm\:\!text-\[15px\]{
    font-size: 15px !important;
  }

  .sm\:\!text-\[16px\]{
    font-size: 16px !important;
  }

  .sm\:\!text-\[24px\]{
    font-size: 24px !important;
  }

  .sm\:\!text-26{
    font-size: 26px !important;
  }
}

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

  .md\:block{
    display: block;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:max-w-\[85\%\]{
    max-width: 85%;
  }

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

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

  .md\:gap-12{
    gap: 3rem;
  }

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

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

  .md\:pl-6{
    padding-left: 1.5rem;
  }

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

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:\!text-\[26px\]{
    font-size: 26px !important;
  }
}

@media (min-width: 1024px){
  .lg\:mb-12{
    margin-bottom: 3rem;
  }

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

  .lg\:hidden{
    display: none;
  }

  .lg\:min-h-\[131px\]{
    min-height: 131px;
  }

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

  .lg\:w-3\/4{
    width: 75%;
  }

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

  .lg\:w-\[70\%\]{
    width: 70%;
  }

  .lg\:w-\[30\%\]{
    width: 30%;
  }

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

  .lg\:max-w-\[30px\]{
    max-width: 30px;
  }

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

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

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

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

@media (min-width: 1280px){
  .xl\:mt-0{
    margin-top: 0px;
  }

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

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

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

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

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

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

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

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

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

  .xl\:border-none{
    border-style: none;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

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

  .xl\:text-\[15px\]{
    font-size: 15px;
  }

  .xl\:text-\[14px\]{
    font-size: 14px;
  }
}