/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[0\.5em\] {
    margin-top: 0.5em;
  }
  .mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-1 {
    margin-bottom: calc(var(--spacing) * 1) !important;
  }
  .\!mb-\[0\.5em\] {
    margin-bottom: 0.5em !important;
  }
  .\!mb-\[0\.5rem\] {
    margin-bottom: 0.5rem !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[0\.5em\] {
    margin-bottom: 0.5em;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-\[34px\] {
    height: 34px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[157px\] {
    height: 157px;
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .\!w-\[34px\] {
    width: 34px !important;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[66\.66\%\] {
    width: 66.66%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[34px\] {
    min-width: 34px;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[0\] {
    border-radius: 0;
  }
  .rounded-\[0px\] {
    border-radius: 0px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#dee2e6\] {
    border-color: #dee2e6;
  }
  .border-\[\#f2f2f2\] {
    border-color: #f2f2f2;
  }
  .border-\[rgba\(0\,0\,0\,\.125\)\] {
    border-color: rgba(0,0,0,.125);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/90 {
    --tw-gradient-from: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-black\/40 {
    --tw-gradient-via: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[1em\] {
    padding: 1em;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12\.1px\] {
    padding-block: 12.1px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[51\%\] {
    padding-top: 51%;
  }
  .pt-\[66\%\] {
    padding-top: 66%;
  }
  .pt-\[67\%\] {
    padding-top: 67%;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pl-16 {
    padding-left: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[\.875em\] {
    font-size: .875em;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[31px\] {
    --tw-leading: 31px;
    line-height: 31px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-600);
      }
    }
  }
  .hover\:text-red-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-600);
      }
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:w-\[26\.07\%\] {
    @media (width >= 48rem) {
      width: 26.07%;
    }
  }
  .md\:w-\[73\.93\%\] {
    @media (width >= 48rem) {
      width: 73.93%;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:px-2 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:pt-\[50\%\] {
    @media (width >= 48rem) {
      padding-top: 50%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
html {
  overflow-x: hidden;
}
body {
  font-size: .95rem;
  font-family: "Roboto", sans-serif;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  left: 0;
  word-break: break-word;
  word-wrap: break-word;
}
body.left-menu-open {
  left: 300px;
}
img {
  max-width: 100%;
}
a {
  transition: color .2s ease;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #fc0000;
}
a:visited {
  color: #444;
}
a.btn-block {
  color: #fff;
}
a:focus {
  outline: 0;
}
button:focus {
  outline: 0;
}
.h1, .h2, .h3, .h4, .h5, .page-link, .page-link:hover, a, a:hover, h1, h2, h3, h4, h5 {
  color: #000;
}
.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}
.theme-change {
  width: 22.73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-change .fa-sun-o {
  display: none;
}
.theme-change.active .fa-moon-o {
  display: none;
}
.theme-change.active .fa-sun-o {
  display: block;
}
.border-h-gray {
  border-color: #dee2e6;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.logo-wrap .custom-logo-link {
  width: 271px;
}
.has-search .form-control {
  background-color: #f2f2f2;
  border: 0;
}
.form-control {
  display: block;
  width: 100% !important;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nav-mobile-trigger {
  margin-top: -4px;
  font-size: 1.5em;
  color: #343a40;
  transition: color .2s ease;
}
.nav-mobile-trigger:hover {
  color: #fc0000;
}
.menu-wrap {
  border-bottom: 4px solid #fc0000;
}
.top-menu .main-navigation .menu {
  display: flex;
  flex: 1;
  height: 54px;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}
.top-menu .main-navigation .menu-main-menu-container {
  overflow-x: auto;
}
.top-menu .main-navigation .menu > li {
  position: relative;
  white-space: nowrap;
}
.top-menu .main-navigation .menu > li > a {
  position: relative;
  transition: color .2s ease;
  font-weight: 500;
  font-size: 17px;
  color: #fff !important;
  transition: background-color 350ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}
.top-menu .main-navigation .menu > li.menu-item-has-children > a:after {
  display: inline-flex;
  margin-left: 0;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  align-items: center;
  margin-left: 5px;
}
.top-menu .main-navigation .menu > li.menu-item-has-children > a.active:after {
  transform: rotate(180deg);
}
.top-menu .main-navigation .menu > li > a:hover,.top-menu .main-navigation .menu > li.submenu-open > a {
  background-color: #fc0000 !important;
  color: #fff !important;
}
.top-menu .main-navigation .menu > li > .sub-menu {
  display: none;
  padding: 8px 0;
  border-radius: 4px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 160px;
  background: #000;
  margin: 0;
  list-style: none;
}
.top-menu .main-navigation .menu > li > .sub-menu.active {
  display: none !important;
}
.top-menu .main-navigation .menu > li > .sub-menu a {
  color: #fff;
  font-size: 17px;
  line-height: 25.5px;
  padding-right: 8px;
  padding-left: 8px;
  text-decoration: none;
  font-weight: 500;
  display: block;
}
.top-menu .main-navigation .menu > li > .sub-menu a:hover {
  background-color: rgba(255, 255, 255, .3);
}
.menu-toggle {
  display: none;
}
.left-sidebar-menu {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  background-color: #fff;
  height: 100vh;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.left-sidebar-menu.active {
  left: 0;
}
.left-sidebar-menu .logo-block {
  padding: 16px;
  border-bottom: #000 solid 32px;
  margin-bottom: 16px;
}
.left-sidebar-menu .logo-block a {
  display: flex;
}
.left-sidebar-menu .menu-header-left-menu-container {
  height: calc(100vh - 152px);
  overflow: auto;
}
.left-sidebar-menu .menu-header-left-menu-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-sidebar-menu .menu-header-left-menu-container .menu li a {
  width: 100%;
  display: block;
  padding: 9px 16px 10px;
  color: #fc0000 !important;
  line-height: 34px;
  font-weight: 600;
  font-size: .84em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.left-sidebar-menu .menu-header-left-menu-container .menu li a:hover {
  color: #494f54 !important;
}
.left-sidebar-menu .menu-header-left-menu-container .menu li {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-bottom: #f8f9fa solid 1px;
}
.logged-in .left-sidebar-menu {
  top: 32px;
}
.custom-submenu-wrapper {
  display: block;
  position: absolute;
  z-index: 99;
  background: #000;
  min-width: 160px;
}
.custom-submenu-wrapper .sub-menu {
  padding: 8px 0;
  border-radius: 4px;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 160px;
  background: #000;
  margin: 0;
  list-style: none;
}
.custom-submenu-wrapper .sub-menu a {
  color: #fff;
  font-size: 17px;
  line-height: 25.5px;
  padding-right: 8px;
  padding-left: 8px;
  text-decoration: none;
  font-weight: 500;
  display: block;
}
.custom-submenu-wrapper .sub-menu a:hover {
  background-color: rgba(255, 255, 255, .3);
}
.top-header {
  padding: 15px 0;
  border-bottom: transparent solid 1px;
}
.search-button-mobile {
  display: none;
}
.mobile-search-form {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.has-search .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.bg-dark {
  background-color: #1c1c1c;
  color: #fff;
}
footer {
  padding-top: 48px;
}
.footer-in {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
  margin-left: -15px;
  margin-right: -15px;
}
.footer-col {
  width: 228px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-in ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.footer-in ul li {
  margin-bottom: 8px;
}
.footer-in ul li a {
  line-height: 1.7;
  font-size: 15px;
  color: #a8a8aa;
  display: inline-flex;
  align-items: start;
}
.footer-in ul li a:before {
  content: "\203A";
  color: #fc0000;
  padding-right: 10px;
  transition: padding .2s ease 0s, margin .2s ease 0s;
  position: relative;
  top: -2px;
  line-height: inherit;
}
.footer-in ul li a:hover:before {
  padding-right: 20px;
  margin-left: -5px;
}
.footer-in h4 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 1.7;
}
.copyright-text {
  line-height: 1.7;
  color: #eee;
  font-size: 15px;
}
.social_icon.social_rss {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Laag_1' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath class='st0' d='M4,11c5,0,9,4,9,9'/%3E%3Cpath class='st0' d='M4,4c8.8,0,16,7.2,16,16'/%3E%3Ccircle class='st0' cx='5' cy='19' r='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.footer-last {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.powertext {
  color: #BDCEDE !important;
  transition: color .2s ease;
  text-decoration: none !important;
  font-size: 13.125px;
  font-weight: 400;
}
.powertext:hover {
  color: #fff !important;
}
.home .middle-block {
  margin-top: 54px;
}
.home-group-block {
  margin-left: -15px;
  margin-right: -15px;
  gap: 0;
  display: flex;
  align-items: start;
}
.pl-16 {
  padding-left: 16px;
}
.home-left-list-block {
  width: 774px;
  padding-right: 15px;
  padding-left: 15px;
}
.ads-sidebar-block {
  width: 366px;
  padding-right: 15px;
  padding-left: 15px;
}
h3 a {
  font-size: 21px;
  font-weight: 700;
  color: #000 !important;
}
h3 a:hover {
  color: #fc0000 !important;
}
.post-tags {
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
}
.post-tags a {
  color: #fc0000;
}
.text-muted, .text-muted a {
  color: #6c757d;
}
.more-news-list a {
  color: #000;
}
.more-news-list a:hover {
  color: #ff0000;
}
.more-news-list a i {
  color: #ff0000;
}
.more-news-list a i:hover {
  color: #494f54;
}
.more-news-section .home-more-btn-block {
  width: 100%;
  background: #fff;
  margin-top: -3px;
  border-top: 1px #f3f4f6 solid;
  padding: 10px;
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border: 1px solid #f2f2f2;
  border-top: none;
}
.more-news-section .load-more-btn {
  width: 100%;
  height: 50px;
  background: #2c2c2c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.more-news-section .load-more-btn span {
  margin-top: -3px;
}
.home .entry-header {
  display: none;
}
.home-full-post {
  display: grid;
  gap: 8px;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 16px;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.badge {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.badge-primary {
  background-color: #fc0000 !important;
  color: #fff !important;
}
.list-pading {
  padding: 0.25em;
}
.main-post .h2 {
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-post a {
  color: #fff !important;
}
.home-half-group {
  display: flex;
  gap: 30px;
}
.home-half-group .home-group-left-block {
  width: calc(100% - 336px) !important;
  flex-basis: inherit !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-half-group .home-group-right-block {
  width: 336px !important;
  flex-basis: inherit !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-half-group .home-group-right-block .ads-sidebar-block {
  width: 100%;
  padding: 0;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.side-sm-post h3 a {
  font-size: 1.05rem;
  color: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zoom img {
  transition: all .2s linear;
}
.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar-comments {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .14);
  border-radius: 6px;
}
.sidebar-comments .sidebar-title {
  font-size: 22px;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background-color: #fc0000;
  padding: 8px 16px;
}
.sidebar-comments .comment-date {
  font-size: 12.4688px;
  font-weight: 400;
}
.sidebar-comments .comment-text, .sidebar-comments .comment-author {
  font-size: .9375em;
}
.content-blocks a {
  text-decoration: underline;
}
.content-blocks a:hover {
  color: #fc0000;
  text-decoration: underline;
}
.content-blocks ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 16px;
}
.content-blocks ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 16px;
}
.content-blocks .wp-block-image {
  margin-bottom: 16px;
}
.content-blocks .wp-block-table table {
  margin-bottom: 0;
}
.full-block {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.left-block {
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar {
  width: 366px;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar .ads-sidebar-block {
  width: 100%;
  padding: 0;
}
.w-100 {
  width: 100px;
}
.h-100 {
  height: 100px;
}
.author-left-content .editor-content p {
  font-weight: 400;
  line-height: 1.6;
}
.author-posts-list {
  font-size: 15px;
  font-weight: 400;
}
.author-posts-list li {
  padding: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.author-posts-list li:last-child {
  border-bottom: none;
}
.author-posts-list li a {
  color: #fc0000;
}
.author-posts-list li a:hover {
  color: #494f54;
}
.date-text {
  font-size: 15px;
}
.load-more-btn {
  height: 37.5px;
  border-color: #444;
  background-color: #444;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: 500;
}
.load-more-btn:hover,.load-more-btn:active,.load-more-btn:focus {
  color: #fff;
}
.load-more-btn:focus-visible {
  outline: 0;
}
.cat-left-img .cat-badge {
  bottom: 0;
  margin-bottom: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: underline;
  max-width: 100%;
  width: auto;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  text-align: left;
}
.cat-left-img .cat-badge:hover {
  text-decoration: none;
}
.cat-list-post .author-name a,.cat-list-post .comments a {
  color: #fc0000 !important;
  text-decoration: underline;
}
.vechtsport-clap-btn {
  border-radius: 100%;
  border: 1px solid #dee2e6;
}
.claps {
  transition: 1s;
}
.claps:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,255,0,.67);
  -moz-box-shadow: 0 0 10px 0 rgba(0,255,0,.67);
  box-shadow: 0 0 10px 0 rgba(0,255,0,.67);
}
.claps.active {
  border-color: #333 !important;
}
.clap-info .bezoekers {
  font-size: .875em;
  font-weight: 400;
}
.addtoany_shortcode .addtoany_list {
  display: flex;
  gap: 5px;
  align-items: center;
}
.addtoany_shortcode .addtoany_list > a span {
  display: none !important;
}
.addtoany_shortcode .addtoany_list > a {
  display: inline-block;
  margin-left: .125rem !important;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  color: #fff !important;
  line-height: 30px;
  transition: opacity .5s;
  position: relative;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_facebook,.site .addtoany_shortcode .addtoany_list > a.a2a_button_facebook:focus {
  background-color: #3c5b96 !important;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_facebook:before {
  content: "\f09a";
}
.addtoany_shortcode .addtoany_list > a.a2a_button_facebook:hover:before {
  color: #fc0000;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_facebook:hover {
  opacity: 0.6;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_x,.site .addtoany_shortcode .addtoany_list > a.a2a_button_x:focus {
  background-color: #000 !important;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_x:hover {
  opacity: 0.6;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_x:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_5484_144541)'%3E%3Cpath d='M14.2737 10.1635L23.2022 0H21.0872L13.3312 8.82302L7.14122 0H0L9.36257 13.3432L0 23.9999H2.11503L10.3002 14.6805L16.8387 23.9999H23.9799M2.87839 1.56189H6.12767L21.0856 22.5148H17.8355' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5484_144541'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  width: 30px;
  height: 30px;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_x:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_440_34861)'%3E%3Cmask id='mask0_440_34861' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_440_34861)'%3E%3Cpath d='M14.2737 10.1635L23.2022 0H21.0872L13.3312 8.82302L7.14122 0H0L9.36257 13.3432L0 23.9999H2.11503L10.3002 14.6805L16.8387 23.9999H23.9799M2.87839 1.56189H6.12767L21.0856 22.5148H17.8355' fill='%23FC0000'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_440_34861'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.addtoany_shortcode .addtoany_list > a.a2a_button_email,.site .addtoany_shortcode .addtoany_list > a.a2a_button_email:focus {
  background-color: #000 !important;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_email:before {
  content: "\f0e0";
}
.addtoany_shortcode .addtoany_list > a.a2a_button_email:hover:before {
  color: #fc0000;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_email:hover {
  opacity: 0.6;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_copy_link,.site .addtoany_shortcode .addtoany_list > a.a2a_button_copy_link:focus {
  background-color: #000 !important;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_copy_link:before {
  content: "\f0c1";
}
.addtoany_shortcode .addtoany_list > a.a2a_button_copy_link:hover {
  opacity: 0.6;
}
.addtoany_shortcode .addtoany_list > a.a2a_button_copy_link:hover:before {
  color: #fc0000;
}
.pagination {
  display: flex;
  align-items: center;
}
.pagination > * {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  border: 1px solid #dee2e6;
}
.pagination > a {
  text-decoration: none;
  color: #000;
}
.pagination > a:hover {
  color: #fc0000;
}
.pagination > a:focus {
  outline: 0;
}
.search-more .load-more-btn {
  height: 37.5px;
  border-color: #444;
  background-color: #444;
  border-radius: 4px;
}
.single-post-tag .author-name a {
  color: #fc0000;
}
.single-badge {
  display: inline-block;
  border-radius: 0;
}
.ml-3 {
  margin-left: 16px !important;
}
.ml-1 {
  margin-right: 4px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.content-blocks .wp-block-table table td,.content-blocks .wp-block-table table th {
  border-left: none;
  border-right: none;
  border-color: #dee2e6;
  padding: 12px;
  color: #212529;
}
.wp-block-pullquote {
  clear: both;
  position: relative;
}
blockquote {
  margin: 0;
  font-size: 1.1rem;
  text-align: left;
  border-left: #000 solid 4px;
  padding: 0 0 0 20px !important;
}
blockquote cite {
  text-align: center;
}
.table-wrapper {
  overflow: auto;
  max-width: 744px;
}
.table-wrapper table th, .table-wrapper table td {
  min-width: 200px;
  max-width: 200px;
}
.wp-block-table .table-wrapper table {
  table-layout: inherit !important;
}
.author-social {
  height: 58px;
}
.author-social .share_item {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
}
.author-social .share_item.facebook {
  background-color: #3c5b96;
  color: #fff;
}
.author-social .share_item:hover {
  opacity: 0.6;
  color: #fc0000;
}
.author-social .share_item.twitter svg {
  width: 14px;
}
.author-social .share_item.twitter svg:hover {
  color: #fff;
}
.link-underline {
  text-decoration: underline !important;
}
.search-result-block h6 a {
  color: #fc0000;
  text-decoration: none !important;
}
.schema-faq .schema-faq-section {
  margin-bottom: 10px;
  border: #000 solid 1px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s linear all;
}
.schema-faq .schema-faq-section.faq-open {
  border-color: #000;
}
.schema-faq .schema-faq-question {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 16px 43px 12px 20px;
  font-size: 18px;
  line-height: 25px;
}
.schema-faq .schema-faq-question:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23black' version='1.1' id='Capa_1' width='800px' height='800px' viewBox='0 0 30.727 30.727' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  position: absolute;
  right: 22px;
  top: 19px;
  content: "";
  transition: 0.2s linear all;
}
.schema-faq .schema-faq-question.faq-active:after {
  transform: rotate(180deg);
}
.schema-faq .schema-faq-answer {
  display: none;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.wp-block-pullquote {
  padding: 0 !important;
}
.vechtsportinfo-read-more {
  margin-bottom: 1rem;
}
.vechtsportinfo-read-more article {
  position: relative;
  border: 1px solid #ededed;
  border-radius: 0;
  float: none;
  width: auto;
  padding: 0;
  overflow: hidden;
}
.vechtsportinfo-read-more div article:not(:first-child) {
  border-top: 0;
}
.vechtsportinfo-read-more article a {
  display: block;
}
.vechtsportinfo-read-more .arrow {
  float: right;
  height: 82px;
  width: 82px;
  border-left: 1px solid #ededed;
  text-align: center;
  font-size: 20px;
  line-height: 82px;
  color: #5f6570;
}
.vechtsportinfo-read-more .thumbnail {
  display: inline-block;
  float: left;
  height: 62px;
  width: 113px;
  margin: 10px;
  background-position: center center;
  background-size: cover;
}
.vechtsportinfo-read-more h4 {
  display: table-cell;
  vertical-align: middle;
  height: 82px;
  line-height: 1.4em;
  padding-right: 10px;
  font-weight: 400;
  font-size: 1em;
  color: #000;
}
.vechtsportinfo-read-more .trk_related-article {
  text-decoration: underline;
}
.vechtsportinfo-read-more .trk_related-article:hover {
  color: #fc0000;
}
.vechtsport-review-block .showlesscontent .SecSec, .vechtsport-review-block .showlesscontent .readLess {
  display: none;
}
.vechtsport-review-block .showmorecontent .SecSec, .vechtsport-review-block .showmorecontent .readLess {
  display: inline;
}
.vechtsport-review-block .showmorecontent .readMore {
  display: none;
}
.vechtsport-review-block .readMore, .vechtsport-review-block .readLess {
  color: #56B694;
  cursor: pointer;
  font-weight: 600;
}
.vechtsport-review-block {
  margin-bottom: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
}
.vechtsport-review-block .vechtsport-card-block {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.vechtsport-review-block .product-image {
  margin-right: 16px;
  object-fit: cover;
  height: 100px;
  width: 100%;
}
.vechtsport-review-block .card-detail-right {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}
.vechtsport-review-block .rating-block {
  display: flex;
}
.vechtsport-review-block .rating-count-block {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.vechtsport-review-block .count-amt {
  padding-left: 6px;
  font-weight: 800;
}
.vechtsport-review-block .rating-dots {
  padding: 0 12px;
  color: #E5E5E5;
}
.vechtsport-review-block .eur-block {
  color: rgba(37,39,40,.4);
}
.vechtsport-review-block .product-review-price {
  color: #252728;
  font-weight: 800;
}
.vechtsport-review-block .product-review-description {
  font-weight: 400;
  margin-bottom: 4px;
  color: #454F57;
}
.vechtsport-review-block .divider {
  margin-top: 16px;
}
.vechtsport-review-block .cross-icon {
  margin-right: 9px;
  min-width: 16px;
  padding-top: 2px;
}
.vechtsport-review-block .cross-icon img {
  width: 20px;
  height: 20px;
}
.vechtsport-review-block .show-more-less-btn {
  cursor: pointer;
  border: unset;
  outline: 0;
  margin-top: 5px;
  background: unset;
  color: #56B694;
}
.vechtsport-review-block .show-more-less-btn.cons-btn {
  border: unset;
  outline: 0;
  margin-top: 5px;
  background: unset;
  color: #E52D2D;
}
.newsletter-logo-img {
  width: 100%;
  max-width: 160px;
  margin: auto;
}
.newsletter-card {
  background-color: white;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}
.newsletter-card br {
  display: none;
}
.newsletter-card-body {
  padding: 1rem;
}
.newsletter-logo-container {
  width: 100%;
  max-width: 160px;
  margin: auto;
}
.newsletter-logo {
  width: 100%;
  max-width: 160px;
  justify-content: center;
  margin-bottom: 10px;
}
.newsletter-title {
  color: #000000;
  font-weight: 600;
  font-size: 1.7rem;
}
.newsletter-description {
  margin-bottom: 1rem;
}
.newsletter-card .newsletter-items {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.newsletter-card .newsletter-item {
  border: 1px solid #ccc;
  padding: 10px;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.newsletter-card .newsletter-item:last-child {
  flex-wrap: wrap;
}
.newsletter-item-info {
  margin-right: 6px;
  flex-grow: 1;
}
.newsletter-card .newsletter-item:last-child .newsletter-item-info + p {
  width: 100%;
}
.newsletter-card .newsletter-item:first-child .wpcf7-list-item-label {
  display: none;
}
.wpcf7-list-item {
  margin-left: 0;
}
.newsletter-card .newsletter-item .wpcf7-list-item > label {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: space-between;
}
.newsletter-card .newsletter-item .wpcf7-list-item > label input {
  flex-shrink: 0;
  margin-top: 4px;
  width: 19px;
  height: 19px;
}
.newsletter-card .newsletter-item h4 {
  margin-bottom: 0;
}
.newsletter-form-container {
  margin-top: 2rem;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.newsletter-card .newsletter-input-group {
  max-width: 454px;
  width: 100%;
}
.newsletter-card .newsletter-input-group > p:first-child {
  margin-bottom: 8px;
}
.newsletter-input-wrapper {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}
.wpcf7-not-valid-tip {
  margin-top: 4px;
  margin-left: -41px;
}
.newsletter-card .newsletter-input-prepend {
  background-color: #e9ecef !important;
  padding: 10px !important;
  height: 100%;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.newsletter-card .newsletter-input-prepend + p, .newsletter-input-wrapper .wpcf7-form-control-wrap, .newsletter-input-wrapper .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  display: block;
}
.newsletter-input-prepend p {
  margin-bottom: 0;
}
.newsletter-card.newsletter-input-text {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
.newsletter-card .newsletter-input {
  display: block;
  height: 43px !important;
  width: 100%;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid #d1d5db !important;
  background-color: transparent;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  outline: none;
  transition: border-color 0.2s;
}
.newsletter-card .newsletter-input:focus {
  border-color: #007bff;
}
.newsletter-card .newsletter-submit {
  width: 100%;
}
.newsletter-card .newsletter-submit .wpcf7-submit {
  font-family: "Roboto", sans-serif;
  width: 100%;
  outline: none;
  border: 1px solid #f6f6f6 !important;
  font-weight: 600;
  border-radius: 0.5rem;
  background-color: #000000 !important;
  color: white;
  padding: 0.9rem 0.5rem;
  transition: opacity 0.2s;
}
.newsletter-card .newsletter-submit .wpcf7-spinner {
  display: none;
}
.newsletter-card .newsletter-button {
  width: 100%;
  outline: none;
  border: 1px solid #f6f6f6 !important;
  font-weight: 600;
  border-radius: 0.5rem;
  background-color: #000000 !important;
  color: white;
  padding: 0.9rem 0.5rem;
  transition: opacity 0.2s;
}
.newsletter-card .newsletter-button:hover {
  opacity: 0.75;
}
.newsletter-card .newsletter-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.newsletter-card .newsletter-success-message {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #38a169;
}
.newsletter-card .newsletter-input-wrapper p {
  margin-bottom: 0;
}
.newsletter-card .newsletter-input-wrapper .wpcf7-form-control-wrap .wpcf7-form-control {
  height: 44px;
  font-family: "Roboto", sans-serif;
}
.newsletter-card .newsletter-submit .wpcf7-submit:hover {
  opacity: 0.75;
}
.newsletter-card .newsletter-input-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:focus,.newsletter-input-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:focus-visible {
  border-color: #ccc !important;
  outline: 0;
}
.newsletter-card .newsletter-item:last-child .newsletter-item-info + p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
#live-blog-load-more-btn {
  display: none !important;
}
.liveblogs-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px 0;
  margin-bottom: 16px;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}
.liveblogs-list {
  padding: 4px;
}
.liveblog-block {
  margin-bottom: 16px;
}
.text-dark {
  color: #343a40 !important;
}
.newsletters .newsletter-item {
  height: 100%;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #dee2e6;
}
.newsletters .newsletter-item .wpcf7 {
  width: 100%;
}
.newsletters .newsletter-item .wpcf7-form .wpcf7-response-output {
  margin: 0.5em 0 0.5em;
}
.next-post-block .top-link, .prev-post-block .top-link {
  color: #000;
}
.next-post-block .top-link:hover,.prev-post-block .top-link:hover {
  color: #fc0000;
}
.next-post-block .txt-link,.prev-post-block .txt-link {
  color: #fc0000;
}
.next-post-block .txt-link:hover,.prev-post-block .txt-link:hover {
  color: #494f54;
}
.comments-area {
  margin-top: 0 !important;
}
.comments-area .form-submit {
  width: 100%;
}
.comments-area .form-submit input[type="submit"] {
  width: 100%;
  background: #2c2c2c;
  color: #fff;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
.comments-area .form-submit input[type="submit"]:focus,.comments-area .form-submit input[type="submit"]:hover {
  background: #2c2c2c;
  color: #fff;
}
.comments-area textarea[name="comment"] {
  background-color: #f2f2f2;
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 134px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
}
.clap-tags {
  padding: 8px;
  margin-bottom: 4px;
  background-color: #f2f2f2;
  font-weight: 400;
  color: #212529;
}
.mostread-title {
  font-size: 25px;
}
.most-read-card .most-card-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 12px;
}
.most-read-card .rounded-none.badge {
  border-radius: 0;
}
.comment-head {
  margin-top: 24px;
  margin-bottom: 24px;
}
.text-success {
  color: #28a745 !important;
}
.comments-area [id^="comment-"], [id^="comment-featured-"] {
  scroll-margin-top: 90px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}
.wp-block-list li a {
  margin-right: 10px;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.liveblog > .bg-white {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 24px;
}
.topreactie-block .card {
  flex: 1 1 auto;
  min-height: 1px;
  margin-left: 24px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.clearfix {
  clear: both;
}
.comment-list .comment .children .comment {
  margin-left: 16px;
  margin-top: 16px;
}
.single-post-tag .author-name,.single-post-tag .date-time, .single-post-tag .current-time {
  color: #6c757d;
}
.mobile-thumb-img {
  display: none;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.mobile-thumb-img .category-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.mobile-thumb-img .category-tag a {
  display: block;
}
.newsletters .wpcf7-spinner {
  display: none !important;
}
.comment .comment-reply a {
  color: #fc0000 !important;
}
.comment-reply .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  margin-right: 8px;
}
.signle-excerpt-text, .single-page .content-blocks p:first-child {
  font-weight: 600;
  font-size: 19px;
  line-height: 28.5px;
}
.content-blocks .home-full-post a {
  text-decoration: none !important;
}
.content-blocks .home-full-post .side-sm-post .md\:block {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reacties-text-h:hover {
  color: #fc0000;
}
.logged-in .custom-submenu-wrapper {
  top: 138.8px !important;
}
.comment-respond {
  margin-top: 24px;
}
.comment .card-body .comment-respond .comment-reply-title,.comment .card-body .comment-respond .comment-form .comment-notes {
  display: none;
}
.comment .card-body .comment-respond {
  margin-top: 16px;
}
.comment-respond .comment-form-comment label {
  margin-bottom: 10px;
  display: block;
}
.comment-respond .comment-form-comment textarea[name="comment"] {
  max-height: 86px;
}
.comment-respond .comment-form-comment textarea[name="comment"]:focus {
  outline: 0;
}
.error404 .site-main {
  min-height: calc(100vh - 661px);
}
.twitter-tweet {
  margin-bottom: 16px !important;
}
.comment-form .comment-form-author, .comment-form .comment-form-email,.comment-form .comment-form-url {
  display: flex;
  gap: 5px;
}
.comment-form .comment-form-author label,.comment-form .comment-form-email label,.comment-form .comment-form-url label {
  min-width: 58px;
}
.comment-form .comment-form-author input[name="author"], .comment-form .comment-form-email input[name="email"], .comment-form .comment-form-url input[name="url"] {
  flex: 1;
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  width: 100%;
}
.not-found.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 677px);
}
.left-menu-open .custom-submenu-wrapper {
  transform: translateX(-300px);
}
.single-page .newsletters .newsletter-item .news-letter-input-parent .subscribe-newsletter {
  background-color: #444;
  border-color: #444;
}
.instagram-media {
  margin-bottom: 16px !important;
}
.category .full-block .left-block {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .image-list-parent {
    border-bottom: none;
  }
  .badge-primary {
    margin-bottom: 4px !important;
    margin-left: 0 !important;
    background-color: #fc0000 !important;
    color: #fff !important;
  }
  .single-page .hide-mobile .badge-primary {
    background-color: #fc0000 !important;
    color: #fff !important;
  }
  h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em;
  }
  .post-tags {
    font-size: 11px !important;
  }
  .mob-fw-500 {
    font-weight: 500 !important;
    font-size: 15px;
  }
  h6 a {
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .top-menu .main-navigation .menu > li > a {
    min-width: 70px;
  }
  .main-post .img-text-detail .badge-primary {
    color: #fff !important;
  }
}
@media (max-width: 1024px) {
  html {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body {
    height: 100vh;
    overflow: auto;
  }
}
@media (max-width: 991.98px) {
  .pt-\[50\%\] {
    padding-top: 67%;
  }
  .search-button-mobile {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 1.5em;
    cursor: pointer;
  }
  .search-button-mobile:hover {
    color: #fc0000;
  }
  .search-header {
    display: none;
  }
  .mobile-search-form.active {
    height: 54px;
  }
  .home-full-post {
    display: flex;
    flex-direction: column;
  }
  .home-half-group {
    flex-direction: column;
  }
  .home-half-group .home-group-left-block {
    width: 100% !important;
  }
  .home-half-group .home-group-right-block {
    width: 100% !important;
  }
  .image-list-parent {
    margin-bottom: 16px;
  }
  .full-block {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
  }
  .ads-sidebar-block {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer-col {
    width: 33.33%;
  }
  .logo-wrap .custom-logo-link {
    width: 189px;
    height: 28px;
  }
  .logo-wrap .custom-logo-link img {
    margin-top: 2px;
  }
  .schema-faq .schema-faq-question {
    font-size: 16px;
    line-height: 22px;
  }
  .schema-faq .schema-faq-answer {
    padding-top: 0;
  }
  blockquote {
    font-size: 1rem;
  }
  .newsletter-card .newsletter-items {
    grid-template-columns: 1fr;
  }
  .newsletter-card .newsletter-item:last-child .newsletter-item-info + p {
    margin-bottom: 16px;
  }
  .newsletter-card .newsletter-item:last-child .newsletter-item-info + p .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    line-height: 30px;
  }
  .newsletter-card .newsletter-item:last-child .newsletter-item-info + p .wpcf7-form-control-wrap .wpcf7-form-control, .newsletter-card .newsletter-item:last-child .newsletter-item-info + p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    width: 100%;
    display: block;
  }
  .main-post a {
    color: #000 !important;
  }
  .main-post .img-text-detail h2 {
    font-size: 25px;
  }
  .logged-in .custom-submenu-wrapper {
    top: 127.8px !important;
  }
  .top-menu .main-navigation .menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav-mobile-trigger {
    margin-top: -1px;
  }
  .sidebar .ads-sidebar-widget:last-child {
    margin-bottom: 0 !important;
  }
  .sidebar {
    margin-top: 16px;
  }
  .next-post-block .txt-link, .prev-post-block .txt-link {
    margin-top: 4px !important;
  }
  .next-prev-post.py-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .top-menu .main-navigation .menu > li > a {
    line-height: 54px;
  }
  .search-button-mobile, .theme-change {
    margin-top: -6px;
  }
}
@media (max-width: 575.98px) {
  .footer-col {
    width: 50%;
  }
  .single-badge {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .mobile-thumb-img {
    display: block;
  }
  .image-list-parent .image-list-detail .post-tags {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .image-list-parent .image-list-detail .post-tags .ml-2 {
    margin-left: 0 !important;
  }
  .image-list-parent {
    margin-bottom: 10px;
  }
  .single-post-tag .ml-3 {
    margin-left: 0 !important;
  }
  .single-post-tag span {
    margin-right: 16px;
  }
  .single-post-tag span.current-time {
    padding-left: 20px;
  }
  .single-post-tag span.current-time i {
    margin-left: -20px !important;
  }
}
@media (max-width: 479.98px) {
  .footer-col {
    width: 100%;
  }
}
@media (max-width: 374.98px) {
  .logo-wrap .custom-logo-link {
    width: 170px;
    height: 22px;
  }
}
.js-dark .bg-white {
  background-color: #222 !important;
}
.js-dark body {
  background-color: #222;
  color: #ddd;
}
.js-dark .border-bottom {
  border-color: #444 !important;
}
.js-dark .border {
  border-color: #444 !important;
}
.js-dark .h1, .js-dark .h2, .js-dark .h3, .js-dark .h4, .js-dark .h5, .js-dark .page-link, .js-dark .page-link:hover, .js-dark a, .js-dark a:hover, .js-dark h1, .js-dark h2, .js-dark h3, .js-dark h4, .js-dark h5 {
  color: #ddd !important;
}
.js-dark a:hover:not(.js-dark .badge):not(.load-more-btn):not(.top-menu .main-navigation .menu li a):not(.custom-submenu-wrapper .sub-menu a):not(.js-dark .left-sidebar-menu .menu-header-left-menu-container .menu li a) {
  color: #fc0000 !important;
}
.js-dark .border-light {
  border-color: #444 !important;
}
.js-dark table {
  color: #fff;
}
.js-dark .nav-mobile-trigger {
  color: #fff !important;
}
.js-dark .border-h-gray {
  border-color: #444 !important;
}
.js-dark .more-news-list a i {
  color: #fff !important;
}
.js-dark .more-news-section .home-more-btn-block {
  background-color: #222 !important;
  border-color: #444444;
  border-top: transparent;
}
.js-dark .border-\[\#dee2e6\] {
  border-color: #444 !important;
}
.js-dark .cat-list-post .author-name a,.js-dark .cat-list-post .comments a {
  color: #ddd !important;
}
.js-dark .vechtsport-clap-btn svg {
  fill: #fff !important;
}
.js-dark .pagination > * {
  border-color: #444 !important;
  color: #ddd !important;
}
.js-dark .addtoany_shortcode .addtoany_list > a.a2a_button_email,.js-dark .addtoany_shortcode .addtoany_list > a.a2a_button_x, .js-dark .addtoany_shortcode .addtoany_list > a.a2a_button_copy_link {
  background-color: #444 !important;
}
.js-dark .search-button-mobile {
  color: #fff !important;
}
.js-dark .content-blocks table td, .js-dark .content-blocks table th {
  color: #fff;
}
.js-dark .left-sidebar-menu .logo-block,.js-dark .left-sidebar-menu {
  background-color: #2a2a2a !important;
}
.js-dark .left-sidebar-menu .menu-header-left-menu-container .menu li a {
  color: #ddd !important;
}
.js-dark .left-sidebar-menu .menu-header-left-menu-container .menu li {
  border-color: #444 !important;
}
.js-dark .left-sidebar-menu .menu-header-left-menu-container .menu li a:hover {
  background-color: hsla(0, 0%, 100%, .3);
}
.js-dark .schema-faq .schema-faq-question:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23ddd' version='1.1' id='Capa_1' width='800px' height='800px' viewBox='0 0 30.727 30.727' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z'/%3E%3C/g%3E%3C/svg%3E");
}
.js-dark blockquote {
  border-color: #ddd;
}
.js-dark .schema-faq .schema-faq-section {
  border-color: #ddd;
}
.js-dark .badge-primary {
  color: #fff !important;
  padding: .25em .4em;
}
.js-dark .side-sm-post .text-black {
  color: #ddd;
}
.js-dark .newsletter-card {
  background-color: #000;
}
.js-dark .newsletter-card .newsletter-item:last-child .newsletter-item-info + p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  color: #ddd;
}
.js-dark .newsletter-card .newsletter-input-prepend {
  background-color: #373737 !important;
}
.js-dark input[type="text"]:focus, .js-dark input[type="email"]:focus, .js-dark input[type="url"]:focus, .js-dark input[type="password"]:focus, .js-dark input[type="search"]:focus, .js-dark input[type="number"]:focus, .js-dark input[type="tel"]:focus, .js-dark input[type="range"]:focus, .js-dark input[type="date"]:focus, .js-dark input[type="month"]:focus, .js-dark input[type="week"]:focus, .js-dark input[type="time"]:focus, .js-dark input[type="datetime"]:focus, .js-dark input[type="datetime-local"]:focus, .js-dark input[type="color"]:focus, .js-dark textarea:focus {
  color: #ddd;
}
.js-dark .clap-tags {
  background-color: #444 !important;
}
.js-dark .card-title, .js-dark .card-text {
  color: #ddd !important;
}
.js-dark .topreactie-block .card {
  background-color: #2a2a2a !important;
}
.js-dark #comments_container .card {
  background-color: #2a2a2a !important;
}
.js-dark .single-post-tag .author-name,.js-dark .single-post-tag .date-time, .js-dark .single-post-tag .current-time {
  color: #6c757d;
}
.js-dark .single-post-tag .author-name a {
  color: #ddd;
}
.js-dark .trk_related-article .fa-external-link {
  color: #ddd;
}
.js-dark .comment-author .text-dark {
  color: #93aac1 !important;
}
.js-dark .sidebar-comments .comment-author {
  color: #ddd !important;
}
.js-dark .comments-area input[type="text"], .js-dark .comments-area input[type="email"], .js-dark .comments-area input[type="url"], .js-dark .comments-area input[type="password"], .js-dark .comments-area input[type="search"], .js-dark .comments-area input[type="number"], .js-dark .comments-area input[type="tel"], .js-dark .comments-area input[type="range"], .js-dark .comments-area input[type="date"], .js-dark .comments-area input[type="month"], .js-dark .comments-area input[type="week"], .js-dark .comments-area input[type="time"], .js-dark .comments-area input[type="datetime"], .js-dark .comments-area input[type="datetime-local"], .js-dark .comments-area input[type="color"], .js-dark .comments-area textarea {
  color: #495057 !important;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
