*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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.19 | 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -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]) {
  text-decoration: underline;
  -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::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;
}
blockquote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, 1);
  border-color: rgba(238, 238, 238, var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
blockquote p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, 1);
  color: rgba(25, 25, 25, var(--tw-text-opacity, 1));
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: italic;
  line-height: 2rem;
  letter-spacing: -0.24px;
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, 1);
  color: rgba(25, 25, 25, var(--tw-text-opacity, 1));
}

body.modal-open {
  overflow: hidden;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

.search-pagination-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, 1);
  border-color: rgba(237, 237, 237, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, 1);
  color: rgba(25, 25, 25, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.search-pagination-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.player-inpage-container {
  margin: 10px 0;
}

#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
}
#ui-datepicker-div .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #D2232A;
}
#ui-datepicker-div .ui-datepicker-header::before {
  display: none;
}
#ui-datepicker-div .ui-datepicker-next {
  order: 1;
}
#ui-datepicker-div .ui-datepicker-prev {
  order: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
}
#ui-datepicker-div thead {
  width: 100%;
}
#ui-datepicker-div tr {
  width: 100%;
}
#ui-datepicker-div td {
  text-align: center;
}
#ui-datepicker-div .ui-state-default {
  background: transparent !important;
  border: 0 !important;
  padding: 4px !important;
}
#ui-datepicker-div .ui-state-default:hover {
  background: #D2232A !important;
  color: white;
}
#ui-datepicker-div .ui-state-default.ui-state-active {
  background: #D2232A !important;
  padding: 4px;
  font-weight: bold;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
  margin-right: 8px;
}
#ui-datepicker-div .ui-icon-circle-triangle-w {
  margin-left: 8px;
}
#ui-datepicker-div .ui-datepicker-next.ui-state-hover {
  background: transparent !important;
  border: 0 !important;
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover {
  background: transparent !important;
  border: 0 !important;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: white !important;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center !important;
}

.js-form-item-field-event-date-value label {
  display: none;
}

.form-item-field-katigoria-ekdilosis-target-id {
  margin-bottom: 1rem;
  width: 100%;
  border-width: 1px;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-item-field-katigoria-ekdilosis-target-id select {
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-item-field-katigoria-ekdilosis-target-id label {
  display: none;
}

.views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  flex-direction: column;
}

/* Custom Search Form Styles */
.search-exposed-form {
  width: 100%;
  max-width: none;
}

.search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 1.5rem;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/* Hide all form labels except specific ones */
.search-form-wrapper .form-item label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Show labels for year and month */
.search-form-wrapper .form-item-year label,
.search-form-wrapper .form-item-month label {
  white-space: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
}

/* Container for the text input and button - first line */
.search-form-wrapper > .form-item-text,
.search-form-wrapper > .js-form-item-text {
  margin-bottom: 0px;
  order: 1;
  flex: 0 1 60%;
  max-width: 600px;
}

.search-form-wrapper > .form-actions {
  margin-bottom: 0px;
  flex: 0 0 auto;
  order: 2;
}

/* Fieldset with year/month - second line, full width */
.search-form-wrapper #edit-created-wrapper,
.search-form-wrapper fieldset {
  margin-bottom: 0px;
  margin-top: 1rem;
  width: 100%;
  flex: 1 1 100%;
  order: 3;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  justify-content: left;
}

/* Legend styling - inline with fields */
.search-form-wrapper fieldset legend {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  padding: 0;
  margin: 0;
  float: left;
  width: auto;
  grid-column: 1;
  grid-row: 1;
  position: relative;
}

/* Year/month container inside fieldset - display as flex */
.search-form-wrapper .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  grid-column: 2;
  grid-row: 1;
}

/* Year and month fields flex to fill space */
.search-form-wrapper .form-item-year,
.search-form-wrapper .form-item-month {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

/* Search input field */
.search-form-wrapper input[type=text],
.search-form-wrapper input[type=search],
.search-form-wrapper .js-form-item-text input {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.search-form-wrapper input[type=text]::placeholder,
.search-form-wrapper input[type=search]::placeholder,
.search-form-wrapper .js-form-item-text input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity, 1));
}
.search-form-wrapper input[type=text],
.search-form-wrapper input[type=search],
.search-form-wrapper .js-form-item-text input {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.search-form-wrapper input[type=text]:focus,
.search-form-wrapper input[type=search]:focus,
.search-form-wrapper .js-form-item-text input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, 1);
  border-color: rgba(236, 72, 153, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.search-form-wrapper input[type=text],
.search-form-wrapper input[type=search],
.search-form-wrapper .js-form-item-text input {
  margin-bottom: 0 !important;
}

/* Hide autocomplete throbber when not loading */
.search-form-wrapper input[type=text]:not(.ui-autocomplete-loading),
.search-form-wrapper input[type=search]:not(.ui-autocomplete-loading) {
  background-image: none !important;
}

/* Submit button beside input */
.search-form-wrapper .form-actions {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.search-form-wrapper .form-actions input[type=submit],
.search-form-wrapper .form-actions button[type=submit] {
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.search-form-wrapper .form-actions input[type=submit]:hover,
.search-form-wrapper .form-actions button[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, 1);
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity, 1));
}

