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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 'Noto Sans', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html {
  scroll-behavior: smooth;
}
  @font-face {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Medium.woff2") format("woff2");
  }
  @font-face {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Regular.woff2") format("woff2");
  }
  body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1252px;
  }
}
.absolute {
  position: absolute !important;
}
.mt-\[120px\] {
  margin-top: 120px !important;
}
.block {
  display: block !important;
}
.hidden {
  display: none !important;
}
.w-full {
  width: 100% !important;
}
.bg-\[\#1e2023\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 32 35 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1252px) {

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

.sectionGrid__column {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {

  .sectionGrid__column {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .sectionGrid__column {
    gap: 2rem;
  }
}
.sectionGrid__column--news {
  display: grid;
  gap: 1.25rem;
}
.sectionGrid__column--author {
  display: grid;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {

  .sectionGrid__column--author {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.sectionGrid__column--mobile__column {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .sectionGrid__column--mobile__column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .sectionGrid__column--mobile__column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.sectionGrid__two {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .sectionGrid__two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .sectionGrid__two {
    gap: 1.25rem;
  }
}
.sectionGrid__three {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .sectionGrid__three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .sectionGrid__three {
    gap: 1.25rem;
  }
}
.sectionGrid__four {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .sectionGrid__four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {

  .sectionGrid__four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.sectionGrid__five {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .sectionGrid__five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {

  .sectionGrid__five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.sectionGrid__hero {
  display: grid;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .sectionGrid__hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.Header {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
}
.Header.Header--dropdown-open {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}
.Header-content {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .Header-content {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.Header-content__logos {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.Header-content__logos > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.Header-content__logos img {
  height: 3.5rem;
}
.Header-content__logos--data {
  display: flex;
  align-items: center;
}
.Header-content__logos--data > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {

  .Header-content__logos--data > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.Header-content__logos--data__lang {
  margin-right: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.Header-content__logos--data__lang a {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #dddd;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Header-content__logos--data__lang a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Header-content__logos--data__lang a.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Header-content__logos--data__lang a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Header-content__logos--dropdown {
  display: flex;
  align-items: center;
}
.Header-content__logos--dropdown > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.Header-content__logos--dropdown .hamburger {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.Header-content__logos--dropdown .hamburger span {
  position: absolute;
  left: 0px;
  display: block;
  height: 2px;
  width: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
  top: 50%;
  transform: translateY(-50%);
}
.Header-content__logos--dropdown .hamburger span:nth-child(1) {
  top: 30%;
  left: 2px;
  width: 30px;
}
.Header-content__logos--dropdown .hamburger span:nth-child(2) {
  left: 12px;
  width: 30px;
}
.Header-content__logos--dropdown .hamburger span:nth-child(3) {
  top: 70%;
  left: 0px;
  width: 30px;
}
.Header-content__logos--dropdown span {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Header-content__logos--dropdown.show .hamburger span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.Header-content__logos--dropdown.show .hamburger span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
.Header-content__logos--dropdown.show .hamburger span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.Header-content__logos--dropdown__mega {
  position: static;
}
.Header-content__logos--dropdown__mega.dropdown-menu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  display: block;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  --tw-translate-y: 0.75rem;
  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));
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0px;
  opacity: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: none !important;
  inset: 100% auto auto 0px !important;
}
.Header-content__logos--dropdown__mega.dropdown-menu.show {
  pointer-events: auto;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}
.Header-content__logos--dropdown__mega.dropdown-menu.show .Header-content__logos--dropdown__mega--links__menus a,
.Header-content__logos--dropdown__mega.dropdown-menu.show .Header-content__logos--dropdown__mega--links__social a {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}
.Header-content__logos--dropdown__mega .container {
  height: calc(100vh - 128px);
}
.Header-content__logos--dropdown__mega--links {
  display: flex;
  height: calc(100vh - 128px);
  flex-direction: column;
  align-items: flex-end;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.Header-content__logos--dropdown__mega--links__menus a {
  --tw-translate-y: 0.5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Header-content__logos--dropdown__mega--links__menus a:nth-child(1) {
  transition-delay: 60ms;
}
.Header-content__logos--dropdown__mega--links__menus a:nth-child(2) {
  transition-delay: 120ms;
}
.Header-content__logos--dropdown__mega--links__menus a:nth-child(3) {
  transition-delay: 180ms;
}
.Header-content__logos--dropdown__mega--links__menus a:nth-child(4) {
  transition-delay: 240ms;
}
.Header-content__logos--dropdown__mega--links__menus a:nth-child(5) {
  transition-delay: 300ms;
}
.Header-content__logos--dropdown__mega--links__social a {
  --tw-translate-y: 0.5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Header-content__logos--dropdown__mega--links__social a:nth-child(1) {
  transition-delay: 300ms;
}
.Header-content__logos--dropdown__mega--links__social a:nth-child(2) {
  transition-delay: 360ms;
}
.Header-content__logos--dropdown__mega--links__social a:nth-child(3) {
  transition-delay: 420ms;
}
.Header-content__logos--dropdown__mega--links__social a:nth-child(4) {
  transition-delay: 480ms;
}
.Header-content__logos--dropdown__mega--links__menus {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Header-content__logos--dropdown__mega--links__menus--link {
  text-align: right;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 4rem;
}
.Block-single__story .Header-content__logos--dropdown__mega--links__menus--link {
  padding-left: 0px;
  padding-right: 0px;
}
.Header-content__logos--dropdown__mega--links__menus--link:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Header-content__logos--dropdown__mega--links__social {
  display: flex;
  align-items: center;
}
.Header-content__logos--dropdown__mega--links__social > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.Header-content__logos--dropdown__mega .hamburger span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.Header-content__logos--dropdown__mega .hamburger span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
.Header-content__logos--dropdown__mega .hamburger span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.Header-content__logos .dropdown {
  display: flex;
  align-items: center;
}
.Header-content__logos .dropdown > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {

  .Header-content__logos .dropdown {
    display: block;
  }

  .Header-content__logos .dropdown > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .Header .CommunitySlider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .Header .NewsSlider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .Header .TemplateSlider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.Ft-overlay {
  position: fixed;
  inset: 0px;
  z-index: 30;
  height: 100vh;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.Footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.Footer__content {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 1024px) {

  .Footer__content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.Footer__content--logo img {
  height: 6rem;
}
.Footer__content--menus {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Footer__content--menus__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Footer__content--menus__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Footer__content--menus__menu a {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Footer__content--menus__menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Footer__content--menus__menu p {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Footer__content--menus.contact .Footer__content--menus__menu {
  gap: 1rem;
}
.Footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .Footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
  }
}
.Footer__bottom p, .Footer__bottom span {
  font-size: .75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}
.Footer__bottom a {
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Footer__bottom a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}

.clamb-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamb-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamb-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.sectionWrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {

  .sectionWrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .sectionWrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sectionWrapper__p-0 {
  padding: 0px;
}
.sectionWrapper__pt-0 {
  padding-top: 0px;
}
.sectionWrapper__pb-0 {
  padding-bottom: 0px;
}
.sectionWrapper__pt-10 {
  padding-top: 2.5rem;
}
.sectionWrapper__pb-10 {
  padding-bottom: 2.5rem;
}
.sectionWrapper__small {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.sectionWrapper__border-t {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.sectionWrapper-small__title {
  margin-bottom: 1.5rem;
}
.sectionWrapper-small__title h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionWrapper-big__title {
  margin-bottom: 2.5rem;
}
.sectionWrapper-big__title h1, .sectionWrapper-big__title h2, .sectionWrapper-big__title h3, .sectionWrapper-big__title h4, .sectionWrapper-big__title h5, .sectionWrapper-big__title h6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionWrapper-big__title p {
  margin-top: 1.25rem;
}
.sectionWrapper-big__title--tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sectionWrapper-big__title--tabs .Tabs-Tab {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.sectionWrapper-big__title--tabs .Tabs-Tab-item-link {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionWrapper-big__title--tabs .Tabs-Tab-item-link.active {
  opacity: 0.5;
}
.sectionWrapper-big__title--tabs .Tabs-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.sectionWrapper-big__title--tabs .Block-series__content {
  gap: 1rem;
}

.VideoModal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.VideoModal-inner {
  max-width: 90%;
  max-height: 90%;
}

.VideoModal video {
  width: 100%;
  height: auto;
}

.VideoModal.active {
  display: flex;
}

.headlines-h1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 4rem;
}

.headlines-h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.headlines-h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.headlines-h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.headlines-h5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.headlines-h6 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.paragraph-12 {
  font-size: .75rem;
  line-height: 1rem;
}

.paragraph-14 {
  font-size: .875rem;
  line-height: 1.25rem;
}

.paragraph-16 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.paragraph-18 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.paragraph-20 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.Breadcrumb {
  display: flex;
  height: 4rem;
  align-items: center;
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.Breadcrumb-content ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.Breadcrumb-content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.Breadcrumb-content ol {
  overflow-x: auto;
}
@media (min-width: 1024px) {

  .Breadcrumb-content ol {
    overflow-x: visible;
  }
}
.Breadcrumb-content ol::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}
.Breadcrumb-content ol li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.Breadcrumb-content ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Breadcrumb-content ol li a svg {
  margin-right: 0.75rem;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.Pagination ul {
  display: flex;
  align-items: center;
}

.Pagination ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.Pagination ul li a {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Pagination ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.Pagination ul li a svg {
  height: 0.75rem;
  width: 0.75rem;
}
.Pagination ul li.Pagination-noborder a {
  border-style: none;
}
.Pagination ul li.Pagination-noborder a:hover {
  background-color: transparent;
}
.Pagination ul li.Pagination-active a {
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 197 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Pagination ul li.Pagination-active a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 47 22 / var(--tw-bg-opacity, 1));
}

.ImageRatio__3-4_5 figure picture img {
  aspect-ratio: 3 / 4.5;
  width: 100%;
}
.ImageRatio__3-4_5 video {
  aspect-ratio: 3 / 4.5;
  width: 100%;
}
.ImageRatio__4-3 figure picture img {
  aspect-ratio: 4 / 3;
  width: 100%;
}
.ImageRatio__4-3 video {
  aspect-ratio: 4 / 3;
  width: 100%;
}
.ImageRatio__2-1 figure picture img {
  aspect-ratio: 2 / 1;
  width: 100%;
}
.ImageRatio__2-1 video {
  aspect-ratio: 2 / 1;
  width: 100%;
}
.ImageRatio__2-3 figure picture img {
  aspect-ratio: 2/3;
  width: 100%;
}
.ImageRatio__2-3 video {
  aspect-ratio: 2/3;
  width: 100%;
}
.ImageRatio__1-1 figure picture img {
  aspect-ratio: 1 / 1;
  width: 100%;
}
.ImageRatio__1-1 video {
  aspect-ratio: 1 / 1;
  width: 100%;
}
.ImageRatio__16-9 figure picture img {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.founder-drawer {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.founder-drawer__overlay {
  position: absolute;
  inset: 0px;
  cursor: pointer;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  opacity: 0;
  --tw-backdrop-blur: blur(4px);
  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-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.founder-drawer__content {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .founder-drawer__content {
    max-width: 100%;
  }
}
.founder-drawer__header {
  position: sticky;
  top: 0px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  border-bottom: 1px solid #333;
}
.founder-drawer__title {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.founder-drawer__close {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background-color: #333;
}
.founder-drawer__close:hover {
  background-color: #444;
}
.founder-drawer__close .icon {
  height: 1.25rem;
  width: 1.25rem;
  color: #fff;
}
.founder-drawer__body {
  flex: 1 1 0%;
  overflow-y: auto;
  padding: 1.5rem;
  max-height: calc(100vh - 80px);
}
.founder-drawer__body::-webkit-scrollbar {
  width: 6px;
}
.founder-drawer__body::-webkit-scrollbar-track {
  background: #333;
}
.founder-drawer__body::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}
.founder-drawer__body::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.founder-drawer__image {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}
.founder-drawer__image img {
  height: 8rem;
  width: 8rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {

  .founder-drawer__image img {
    height: 10rem;
    width: 10rem;
  }
}
.founder-drawer__content-text {
  text-align: center;
}
@media (min-width: 1024px) {

  .founder-drawer__content-text {
    text-align: left;
  }
}
.founder-drawer__name {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.founder-drawer__position {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ccc;
}
.founder-drawer__bio > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.founder-drawer__bio {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #ddd;
}
.founder-drawer__bio p {
  margin-bottom: 1rem;
}
.founder-drawer__bio p:last-child {
  margin-bottom: 0px;
}
.founder-drawer--open .founder-drawer__content {
  transform: translateX(0);
}
.founder-drawer--open .founder-drawer__overlay {
  opacity: 1;
}

.Block-author__block {
  cursor: pointer;
}

.ButtonIcon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.ButtonIcon:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ButtonIcon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.ButtonIcon__xxs {
  height: 1.25rem;
  width: 1.25rem;
}
.ButtonIcon__sm {
  height: 2.25rem;
  width: 2.25rem;
}
.ButtonIcon__primary {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 197 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 47 22 / var(--tw-bg-opacity, 1));
}
.ButtonIcon__primary--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(248 197 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.ButtonIcon__secondary {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.ButtonIcon__secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__secondary--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.ButtonIcon__secondary .icon-social-twitter {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ButtonIcon__secondary .icon-social-facebook {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ButtonIcon__secondary .icon-social-linkedin {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ButtonIcon__secondary .icon-social-youtube {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ButtonIcon__secondary:hover .icon-social-twitter {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__secondary:hover .icon-social-facebook {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__secondary:hover .icon-social-linkedin {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__secondary:hover .icon-social-youtube {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__outline {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ButtonIcon__outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.ButtonIcon__outline--disabled {
  cursor: not-allowed;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.ButtonIcon__outline-gray {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.ButtonIcon__outline-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.ButtonIcon__outline-gray--disabled {
  cursor: not-allowed;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.ButtonIcon__gray {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.ButtonIcon__gray:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.ButtonIcon__gray--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.ButtonIcon__black {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.ButtonIcon__black:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.ButtonIcon__black--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.ButtonIcon__white {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.ButtonIcon__white:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.ButtonIcon__white--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.Button {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}

.Button > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.Button {
  border-radius: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.Button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Button svg {
  height: 1.25rem;
  width: 1.25rem;
}
.Button__sm {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 600;
}
.Button__primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Button__primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Button__primary--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(248 197 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.Button__white {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}
.Button__white:hover {
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
}
.Button__white--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.Button__outline {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Button__outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Button__outline--disabled {
  cursor: not-allowed;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.Button__gray {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.Button__gray:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Button__gray--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.Button__black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Button__black:hover {
  --tw-bg-opacity: 0.9;
}
.Button__black--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}
.Button__text {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.FormControl {
  position: relative;
}
.FormControl__input {
  height: 3rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.FormControl__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.FormControl__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.FormControl__input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.FormControl__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}
.FormControl__icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.FormControl.FormControlGray .FormControl__input {
  height: 3.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.FormControl.FormControlGray .FormControl__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(135 135 135 / var(--tw-placeholder-opacity, 1));
}
.FormControl.FormControlGray .FormControl__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(135 135 135 / var(--tw-placeholder-opacity, 1));
}
.FormControl.FormControlGray .FormControl__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.FormControl.FormControlSearch .FormControl__input {
  height: 3.5rem;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.FormControl.FormControlSearch .FormControl__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.FormControl.FormControlSearch .FormControl__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.FormControl.FormControlSearch .FormControl__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 47 22 / var(--tw-border-opacity, 1));
}
.FormControl.FormControlSecondary .FormControl__input {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  background-color: transparent;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.FormControl.FormControlSecondary .FormControl__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.FormControl.FormControlSecondary .FormControl__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.FormControl.FormControlSecondary .FormControl__input {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.FormControl.FormControlSecondary .FormControl__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}

.TextareaControl {
  position: relative;
}
.TextareaControl__input {
  height: auto;
  width: 100%;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.TextareaControl__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.TextareaControl__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.TextareaControl__input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.TextareaControl__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}
.TextareaControl.TextareaControlGray .TextareaControl__input {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.TextareaControl.TextareaControlGray .TextareaControl__input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(135 135 135 / var(--tw-placeholder-opacity, 1));
}
.TextareaControl.TextareaControlGray .TextareaControl__input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(135 135 135 / var(--tw-placeholder-opacity, 1));
}
.TextareaControl.TextareaControlGray .TextareaControl__input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {

  .Tables {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.Tables-title {
  display: none;
  height: 2.5rem;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .Tables-title {
    display: flex;
  }
}
.Tables-title__item {
  width: 3.5rem;
}
.Tables-title__item:last-child {
  width: 6rem;
}
.Tables-title__item svg {
  height: 1rem;
  width: 1rem;
}
.Tables-title__item svg.icon-social-facebook {
  --tw-text-opacity: 1;
  color: rgb(47 93 214 / var(--tw-text-opacity, 1));
}
.Tables-title__item svg.icon-social-twitter {
  --tw-text-opacity: 1;
  color: rgb(81 180 255 / var(--tw-text-opacity, 1));
}
.Tables-title__item h5 {
  font-weight: 600;
}
.Tables-row {
  align-items: center;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .Tables-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.Tables-row__data--normal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Tables-row__data--bottom {
  margin-top: 1rem;
  display: flex;
  flex: 1 1 0%;
  flex-grow: 1;
  align-items: center;
}
.Tables-row__data--bottom > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.Tables-row__data--bottom {
  padding-left: 3rem;
}
@media (min-width: 1024px) {

  .Tables-row__data--bottom {
    display: none;
  }
}
.Tables-row__content {
  margin-left: 3rem;
  display: none;
}
@media (min-width: 1024px) {

  .Tables-row__content {
    margin-left: 0px;
    display: grid;
    grid-template-columns: 2fr 3.5rem 3.5rem 6rem;
    align-items: center;
    gap: 2rem;
  }
}
.Tables-row__button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .Tables-row__button {
    display: none;
  }
}
.Tables-row__name {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .Tables-row__name {
    display: flex;
    align-items: center;
    gap: 0px;
  }

  .Tables-row__name > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.Tables-row__name--mobile {
  display: flex;
  align-items: center;
}
.Tables-row__name--mobile > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {

  .Tables-row__name--mobile {
    display: none;
  }
}
.Tables-row__name--mobile a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Tables-row__name--count {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 197 33 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .Tables-row__name--count {
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.Tables-row__name--data {
  display: none;
  flex: 1 1 0%;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
.Tables-row__name--data > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.Tables-row__name--data {
  padding-left: 1rem;
}
@media (min-width: 1024px) {

  .Tables-row__name--data {
    display: flex;
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    padding-left: 0px;
    padding-right: 2rem;
  }
}
.Tables-row__title {
  display: none;
}
@media (min-width: 1024px) {

  .Tables-row__title {
    display: block;
  }
}
.Tables-row__title a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Tables-row__title a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .Tables-row__title a {
    font-size: 1rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .Tables-row__title a span {
    display: none;
  }
}
.Tables-row__links {
  margin-top: 1.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 1024px) {

  .Tables-row__links {
    display: none;
  }
}
.Tables-row__social--text {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.Tables-row__social--text svg {
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 1024px) {

  .Tables-row__social--text svg {
    display: none;
  }
}
.Tables-row__social--text svg.icon-social-facebook {
  --tw-text-opacity: 1;
  color: rgb(47 93 214 / var(--tw-text-opacity, 1));
}
.Tables-row__social--text svg.icon-social-twitter {
  --tw-text-opacity: 1;
  color: rgb(81 180 255 / var(--tw-text-opacity, 1));
}
.Tables-row__social--text span {
  font-weight: 500;
}
@media (min-width: 1024px) {

  .Tables-row__social--text span {
    display: none;
  }
}
.Tables-row__social:last-child .Tables-row__social--text {
  font-weight: 600;
}
.Tables-row.active .Tables-row__content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.Tables-row.active .Tables-row__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .Tables-row.active .Tables-row__content {
    margin-top: 0px;
    display: grid;
    grid-template-columns: 2fr 3.5rem 3.5rem 6rem;
    align-items: center;
    gap: 2rem;
  }

  .Tables-row.active .Tables-row__content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.Tables-row.active .Tables-row__button {
  --tw-rotate: 180deg;
  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));
}
.Tables-button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}
.Tables-button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Tables-button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Tables-button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.Tabs-content-item {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Tabs-content-item.active {
  height: auto;
  opacity: 1;
}

.HomepageSliderCard {
  position: relative;
  height: 100vh;
}
.HomepageSliderCard-video {
  height: 100vh;
}
.HomepageSliderCard-content {
  position: absolute;
  bottom: 16rem;
  left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.HomepageSliderCard-content img {
  width: 256px;
}
.HomepageSliderCard-content__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.HomepageSliderCard-content__buttons video {
  display: none;
}
.HomepageSliderCard.about {
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {

  .HomepageSliderCard.about {
    height: 100vh;
  }
}
.HomepageSliderCard.about .HomepageSliderCard-video {
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {

  .HomepageSliderCard.about .HomepageSliderCard-video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ArtistCard {
  position: relative;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ArtistCard::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ArtistCard:hover::before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}
.ArtistCard img {
  -o-object-fit: cover;
     object-fit: cover;
}

.EpisodesCard {
  position: relative;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.EpisodesCard::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.EpisodesCard:hover::before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}
.EpisodesCard img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.PhotosCard {
  position: relative;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.PhotosCard::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.PhotosCard:hover::before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}
.PhotosCard img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Card {
  display: grid;
  gap: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 1024px) {

  .Card {
    grid-template-columns: .6fr 1fr;
    gap: 3.5rem;
  }
}
.Card-content {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-right: 1rem;
}
.Card-content__title {
  flex: 1 1 0%;
  flex-grow: 1;
}
.Card-content__title-subtitle a {
  display: flex;
  flex-direction: column;
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Card-content__title-subtitle a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Card-content__title-subtitle a:after {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  height: 0.125rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Card-content__title-details a {
  margin-bottom: 1rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Card-content__title-details a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Card-footer {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.Card-footer a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Card-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Card-footer time {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}

.AuthorCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AuthorCard-image {
  height: 9rem;
  width: 9rem;
  overflow: hidden;
  border-radius: 9999px;
}
.AuthorCard-social {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.AuthorCard-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AuthorCard-data > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.AuthorCard-data {
  text-align: center;
}
@media (min-width: 1024px) {

  .AuthorCard-data {
    margin-left: auto;
    margin-right: auto;
    max-width: 64%;
  }
}

.MostViewCard {
  display: grid;
  height: 4.5rem;
  grid-template-columns: 3.5rem 1fr;
  align-items: center;
  gap: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {

  .MostViewCard {
    height: 6rem;
  }
}

@media (min-width: 1252px) {

  .MostViewCard {
    height: 4.5rem;
  }
}
.MostViewCard-count {
  height: 100%;
}
.MostViewCard-count__data {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-right-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.MostViewCard-count__data--text span {
  font-size: 2rem;
  line-height: 2.5rem;
}
.MostViewCard-title {
  padding-right: 1.5rem;
}
.MostViewCard-title p {
  display: inline;
  background-image: linear-gradient(transparent 98%, #000000 2%);
  background-size: 0px 60px;
  background-position: left 100%;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.MostViewCard:hover .MostViewCard-title p {
  background-size: 100% 60px;
}

.NewsCard {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.NewsCard-image {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}
.NewsCard-image__bookmarks {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.NewsCard-content {
  flex: 1 1 0%;
  flex-grow: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.NewsCard-content__category {
  margin-bottom: 0.75rem;
}
.NewsCard-content__category a {
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.NewsCard-content__category a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.NewsCard-content__category a:after {
  margin-top: 0.75rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.NewsCard-content__title > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.NewsCard-content__title a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.NewsCard-content__title a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.NewsCard-content--paragraph {
  font-weight: 300;
}
.NewsCard-content__author {
  margin-top: 1.25rem;
}
.NewsCard-content__author a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.NewsCard-content__author a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.NewsCard-content__author time {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.NewsCard-footer {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.NewsCard-footer a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.NewsCard-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.NewsCard-footer time {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.NewsCard__bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.NewsCard__bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .NewsCard__small {
    display: grid;
    grid-template-columns: 11.75rem 1fr;
  }

  .NewsCard__small .NewsCard-image {
    padding-left: 0.75rem;
    padding-right: 0px;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }

  .NewsCard__small .NewsCard-image__bookmarks {
    top: 1.5rem;
    right: 1rem;
  }
}
.NewsCard__small .NewsCard-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.NewsCard__small .NewsCard-content__title {
  flex: 1 1 0%;
  flex-grow: 1;
}
.NewsCard__border {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.NewsCard__border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.NewsCard__border--small .NewsCard-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.NewsCard__border--opacity {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.NewsCard__border--opacity:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.NewsCard__border--opacity .NewsCard-content {
  padding: 1rem;
}
.NewsCard__border--opacity .NewsCard-content__title a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.NewsCard__border--opacity .NewsCard-content__title a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.NewsCard__border--opacity .NewsCard-content__author a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.NewsCard__border--opacity .NewsCard-content__author a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}

.NewsletterCard {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.NewsletterCard-icon {
  margin-bottom: 1rem;
  height: 3rem;
  width: 3rem;
}
.NewsletterCard-icon svg {
  height: 100%;
  width: 100%;
}
.NewsletterCard-content {
  margin-bottom: 1rem;
}
.NewsletterCard-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.AdvertCard {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 234 232 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.AdvertCard-image {
  position: relative;
  padding: 1rem;
}

.WorkCard {
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.WorkCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.WorkCard-image {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}
.WorkCard-image__bookmarks {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.WorkCard-content {
  flex: 1 1 0%;
  flex-grow: 1;
  padding: 2rem;
}
.WorkCard-content__category {
  margin-bottom: 0.75rem;
}
.WorkCard-content__category a {
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.WorkCard-content__category a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.WorkCard-content__category a:after {
  margin-top: 0.75rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.WorkCard-content__title > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.WorkCard-content__title a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.WorkCard-content__title a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.WorkCard-content--paragraph {
  font-weight: 300;
}
.WorkCard-content__author {
  margin-top: 1.25rem;
}
.WorkCard-content__author a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.WorkCard-content__author a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.WorkCard-content__author time {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.WorkCard-footer {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.WorkCard-footer a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.WorkCard-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.WorkCard-footer time {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}

.NewsListCard {
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.NewsListCard-time {
  display: flex;
  align-items: center;
}
.NewsListCard-time time {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.NewsListCard-time:after {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: inline-block;
  height: 0.125rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.NewsListCard-title h6 {
  display: inline;
  background-image: linear-gradient(transparent 98%, #FF462C 2%);
  background-size: 0px 60px;
  background-position: left 100%;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.NewsListCard:hover .NewsListCard-title h6 {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
  background-size: 100% 60px;
}

@media (min-width: 1024px) {

  .WorksSingleCard-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 64%;
  }
}
.WorksSingleCard-details__data {
  margin-bottom: 2rem;
  display: grid;
  gap: 3rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  .WorksSingleCard-details__data {
    grid-template-columns: auto 1fr;
  }
}
.WorksSingleCard-details__data-content {
  display: flex;
  flex-direction: column;
}
.WorksSingleCard-details__data-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.WorksSingleCard-details__data-content__links {
  display: flex;
  align-items: center;
}
.WorksSingleCard-details__data-content__links a {
  display: flex;
  align-items: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.WorksSingleCard-details__data-content__links a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.WorksSingleCard-details__data-content__links a:first-child {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.WorksSingleCard-details__data-content__links a:first-child:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}
.WorksSingleCard-details__data-content__links a:first-child:after {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.WorksSingleCard-details__data-content p {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.WorksSingleCard-details__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.WorksSingleCard-details__content ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.WorksSingleCard-details__content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.WorksSingleCard-details__content ul li:before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.BooksCard {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}
.BooksCard-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.BooksCard-content__subtitle p {
  display: flex;
  flex-direction: column;
}
.BooksCard-content__subtitle p:after {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  height: 0.125rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.BooksCard-content__title {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.BooksCard-content__title:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .BooksSingleCard-details {
    margin-left: auto;
    margin-right: auto;
    max-width: 64%;
  }
}
.BooksSingleCard-details__data {
  margin-bottom: 2rem;
  display: grid;
  gap: 3rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}
@media (min-width: 768px) {

  .BooksSingleCard-details__data {
    grid-template-columns: auto 1fr;
  }
}
.BooksSingleCard-details__data-content {
  display: flex;
  flex-direction: column;
}
.BooksSingleCard-details__data-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.BooksSingleCard-details__data-content p {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.BooksSingleCard-details__data-content .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.BooksSingleCard-details__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.BooksSingleCard-details__content ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.BooksSingleCard-details__content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.BooksSingleCard-details__content ul li:before {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.TagsCard {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.TagsCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}

.AuthorDetilsCard {
  display: grid;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 1024px) {

  .AuthorDetilsCard {
    grid-template-columns: auto 1fr;
    gap: 2rem;
    padding: 2.5rem;
  }
}
.AuthorDetilsCard-image {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  border-radius: 9999px;
}
@media (min-width: 1024px) {

  .AuthorDetilsCard-image {
    height: 7rem;
    width: 7rem;
  }
}
.AuthorDetilsCard-content .headlines-h5 {
  margin-bottom: 0.5rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.AuthorDetilsCard-content .headlines-h5:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.AuthorDetilsCard-content__link {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.AuthorDetilsCard-content__link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.AuthorDetilsCard-content__link {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.AuthorDetilsCard-content__link:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.AuthorDetilsCard-content__link span {
  font-size: .875rem;
  line-height: 1.25rem;
}
.AuthorDetilsCard-content__link svg {
  height: 1rem;
  width: 1rem;
}

.CommentCard {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.CommentCard-image {
  height: 2.75rem;
  width: 2.75rem;
  overflow: hidden;
  border-radius: 9999px;
}
.CommentCard-content__header {
  margin-bottom: 1rem;
}
.CommentCard-content__header time {
  margin-top: 0.25rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}
.CommentCard-content p {
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommentCard:first-child {
  padding-top: 0px;
}

.TagCard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.TagCard > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.TagCard {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1024px) {

  .TagCard {
    height: 4rem;
    flex-direction: row;
    align-items: center;
  }

  .TagCard > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .TagCard {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.TagCard:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.TagCard span {
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.TagCard span:first-child {
  font-weight: 600;
}
.TagCard a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.TagCard a:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}

.PopularCard {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1024px) {

  .PopularCard {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.PopularCard-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.PopularCard-header .headlines-h5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.PopularCard-header__navigations {
  display: flex;
  align-items: center;
}
.PopularCard-header__navigations__left {
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.PopularCard-header__navigations__left:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}
.PopularCard-header__navigations__left svg {
  height: 1.5rem;
  width: 1.5rem;
}
.PopularCard-header__navigations__left.swiper-button-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.PopularCard-header__navigations__right {
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.PopularCard-header__navigations__right:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}
.PopularCard-header__navigations__right svg {
  height: 1.5rem;
  width: 1.5rem;
}
.PopularCard-header__navigations__right.swiper-button-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.CommunityCard {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.CommunityCard-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CommunityCard-image:after {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  height: 0.25rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 197 33 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.CommunityCard-content__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.CommunityCard-content__title a {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.CommunityCard-content__title a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.CommunityCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}

.TemplateCard {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 204 0 / var(--tw-border-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.TemplateCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}

.LogoCard {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 1024px) {

  .LogoCard {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-width: 1px;
  }
}
.LogoCard img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AuthorNewsCard {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.AuthorNewsCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.AuthorNewsCard-content {
  display: flex;
  flex-direction: column;
}
.AuthorNewsCard-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.AuthorNewsCard-content p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ImageCard {
  width: 100%;
}
.ImageCard figure {
  width: 100%;
}
.ImageCard figure img {
  width: 100%;
}

.VideoCard {
  aspect-ratio: 16 / 9;
}
.VideoCard iframe {
  height: 100%;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}
.VideoCard__content {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.VideoCard__content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.VideoCard__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}

.TeamCard {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.TeamCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.TeamCard__image {
  width: 100%;
}
.TeamCard__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.TeamCard__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.TeamCard__content span {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}

.LogosCard {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.LogosCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.LogosCard img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.SeriesCard__title {
  position: relative;
  display: inline-flex;
  padding-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.SeriesCard__title::before {
  left: 0px;
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.SeriesCard__video {
  pointer-events: none;
  height: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.SeriesCard__video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.SeriesCard:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.SeriesCard:hover .SeriesCard__video {
  pointer-events: auto;
  height: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  opacity: 1;
}
.SeriesCard:hover .SeriesCard__photo {
  pointer-events: none;
  height: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}

.Block-homepage {
  height: 100vh;
}
@keyframes hpProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.Block-homepage-content {
  position: relative;
}
.Block-homepage-content-slider {
  overflow-x: hidden;
}
.Block-homepage-content-slider video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.Block-homepage-content .container {
  position: relative;
}
.Block-homepage-content-pagination {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 3rem;
  z-index: 2;
  display: flex;
  width: 100%;
  gap: 1.5rem;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .Block-homepage-content-pagination {
    left: 0px;
    right: 0px;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.Block-homepage-content-pagination {
  -webkit-overflow-scrolling: touch;
}
.Block-homepage-content-pagination::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background-color: transparent;
}
.Block-homepage-content-pagination__fill {
  display: none;
}
.Block-homepage-content-pagination::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0.125rem;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}
@media (min-width: 1024px) {

  .Block-homepage-content-pagination::before {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.Block-homepage-content-pagination span {
  position: relative;
  display: inline-flex;
  min-width: -moz-max-content;
  min-width: max-content;
  flex: none;
  cursor: pointer;
  align-items: center;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-homepage-content-pagination span:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .Block-homepage-content-pagination span {
    width: 100%;
    flex: 1 1 0%;
    align-items: flex-start;
    padding-right: 0px;
  }
}
.Block-homepage-content-pagination span::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.125rem;
  width: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
  --tw-content: "";
  content: var(--tw-content);
}
.Block-homepage-content-pagination span.active {
  --tw-text-opacity: 1;
}
.Block-homepage-content-pagination span.reset-animation::after {
  animation: none !important;
  width: 0 !important;
}
.Block-homepage-content-pagination span.start-animation::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  animation: hpProgress var(--autoplayMs, 4000ms) linear forwards !important;
}
.Block-homepage__button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}
.Block-homepage__button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Block-homepage__button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Block-homepage__button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.Block-homepage.about {
  margin-top: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {

  .Block-homepage.about {
    margin-top: 0px;
    height: 100vh;
  }
}

.Block-contact {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.Block-contact-title {
  margin-bottom: 3rem;
}
.Block-contact-title h5 {
  text-align: center;
  font-size: 2.75rem;
  line-height: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Block-contact-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .Block-contact-content {
    display: grid;
    max-width: 55%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}
.Block-contact-content__block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Block-contact-content__block span {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
}
.Block-contact-content__block p {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Block-contact-content__block a {
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-contact-content__block a:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .Block-map {
    margin-top: -8rem;
  }
}
.Block-map iframe {
  height: 320px;
}
@media (min-width: 1024px) {

  .Block-map iframe {
    height: 600px;
  }
}

.Block-studio-grid {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {

  .Block-studio-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3.5rem;
  }
}
.Block-studio-grid__change {
  flex-direction: column;
}
@media (min-width: 1024px) {

  .Block-studio-grid__change {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3.5rem;
  }
}
.Block-studio-grid__block {
  display: flex;
  flex-direction: column;
}
.Block-studio-grid__block--title {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .Block-studio-grid__block--title {
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}
.Block-studio-grid__block--title h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .Block-studio-grid__block--title h1 {
    max-width: 60%;
  }
}
.Block-studio-grid__block--title p {
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Block-studio-grid__block--buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.Block-studio-grid__block--buttons a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-studio-grid__block--buttons a:hover {
  opacity: 0.6;
}
.Block-studio-grid__block--buttons__hr {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.Block-studio-grid__block--image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .Block-studio-grid__block--image img {
    width: 80%;
  }
}
.Block-studio-grid__block--image img:nth-child(odd) {
  margin-left: auto;
}

.Block-series__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25rem;
}

@media (min-width: 1024px) {

  .Block-series__content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.Block-series__content--buttons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.Block-series__content--buttons .Button {
  width: -moz-fit-content;
  width: fit-content;
}

.Block-render__title {
  margin-bottom: 3rem;
}
.Block-render__title h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Block-render__images {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {

  .Block-render__images {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}
.Block-render__images--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.Block-render__images--block img {
  width: 100%;
}
.Block-render__images--block span {
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Block-ab__blocks {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {

  .Block-ab__blocks {
    gap: 4rem;
  }
}

@media (min-width: 1024px) {

  .Block-ab__blocks {
    gap: 5rem;
  }
}
.Block-ab__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .Block-ab__block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem;
  }
}
.Block-ab__block:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .Block-ab__block:nth-child(even) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem;
  }
}
.Block-ab__block--content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.Block-ab__block--content h5 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 1.11111rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .Block-ab__block--content h5 {
    letter-spacing: 3.33333rem;
  }
}
.Block-ab__block--content span {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.827778rem;
  --tw-text-opacity: 1;
  color: rgb(196 127 78 / var(--tw-text-opacity, 1));
}
.Block-ab__block--content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

.Block-author__blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {

  .Block-author__blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
.Block-author__block {
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-author__block:hover {
  --tw-bg-opacity: 0.2;
}
@media (min-width: 1024px) {

  .Block-author__block {
    flex-direction: row;
  }
}
.Block-author__block img {
  width: 160px;
  border-radius: 0.5rem;
}
.Block-author__block svg {
  margin-left: auto;
  height: 3rem;
  width: 3rem;
}
.Block-author__block--content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
}
.Block-author__block--content h5 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .Block-author__block--content h5 {
    text-align: left;
  }
}
.Block-author__block--content p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {

  .Block-author__block--content p {
    text-align: left;
  }
}

.Block-contacts__blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
}

@media (min-width: 1024px) {

  .Block-contacts__blocks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
}
.Block-contacts__block {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-radius: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-contacts__block svg {
  margin-left: auto;
  height: 3rem;
  width: 3rem;
}
.Block-contacts__block--content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}
.Block-contacts__block--content h5 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.Block-contacts__block--content h4 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.Block-contacts__block--content p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
}

.Block-about__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {

  .Block-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.Block-about__grid--content {
  display: flex;
  flex-direction: column;
}
.Block-about__grid--content__title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.Block-about__grid--content__title h1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 4rem;
  font-weight: 500;
  letter-spacing: 1.11111rem;
}
@media (min-width: 1024px) {

  .Block-about__grid--content__title h1 {
    letter-spacing: 3.33333rem;
  }
}
.Block-about__grid--content__title span {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.827778rem;
  --tw-text-opacity: 1;
  color: rgb(196 127 78 / var(--tw-text-opacity, 1));
}
.Block-about__grid--content p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.Block-about__timeline {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {

  .Block-about__timeline {
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {

  .Block-about__timeline {
    padding-top: 5rem;
  }
}

.Block-presentation {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}

@media (min-width: 1024px) {

  .Block-presentation {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 4rem;
  }
}
.Block-presentation__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Block-presentation__title h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}
.Block-presentation__title p {
  font-size: .875rem;
  line-height: 1.25rem;
  opacity: 0.7;
}
.Block-presentation__title .Button {
  width: -moz-fit-content;
  width: fit-content;
}
.Block-presentation__title--buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.Block-presentation__image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.Block-mostview-content {
  overflow-x: hidden;
}
@media (min-width: 1024px) {

  .Block-mostview .Block-mostview-content-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.Block-mostview .sectionGrid__four {
  position: relative;
  display: flex;
  width: 100%;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  gap: 1.5rem;
  overflow-x: auto;
}
@media (min-width: 1024px) {

  .Block-mostview .sectionGrid__four {
    display: grid;
    overflow-x: auto;
  }
}
.Block-mostview .sectionGrid__four .MostViewCard {
  flex-shrink: 0;
  scroll-snap-align: center;
}

.Block-hero__column {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {

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

@media (min-width: 1024px) {

  .Block-hero__column {
    display: block;
  }

  .Block-hero__column > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}

.Block-news__button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}

.Block-news__button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Block-news__button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Block-news__button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.Block-news__pagination {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Block-list__button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}

.Block-list__button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Block-list__button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Block-list__button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.Block-works__button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}

.Block-works__button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Block-works__button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Block-works__button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.Block-works__pagination {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Block-books__button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}

.Block-books__button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Block-books__button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Block-books__button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.Block-books__pagination {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Block-faq {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.Block-faq .sectionWrapper-big__title p {
  text-align: center;
}
@media (min-width: 1024px) {

  .Block-faq .sectionWrapper-big__title p {
    margin-left: auto;
    margin-right: auto;
    max-width: 64%;
  }
}
.Block-faq__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .Block-faq__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64%;
  }

  .Block-faq__content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
}
.Block-faq__content-block > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.Block-single__story {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.Block-single__story .headlines-h1 {
  padding-left: 0px;
  padding-right: 0px;
}
.Block-single__story--content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .Block-single__story--content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}
.Block-single__story--content p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.8;
}
@media (min-width: 1024px) {

  .Block-single__story--content p:nth-child(even) {
    padding-top: 5rem;
  }
}
.Block-single__series {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .Block-single__series {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .Block-single__series {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.Block-single__series .sectionWrapper-small__title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.Block-single__series--grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .Block-single__series--grid {
    display: grid;
    grid-template-columns: 1.5fr 364px;
    gap: 4.5rem;
  }
}
.Block-single__series--grid__data {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .Block-single__series--grid__data {
    flex-direction: row;
  }
}
.Block-single__series--grid__data--box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}
@media (min-width: 1024px) {

  .Block-single__series--grid__data--box {
    min-height: 490px;
    width: 400px;
  }
}
.Block-single__series--grid__data--box__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Block-single__series--grid__data--box__item h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.Block-single__series--grid__data--box__item--lists {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Block-single__series--grid__data--box__item--lists span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .Block-single__series--grid__data--image {
    position: absolute;
    top: 4rem;
    right: 8rem;
  }

  .Block-single__series--grid__data--image img {
    height: 556px;
  }
}
.Block-single__series--blocks {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.Block-single__series--blocks--block h5 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Block-single__series--blocks--block p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Block-single__series--blocks--block__social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Block-single__series--blocks--block__social a {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-single__series--blocks--block__social a:hover {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-single__series--blocks--block__social a span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.Block-single__series--blocks--block__social a img {
  height: 1.75rem;
  width: 1.75rem;
}
.Block-single__hero {
  position: relative;
  height: 100vh;
}
.Block-single__hero::before {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height: 264px;
  content: var(--tw-content);
  width: 100%;
}
.Block-single__hero {
  content: "";
}
.Block-single__hero:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.Block-single__hero--image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Block-single__hero--content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-bottom: 4rem;
}
.Block-single__hero--content__data {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 1024px) {

  .Block-single__hero--content__data {
    gap: 2rem;
  }
}
.Block-single__hero--content__data--button {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(12px);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-single__hero--content__data--button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 0.4;
}
@media (min-width: 1024px) {

  .Block-single__hero--content__data--button {
    height: 5rem;
    width: 5rem;
  }
}
.Block-single__hero--content__data--button svg {
  position: relative;
  left: 0.125rem;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1024px) {

  .Block-single__hero--content__data--button svg {
    height: 4rem;
    width: 4rem;
  }
}
.Block-single__hero--content__data--details {
  display: flex;
  flex-direction: column;
}
.Block-single__hero--content__data--details img {
  height: 4rem;
}
@media (min-width: 1024px) {

  .Block-single__hero--content__data--details img {
    height: 6rem;
  }
}
.Block-single__hero--content__data--details p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Block-single__hero--content__details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.Block-single__hero--content__details--block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}
.Block-single__hero--content__details--block svg {
  height: 1rem;
  width: 1rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}
.Block-single__video {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .Block-single__video {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .Block-single__video {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.Block-single__video .sectionWrapper-small__title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.Block-single__video--video {
  aspect-ratio: 16 / 9;
}
.Block-single__video--video video {
  height: 100%;
  width: 100%;
}

.Block-single__hero {
  overflow: hidden;
}
.Block-single__hero .hero-parallax-blur {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.Block-single__hero .hero-parallax-blur.parallax-blur-0 {
  filter: blur(0px);
  transform: scale(1);
}
.Block-single__hero .hero-parallax-blur.parallax-blur-1 {
  filter: blur(1px);
  transform: scale(1.01);
}
.Block-single__hero .hero-parallax-blur.parallax-blur-2 {
  filter: blur(2px);
  transform: scale(1.02);
}
.Block-single__hero .hero-parallax-blur.parallax-blur-3 {
  filter: blur(3px);
  transform: scale(1.03);
}
.Block-single__hero .hero-parallax-blur.parallax-blur-4 {
  filter: blur(4px);
  transform: scale(1.04);
}
.Block-single__hero .hero-parallax-blur.parallax-blur-5 {
  filter: blur(5px);
  transform: scale(1.05);
}

.gallery-image,
[data-gallery-name] {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gallery-modal {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal__overlay {
  position: absolute;
  inset: 0px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.gallery-modal__content {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-modal__header {
  position: absolute;
  top: 2rem;
  left: 0px;
  right: 0px;
  z-index: 30;
  text-align: center;
}
.gallery-modal__header h3 {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.gallery-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 30;
  display: flex;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gallery-modal__close:hover {
  --tw-bg-opacity: 0.7;
}
.gallery-modal__close .icon {
  height: 2rem;
  width: 2rem;
}
.gallery-modal__close:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.gallery-modal__prev, .gallery-modal__next {
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  height: 4rem;
  width: 4rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gallery-modal__prev:hover, .gallery-modal__next:hover {
  --tw-bg-opacity: 0.7;
}
.gallery-modal__prev .icon, .gallery-modal__next .icon {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 768px) {
  .gallery-modal__prev, .gallery-modal__next {
    height: 3rem;
    width: 3rem;
  }
  .gallery-modal__prev .icon, .gallery-modal__next .icon {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.gallery-modal__prev {
  left: 1.5rem;
}
@media (max-width: 768px) {
  .gallery-modal__prev {
    left: 1rem;
  }
}
.gallery-modal__next {
  right: 1.5rem;
}
@media (max-width: 768px) {
  .gallery-modal__next {
    right: 1rem;
  }
}
.gallery-modal__image-container {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .gallery-modal__image-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.gallery-modal__image {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (max-width: 768px) {
  .gallery-modal__image {
    margin: 0 auto;
    display: block;
  }
}
.gallery-modal__video {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gallery-modal__video:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .gallery-modal__video {
    margin: 0 auto;
    display: block;
  }
}
.gallery-modal__counter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 30;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.gallery-modal__counter .gallery-modal__current {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
  .gallery-modal__counter {
    bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }
}
.gallery-modal.gallery-modal--opening {
  animation: galleryFadeIn 0.3s ease-out;
}
.gallery-modal.gallery-modal--opening .gallery-modal__content {
  animation: gallerySlideIn 0.4s ease-out;
}
.gallery-modal.gallery-modal--closing {
  animation: galleryFadeOut 0.3s ease-in;
}
.gallery-modal.gallery-modal--closing .gallery-modal__content {
  animation: gallerySlideOut 0.3s ease-in;
}

@keyframes galleryFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes galleryFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gallerySlideIn {
  from {
    transform: scale(0.9) translateY(20px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes gallerySlideOut {
  from {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  to {
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
  }
}
.Block-single__artists {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .Block-single__artists {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .Block-single__artists {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.Block-single__artists .sectionWrapper-small__title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.Block-single__artists--slider {
  overflow: hidden;
}
.Block-single__photos {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .Block-single__photos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .Block-single__photos {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.Block-single__photos .sectionWrapper-small__title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.Block-single__photos--slider {
  overflow: hidden;
}
.Block-single__episodes {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .Block-single__episodes {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .Block-single__episodes {
    padding-bottom: 5rem;
  }
}
.Block-single__episodes .sectionWrapper-small__title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.Block-single__episodes--slider {
  overflow: hidden;
}

.Block-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {

  .Block-tags {
    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
  }
}

.Block-single-pagination {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .Block-single-pagination {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.Block-single-pagination__prev {
  height: 100%;
}
.Block-single-pagination__prev--link {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-single-pagination__prev--link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {

  .Block-single-pagination__prev--link {
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.Block-single-pagination__prev span {
  display: inline-flex;
  flex-direction: column;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Block-single-pagination__prev span::after {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .Block-single-pagination__prev span {
    align-items: flex-end;
    justify-content: flex-end;
  }

  .Block-single-pagination__prev .headlines-h3 {
    text-align: right;
  }
}
.Block-single-pagination__prev img {
  pointer-events: none;
  position: absolute;
  top: 30%;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .Block-single-pagination__prev img {
    left: -2.5rem;
    display: block;
  }
}
.Block-single-pagination__prev:hover .Block-single-pagination__prev--link img {
  left: -3.5rem;
}
.Block-single-pagination__next {
  height: 100%;
}
.Block-single-pagination__next--link {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-single-pagination__next--link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {

  .Block-single-pagination__next--link {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .Block-single-pagination__next .headlines-h3 {
    text-align: left;
  }
}
.Block-single-pagination__next span {
  display: inline-flex;
  flex-direction: column;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Block-single-pagination__next span::after {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .Block-single-pagination__next span {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.Block-single-pagination__next img {
  pointer-events: none;
  position: absolute;
  right: -2.5rem;
  top: 30%;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .Block-single-pagination__next img {
    display: block;
  }
}
.Block-single-pagination__next:hover .Block-single-pagination__next--link img {
  right: -3.5rem;
}

.Block-comments__header {
  cursor: pointer;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.Block-comments__header--data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .Block-comments__header--data {
    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
  }
}
.Block-comments__header--titles {
  display: flex;
  align-items: center;
}
.Block-comments__header--titles > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.Block-comments__header--titles__icon svg {
  height: 2rem;
  width: 2rem;
}
.Block-comments__header--button__block {
  display: block;
}
.Block-comments__header--button__hidden {
  display: none;
}
.Block-comments__header--button .Button svg {
  --tw-rotate: 180deg;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-comments__content {
  margin-top: 4rem;
  display: block;
}
@media (min-width: 1024px) {

  .Block-comments__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
  }
}
.Block-comments__content--form {
  margin-top: 6rem;
}
.Block-comments__content--form__titles {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Block-comments__content--form__titles > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.Block-comments__content--form__titles {
  text-align: center;
}
.Block-comments__content--form__data > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.Block-comments__content--form__data--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.Block-comments__content--form__data button {
  width: 100%;
}
.Block-comments__data.active .Block-comments__header--button__hidden {
  display: none;
}
.Block-comments__data.active .Block-comments__header--button__block {
  display: block;
}
.Block-comments__data.active .Block-comments__header--button svg {
  --tw-rotate: 0deg;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-comments__data.active .Block-comments__content {
  display: none;
}
.Block-comments__data.active .Block-comments__header {
  border-bottom-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}

.Block-tag__contact .headlines-h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.Block-tag__contact--item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.Block-tag__contact--item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.Block-tag__contact--item {
  padding: 2rem;
}
@media (min-width: 1024px) {

  .Block-tag__contact--item {
    height: 4rem;
    flex-direction: row;
    align-items: center;
  }

  .Block-tag__contact--item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .Block-tag__contact--item {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.Block-tag__contact--item:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.Block-tag__contact--item span {
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Block-tag__contact--item span:first-child {
  font-weight: 600;
}
.Block-tag__contact--item a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Block-tag__contact--item a:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}

.Block-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Block-error > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.Block-error img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.Block-mostauthor-content {
  position: relative;
}
.Block-mostauthor-content-slider {
  overflow-x: hidden;
}
.Block-mostauthor-content-navigation__left {
  position: absolute;
  top: 25%;
  left: -1.5rem;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Block-mostauthor-content-navigation__left:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-mostauthor-content-navigation__left svg {
  height: 1rem;
  width: 1rem;
}
.Block-mostauthor-content-navigation__left.swiper-button-disabled {
  display: none;
}
.Block-mostauthor-content-navigation__right {
  position: absolute;
  top: 25%;
  right: -1.5rem;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Block-mostauthor-content-navigation__right:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-mostauthor-content-navigation__right svg {
  height: 1rem;
  width: 1rem;
}
.Block-mostauthor-content-navigation__right.swiper-button-disabled {
  display: none;
}
.Block-mostauthor__button {
  position: relative;
  margin-top: 3.5rem;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
}
.Block-mostauthor__button::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.Block-mostauthor__button--content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.Block-mostauthor__button .Button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.Block-slide__slider {
  position: relative;
}
.Block-slide__slider--swipe {
  overflow-x: hidden;
}
.Block-slide__slider-navigation__left {
  position: absolute;
  top: 50%;
  left: -1rem;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Block-slide__slider-navigation__left:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-slide__slider-navigation__left svg {
  height: 1rem;
  width: 1rem;
}
.Block-slide__slider-navigation__left.swiper-button-disabled {
  display: none;
}
.Block-slide__slider-navigation__right {
  position: absolute;
  top: 50%;
  right: -1rem;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.Block-slide__slider-navigation__right:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 197 33 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-slide__slider-navigation__right svg {
  height: 1rem;
  width: 1rem;
}
.Block-slide__slider-navigation__right.swiper-button-disabled {
  display: none;
}

.Block-blockquote blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.Block-blockquote blockquote::before {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background-image: url("/dist/img/single/testimonials-top.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.Block-blockquote blockquote::after {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background-image: url("/dist/img/single/testimonials-bottom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
.Block-blockquote blockquote figure {
  width: 100%;
}
.Block-blockquote blockquote figure img {
  width: 100%;
}
.Block-blockquote blockquote h1, .Block-blockquote blockquote h2, .Block-blockquote blockquote h3, .Block-blockquote blockquote h4, .Block-blockquote blockquote h5, .Block-blockquote blockquote h6 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {

  .Block-blockquote blockquote h1, .Block-blockquote blockquote h2, .Block-blockquote blockquote h3, .Block-blockquote blockquote h4, .Block-blockquote blockquote h5, .Block-blockquote blockquote h6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.Block-blockquote blockquote p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .Block-blockquote blockquote p {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.Block-blockquote blockquote p a {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-blockquote blockquote p a:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}
.Block-blockquote blockquote ul li {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .Block-blockquote blockquote ul li {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.Block-blockquote blockquote ul li a {
  --tw-text-opacity: 1;
  color: rgb(248 197 33 / var(--tw-text-opacity, 1));
}
.Block-blockquote blockquote ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(228 47 22 / var(--tw-text-opacity, 1));
}

.Block-video__iframe {
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
.Block-video__iframe iframe {
  height: 100%;
  width: 100%;
}