.search-form-wrapper .form-actions input[type=submit],
.search-form-wrapper .form-actions button[type=submit] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Style the date filter select dropdowns if they exist */
.search-form-wrapper select {
  -webkit-appearance: none;
          appearance: none;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
  background-color: transparent;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.search-form-wrapper select:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, 1);
  border-color: rgba(236, 72, 153, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.search-form-wrapper 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-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

/* Custom year/month/sorting selects if they render */
#year, #month, #sorting {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#year:focus, #month:focus, #sorting:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, 1);
  border-color: rgba(236, 72, 153, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Remove default Drupal form styling from search form */
.search-form-wrapper .form-actions {
  display: block;
}

.container {
  width: 100%;
}

@media (min-width: 200px) {

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

@media (min-width: 640px) {

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

@media (min-width: 1024px) {

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

@media (min-width: 1280px) {

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

@media (min-width: 1440px) {

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

@media (min-width: 1680px) {

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

@media (min-width: 2000px) {

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

@media (min-width: 2200px) {

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

.prose {
  color: #191919;
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #ED145B;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #191919;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #191919;
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #ED145B;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #ED145B;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: left;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #191919;
  --tw-prose-headings: #191919;
  --tw-prose-lead: #191919;
  --tw-prose-links: #ED145B;
  --tw-prose-bold: #191919;
  --tw-prose-counters: #ED145B;
  --tw-prose-bullets: #ED145B;
  --tw-prose-hr: #191919;
  --tw-prose-quotes: #191919;
  --tw-prose-quote-borders: #ED145B;
  --tw-prose-captions: #191919;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgba(17, 24, 39, 0.1);
  --tw-prose-code: #ED145B;
  --tw-prose-pre-code: #191919;
  --tw-prose-pre-bg: #000;
  --tw-prose-th-borders: #ED145B;
  --tw-prose-td-borders: #ED145B;
  --tw-prose-invert-body: #eeeeee;
  --tw-prose-invert-headings: #eeeeee;
  --tw-prose-invert-lead: #eeeeee;
  --tw-prose-invert-links: white;
  --tw-prose-invert-bold: white;
  --tw-prose-invert-counters: #eeeeee;
  --tw-prose-invert-bullets: #eeeeee;
  --tw-prose-invert-hr: #eeeeee;
  --tw-prose-invert-quotes: #eeeeee;
  --tw-prose-invert-quote-borders: #eeeeee;
  --tw-prose-invert-captions: #eeeeee;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgba(255, 255, 255, 0.1);
  --tw-prose-invert-code: #eeeeee;
  --tw-prose-invert-pre-code: #eeeeee;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #eeeeee;
  --tw-prose-invert-td-borders: #eeeeee;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose {
  --swiper-pagination-color: #ED145B;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.\!bottom-0 {
  bottom: 0px !important;
}
.\!left-auto {
  left: auto !important;
}
.\!right-0 {
  right: 0px !important;
}
.\!right-\[35px\] {
  right: 35px !important;
}
.\!top-auto {
  top: auto !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-14 {
  right: 3.5rem;
}
.right-4 {
  right: 1rem;
}
.right-7 {
  right: 1.75rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[167px\] {
  top: 167px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[9px\] {
  top: 9px;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[1\] {
  z-index: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-end-9 {
  grid-column-end: 9;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.m-10 {
  margin: 2.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mt-\[2px\] {
  margin-top: -2px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-1px\] {
  margin-bottom: -1px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[calc\(25\/16\*1rem\)\] {
  margin-top: calc(25 / 16 * 1rem);
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[110\/66\] {
  aspect-ratio: 110/66;
}
.aspect-\[12\/7\] {
  aspect-ratio: 12/7;
}
.aspect-\[203\/256\] {
  aspect-ratio: 203/256;
}
.aspect-\[25\/14\] {
  aspect-ratio: 25/14;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[366\/220\] {
  aspect-ratio: 366/220;
}
.aspect-\[62\/35\] {
  aspect-ratio: 62/35;
}
.aspect-\[700\/422\] {
  aspect-ratio: 700/422;
}
.aspect-\[840\/473\] {
  aspect-ratio: 840/473;
}
.aspect-\[948\/533\] {
  aspect-ratio: 948/533;
}
.aspect-smallArticle {
  aspect-ratio: 25/14;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-vertArticle {
  aspect-ratio: 2/3;
}
.\!h-\[35px\] {
  height: 35px !important;
}
.\!h-auto {
  height: auto !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[calc\(100dvh-116px\)\] {
  height: calc(100dvh - 116px);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-\[1080px\] {
  max-height: 1080px;
}
.max-h-\[134px\] {
  max-height: 134px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[212px\] {
  max-height: 212px;
}
.max-h-\[422px\] {
  max-height: 422px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[472px\] {
  max-height: 472px;
}
.max-h-\[533px\] {
  max-height: 533px;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-smallImg {
  max-height: 168px;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-\[104px\] {
  min-height: 104px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[2lh\] {
  min-height: 2lh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.\!w-\[35px\] {
  width: 35px !important;
}
.\!w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}
.w-\[calc\(100\%_-_32px\)\] {
  width: calc(100% - 32px);
}
.w-\[calc\(205\/16\*1rem\)\] {
  width: calc(205 / 16 * 1rem);
}
.w-\[calc\(224\/16\*1rem\)\] {
  width: calc(224 / 16 * 1rem);
}
.w-\[calc\(300\/375\*100\%\)\] {
  width: calc(300 / 375 * 100%);
}
.w-\[calc\(343_\/_375\*100vw\)\] {
  width: calc(343 / 375 * 100vw);
}
.w-\[min\(1280px\2c _100\%\)\] {
  width: min(1280px, 100%);
}
.w-\[min\(900px\2c _calc\(300\/375\*100\%\)\)\] {
  width: min(900px, calc(300 / 375 * 100%));
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[165px\] {
  min-width: 165px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[10\%\] {
  max-width: 10%;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1270px\] {
  max-width: 1270px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1284px\] {
  max-width: 1284px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[134px\] {
  max-width: 134px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[203px\] {
  max-width: 203px;
}
.max-w-\[225px\] {
  max-width: 225px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[322px\] {
  max-width: 322px;
}
.max-w-\[377px\] {
  max-width: 377px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[623px\] {
  max-width: 623px;
}
.max-w-\[624px\] {
  max-width: 624px;
}
.max-w-\[765px\] {
  max-width: 765px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[948px\] {
  max-width: 948px;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-container {
  max-width: 1270px;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-img {
  max-width: 948px;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-smallImg {
  max-width: 300px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow-0 {
  flex-grow: 0;
}
.basis-\[75\%\] {
  flex-basis: 75%;
}
.origin-center {
  transform-origin: center;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-scale-\[\.8\] {
  --tw-scale-x: -.8;
  --tw-scale-y: -.8;
  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(-.8) scaleY(-.8);
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.scroll-mt-\[62px\] {
  scroll-margin-top: 62px;
}
.\!list-outside {
  list-style-position: outside !important;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}
.columns-1 {
  columns: 1;
}
.break-inside-avoid-column {
  break-inside: avoid-column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[110px\2c _1fr\] {
  grid-template-columns: 110px 1fr;
}
.grid-cols-\[1fr\2c _auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[1fr_300px\] {
  grid-template-columns: 1fr 300px;
}
.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[1fr_auto_auto\] {
  grid-template-columns: 1fr auto auto;
}
.grid-cols-\[265px_1fr\] {
  grid-template-columns: 265px 1fr;
}
.grid-cols-\[358px_1fr\] {
  grid-template-columns: 358px 1fr;
}
.grid-cols-\[47px\2c _1fr\] {
  grid-template-columns: 47px 1fr;
}
.grid-cols-\[auto\2c _1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_1fr_1fr\] {
  grid-template-columns: auto 1fr 1fr;
}
.grid-cols-\[repeat\(2\2c 1fr\)\] {
  grid-template-columns: repeat(2,1fr);
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(30px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(30px,1fr));
}
.grid-rows-\[auto\2c _1fr\] {
  grid-template-rows: auto 1fr;
}
.grid-rows-\[auto\2c auto\2c auto\2c auto\2c auto\] {
  grid-template-rows: auto auto auto auto auto;
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-baseline {
  align-content: baseline;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[calc\(10\/16\*1rem\)\] {
  gap: calc(10 / 16 * 1rem);
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - 0));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#191919\] {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, 1);
  border-color: rgba(25, 25, 25, var(--tw-border-opacity, 1));
}
.border-\[\#C5C5C5\] {
  --tw-border-opacity: 1;
  border-color: rgba(197, 197, 197, 1);
  border-color: rgba(197, 197, 197, var(--tw-border-opacity, 1));
}
.border-\[\#D6DFEA\] {
  --tw-border-opacity: 1;
  border-color: rgba(214, 223, 234, 1);
  border-color: rgba(214, 223, 234, var(--tw-border-opacity, 1));
}
.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgba(237, 237, 237, 1);
  border-color: rgba(237, 237, 237, var(--tw-border-opacity, 1));
}
.border-\[rgba\(214\2c 223\2c 234\2c 0\.2\)\] {
  border-color: rgba(214,223,234,0.2);
}
.border-\[var\(--poll-radio-border-color\)\] {
  border-color: #D6DFEA;
  border-color: var(--poll-radio-border-color);
}
.border-\[var\(--poll-submit-border-color\)\] {
  border-color: #004370;
  border-color: var(--poll-submit-border-color);
}
.border-\[var\(--tabs-readmore-border-color\)\] {
  border-color: #004370;
  border-color: var(--tabs-readmore-border-color);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
.border-extralight {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, 1);
  border-color: rgba(238, 238, 238, var(--tw-border-opacity, 1));
}
.border-inherit {
  border-color: inherit;
}
.border-mainBlack {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, 1);
  border-color: rgba(25, 25, 25, var(--tw-border-opacity, 1));
}
.border-mainColor {
  --tw-border-opacity: 1;
  border-color: rgba(237, 20, 91, 1);
  border-color: rgba(237, 20, 91, var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, 1);
  border-color: rgba(249, 115, 22, var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, 1);
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, 1);
  border-color: rgba(20, 184, 166, var(--tw-border-opacity, 1));
}
.border-b-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(237, 237, 237, 1);
  border-bottom-color: rgba(237, 237, 237, var(--tw-border-opacity, 1));
}
.border-b-mainWhite {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-\[\#004370\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 67, 112, 1);
  background-color: rgba(0, 67, 112, var(--tw-bg-opacity, 1));
}
.bg-\[\#D6DFEA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 223, 234, 1);
  background-color: rgba(214, 223, 234, var(--tw-bg-opacity, 1));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 237, 237, 1);
  background-color: rgba(237, 237, 237, var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, 1);
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-\[var\(--Ghost-White\2c _\#F8F8F8\)\] {
  background-color: #F8F8F8;
  background-color: var(--Ghost-White, #F8F8F8);
}
.bg-\[var\(--Isabelline\2c _\#EDEDED\)\] {
  background-color: #EDEDED;
  background-color: var(--Isabelline, #EDEDED);
}
.bg-\[var\(--authorCard-bg\)\] {
  background-color: #F8F8F8;
  background-color: var(--authorCard-bg);
}
.bg-\[var\(--footer-newsletter-dialog-bg\)\] {
  background-color: #001A2B;
  background-color: var(--footer-newsletter-dialog-bg);
}
.bg-\[var\(--heroArticleBackground\)\] {
  background-color: #004370;
  background-color: var(--heroArticleBackground);
}
.bg-\[var\(--magazineCard-readMore-bg\)\] {
  background-color: #004370;
  background-color: var(--magazineCard-readMore-bg);
}
.bg-\[var\(--main-bg-color\)\] {
  background-color: var(--main-bg-color);
}
.bg-\[var\(--most-viewed-section-background\)\] {
  background-color: #D6DFEA;
  background-color: var(--most-viewed-section-background);
}
.bg-\[var\(--newsletter-dialog-bg\)\] {
  background-color: #d7deea;
  background-color: var(--newsletter-dialog-bg);
}
.bg-\[var\(--pagination-current-bg-color\)\] {
  background-color: #ED145B;
  background-color: var(--pagination-current-bg-color);
}
.bg-\[var\(--poll-block-background\)\] {
  background-color: #F8F8F8;
  background-color: var(--poll-block-background);
}
.bg-\[var\(--tags-section-bg-color\)\] {
  background-color: #D6DFEA;
  background-color: var(--tags-section-bg-color);
}
.bg-\[var\(--tags-title-bg-color\)\] {
  background-color: #ED145B;
  background-color: var(--tags-title-bg-color);
}
.bg-alert {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 11, 11, 1);
  background-color: rgba(212, 11, 11, var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, 1);
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity, 1));
}
.bg-blueBlack {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 26, 44, 1);
  background-color: rgba(0, 26, 44, var(--tw-bg-opacity, 1));
}
.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 67, 112, 1);
  background-color: rgba(0, 67, 112, var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, 1);
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, 1);
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity, 1));
}
.bg-lightBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, 1);
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1));
}
.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 223, 234, 1);
  background-color: rgba(214, 223, 234, var(--tw-bg-opacity, 1));
}
.bg-mainBlack {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, 1);
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity, 1));
}
.bg-mainColor {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
}
.bg-mainWhite {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-menuBarBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 67, 112, 1);
  background-color: rgba(0, 67, 112, var(--tw-bg-opacity, 1));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, 1);
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity, 1));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, 1);
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity, 1));
}
.bg-secondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, 1);
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-secondLayer {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.00)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 25%, rgba(0, 0, 0, 0.00) 100%);
}
.bg-cover {
  background-size: cover;
}
.fill-darkBlue {
  fill: #004370;
}
.fill-mainWhite {
  fill: white;
}
.fill-orange-500 {
  fill: #f97316;
}
.fill-red-500 {
  fill: #ef4444;
}
.stroke-\[\#191919\] {
  stroke: #191919;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-\[6px\] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.\!py-\[2px\] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[calc\(6\/16\*1rem\)\] {
  padding-left: calc(6 / 16 * 1rem);
  padding-right: calc(6 / 16 * 1rem);
}
.px-\[calc\(70\/16\*1rem\)\] {
  padding-left: calc(70 / 16 * 1rem);
  padding-right: calc(70 / 16 * 1rem);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[calc\(2\/16\*1rem\)\] {
  padding-top: calc(2 / 16 * 1rem);
  padding-bottom: calc(2 / 16 * 1rem);
}
.py-\[calc\(50\/16\*1rem\)\] {
  padding-top: calc(50 / 16 * 1rem);
  padding-bottom: calc(50 / 16 * 1rem);
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.\!pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[calc\(11\/16\*1rem\)\] {
  padding-top: calc(11 / 16 * 1rem);
}
.pt-\[calc\(7\/16\*1rem\)\] {
  padding-top: calc(7 / 16 * 1rem);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-mainFont {
  font-family: "Commissioner", sans-serif;
}
.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-\[10px\] {
  font-size: 10px;
}
.text-\[150px\] {
  font-size: 150px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[calc\(10\/16\*1rem\)\] {
  font-size: calc(10 / 16 * 1rem);
}
.text-\[calc\(11\/16\*1rem\)\] {
  font-size: calc(11 / 16 * 1rem);
}
.text-\[calc\(15\/16\*1rem\)\] {
  font-size: calc(15 / 16 * 1rem);
}
.text-\[calc\(18\/14\*1rem\)\] {
  font-size: calc(18 / 14 * 1rem);
}
.text-\[calc\(22\/16\*1rem\)\] {
  font-size: calc(22 / 16 * 1rem);
}
.text-\[calc\(9\/16\*1rem\)\] {
  font-size: calc(9 / 16 * 1rem);
}
.text-alertMini {
  font-size: min(calc(12/16*1rem), max(calc(8/16*1rem), calc(12/1440*100vw)));
}
.text-alertNormal {
  font-size: min(calc(16/16*1rem), max(calc(12/16*1rem), calc(16/1440*100vw)));
}
.text-articleh1 {
  font-size: min(calc(36/16*1rem), max(calc(24/16*1rem), calc(36/1440*100vw)));
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-h1 {
  font-size: min(calc(40/16*1rem), max(calc(24/16*1rem), calc(40/1440*100vw)));
}
.text-h2 {
  font-size: min(calc(32/16*1rem), max(calc(22/16*1rem), calc(32/1440*100vw)));
}
.text-h3 {
  font-size: min(calc(20/16*1rem), max(calc(14/16*1rem), calc(20/1440*100vw)));
}
.text-h3Alt {
  font-size: min(calc(24/16*1rem), max(calc(16/16*1rem), calc(24/1440*100vw)));
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-mini {
  font-size: 8px;
}
.text-p {
  font-size: min(calc(24/16*1rem), max(calc(14/16*1rem), calc(24/1440*100vw)));
}
.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-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-\[130\%\] {
  line-height: 130% !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.8\] {
  line-height: 0.8;
}
.leading-\[110\%\] {
  line-height: 110%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[-\.16\/16\*1em\] {
  letter-spacing: -.16/16*1em;
}
.tracking-\[-0\.12px\] {
  letter-spacing: -0.12px;
}
.tracking-\[-0\.14px\] {
  letter-spacing: -0.14px;
}
.tracking-\[-0\.16px\] {
  letter-spacing: -0.16px;
}
.tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}
.tracking-\[-0\.24px\] {
  letter-spacing: -0.24px;
}
.tracking-\[-0\.2\] {
  letter-spacing: -0.2;
}
.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}
.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}
.tracking-\[0\.027px\] {
  letter-spacing: 0.027px;
}
.tracking-\[calc\(-\.09\/9\*1em\)\] {
  letter-spacing: calc(-.09 / 9 * 1em);
}
.tracking-\[calc\(-\.1\/10\*1en\)\] {
  letter-spacing: calc(-.1 / 10 * 1en);
}
.tracking-\[calc\(-\.12\/12\*1em\)\] {
  letter-spacing: calc(-.12 / 12 * 1em);
}
.tracking-\[calc\(-\.14\/14\*1em\)\] {
  letter-spacing: calc(-.14 / 14 * 1em);
}
.tracking-\[calc\(-\.15\/15\*1em\)\] {
  letter-spacing: calc(-.15 / 15 * 1em);
}
.tracking-\[calc\(-\.16\/16\*1em\)\] {
  letter-spacing: calc(-.16 / 16 * 1em);
}
.tracking-\[calc\(-\.18\/18\*1em\)\] {
  letter-spacing: calc(-.18 / 18 * 1em);
}
.tracking-\[calc\(-\.22\/22\*1em\)\] {
  letter-spacing: calc(-.22 / 22 * 1em);
}
.tracking-\[calc\(-\.24\/24\*1em\)\] {
  letter-spacing: calc(-.24 / 24 * 1em);
}
.tracking-\[calc\(-\.28\/28\*1em\)\] {
  letter-spacing: calc(-.28 / 28 * 1em);
}
.tracking-\[calc\(\.9\/18\*1em\)\] {
  letter-spacing: calc(.9 / 18 * 1em);
}
.tracking-\[calc\(1\/14\*1em\)\] {
  letter-spacing: calc(1 / 14 * 1em);
}
.tracking-normal {
  letter-spacing: -0.14px;
}
.tracking-small {
  letter-spacing: -0.12px;
}
.\!text-\[var\(--tags-link-color\2c \#004370\)\] {
  color: #004370 !important;
  color: var(--tags-link-color,#004370) !important;
}
.\!text-mainWhite {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.text-\[\#004370\] {
  --tw-text-opacity: 1;
  color: rgba(0, 67, 112, 1);
  color: rgba(0, 67, 112, var(--tw-text-opacity, 1));
}
.text-\[\#19191910\] {
  color: rgba(25,25,25,0.06275);
}
.text-\[\#1C1B1F\] {
  --tw-text-opacity: 1;
  color: rgba(28, 27, 31, 1);
  color: rgba(28, 27, 31, var(--tw-text-opacity, 1));
}
.text-\[\#6E6E73\] {
  --tw-text-opacity: 1;
  color: rgba(110, 110, 115, 1);
  color: rgba(110, 110, 115, var(--tw-text-opacity, 1));
}
.text-\[\#ED145B\] {
  --tw-text-opacity: 1;
  color: rgba(237, 20, 91, 1);
  color: rgba(237, 20, 91, var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-\[var\(--authorCard-readMore-color\)\] {
  color: #ED145B;
  color: var(--authorCard-readMore-color);
}
.text-\[var\(--authorCard-text-color\)\] {
  color: #191919;
  color: var(--authorCard-text-color);
}
.text-\[var\(--authorCard-text-small-color\)\] {
  color: #535353;
  color: var(--authorCard-text-small-color);
}
.text-\[var\(--authorCard-title-color\)\] {
  color: #535353;
  color: var(--authorCard-title-color);
}
.text-\[var\(--column-card-small-text-clr\2c \#535353\)\] {
  color: #535353;
  color: var(--column-card-small-text-clr,#535353);
}
.text-\[var\(--column-card-tag-text-clr\2c \#ED145B\)\] {
  color: #ED145B;
  color: var(--column-card-tag-text-clr,#ED145B);
}
.text-\[var\(--footer-newsletter-dialog-h2-color\)\] {
  color: #fff;
  color: var(--footer-newsletter-dialog-h2-color);
}
.text-\[var\(--footer-newsletter-dialog-h3-color\)\] {
  color: #fff;
  color: var(--footer-newsletter-dialog-h3-color);
}
.text-\[var\(--magazineCard-h2-color\)\] {
  color: #004370;
  color: var(--magazineCard-h2-color);
}
.text-\[var\(--magazineCard-h3-color\)\] {
  color: #191919;
  color: var(--magazineCard-h3-color);
}
.text-\[var\(--magazineCard-h4-color\)\] {
  color: #535353;
  color: var(--magazineCard-h4-color);
}
.text-\[var\(--magazineCard-readMore-color\)\] {
  color: #FFFFFF;
  color: var(--magazineCard-readMore-color);
}
.text-\[var\(--most-viewed-title-color\)\] {
  color: #004370;
  color: var(--most-viewed-title-color);
}
.text-\[var\(--newsletter-dialog-h2-color\)\] {
  color: #004370;
  color: var(--newsletter-dialog-h2-color);
}
.text-\[var\(--newsletter-dialog-h3-color\)\] {
  color: #004370;
  color: var(--newsletter-dialog-h3-color);
}
.text-\[var\(--poll-block-text-color\)\] {
  color: #191919;
  color: var(--poll-block-text-color);
}
.text-\[var\(--poll-submit-border-color\)\] {
  color: #004370;
  color: var(--poll-submit-border-color);
}
.text-\[var\(--poll-title-color\)\] {
  color: #004370;
  color: var(--poll-title-color);
}
.text-\[var\(--recent-comments-card-author-color\)\] {
  color: #191919;
  color: var(--recent-comments-card-author-color);
}
.text-\[var\(--recent-comments-card-title-color\)\] {
  color: #004370;
  color: var(--recent-comments-card-title-color);
}
.text-\[var\(--recent-comments-title-color\)\] {
  color: #004370;
  color: var(--recent-comments-title-color);
}
.text-\[var\(--tabs-counter-color\)\] {
  color: #004370;
  color: var(--tabs-counter-color);
}
.text-\[var\(--tabs-readmore-text-color\)\] {
  color: #004370;
  color: var(--tabs-readmore-text-color);
}
.text-\[var\(--tabs-text-color\)\] {
  color: #004370;
  color: var(--tabs-text-color);
}
.text-\[var\(--tags-link-color\)\] {
  color: #004370;
  color: var(--tags-link-color);
}
.text-\[var\(--tags-title-color\)\] {
  color: #fff;
  color: var(--tags-title-color);
}
.text-\[var\(--weather-widget-text-color\)\] {
  color: #004370;
  color: var(--weather-widget-text-color);
}
.text-\[var\(-poll-block-text-color\)\] {
  color: var(-poll-block-text-color);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}
.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgba(0, 67, 112, 1);
  color: rgba(0, 67, 112, var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgba(214, 223, 234, 1);
  color: rgba(214, 223, 234, var(--tw-text-opacity, 1));
}
.text-lightText {
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, 1);
  color: rgba(89, 89, 89, var(--tw-text-opacity, 1));
}
.text-lighterText {
  --tw-text-opacity: 1;
  color: rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, var(--tw-text-opacity, 1));
}
.text-mainBlack {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, 1);
  color: rgba(25, 25, 25, var(--tw-text-opacity, 1));
}
.text-mainColor {
  --tw-text-opacity: 1;
  color: rgba(237, 20, 91, 1);
  color: rgba(237, 20, 91, var(--tw-text-opacity, 1));
}
.text-mainWhite {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-menuBarTextColor {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, 1);
  color: rgba(249, 115, 22, var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, 1);
  color: rgba(194, 65, 12, var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}
.text-secondaryColor {
  --tw-text-opacity: 1;
  color: rgba(237, 20, 91, 1);
  color: rgba(237, 20, 91, var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, 1);
  color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, 1);
  color: rgba(71, 85, 105, var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, 1);
  color: rgba(15, 118, 110, var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, 1);
  color: rgba(24, 24, 27, var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-\[0_15px_15px_-15px\] {
  --tw-shadow: 0 15px 15px -15px;
  --tw-shadow-colored: 0 15px 15px -15px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 15px 15px -15px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_35px_60px_-15px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0 35px 60px -15px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0 35px 60px -15px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 35px 60px -15px rgba(0,0,0,0.8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_5px_15px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 5px 15px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 5px 15px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0 rgba(0,0,0,0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-cover {
  --tw-shadow: 0px 5px 15px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 5px 15px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0 rgba(0,0,0,0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-none {
  --tw-content: none;
  content: none;
  content: var(--tw-content);
}
.\[filter\:invert\(18\%\)_sepia\(94\%\)_saturate\(7471\%\)_hue-rotate\(338deg\)_brightness\(95\%\)_contrast\(98\%\)\] {
  filter: invert(18%) sepia(94%) saturate(7471%) hue-rotate(338deg) brightness(95%) contrast(98%);
}
.\[grid-template-columns\:_repeat\(_auto-fit\2c _minmax\(calc\(\(\(500_\/_2\)_\+_1\)_\*_1px\)\2c _1fr\)_\)\] {
  grid-template-columns: repeat( auto-fit, minmax(calc(((500 / 2) + 1) * 1px), 1fr) );
}
:root {
  --menuBackground: #004370;
  --heroArticleBackground: #004370;
  --main-menu-hover-background: #ED145B;
  --most-viewed-title-color: #004370;
  --most-viewed-section-background: #D6DFEA;
  --column-card-small-text-clr:#535353;
  --column-card-small-text-clr2:#6E6E73;
  --column-card-tag-text-clr:#ED145B;
  --recent-comments-title-color: #004370;
  --recent-comments-card-author-color: #191919;
  --recent-comments-card-title-color: #004370;
  --scrollbar-color:#ED145B;
  --scrollbar-back-color:#EDEDED;
  --poll-title-color: #004370;
  --poll-submit-border-color: #004370;
  --poll-radio-border-color: #D6DFEA;
  --poll-radio-checked-bg-color: #ED145B;
  --poll-block-background: #F8F8F8;
  --poll-block-text-color: #191919;
  --authorCard-bg: #F8F8F8;
  --authorCard-text-color: #191919;
  --authorCard-text-small-color: #535353;
  --authorCard-title-color: #535353;
  --authorCard-readMore-color: #ED145B;
  --magazineCard-h2-color:#004370;
  --magazineCard-h3-color:#191919;
  --magazineCard-h4-color:#535353;
  --magazineCard-readMore-color:#FFFFFF;
  --magazineCard-readMore-bg:#004370;
  --swiper-pagination-active-bg: #ED145B;
  --newsletter-dialog-bg: #d7deea;
  --newsletter-dialog-h2-color: #004370;
  --newsletter-dialog-h3-color: #004370;
  --weather-widget-text-color: #004370;
  --tags-title-bg-color: #ED145B;
  --tags-title-color: #fff;
  --tags-section-bg-color: #D6DFEA;
  --tags-link-color: #004370;
  --tabs-text-color: #004370;
  --tabs-background-color: #fff;
  --tabs-text-color-active: #fff;
  --tabs-background-color-active: #004370;
  --tabs-readmore-border-color: #004370;
  --tabs-readmore-text-color: #004370;
  --tabs-counter-color:#004370;
  --footer-newsletter-dialog-bg: #001A2B;
  --footer-newsletter-dialog-h2-color: #fff;
  --footer-newsletter-dialog-h3-color: #fff;
  --pagination-current-bg-color:#ED145B;
}
:root p:empty {
  display: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ED145B;
  background-color: var(--swiper-pagination-active-bg);
}

.scroller {
  scrollbar-color: #ED145B transparent;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ED145B;
  border-radius: 8px;
}

.aside-inner {
  top: 170px;
}

.isTags.isRedbanner .aside-inner {
  top: 130px;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

/* :root {
  --main-bg-color: white;
  --header-bg-color: white;
  --header-shadow: 0px 15px 10px -10px rgba(25, 25, 25, 0.1);
  --infobox-alert-bg-color: #D40B0B;
  --tags-section-bg-color: #eeeeee;
  --image-radius: 0px;
  --picture-tags-bg-color: #012AFF;
  --picture-tags-fg-color: white;
  --tags-alt-color: #FEFE52;
  --section-dark-bg-color: black;
  --section-light-bg-color: #012aff1a;
  --micro-text-fg-color: #595959;
  --prefooter-bg-color: #FEFE52;
  --footer-bg-color: #eeeeee;
  --swiper-main-color: #FEFE52;
  --tags-light-color: #808080;
  --swiper-controls-color: #FEFE52;
  --button-bg-color: #012AFF;
  --button-fg-color: white;
  --button-hover-bg-color: #012AFF;
  --button-hover-fg-color: white;
  --pagination-arrows-bg-color:#FEFE52;
  --pagination-number-bg-color: transparent;
  --pagination-number-fg-color: black;
  --pagination-number-hover-bg-color: black;
  --pagination-number-hover-fg-color: white;
  --hero-bg-gradient: linear-gradient(0deg, rgba(1, 42, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 110.1%);
}

[data-theme="dark"] {
  --main-bg-color: red;
  --header-bg-color: green;
} */
@font-face {
  font-family: "icomoon";
  src: url("/themes/custom/tw_webpack/dist/fonts/icomoon.eot?g613mc");
  src: url("/themes/custom/tw_webpack/dist/fonts/icomoon.eot?g613mc#iefix") format("embedded-opentype"), url("/themes/custom/tw_webpack/dist/fonts/icomoon.ttf?g613mc") format("truetype"), url("/themes/custom/tw_webpack/dist/fonts/icomoon.woff?g613mc") format("woff"), url("/themes/custom/tw_webpack/dist/fonts/icomoon.svg?g613mc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Shape:before {
  content: "\e914";
}

.icon-sun:before {
  content: "\e913";
}

.icon-pod:before {
  content: "\e912";
}

.icon-podcasts:before {
  content: "\e911";
}

.icon-arrow_back:before {
  content: "\e90f";
}

.icon-arrow_forward:before {
  content: "\e910";
}

.icon-list-circle:before {
  content: "\e90e";
}

.icon-send:before {
  content: "\e90d";
}

.icon-link:before {
  content: "\e90c";
}

.icon-whatsapp:before {
  content: "\e90a";
  color: #888;
}

.icon-messenger:before {
  content: "\e90b";
  color: #888;
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-yt .path1:before {
  content: "\e905";
  color: rgb(0, 0, 0);
}

.icon-yt .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}

.icon-insta:before {
  content: "\e907";
}

.icon-x:before {
  content: "\e908";
}

.icon-fb:before {
  content: "\e909";
}

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

.icon-schedule:before {
  content: "\e903";
}

.icon-error:before {
  content: "\e900";
}

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

.icon-search:before {
  content: "\e902";
}

html {
  scroll-behavior: smooth;
}

.tags-container::-webkit-scrollbar {
  display: none;
}

#mobile-menu {
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out;
}

#mobile-menu.active {
  transform: translateX(0);
}

#secondary-menu.active {
  max-height: 3rem;
}

#searchModal {
  transform: translateY(-100%);
  transition: transform 0.2s ease-in-out;
}

#searchModal.active {
  transform: translateY(0);
}

.main-header {
  box-shadow: var(--header-shadow);
}

.footer-list li:last-of-type a {
  padding-right: 0px;
}

.footer-list li:last-of-type a::before {
  content: var(--tw-content);
  display: none;
}

.cards-section::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .cards-section-alt::-webkit-scrollbar {
    display: none;
  }
}
.custom-scrollbar-section::-webkit-scrollbar,
.cards-section-alt::-webkit-scrollbar {
  height: 8px;
  width: 3px;
  border-radius: 0.375rem;
}

.custom-scrollbar-section::-webkit-scrollbar-track,
.cards-section-alt::-webkit-scrollbar-track {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.custom-scrollbar-section::-webkit-scrollbar-thumb,
.cards-section-alt::-webkit-scrollbar-thumb {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
}

.tabbed [type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
  border-width: 1px;
  border-style: solid;
  background-color: #004370;
  background-color: var(--tabs-background-color-active);
  color: #fff;
  color: var(--tabs-text-color-active);
}

.tabbed [type=radio]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type=radio]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) {
  display: block;
}

.custom-after::after {
  position: absolute;
  content: "";
  background: #D2232A;
  z-index: 10;
  width: 1px;
  height: 104px;
  top: 0;
  right: 0;
  height: 100%;
}

/* Default hidden state */
.modal-hidden {
  display: none;
  top: -20%;
  transition: top 0.5s;
}

/* Visible state */
.modal-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  transition: top 0.5s;
}

@media (max-width: 1024px) {
  #main-content.menu-active {
    transform: translateX(250px);
    transition: transform 0.3s ease;
  }
}
.podcast-button-prev {
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.podcast-button-next {
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:first-child,
.menu-icon.active span:last-child {
  top: 9px;
  background-color: white;
}

.menu-icon.active span:first-child {
  transform: rotate(45deg);
}

.menu-icon.active span:last-child {
  transform: rotate(-45deg);
}

.menu-icon span {
  height: 1px;
}

.menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #004370;
  background: var(--menuBackground, #004370);
  gap: 1rem;
}
.menu.submenu {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  left: 0;
  transform: translateX(0);
  border-top: 1px solid rgba(214, 223, 234, 0.2);
}
.menu#menu {
  border-top: 1px solid rgba(214, 223, 234, 0.2);
}
.menu#menu > .menu {
  column-count: 6;
  column-gap: 24px;
  column-width: 199.8571428571px;
  max-width: 100vw;
  width: min(1392px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  opacity: 1;
  top: 0;
  padding: 24px;
}
@media (min-width: 1024px) {
  .menu#menu {
    width: 100%;
  }
}
.menu#menu .level-opener {
  display: none;
}
.menu#menu li.accordion-item {
  margin-bottom: 16px;
}
.menu#menu li.accordion-item > div:first-child:hover {
  color: #ED145B;
  color: var(--main-menu-hover-background, #ED145B);
}
.menu#menu li.accordion-item .submenu li {
  list-style: none;
  position: relative;
}
@media (max-width: 32.499rem) {
  .menu#menu li.accordion-item > div:last-child > ul {
    column-count: 2;
    column-gap: 0;
    column-width: 160px;
  }
}
.menu#menu li.accordion-item > div:last-child > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu#menu li.accordion-item > div:last-child > ul > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ED145B;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
}
.menu:not(#menu) a:has(.icon-arrow_forward) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu:not(#menu) .submenu {
  font-weight: normal;
}
.menu:not(#menu) .submenu li {
  list-style: none;
  position: relative;
}
.menu:not(#menu) .submenu li:first-child {
  display: none;
}
.menu:not(#menu) .submenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
}
.menu:not(#menu) .submenu li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  border: 1px solid #ED145B;
}
.menu:not(#menu) .submenu li a:hover:before {
  background-color: transparent;
}

.main-menu-nav .submenu > ul > li > a {
  border-bottom: 1px solid rgba(214, 223, 234, 0.2);
}

menu li {
  border-bottom: 1px solid #8C8C8C;
}

.menu li a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  white-space: normal;
}
.menu li a:hover {
  background-color: transparent;
  color: #ED145B;
  color: var(--main-menu-hover-background, #ED145B);
}

#after_article > div {
  margin-bottom: 1.5rem;
}

.ad__div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ad__div .ad {
  margin: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ad__div .ad.bg__grey {
  background-color: #EDEDED;
}
.ad__div .ad * {
  z-index: 2;
  position: relative;
}
.ad__div .ad:before {
  color: #585858;
  content: "";
  font-size: 1rem;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.5px;
  line-height: normal;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ad__div .ad__200x200 {
  height: 200px;
  width: 200px;
}
.ad__div .ad__250x250 {
  height: 250px;
  width: 250px;
}
.ad__div .ad__336x336 {
  height: 336px;
  width: 336px;
}
.ad__div .ad__250x360 {
  height: 360px;
  width: 250px;
}
.ad__div .ad__240x400 {
  height: 400px;
  width: 240px;
}
.ad__div .ad__300x250 {
  height: 250px;
  width: 300px;
}
.ad__div .ad__336x280 {
  height: 280px;
  width: 336px;
}
.ad__div .ad__336x336 {
  height: 336px;
  width: 336px;
}
.ad__div .ad__360x300 {
  height: 300px;
  width: 360px;
}
.ad__div .ad__320x50 {
  height: 50px;
  width: 320px;
}
.ad__div .ad__320x100 {
  height: 100px;
  width: 320px;
}
.ad__div .ad__360x120 {
  height: 120px;
  width: 360px;
}
.ad__div .ad__468x60 {
  height: 60px;
  width: 468px;
}
.ad__div .ad__728x90 {
  height: 90px;
  width: 728px;
}
.ad__div .ad__970x90 {
  height: 90px;
  width: 970px;
}
.ad__div .ad__970x250 {
  height: 250px;
  width: 970px;
}
.ad__div .ad__930x280 {
  height: 280px;
  width: 930px;
}
.ad__div .ad__980x120 {
  height: 120px;
  width: 980px;
}
.ad__div .ad__1200x280 {
  height: 280px;
  width: 1200px;
}
.ad__div .ad__120x600 {
  height: 600px;
  width: 120px;
}
.ad__div .ad__160x600 {
  height: 600px;
  width: 160px;
}
.ad__div .ad__300x600 {
  height: 600px;
  width: 300px;
}
.ad__div .ad__300x1050 {
  height: 1050px;
  width: 300px;
}
.ad__div .ad__300x100 {
  height: 100px;
  width: 300px;
}
.ad__div .ad__1x1 a, .ad__div .ad__1x1 img, .ad__div .ad__1x1 iframe {
  margin: auto;
}

@media (max-width: 1024px) {
  .menu {
    width: 100%;
    left: 0;
    padding: 24px;
  }
  .menu li {
    padding: 0;
  }
}
.header-grid-cols {
  grid-template-columns: 7fr 1fr;
}

@media (max-width: 1024px) {
  .header-grid-cols {
    grid-template-columns: 2fr 1fr;
  }
}
.swiper {
  /* height: 100%;
  width: 100%;

  .cPager {
    position: absolute;
    bottom: 0;
    z-index: 11;

    &--next {
      right: 0;
    }

    &--prev {
      right: 0;
      transform: translateX(-100%);
    }

    &.swiper-button-lock {
      display: none;
    }
  } */
  /* .swiper-pagination {
    &-bullet {
      width: calc(9 / 16 * 1rem);
      height: calc(9 / 16 * 1rem);
      border-radius: calc(4.5 / 16 * 1rem);
      background: #fff;
      opacity: 1;
      transition: color 0.15s ease-in-out 0.15s, width 0.3s ease-in-out;

      &-active {
        background-color: #ff2e5e;
        width: calc(28 / 16 * 1rem);
        transition: color 0.15s ease-in-out, width 0.15s ease-in-out 0.15s;
      }
    }
  } */
}
.swiper:not(.swiper-initialized) {
  overflow-y: hidden;
  overflow-x: hidden;
}
.swiper:not(.swiper-initialized) .swiper-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-snap-type: x mandatory;
}
.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
}
.swiper:not(.swiper-initialized) .cPager {
  display: none;
}
.swiper:not(.swiper-initialized).cards-swiper .swiper-slide {
  width: auto;
  margin-right: 20px;
}

.submenu-parent ul li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.weather__icon-01d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/01d.svg");
}

.weather__icon-01n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/01n.svg");
}

.weather__icon-02d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/02d.svg");
}

.weather__icon-02n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/02n.svg");
}

.weather__icon-03d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/03d.svg");
}

.weather__icon-03n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/03n.svg");
}

.weather__icon-04d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/04d.svg");
}

.weather__icon-04n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/04n.svg");
}

/*rain & cloud*/
.weather__icon-09d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/09d.svg");
}

.weather__icon-09n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/09n.svg");
}

/*rain & cloud & sun*/
.weather__icon-10d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/10d.svg");
}

.weather__icon-10n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/10n.svg");
}

/*thunder & cloud*/
.weather__icon-11d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/11d.svg");
}

.weather__icon-11n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/11n.svg");
}

/*snow*/
.weather__icon-13d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/13d.svg");
}

.weather__icon-13n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/13n.svg");
}

/*fog*/
.weather__icon-50d {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/50d.svg");
}

.weather__icon-50n {
  background-image: url("/themes/custom/tw_webpack/dist/images/weather/50n.svg");
}

.article__icon-video {
  background-image: url("/themes/custom/tw_webpack/dist/images/articles/video.svg");
}

.article__icon-gallery {
  background-image: url("/themes/custom/tw_webpack/dist/images/articles/gallery.svg");
}

.article__icon-exclusive {
  background-image: url("/themes/custom/tw_webpack/dist/images/articles/exclusive.svg");
}

.article__icon-happy {
  background-image: url("/themes/custom/tw_webpack/dist/images/articles/happy.svg");
  background-color: rgba(25, 25, 25, 0.5019607843);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.article__icon-important {
  background-image: url("/themes/custom/tw_webpack/dist/images/articles/important.svg");
}

.article__icon-livetalks {
  background-image: url("/themes/custom/tw_webpack/dist/images/articles/livetalks.svg");
}

.event-calendar {
  background-image: url("/themes/custom/tw_webpack/dist/images/event-calendar.svg");
}

.map-pin {
  background-image: url("/themes/custom/tw_webpack/dist/images/map-pin.svg");
}

.social-icons.show {
  max-width: 300px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .social-icons.show {
    max-height: 300px;
    opacity: 1;
  }
}
.menu-proper-height {
  height: calc(100vh - 80px);
}

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

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

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

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

#block-tw-webpack-googlenewslink {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#block-tw-webpack-googlenewslink h3 {
  font-size: clamp(16px, 1.6vw + 0.5rem, 24px);
  font-weight: bold;
  margin-top: 24px;
}

#block-tw-webpack-googlenewslink .custom-google-link {
  font-weight: 900;
  color: rgb(210, 35, 42);
}

#block-tw-webpack-googlenewslink .custom-fb-link {
  font-weight: 900;
  color: #0866ff;
}

#onesignal-slidedown-container {
  z-index: 999999999999 !important;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  right: auto !important;
  right: initial !important;
  left: 0 !important;
}

#onesignal-bell-launcher {
  right: auto !important;
  right: initial !important;
  left: 4px !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog {
  right: auto !important;
  right: initial !important;
  left: 0 !important;
  transform-origin: left bottom !important;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right.onesignal-bell-launcher-md .onesignal-bell-launcher-dialog:after {
  right: auto !important;
  right: initial !important;
  left: 14px !important;
}

.error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 50vh;
  font-size: 32px;
  color: rgb(210, 35, 42);
}

@media (max-width: 1024px) {
  .error-message {
    font-size: 20px;
  }
}
p:empty, #pa_inarticle:empty {
  display: none;
}

.media_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media_embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* Browser supports interpolate-size */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  [open]::details-content {
    height: auto;
  }
}
/* Details/Summary Animation */
details::details-content {
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
}
details[open]::details-content {
  height: auto;
}
details > summary {
  position: relative;
  grid-row: 1/span 1;
  cursor: pointer;
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: transform 0.3s ease;
}
details[open] > summary::after {
  transform: translateY(-50%) rotate(-135deg);
}
details > div {
  overflow: hidden;
}
@starting-style {
  details[open] {
    grid-template-rows: 0fr;
  }
}

.revealText, .revealText[hidden=until-found] {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
  height: 100%;
  content-visibility: visible;
}
.revealText:not([hidden=until-found]), .revealText[hidden=until-found]:not([hidden=until-found]) {
  max-height: 300vh;
  overflow-y: auto;
}
.revealText:not([hidden=until-found]) + button[aria-controls=blogger-description], .revealText[hidden=until-found]:not([hidden=until-found]) + button[aria-controls=blogger-description] {
  display: none;
}
.revealText:not([hidden=until-found]):after, .revealText[hidden=until-found]:not([hidden=until-found]):after {
  display: none;
}
.revealText[data-open=true], .revealText[hidden=until-found][data-open=true] {
  max-height: 300vh;
  overflow-y: auto;
}
.revealText[data-open=true]:after, .revealText[hidden=until-found][data-open=true]:after {
  display: none;
}
.revealText:after, .revealText[hidden=until-found]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}

.path-node p img {
  height: auto !important;
}

.newsletter-dialog-footer [data-drupal-messages], .newsletter-dialog [data-drupal-messages] {
  order: 10 !important;
  max-width: 377px !important;
  margin: 0.5rem auto 0 auto !important;
  width: 100% !important;
}
.newsletter-dialog-footer [data-drupal-messages] [role=contentinfo], .newsletter-dialog [data-drupal-messages] [role=contentinfo] {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.newsletter-dialog-footer [data-drupal-messages] h2, .newsletter-dialog [data-drupal-messages] h2 {
  display: none !important;
}
.newsletter-dialog-footer [data-drupal-messages] .border-l-4, .newsletter-dialog [data-drupal-messages] .border-l-4 {
  border: none !important;
}
.newsletter-dialog-footer .newsletter-registration-form,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form],
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form], .newsletter-dialog .newsletter-registration-form,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form],
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
  max-width: 23.5625rem !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .newsletter-dialog-footer .newsletter-registration-form,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form],
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form], .newsletter-dialog .newsletter-registration-form,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-form],
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] {
    gap: 0 !important;
  }
}
.newsletter-dialog-footer .newsletter-registration-form form,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form, .newsletter-dialog .newsletter-registration-form form,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .newsletter-dialog-footer .newsletter-registration-form form,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form, .newsletter-dialog .newsletter-registration-form form,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form {
    gap: 0 !important;
  }
}
.newsletter-dialog-footer .newsletter-registration-form .form-item--error-message,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] .form-item--error-message,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] .form-item--error-message, .newsletter-dialog .newsletter-registration-form .form-item--error-message,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] .form-item--error-message,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] .form-item--error-message {
  flex-basis: 100% !important;
  width: 100% !important;
  order: 99 !important;
}
.newsletter-dialog-footer .newsletter-registration-form > .js-form-item,
.newsletter-dialog-footer .newsletter-registration-form > .form-actions,
.newsletter-dialog-footer .newsletter-registration-form form > .js-form-item,
.newsletter-dialog-footer .newsletter-registration-form form > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form > .form-actions, .newsletter-dialog .newsletter-registration-form > .js-form-item,
.newsletter-dialog .newsletter-registration-form > .form-actions,
.newsletter-dialog .newsletter-registration-form form > .js-form-item,
.newsletter-dialog .newsletter-registration-form form > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form > .form-actions {
  margin: 0 !important;
}
.newsletter-dialog-footer .newsletter-registration-form > .js-form-item,
.newsletter-dialog-footer .newsletter-registration-form form > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] > .js-form-item,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form > .js-form-item, .newsletter-dialog .newsletter-registration-form > .js-form-item,
.newsletter-dialog .newsletter-registration-form form > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] > .js-form-item,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form > .js-form-item {
  flex: 1 !important;
  min-width: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.newsletter-dialog-footer .newsletter-registration-form > .js-form-item input[type=email],
.newsletter-dialog-footer .newsletter-registration-form form > .js-form-item input[type=email],
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] > .js-form-item input[type=email],
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form > .js-form-item input[type=email],
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] > .js-form-item input[type=email],
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form > .js-form-item input[type=email], .newsletter-dialog .newsletter-registration-form > .js-form-item input[type=email],
.newsletter-dialog .newsletter-registration-form form > .js-form-item input[type=email],
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] > .js-form-item input[type=email],
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form > .js-form-item input[type=email],
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] > .js-form-item input[type=email],
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form > .js-form-item input[type=email] {
  width: 100% !important;
  flex: 1 !important;
  min-width: 0 !important;
}
.newsletter-dialog-footer .newsletter-registration-form > .form-actions,
.newsletter-dialog-footer .newsletter-registration-form form > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] > .form-actions,
.newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form > .form-actions, .newsletter-dialog .newsletter-registration-form > .form-actions,
.newsletter-dialog .newsletter-registration-form form > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] > .form-actions,
.newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form > .form-actions {
  flex: 0 0 auto !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .newsletter-dialog-footer .newsletter-registration-form > .form-actions,
  .newsletter-dialog-footer .newsletter-registration-form form > .form-actions,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] > .form-actions,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-form] form > .form-actions,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] > .form-actions,
  .newsletter-dialog-footer div[id*=webform-submission-newsletter-registration-popup-form] form > .form-actions, .newsletter-dialog .newsletter-registration-form > .form-actions,
  .newsletter-dialog .newsletter-registration-form form > .form-actions,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-form] > .form-actions,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-form] form > .form-actions,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] > .form-actions,
  .newsletter-dialog div[id*=webform-submission-newsletter-registration-popup-form] form > .form-actions {
    width: auto !important;
  }
}

html {
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.toolbar-horizontal #searchModal.active {
  transform: translateY(60px);
}

.gin--vertical-toolbar #searchModal.active {
  transform: translateX(66px);
  width: calc(100% - 66px);
}

.toolbar-horizontal.gin--vertical-toolbar #searchModal.active {
  transform: translate(66px, 60px);
  width: calc(100% - 66px);
}

/* Tabbed */
.tabbed [type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
  border-width: 1px;
  border-style: solid;
  background-color: #004370;
  background-color: var(--tabs-background-color-active);
  --tw-text-opacity: 1;
  color: #fff;
  color: var(--tabs-text-color-active);
}

.tabbed [type=radio]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type=radio]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) {
  display: block;
}

.title-underlined h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #ED145B;
}

/* custom  scrollbar */
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scroller {
  overflow: auto;
  scroll-behavior: smooth;
}
.scroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scroller {
  /* Track */
}
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #585858;
  border-radius: 2px;
}
.scroller {
  /* Handle */
}
.scroller::-webkit-scrollbar-thumb {
  background: #191919;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#191919), to(#C5C5C5));
  border-radius: 3px;
}
.scroller {
  /* Handle on hover */
}
.scroller::-webkit-scrollbar-thumb:hover {
  background: #191919;
}

body.open-menu {
  overflow: hidden;
}

.img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(22%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 22%, rgba(0, 0, 0, 0) 100%);
}

.pic-overlay:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgb(2, 2, 2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgb(2, 2, 2) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

.link-overall {
  position: static;
}
.link-overall:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.live-indicator::before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation-name: liveIndicator;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.live-indicator {
  background-color: #ED145B;
  color: #FFFFFF;
  z-index: 1;
  padding: 3px 9px;
}

.button {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.button.is-medium {
  font-size: 1.4rem;
}

img {
  max-width: 100%;
}

picture img {
  width: 100%;
}

.link-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 20;
  height: 100%;
  width: 100%;
}

aside .block-wrapper {
  margin-bottom: 1.5rem;
}
aside .block-wrapper:last-child {
  margin-bottom: 0;
}

.opaciter:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 11, 11, 0.5)), to(rgba(11, 11, 11, 0.5)));
  background: linear-gradient(0deg, rgba(11, 11, 11, 0.5), rgba(11, 11, 11, 0.5));
  z-index: 1;
}

.accordion-multi .path-vertical {
  opacity: 1;
}
.accordion-multi.active .path-vertical {
  opacity: 0;
}

.webkit-text-clip {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.path-frontpage #mme {
  padding: 1rem;
}

#after_article > div {
  margin-bottom: 1.5rem;
}

@keyframes liveIndicator {
  0% {
    background-color: #FFFFFF;
  }
  50% {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  100% {
    background-color: #FFFFFF;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (min-width: 1280px) {

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 200px) {

    .lg\:container {
      max-width: 200px;
    }
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 1024px) {

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

  @media (min-width: 1280px) {

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

  @media (min-width: 1440px) {

    .lg\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1680px) {

    .lg\:container {
      max-width: 1680px;
    }
  }

  @media (min-width: 2000px) {

    .lg\:container {
      max-width: 2000px;
    }
  }

  @media (min-width: 2200px) {

    .lg\:container {
      max-width: 2200px;
    }
  }
}
.backdrop\:bg-black\/60::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.backdrop\:opacity-50::backdrop {
  opacity: 0.5;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-\[50\%\]::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:h-\[25px\]::before {
  content: var(--tw-content);
  height: 25px;
}
.before\:h-\[60px\]::before {
  content: var(--tw-content);
  height: 60px;
}
.before\:h-\[calc\(12\/16\*1rem\)\]::before {
  content: var(--tw-content);
  height: calc(12 / 16 * 1rem);
}
.before\:w-\[10px\]::before {
  content: var(--tw-content);
  width: 10px;
}
.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
}
.before\:translate-x-\[-50\%\]::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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));
}
.before\:bg-\[var\(--tags-link-color\)\]::before {
  content: var(--tw-content);
  background-color: #004370;
  background-color: var(--tags-link-color);
}
.before\:bg-\[var\(--tags-link-color\2c \#004370\)\]::before {
  content: var(--tw-content);
  background-color: #004370;
  background-color: var(--tags-link-color,#004370);
}
.before\:bg-mainBlack::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, 1);
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.before\:content-hashTag::before {
  --tw-content: "#";
  content: "#";
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:left-\[50\%\]::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:col-start-1::after {
  content: var(--tw-content);
  grid-column-start: 1;
}
.after\:-col-end-1::after {
  content: var(--tw-content);
  grid-column-end: -1;
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:\!hidden::after {
  content: var(--tw-content);
  display: none !important;
}
.after\:h-\[25px\]::after {
  content: var(--tw-content);
  height: 25px;
}
.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}
.after\:w-\[10px\]::after {
  content: var(--tw-content);
  width: 10px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-left::after {
  content: var(--tw-content);
  transform-origin: left;
}
.after\:translate-x-\[-50\%\]::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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));
}
.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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(0) scaleY(var(--tw-scale-y));
  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));
}
.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-b-\[\#fff\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.after\:bg-mainBlack::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, 1);
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity, 1));
}
.after\:bg-mainColor::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
}
.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:ease-in-out::after {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.first\:pl-6:first-child {
  padding-left: 1.5rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.open\:flex[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.empty\:hidden:empty {
  display: none;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}
.hover\:border-b-\[\#ED145B\]:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(237, 20, 91, 1);
  border-bottom-color: rgba(237, 20, 91, var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#ED145B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.hover\:bg-mainBlack:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, 1);
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity, 1));
}
.hover\:bg-mainColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 20, 91, 1);
  background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
}
.hover\:bg-mainColor\/90:hover {
  background-color: rgba(237, 20, 91, 0.9);
}
.hover\:fill-black:hover {
  fill: #000;
}
.hover\:fill-mainColor:hover {
  fill: #ED145B;
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.hover\:text-mainWhite:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:after\:scale-x-100:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  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(1) scaleY(var(--tw-scale-y));
  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));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-1:focus {
  outline-width: 1px;
}
.focus\:outline-white:focus {
  outline-color: #fff;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(0.25rem, 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: 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));
}
.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}
.group:hover .group-hover\:text-mainColor {
  --tw-text-opacity: 1;
  color: rgba(237, 20, 91, 1);
  color: rgba(237, 20, 91, var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-\[var\(--poll-radio-checked-bg-color\)\] {
  background-color: #ED145B;
  background-color: var(--poll-radio-checked-bg-color);
}
.peer:focus ~ .peer-focus\:bg-\[var\(--poll-radio-checked-bg-color\)\] {
  background-color: #ED145B;
  background-color: var(--poll-radio-checked-bg-color);
}
.prose-h1\:text-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-h2\:text-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-h3\:text-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-h4\:text-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-h5\:text-\[22px\] :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 22px;
}
.prose-h6\:text-xl :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-p\:text-balance :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-wrap: balance;
}
.prose-p\:text-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-p\:tracking-\[-0\.16px\] :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  letter-spacing: -0.16px;
}
.prose-p\:text-mainBlack :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, 1);
  color: rgba(25, 25, 25, var(--tw-text-opacity, 1));
}
.prose-p\:empty\:hidden:empty :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: none;
}
.prose-a\:relative :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  position: relative;
}
.prose-a\:text-xs :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.prose-a\:font-bold :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
}
.prose-a\:font-extrabold :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
}
.prose-a\:font-semibold :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 600;
}
.prose-a\:uppercase :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-transform: uppercase;
}
.prose-a\:text-mainBlack :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, 1);
  color: rgba(25, 25, 25, var(--tw-text-opacity, 1));
}
.prose-a\:text-mainColor :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(237, 20, 91, 1);
  color: rgba(237, 20, 91, var(--tw-text-opacity, 1));
}
.prose-a\:underline :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.prose-a\:before\:content-hashTag :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  --tw-content: "#";
  content: "#";
  content: var(--tw-content);
}
.hover\:prose-a\:underline :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.prose-ol\:list-inside :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-position: inside;
}
.prose-ol\:list-decimal :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose-ul\:list-inside :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-position: inside;
}
.prose-ul\:list-disc :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
}
.prose-li\:marker\:text-mainColor * :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: rgb(237, 20, 91);
}
.prose-li\:marker\:text-mainColor :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: rgb(237, 20, 91);
}
.dark .dark\:bg-darkLightBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, 1);
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity, 1));
}
.dark .dark\:text-darkPrimaryText {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, 1);
  color: rgba(224, 224, 224, var(--tw-text-opacity, 1));
}
.dark .dark\:text-slate-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, 1);
  color: rgba(241, 245, 249, var(--tw-text-opacity, 1));
}
.dark .dark\:text-slate-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, 1);
  color: rgba(203, 213, 225, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {

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

  .max-md\:hidden {
    display: none;
  }
}
@media (max-width: 1023px) {

  .max-\[1023px\]\:hidden {
    display: none;
  }
}
@media (min-width: 200px) {

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 480px) {

  .min-\[480px\]\:\[grid-template-columns\:_repeat\(_auto-fill\2c _minmax\(calc\(\(\(1272_\/_6\)_\+_1\)_\*_1px\)\2c _1fr\)_\)\] {
    grid-template-columns: repeat( auto-fill, minmax(calc(((1272 / 6) + 1) * 1px), 1fr) );
  }
}
@media (min-width: 640px) {

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[12\/7\] {
    aspect-ratio: 12/7;
  }

  .sm\:aspect-smallArticle {
    aspect-ratio: 25/14;
  }

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

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

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

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

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

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

  .sm\:pb-\[calc\(10\/16\*1rem\)\] {
    padding-bottom: calc(10 / 16 * 1rem);
  }

  .sm\:pt-\[calc\(9\/16\*1rem\)\] {
    padding-top: calc(9 / 16 * 1rem);
  }

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

  .sm\:leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {

  .min-\[768px\]\:inline-block {
    display: inline-block;
  }

  .min-\[768px\]\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .min-\[768px\]\:max-w-\[120px\] {
    max-width: 120px;
  }

  .min-\[768px\]\:flex-row {
    flex-direction: row;
  }

  .min-\[768px\]\:justify-between {
    justify-content: space-between;
  }

  .min-\[768px\]\:gap-8 {
    gap: 2rem;
  }

  .min-\[768px\]\:text-balance {
    text-wrap: balance;
  }

  .min-\[768px\]\:text-\[calc\(32\/16\*1rem\)\] {
    font-size: calc(32 / 16 * 1rem);
  }
}
@media (min-width: 1024px) {

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:right-\[350px\] {
    right: 350px;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

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

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

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1920\/932\] {
    aspect-ratio: 1920/932;
  }

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

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

  .md\:min-h-\[unset\] {
    min-height: 0;
    min-height: initial;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

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

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

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

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

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

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

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

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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(0) scaleY(0);
    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));
  }

  .md\:columns-2 {
    columns: 2;
  }

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

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

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

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

  .md\:grid-cols-\[160px\2c _1fr\] {
    grid-template-columns: 160px 1fr;
  }

  .md\:grid-cols-\[auto\2c _1fr\] {
    grid-template-columns: auto 1fr;
  }

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

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

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

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

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

  .md\:border-\[\#C5C5C5\] {
    --tw-border-opacity: 1;
    border-color: rgba(197, 197, 197, 1);
    border-color: rgba(197, 197, 197, var(--tw-border-opacity, 1));
  }

  .md\:\!bg-\[\#ED145B\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 20, 91, 1) !important;
    background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1)) !important;
  }

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

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

  .md\:p-12 {
    padding: 3rem;
  }

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

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

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

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

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

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

  .md\:\!pb-0 {
    padding-bottom: 0px !important;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

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

  .md\:\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

  .md\:text-\[calc\(32\/16\*1rem\)\] {
    font-size: calc(32 / 16 * 1rem);
  }

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

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

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

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

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

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

  .md\:tracking-\[-0\.24px\] {
    letter-spacing: -0.24px;
  }

  .md\:tracking-\[-0\.4px\] {
    letter-spacing: -0.4px;
  }

  .md\:tracking-\[0\.048px\] {
    letter-spacing: 0.048px;
  }

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

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

  .md\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .md\:\[display\:-webkit-box\] {
    display: -webkit-box;
  }

  .md\:\[grid-template-columns\:_repeat\(_auto-fit\2c _minmax\(calc\(\(\(946_\/_3\)_\+_1\)_\*_1px\)\2c _1fr\)_\)\] {
    grid-template-columns: repeat( auto-fit, minmax(calc(((946 / 3) + 1) * 1px), 1fr) );
  }

  .md\:\[grid-template-columns\:_repeat\(_auto-fit\2c _minmax\(calc\(\(\(946_\/_4\)_\+_1\)_\*_1px\)\2c _1fr\)_\)\] {
    grid-template-columns: repeat( auto-fit, minmax(calc(((946 / 4) + 1) * 1px), 1fr) );
  }

  .md\:prose-h1\:text-4xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:prose-h2\:text-3xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:prose-h3\:text-\[26px\] :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 26px;
  }

  .md\:prose-h4\:text-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:prose-p\:text-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .prose-a\:md\:pr-6 :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 1.5rem;
  }

  .prose-a\:md\:before\:absolute :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: var(--tw-content);
    position: absolute;
  }

  .prose-a\:md\:before\:right-0 :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: var(--tw-content);
    right: 0px;
  }

  .prose-a\:md\:before\:h-3 :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: var(--tw-content);
    height: 0.75rem;
  }

  .prose-a\:md\:before\:w-\[1px\] :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: var(--tw-content);
    width: 1px;
  }

  .prose-a\:md\:before\:translate-y-\[50\%\] :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: var(--tw-content);
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), 50%) 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: 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));
  }

  .prose-a\:md\:before\:bg-mainColor :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(237, 20, 91, 1);
    background-color: rgba(237, 20, 91, var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1280px) {

  .lg\:relative {
    position: relative;
  }

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

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

  .lg\:order-3 {
    order: 3;
  }

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

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

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

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

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

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[300\/168\] {
    aspect-ratio: 300/168;
  }

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

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

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

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

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

  .lg\:w-\[calc\(300\/16\*1rem\)\] {
    width: calc(300 / 16 * 1rem);
  }

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

  .lg\:max-w-0 {
    max-width: 0px;
  }

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

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

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

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

  .lg\:max-w-\[calc\(800\/16\*1rem\)\] {
    max-width: calc(800 / 16 * 1rem);
  }

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

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

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

  .lg\:grid-cols-\[\.51fr_\.23fr_\.26fr\] {
    grid-template-columns: .51fr .23fr .26fr;
  }

  .lg\:grid-cols-\[\.57fr_\.05fr_\.38fr\] {
    grid-template-columns: .57fr .05fr .38fr;
  }

  .lg\:grid-cols-\[1fr\2c _300px\] {
    grid-template-columns: 1fr 300px;
  }

  .lg\:grid-cols-\[1fr\2c _auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[auto\2c _1fr\] {
    grid-template-columns: auto 1fr;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

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

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .lg\:py-\[calc\(10\/16\*1rem\)\] {
    padding-top: calc(10 / 16 * 1rem);
    padding-bottom: calc(10 / 16 * 1rem);
  }

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

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

  .lg\:pt-48 {
    padding-top: 12rem;
  }

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

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .lg\:text-\[calc\(11\/16\*1rem\)\] {
    font-size: calc(11 / 16 * 1rem);
  }

  .lg\:text-\[calc\(20\/16\*1rem\)\] {
    font-size: calc(20 / 16 * 1rem);
  }

  .lg\:text-\[calc\(28\/16\*1rem\)\] {
    font-size: calc(28 / 16 * 1rem);
  }

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

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1440px) {

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:p-21 {
    padding: 84px;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1680px) {

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }
}
@media (min-width: 2000px) {

  .\33xl\:block {
    display: block;
  }

  .\33xl\:hidden {
    display: none;
  }
}
@media (min-width: 2200px) {

  .\34xl\:block {
    display: block;
  }

  .\34xl\:hidden {
    display: none;
  }
}
.\[\&\.active\]\:font-bold.active {
  font-weight: 700;
}

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