@charset "UTF-8";
/*!
* BİANET CSS
* Version 1.20260330 
* 28 March 2026
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 8px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs,
.container-xxxs {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 0;
}

@media (min-width: 320px) {
  .container-xxs, .container {
    max-width: 320px;
  }
}
@media (min-width: 360px) {
  .container-xs, .container-xxs, .container {
    max-width: 360px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1156px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1356px;
  }
}
.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 8px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 8px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 16px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 16px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 24px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 24px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 32px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 32px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 40px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 40px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 48px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 48px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 56px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 56px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 64px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 64px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 72px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 72px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 80px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 80px;
}

@media (min-width: 320px) {
  .col-xxs {
    flex: 1 0 0%;
  }
  .row-cols-xxs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
  .g-xxs-0,
  .gx-xxs-0 {
    --bs-gutter-x: 0;
  }
  .g-xxs-0,
  .gy-xxs-0 {
    --bs-gutter-y: 0;
  }
  .g-xxs-1,
  .gx-xxs-1 {
    --bs-gutter-x: 8px;
  }
  .g-xxs-1,
  .gy-xxs-1 {
    --bs-gutter-y: 8px;
  }
  .g-xxs-2,
  .gx-xxs-2 {
    --bs-gutter-x: 16px;
  }
  .g-xxs-2,
  .gy-xxs-2 {
    --bs-gutter-y: 16px;
  }
  .g-xxs-3,
  .gx-xxs-3 {
    --bs-gutter-x: 24px;
  }
  .g-xxs-3,
  .gy-xxs-3 {
    --bs-gutter-y: 24px;
  }
  .g-xxs-4,
  .gx-xxs-4 {
    --bs-gutter-x: 32px;
  }
  .g-xxs-4,
  .gy-xxs-4 {
    --bs-gutter-y: 32px;
  }
  .g-xxs-5,
  .gx-xxs-5 {
    --bs-gutter-x: 40px;
  }
  .g-xxs-5,
  .gy-xxs-5 {
    --bs-gutter-y: 40px;
  }
  .g-xxs-6,
  .gx-xxs-6 {
    --bs-gutter-x: 48px;
  }
  .g-xxs-6,
  .gy-xxs-6 {
    --bs-gutter-y: 48px;
  }
  .g-xxs-7,
  .gx-xxs-7 {
    --bs-gutter-x: 56px;
  }
  .g-xxs-7,
  .gy-xxs-7 {
    --bs-gutter-y: 56px;
  }
  .g-xxs-8,
  .gx-xxs-8 {
    --bs-gutter-x: 64px;
  }
  .g-xxs-8,
  .gy-xxs-8 {
    --bs-gutter-y: 64px;
  }
  .g-xxs-9,
  .gx-xxs-9 {
    --bs-gutter-x: 72px;
  }
  .g-xxs-9,
  .gy-xxs-9 {
    --bs-gutter-y: 72px;
  }
  .g-xxs-10,
  .gx-xxs-10 {
    --bs-gutter-x: 80px;
  }
  .g-xxs-10,
  .gy-xxs-10 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 360px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 8px;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 8px;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 16px;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 16px;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 24px;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 24px;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 32px;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 32px;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 40px;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 40px;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 48px;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 48px;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 56px;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 56px;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 64px;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 64px;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 72px;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 72px;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 80px;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 8px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 8px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 16px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 16px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 24px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 24px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 32px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 32px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 40px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 40px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 48px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 48px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 56px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 56px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 64px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 64px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 72px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 72px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 80px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 8px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 8px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 16px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 16px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 24px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 24px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 32px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 32px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 40px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 40px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 48px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 48px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 56px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 56px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 64px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 64px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 72px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 72px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 80px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 8px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 8px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 16px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 16px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 24px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 24px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 32px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 32px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 40px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 40px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 48px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 48px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 56px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 56px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 64px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 64px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 72px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 72px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 80px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 8px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 8px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 16px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 16px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 24px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 24px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 32px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 32px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 40px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 40px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 48px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 48px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 56px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 56px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 64px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 64px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 72px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 72px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 80px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 8px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 8px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 16px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 16px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 32px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 32px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 48px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 48px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 56px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 56px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 64px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 64px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 72px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 72px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 80px;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 8px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 8px;
  --bs-modal-header-padding-y: 8px;
  --bs-modal-header-padding: 8px 8px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 319.98px) {
  .modal-fullscreen-xxs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-header,
  .modal-fullscreen-xxs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 359.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 4px;
  --bs-tooltip-padding-y: 2px;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

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

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

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

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.m-9 {
  margin: 72px !important;
}

.m-10 {
  margin: 80px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-2 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-5 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-7 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-8 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-9 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-10 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 40px !important;
}

.mt-6 {
  margin-top: 48px !important;
}

.mt-7 {
  margin-top: 56px !important;
}

.mt-8 {
  margin-top: 64px !important;
}

.mt-9 {
  margin-top: 72px !important;
}

.mt-10 {
  margin-top: 80px !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 8px !important;
}

.me-2 {
  margin-right: 16px !important;
}

.me-3 {
  margin-right: 24px !important;
}

.me-4 {
  margin-right: 32px !important;
}

.me-5 {
  margin-right: 40px !important;
}

.me-6 {
  margin-right: 48px !important;
}

.me-7 {
  margin-right: 56px !important;
}

.me-8 {
  margin-right: 64px !important;
}

.me-9 {
  margin-right: 72px !important;
}

.me-10 {
  margin-right: 80px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-6 {
  margin-bottom: 48px !important;
}

.mb-7 {
  margin-bottom: 56px !important;
}

.mb-8 {
  margin-bottom: 64px !important;
}

.mb-9 {
  margin-bottom: 72px !important;
}

.mb-10 {
  margin-bottom: 80px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 8px !important;
}

.ms-2 {
  margin-left: 16px !important;
}

.ms-3 {
  margin-left: 24px !important;
}

.ms-4 {
  margin-left: 32px !important;
}

.ms-5 {
  margin-left: 40px !important;
}

.ms-6 {
  margin-left: 48px !important;
}

.ms-7 {
  margin-left: 56px !important;
}

.ms-8 {
  margin-left: 64px !important;
}

.ms-9 {
  margin-left: 72px !important;
}

.ms-10 {
  margin-left: 80px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

.p-7 {
  padding: 56px !important;
}

.p-8 {
  padding: 64px !important;
}

.p-9 {
  padding: 72px !important;
}

.p-10 {
  padding: 80px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-2 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-3 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-4 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-5 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-7 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.px-8 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.px-9 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.px-10 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 40px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pt-7 {
  padding-top: 56px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pt-9 {
  padding-top: 72px !important;
}

.pt-10 {
  padding-top: 80px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 8px !important;
}

.pe-2 {
  padding-right: 16px !important;
}

.pe-3 {
  padding-right: 24px !important;
}

.pe-4 {
  padding-right: 32px !important;
}

.pe-5 {
  padding-right: 40px !important;
}

.pe-6 {
  padding-right: 48px !important;
}

.pe-7 {
  padding-right: 56px !important;
}

.pe-8 {
  padding-right: 64px !important;
}

.pe-9 {
  padding-right: 72px !important;
}

.pe-10 {
  padding-right: 80px !important;
}

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

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pb-7 {
  padding-bottom: 56px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pb-9 {
  padding-bottom: 72px !important;
}

.pb-10 {
  padding-bottom: 80px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 8px !important;
}

.ps-2 {
  padding-left: 16px !important;
}

.ps-3 {
  padding-left: 24px !important;
}

.ps-4 {
  padding-left: 32px !important;
}

.ps-5 {
  padding-left: 40px !important;
}

.ps-6 {
  padding-left: 48px !important;
}

.ps-7 {
  padding-left: 56px !important;
}

.ps-8 {
  padding-left: 64px !important;
}

.ps-9 {
  padding-left: 72px !important;
}

.ps-10 {
  padding-left: 80px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 8px !important;
}

.gap-2 {
  gap: 16px !important;
}

.gap-3 {
  gap: 24px !important;
}

.gap-4 {
  gap: 32px !important;
}

.gap-5 {
  gap: 40px !important;
}

.gap-6 {
  gap: 48px !important;
}

.gap-7 {
  gap: 56px !important;
}

.gap-8 {
  gap: 64px !important;
}

.gap-9 {
  gap: 72px !important;
}

.gap-10 {
  gap: 80px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 320px) {
  .float-xxs-start {
    float: left !important;
  }
  .float-xxs-end {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .justify-content-xxs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
  .order-xxs-first {
    order: -1 !important;
  }
  .order-xxs-0 {
    order: 0 !important;
  }
  .order-xxs-1 {
    order: 1 !important;
  }
  .order-xxs-2 {
    order: 2 !important;
  }
  .order-xxs-3 {
    order: 3 !important;
  }
  .order-xxs-4 {
    order: 4 !important;
  }
  .order-xxs-5 {
    order: 5 !important;
  }
  .order-xxs-last {
    order: 6 !important;
  }
  .m-xxs-0 {
    margin: 0 !important;
  }
  .m-xxs-1 {
    margin: 8px !important;
  }
  .m-xxs-2 {
    margin: 16px !important;
  }
  .m-xxs-3 {
    margin: 24px !important;
  }
  .m-xxs-4 {
    margin: 32px !important;
  }
  .m-xxs-5 {
    margin: 40px !important;
  }
  .m-xxs-6 {
    margin: 48px !important;
  }
  .m-xxs-7 {
    margin: 56px !important;
  }
  .m-xxs-8 {
    margin: 64px !important;
  }
  .m-xxs-9 {
    margin: 72px !important;
  }
  .m-xxs-10 {
    margin: 80px !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mx-xxs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxs-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxs-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxs-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxs-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xxs-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxs-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxs-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xxs-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xxs-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xxs-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxs-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxs-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxs-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxs-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxs-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxs-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxs-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xxs-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxs-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xxs-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxs-0 {
    margin-top: 0 !important;
  }
  .mt-xxs-1 {
    margin-top: 8px !important;
  }
  .mt-xxs-2 {
    margin-top: 16px !important;
  }
  .mt-xxs-3 {
    margin-top: 24px !important;
  }
  .mt-xxs-4 {
    margin-top: 32px !important;
  }
  .mt-xxs-5 {
    margin-top: 40px !important;
  }
  .mt-xxs-6 {
    margin-top: 48px !important;
  }
  .mt-xxs-7 {
    margin-top: 56px !important;
  }
  .mt-xxs-8 {
    margin-top: 64px !important;
  }
  .mt-xxs-9 {
    margin-top: 72px !important;
  }
  .mt-xxs-10 {
    margin-top: 80px !important;
  }
  .mt-xxs-auto {
    margin-top: auto !important;
  }
  .me-xxs-0 {
    margin-right: 0 !important;
  }
  .me-xxs-1 {
    margin-right: 8px !important;
  }
  .me-xxs-2 {
    margin-right: 16px !important;
  }
  .me-xxs-3 {
    margin-right: 24px !important;
  }
  .me-xxs-4 {
    margin-right: 32px !important;
  }
  .me-xxs-5 {
    margin-right: 40px !important;
  }
  .me-xxs-6 {
    margin-right: 48px !important;
  }
  .me-xxs-7 {
    margin-right: 56px !important;
  }
  .me-xxs-8 {
    margin-right: 64px !important;
  }
  .me-xxs-9 {
    margin-right: 72px !important;
  }
  .me-xxs-10 {
    margin-right: 80px !important;
  }
  .me-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-1 {
    margin-bottom: 8px !important;
  }
  .mb-xxs-2 {
    margin-bottom: 16px !important;
  }
  .mb-xxs-3 {
    margin-bottom: 24px !important;
  }
  .mb-xxs-4 {
    margin-bottom: 32px !important;
  }
  .mb-xxs-5 {
    margin-bottom: 40px !important;
  }
  .mb-xxs-6 {
    margin-bottom: 48px !important;
  }
  .mb-xxs-7 {
    margin-bottom: 56px !important;
  }
  .mb-xxs-8 {
    margin-bottom: 64px !important;
  }
  .mb-xxs-9 {
    margin-bottom: 72px !important;
  }
  .mb-xxs-10 {
    margin-bottom: 80px !important;
  }
  .mb-xxs-auto {
    margin-bottom: auto !important;
  }
  .ms-xxs-0 {
    margin-left: 0 !important;
  }
  .ms-xxs-1 {
    margin-left: 8px !important;
  }
  .ms-xxs-2 {
    margin-left: 16px !important;
  }
  .ms-xxs-3 {
    margin-left: 24px !important;
  }
  .ms-xxs-4 {
    margin-left: 32px !important;
  }
  .ms-xxs-5 {
    margin-left: 40px !important;
  }
  .ms-xxs-6 {
    margin-left: 48px !important;
  }
  .ms-xxs-7 {
    margin-left: 56px !important;
  }
  .ms-xxs-8 {
    margin-left: 64px !important;
  }
  .ms-xxs-9 {
    margin-left: 72px !important;
  }
  .ms-xxs-10 {
    margin-left: 80px !important;
  }
  .ms-xxs-auto {
    margin-left: auto !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .p-xxs-1 {
    padding: 8px !important;
  }
  .p-xxs-2 {
    padding: 16px !important;
  }
  .p-xxs-3 {
    padding: 24px !important;
  }
  .p-xxs-4 {
    padding: 32px !important;
  }
  .p-xxs-5 {
    padding: 40px !important;
  }
  .p-xxs-6 {
    padding: 48px !important;
  }
  .p-xxs-7 {
    padding: 56px !important;
  }
  .p-xxs-8 {
    padding: 64px !important;
  }
  .p-xxs-9 {
    padding: 72px !important;
  }
  .p-xxs-10 {
    padding: 80px !important;
  }
  .px-xxs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxs-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxs-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxs-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxs-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xxs-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxs-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxs-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xxs-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xxs-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xxs-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxs-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxs-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxs-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxs-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxs-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxs-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxs-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xxs-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxs-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xxs-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xxs-0 {
    padding-top: 0 !important;
  }
  .pt-xxs-1 {
    padding-top: 8px !important;
  }
  .pt-xxs-2 {
    padding-top: 16px !important;
  }
  .pt-xxs-3 {
    padding-top: 24px !important;
  }
  .pt-xxs-4 {
    padding-top: 32px !important;
  }
  .pt-xxs-5 {
    padding-top: 40px !important;
  }
  .pt-xxs-6 {
    padding-top: 48px !important;
  }
  .pt-xxs-7 {
    padding-top: 56px !important;
  }
  .pt-xxs-8 {
    padding-top: 64px !important;
  }
  .pt-xxs-9 {
    padding-top: 72px !important;
  }
  .pt-xxs-10 {
    padding-top: 80px !important;
  }
  .pe-xxs-0 {
    padding-right: 0 !important;
  }
  .pe-xxs-1 {
    padding-right: 8px !important;
  }
  .pe-xxs-2 {
    padding-right: 16px !important;
  }
  .pe-xxs-3 {
    padding-right: 24px !important;
  }
  .pe-xxs-4 {
    padding-right: 32px !important;
  }
  .pe-xxs-5 {
    padding-right: 40px !important;
  }
  .pe-xxs-6 {
    padding-right: 48px !important;
  }
  .pe-xxs-7 {
    padding-right: 56px !important;
  }
  .pe-xxs-8 {
    padding-right: 64px !important;
  }
  .pe-xxs-9 {
    padding-right: 72px !important;
  }
  .pe-xxs-10 {
    padding-right: 80px !important;
  }
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxs-1 {
    padding-bottom: 8px !important;
  }
  .pb-xxs-2 {
    padding-bottom: 16px !important;
  }
  .pb-xxs-3 {
    padding-bottom: 24px !important;
  }
  .pb-xxs-4 {
    padding-bottom: 32px !important;
  }
  .pb-xxs-5 {
    padding-bottom: 40px !important;
  }
  .pb-xxs-6 {
    padding-bottom: 48px !important;
  }
  .pb-xxs-7 {
    padding-bottom: 56px !important;
  }
  .pb-xxs-8 {
    padding-bottom: 64px !important;
  }
  .pb-xxs-9 {
    padding-bottom: 72px !important;
  }
  .pb-xxs-10 {
    padding-bottom: 80px !important;
  }
  .ps-xxs-0 {
    padding-left: 0 !important;
  }
  .ps-xxs-1 {
    padding-left: 8px !important;
  }
  .ps-xxs-2 {
    padding-left: 16px !important;
  }
  .ps-xxs-3 {
    padding-left: 24px !important;
  }
  .ps-xxs-4 {
    padding-left: 32px !important;
  }
  .ps-xxs-5 {
    padding-left: 40px !important;
  }
  .ps-xxs-6 {
    padding-left: 48px !important;
  }
  .ps-xxs-7 {
    padding-left: 56px !important;
  }
  .ps-xxs-8 {
    padding-left: 64px !important;
  }
  .ps-xxs-9 {
    padding-left: 72px !important;
  }
  .ps-xxs-10 {
    padding-left: 80px !important;
  }
  .gap-xxs-0 {
    gap: 0 !important;
  }
  .gap-xxs-1 {
    gap: 8px !important;
  }
  .gap-xxs-2 {
    gap: 16px !important;
  }
  .gap-xxs-3 {
    gap: 24px !important;
  }
  .gap-xxs-4 {
    gap: 32px !important;
  }
  .gap-xxs-5 {
    gap: 40px !important;
  }
  .gap-xxs-6 {
    gap: 48px !important;
  }
  .gap-xxs-7 {
    gap: 56px !important;
  }
  .gap-xxs-8 {
    gap: 64px !important;
  }
  .gap-xxs-9 {
    gap: 72px !important;
  }
  .gap-xxs-10 {
    gap: 80px !important;
  }
  .text-xxs-start {
    text-align: left !important;
  }
  .text-xxs-end {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 360px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 8px !important;
  }
  .m-xs-2 {
    margin: 16px !important;
  }
  .m-xs-3 {
    margin: 24px !important;
  }
  .m-xs-4 {
    margin: 32px !important;
  }
  .m-xs-5 {
    margin: 40px !important;
  }
  .m-xs-6 {
    margin: 48px !important;
  }
  .m-xs-7 {
    margin: 56px !important;
  }
  .m-xs-8 {
    margin: 64px !important;
  }
  .m-xs-9 {
    margin: 72px !important;
  }
  .m-xs-10 {
    margin: 80px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xs-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xs-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xs-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xs-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xs-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xs-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xs-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xs-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xs-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xs-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xs-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xs-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xs-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xs-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xs-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xs-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xs-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xs-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 8px !important;
  }
  .mt-xs-2 {
    margin-top: 16px !important;
  }
  .mt-xs-3 {
    margin-top: 24px !important;
  }
  .mt-xs-4 {
    margin-top: 32px !important;
  }
  .mt-xs-5 {
    margin-top: 40px !important;
  }
  .mt-xs-6 {
    margin-top: 48px !important;
  }
  .mt-xs-7 {
    margin-top: 56px !important;
  }
  .mt-xs-8 {
    margin-top: 64px !important;
  }
  .mt-xs-9 {
    margin-top: 72px !important;
  }
  .mt-xs-10 {
    margin-top: 80px !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 8px !important;
  }
  .me-xs-2 {
    margin-right: 16px !important;
  }
  .me-xs-3 {
    margin-right: 24px !important;
  }
  .me-xs-4 {
    margin-right: 32px !important;
  }
  .me-xs-5 {
    margin-right: 40px !important;
  }
  .me-xs-6 {
    margin-right: 48px !important;
  }
  .me-xs-7 {
    margin-right: 56px !important;
  }
  .me-xs-8 {
    margin-right: 64px !important;
  }
  .me-xs-9 {
    margin-right: 72px !important;
  }
  .me-xs-10 {
    margin-right: 80px !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 8px !important;
  }
  .mb-xs-2 {
    margin-bottom: 16px !important;
  }
  .mb-xs-3 {
    margin-bottom: 24px !important;
  }
  .mb-xs-4 {
    margin-bottom: 32px !important;
  }
  .mb-xs-5 {
    margin-bottom: 40px !important;
  }
  .mb-xs-6 {
    margin-bottom: 48px !important;
  }
  .mb-xs-7 {
    margin-bottom: 56px !important;
  }
  .mb-xs-8 {
    margin-bottom: 64px !important;
  }
  .mb-xs-9 {
    margin-bottom: 72px !important;
  }
  .mb-xs-10 {
    margin-bottom: 80px !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 8px !important;
  }
  .ms-xs-2 {
    margin-left: 16px !important;
  }
  .ms-xs-3 {
    margin-left: 24px !important;
  }
  .ms-xs-4 {
    margin-left: 32px !important;
  }
  .ms-xs-5 {
    margin-left: 40px !important;
  }
  .ms-xs-6 {
    margin-left: 48px !important;
  }
  .ms-xs-7 {
    margin-left: 56px !important;
  }
  .ms-xs-8 {
    margin-left: 64px !important;
  }
  .ms-xs-9 {
    margin-left: 72px !important;
  }
  .ms-xs-10 {
    margin-left: 80px !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 8px !important;
  }
  .p-xs-2 {
    padding: 16px !important;
  }
  .p-xs-3 {
    padding: 24px !important;
  }
  .p-xs-4 {
    padding: 32px !important;
  }
  .p-xs-5 {
    padding: 40px !important;
  }
  .p-xs-6 {
    padding: 48px !important;
  }
  .p-xs-7 {
    padding: 56px !important;
  }
  .p-xs-8 {
    padding: 64px !important;
  }
  .p-xs-9 {
    padding: 72px !important;
  }
  .p-xs-10 {
    padding: 80px !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xs-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xs-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xs-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xs-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xs-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xs-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xs-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xs-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xs-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xs-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xs-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xs-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xs-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xs-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xs-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xs-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xs-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xs-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 8px !important;
  }
  .pt-xs-2 {
    padding-top: 16px !important;
  }
  .pt-xs-3 {
    padding-top: 24px !important;
  }
  .pt-xs-4 {
    padding-top: 32px !important;
  }
  .pt-xs-5 {
    padding-top: 40px !important;
  }
  .pt-xs-6 {
    padding-top: 48px !important;
  }
  .pt-xs-7 {
    padding-top: 56px !important;
  }
  .pt-xs-8 {
    padding-top: 64px !important;
  }
  .pt-xs-9 {
    padding-top: 72px !important;
  }
  .pt-xs-10 {
    padding-top: 80px !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 8px !important;
  }
  .pe-xs-2 {
    padding-right: 16px !important;
  }
  .pe-xs-3 {
    padding-right: 24px !important;
  }
  .pe-xs-4 {
    padding-right: 32px !important;
  }
  .pe-xs-5 {
    padding-right: 40px !important;
  }
  .pe-xs-6 {
    padding-right: 48px !important;
  }
  .pe-xs-7 {
    padding-right: 56px !important;
  }
  .pe-xs-8 {
    padding-right: 64px !important;
  }
  .pe-xs-9 {
    padding-right: 72px !important;
  }
  .pe-xs-10 {
    padding-right: 80px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 8px !important;
  }
  .pb-xs-2 {
    padding-bottom: 16px !important;
  }
  .pb-xs-3 {
    padding-bottom: 24px !important;
  }
  .pb-xs-4 {
    padding-bottom: 32px !important;
  }
  .pb-xs-5 {
    padding-bottom: 40px !important;
  }
  .pb-xs-6 {
    padding-bottom: 48px !important;
  }
  .pb-xs-7 {
    padding-bottom: 56px !important;
  }
  .pb-xs-8 {
    padding-bottom: 64px !important;
  }
  .pb-xs-9 {
    padding-bottom: 72px !important;
  }
  .pb-xs-10 {
    padding-bottom: 80px !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 8px !important;
  }
  .ps-xs-2 {
    padding-left: 16px !important;
  }
  .ps-xs-3 {
    padding-left: 24px !important;
  }
  .ps-xs-4 {
    padding-left: 32px !important;
  }
  .ps-xs-5 {
    padding-left: 40px !important;
  }
  .ps-xs-6 {
    padding-left: 48px !important;
  }
  .ps-xs-7 {
    padding-left: 56px !important;
  }
  .ps-xs-8 {
    padding-left: 64px !important;
  }
  .ps-xs-9 {
    padding-left: 72px !important;
  }
  .ps-xs-10 {
    padding-left: 80px !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 8px !important;
  }
  .gap-xs-2 {
    gap: 16px !important;
  }
  .gap-xs-3 {
    gap: 24px !important;
  }
  .gap-xs-4 {
    gap: 32px !important;
  }
  .gap-xs-5 {
    gap: 40px !important;
  }
  .gap-xs-6 {
    gap: 48px !important;
  }
  .gap-xs-7 {
    gap: 56px !important;
  }
  .gap-xs-8 {
    gap: 64px !important;
  }
  .gap-xs-9 {
    gap: 72px !important;
  }
  .gap-xs-10 {
    gap: 80px !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .m-sm-6 {
    margin: 48px !important;
  }
  .m-sm-7 {
    margin: 56px !important;
  }
  .m-sm-8 {
    margin: 64px !important;
  }
  .m-sm-9 {
    margin: 72px !important;
  }
  .m-sm-10 {
    margin: 80px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sm-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sm-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 8px !important;
  }
  .mt-sm-2 {
    margin-top: 16px !important;
  }
  .mt-sm-3 {
    margin-top: 24px !important;
  }
  .mt-sm-4 {
    margin-top: 32px !important;
  }
  .mt-sm-5 {
    margin-top: 40px !important;
  }
  .mt-sm-6 {
    margin-top: 48px !important;
  }
  .mt-sm-7 {
    margin-top: 56px !important;
  }
  .mt-sm-8 {
    margin-top: 64px !important;
  }
  .mt-sm-9 {
    margin-top: 72px !important;
  }
  .mt-sm-10 {
    margin-top: 80px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 8px !important;
  }
  .me-sm-2 {
    margin-right: 16px !important;
  }
  .me-sm-3 {
    margin-right: 24px !important;
  }
  .me-sm-4 {
    margin-right: 32px !important;
  }
  .me-sm-5 {
    margin-right: 40px !important;
  }
  .me-sm-6 {
    margin-right: 48px !important;
  }
  .me-sm-7 {
    margin-right: 56px !important;
  }
  .me-sm-8 {
    margin-right: 64px !important;
  }
  .me-sm-9 {
    margin-right: 72px !important;
  }
  .me-sm-10 {
    margin-right: 80px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 16px !important;
  }
  .mb-sm-3 {
    margin-bottom: 24px !important;
  }
  .mb-sm-4 {
    margin-bottom: 32px !important;
  }
  .mb-sm-5 {
    margin-bottom: 40px !important;
  }
  .mb-sm-6 {
    margin-bottom: 48px !important;
  }
  .mb-sm-7 {
    margin-bottom: 56px !important;
  }
  .mb-sm-8 {
    margin-bottom: 64px !important;
  }
  .mb-sm-9 {
    margin-bottom: 72px !important;
  }
  .mb-sm-10 {
    margin-bottom: 80px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 8px !important;
  }
  .ms-sm-2 {
    margin-left: 16px !important;
  }
  .ms-sm-3 {
    margin-left: 24px !important;
  }
  .ms-sm-4 {
    margin-left: 32px !important;
  }
  .ms-sm-5 {
    margin-left: 40px !important;
  }
  .ms-sm-6 {
    margin-left: 48px !important;
  }
  .ms-sm-7 {
    margin-left: 56px !important;
  }
  .ms-sm-8 {
    margin-left: 64px !important;
  }
  .ms-sm-9 {
    margin-left: 72px !important;
  }
  .ms-sm-10 {
    margin-left: 80px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .p-sm-6 {
    padding: 48px !important;
  }
  .p-sm-7 {
    padding: 56px !important;
  }
  .p-sm-8 {
    padding: 64px !important;
  }
  .p-sm-9 {
    padding: 72px !important;
  }
  .p-sm-10 {
    padding: 80px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sm-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sm-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sm-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 8px !important;
  }
  .pt-sm-2 {
    padding-top: 16px !important;
  }
  .pt-sm-3 {
    padding-top: 24px !important;
  }
  .pt-sm-4 {
    padding-top: 32px !important;
  }
  .pt-sm-5 {
    padding-top: 40px !important;
  }
  .pt-sm-6 {
    padding-top: 48px !important;
  }
  .pt-sm-7 {
    padding-top: 56px !important;
  }
  .pt-sm-8 {
    padding-top: 64px !important;
  }
  .pt-sm-9 {
    padding-top: 72px !important;
  }
  .pt-sm-10 {
    padding-top: 80px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 8px !important;
  }
  .pe-sm-2 {
    padding-right: 16px !important;
  }
  .pe-sm-3 {
    padding-right: 24px !important;
  }
  .pe-sm-4 {
    padding-right: 32px !important;
  }
  .pe-sm-5 {
    padding-right: 40px !important;
  }
  .pe-sm-6 {
    padding-right: 48px !important;
  }
  .pe-sm-7 {
    padding-right: 56px !important;
  }
  .pe-sm-8 {
    padding-right: 64px !important;
  }
  .pe-sm-9 {
    padding-right: 72px !important;
  }
  .pe-sm-10 {
    padding-right: 80px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 16px !important;
  }
  .pb-sm-3 {
    padding-bottom: 24px !important;
  }
  .pb-sm-4 {
    padding-bottom: 32px !important;
  }
  .pb-sm-5 {
    padding-bottom: 40px !important;
  }
  .pb-sm-6 {
    padding-bottom: 48px !important;
  }
  .pb-sm-7 {
    padding-bottom: 56px !important;
  }
  .pb-sm-8 {
    padding-bottom: 64px !important;
  }
  .pb-sm-9 {
    padding-bottom: 72px !important;
  }
  .pb-sm-10 {
    padding-bottom: 80px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 8px !important;
  }
  .ps-sm-2 {
    padding-left: 16px !important;
  }
  .ps-sm-3 {
    padding-left: 24px !important;
  }
  .ps-sm-4 {
    padding-left: 32px !important;
  }
  .ps-sm-5 {
    padding-left: 40px !important;
  }
  .ps-sm-6 {
    padding-left: 48px !important;
  }
  .ps-sm-7 {
    padding-left: 56px !important;
  }
  .ps-sm-8 {
    padding-left: 64px !important;
  }
  .ps-sm-9 {
    padding-left: 72px !important;
  }
  .ps-sm-10 {
    padding-left: 80px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 8px !important;
  }
  .gap-sm-2 {
    gap: 16px !important;
  }
  .gap-sm-3 {
    gap: 24px !important;
  }
  .gap-sm-4 {
    gap: 32px !important;
  }
  .gap-sm-5 {
    gap: 40px !important;
  }
  .gap-sm-6 {
    gap: 48px !important;
  }
  .gap-sm-7 {
    gap: 56px !important;
  }
  .gap-sm-8 {
    gap: 64px !important;
  }
  .gap-sm-9 {
    gap: 72px !important;
  }
  .gap-sm-10 {
    gap: 80px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .m-md-7 {
    margin: 56px !important;
  }
  .m-md-8 {
    margin: 64px !important;
  }
  .m-md-9 {
    margin: 72px !important;
  }
  .m-md-10 {
    margin: 80px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-md-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-md-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 8px !important;
  }
  .mt-md-2 {
    margin-top: 16px !important;
  }
  .mt-md-3 {
    margin-top: 24px !important;
  }
  .mt-md-4 {
    margin-top: 32px !important;
  }
  .mt-md-5 {
    margin-top: 40px !important;
  }
  .mt-md-6 {
    margin-top: 48px !important;
  }
  .mt-md-7 {
    margin-top: 56px !important;
  }
  .mt-md-8 {
    margin-top: 64px !important;
  }
  .mt-md-9 {
    margin-top: 72px !important;
  }
  .mt-md-10 {
    margin-top: 80px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 8px !important;
  }
  .me-md-2 {
    margin-right: 16px !important;
  }
  .me-md-3 {
    margin-right: 24px !important;
  }
  .me-md-4 {
    margin-right: 32px !important;
  }
  .me-md-5 {
    margin-right: 40px !important;
  }
  .me-md-6 {
    margin-right: 48px !important;
  }
  .me-md-7 {
    margin-right: 56px !important;
  }
  .me-md-8 {
    margin-right: 64px !important;
  }
  .me-md-9 {
    margin-right: 72px !important;
  }
  .me-md-10 {
    margin-right: 80px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 16px !important;
  }
  .mb-md-3 {
    margin-bottom: 24px !important;
  }
  .mb-md-4 {
    margin-bottom: 32px !important;
  }
  .mb-md-5 {
    margin-bottom: 40px !important;
  }
  .mb-md-6 {
    margin-bottom: 48px !important;
  }
  .mb-md-7 {
    margin-bottom: 56px !important;
  }
  .mb-md-8 {
    margin-bottom: 64px !important;
  }
  .mb-md-9 {
    margin-bottom: 72px !important;
  }
  .mb-md-10 {
    margin-bottom: 80px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 8px !important;
  }
  .ms-md-2 {
    margin-left: 16px !important;
  }
  .ms-md-3 {
    margin-left: 24px !important;
  }
  .ms-md-4 {
    margin-left: 32px !important;
  }
  .ms-md-5 {
    margin-left: 40px !important;
  }
  .ms-md-6 {
    margin-left: 48px !important;
  }
  .ms-md-7 {
    margin-left: 56px !important;
  }
  .ms-md-8 {
    margin-left: 64px !important;
  }
  .ms-md-9 {
    margin-left: 72px !important;
  }
  .ms-md-10 {
    margin-left: 80px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .p-md-7 {
    padding: 56px !important;
  }
  .p-md-8 {
    padding: 64px !important;
  }
  .p-md-9 {
    padding: 72px !important;
  }
  .p-md-10 {
    padding: 80px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-md-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-md-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-md-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 8px !important;
  }
  .pt-md-2 {
    padding-top: 16px !important;
  }
  .pt-md-3 {
    padding-top: 24px !important;
  }
  .pt-md-4 {
    padding-top: 32px !important;
  }
  .pt-md-5 {
    padding-top: 40px !important;
  }
  .pt-md-6 {
    padding-top: 48px !important;
  }
  .pt-md-7 {
    padding-top: 56px !important;
  }
  .pt-md-8 {
    padding-top: 64px !important;
  }
  .pt-md-9 {
    padding-top: 72px !important;
  }
  .pt-md-10 {
    padding-top: 80px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 8px !important;
  }
  .pe-md-2 {
    padding-right: 16px !important;
  }
  .pe-md-3 {
    padding-right: 24px !important;
  }
  .pe-md-4 {
    padding-right: 32px !important;
  }
  .pe-md-5 {
    padding-right: 40px !important;
  }
  .pe-md-6 {
    padding-right: 48px !important;
  }
  .pe-md-7 {
    padding-right: 56px !important;
  }
  .pe-md-8 {
    padding-right: 64px !important;
  }
  .pe-md-9 {
    padding-right: 72px !important;
  }
  .pe-md-10 {
    padding-right: 80px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 16px !important;
  }
  .pb-md-3 {
    padding-bottom: 24px !important;
  }
  .pb-md-4 {
    padding-bottom: 32px !important;
  }
  .pb-md-5 {
    padding-bottom: 40px !important;
  }
  .pb-md-6 {
    padding-bottom: 48px !important;
  }
  .pb-md-7 {
    padding-bottom: 56px !important;
  }
  .pb-md-8 {
    padding-bottom: 64px !important;
  }
  .pb-md-9 {
    padding-bottom: 72px !important;
  }
  .pb-md-10 {
    padding-bottom: 80px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 8px !important;
  }
  .ps-md-2 {
    padding-left: 16px !important;
  }
  .ps-md-3 {
    padding-left: 24px !important;
  }
  .ps-md-4 {
    padding-left: 32px !important;
  }
  .ps-md-5 {
    padding-left: 40px !important;
  }
  .ps-md-6 {
    padding-left: 48px !important;
  }
  .ps-md-7 {
    padding-left: 56px !important;
  }
  .ps-md-8 {
    padding-left: 64px !important;
  }
  .ps-md-9 {
    padding-left: 72px !important;
  }
  .ps-md-10 {
    padding-left: 80px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 8px !important;
  }
  .gap-md-2 {
    gap: 16px !important;
  }
  .gap-md-3 {
    gap: 24px !important;
  }
  .gap-md-4 {
    gap: 32px !important;
  }
  .gap-md-5 {
    gap: 40px !important;
  }
  .gap-md-6 {
    gap: 48px !important;
  }
  .gap-md-7 {
    gap: 56px !important;
  }
  .gap-md-8 {
    gap: 64px !important;
  }
  .gap-md-9 {
    gap: 72px !important;
  }
  .gap-md-10 {
    gap: 80px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .m-lg-7 {
    margin: 56px !important;
  }
  .m-lg-8 {
    margin: 64px !important;
  }
  .m-lg-9 {
    margin: 72px !important;
  }
  .m-lg-10 {
    margin: 80px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-lg-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-lg-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-lg-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-lg-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-lg-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-lg-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 8px !important;
  }
  .mt-lg-2 {
    margin-top: 16px !important;
  }
  .mt-lg-3 {
    margin-top: 24px !important;
  }
  .mt-lg-4 {
    margin-top: 32px !important;
  }
  .mt-lg-5 {
    margin-top: 40px !important;
  }
  .mt-lg-6 {
    margin-top: 48px !important;
  }
  .mt-lg-7 {
    margin-top: 56px !important;
  }
  .mt-lg-8 {
    margin-top: 64px !important;
  }
  .mt-lg-9 {
    margin-top: 72px !important;
  }
  .mt-lg-10 {
    margin-top: 80px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 8px !important;
  }
  .me-lg-2 {
    margin-right: 16px !important;
  }
  .me-lg-3 {
    margin-right: 24px !important;
  }
  .me-lg-4 {
    margin-right: 32px !important;
  }
  .me-lg-5 {
    margin-right: 40px !important;
  }
  .me-lg-6 {
    margin-right: 48px !important;
  }
  .me-lg-7 {
    margin-right: 56px !important;
  }
  .me-lg-8 {
    margin-right: 64px !important;
  }
  .me-lg-9 {
    margin-right: 72px !important;
  }
  .me-lg-10 {
    margin-right: 80px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 16px !important;
  }
  .mb-lg-3 {
    margin-bottom: 24px !important;
  }
  .mb-lg-4 {
    margin-bottom: 32px !important;
  }
  .mb-lg-5 {
    margin-bottom: 40px !important;
  }
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
  .mb-lg-7 {
    margin-bottom: 56px !important;
  }
  .mb-lg-8 {
    margin-bottom: 64px !important;
  }
  .mb-lg-9 {
    margin-bottom: 72px !important;
  }
  .mb-lg-10 {
    margin-bottom: 80px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 8px !important;
  }
  .ms-lg-2 {
    margin-left: 16px !important;
  }
  .ms-lg-3 {
    margin-left: 24px !important;
  }
  .ms-lg-4 {
    margin-left: 32px !important;
  }
  .ms-lg-5 {
    margin-left: 40px !important;
  }
  .ms-lg-6 {
    margin-left: 48px !important;
  }
  .ms-lg-7 {
    margin-left: 56px !important;
  }
  .ms-lg-8 {
    margin-left: 64px !important;
  }
  .ms-lg-9 {
    margin-left: 72px !important;
  }
  .ms-lg-10 {
    margin-left: 80px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .p-lg-7 {
    padding: 56px !important;
  }
  .p-lg-8 {
    padding: 64px !important;
  }
  .p-lg-9 {
    padding: 72px !important;
  }
  .p-lg-10 {
    padding: 80px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-lg-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-lg-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-lg-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-lg-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-lg-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-lg-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-lg-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 8px !important;
  }
  .pt-lg-2 {
    padding-top: 16px !important;
  }
  .pt-lg-3 {
    padding-top: 24px !important;
  }
  .pt-lg-4 {
    padding-top: 32px !important;
  }
  .pt-lg-5 {
    padding-top: 40px !important;
  }
  .pt-lg-6 {
    padding-top: 48px !important;
  }
  .pt-lg-7 {
    padding-top: 56px !important;
  }
  .pt-lg-8 {
    padding-top: 64px !important;
  }
  .pt-lg-9 {
    padding-top: 72px !important;
  }
  .pt-lg-10 {
    padding-top: 80px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 8px !important;
  }
  .pe-lg-2 {
    padding-right: 16px !important;
  }
  .pe-lg-3 {
    padding-right: 24px !important;
  }
  .pe-lg-4 {
    padding-right: 32px !important;
  }
  .pe-lg-5 {
    padding-right: 40px !important;
  }
  .pe-lg-6 {
    padding-right: 48px !important;
  }
  .pe-lg-7 {
    padding-right: 56px !important;
  }
  .pe-lg-8 {
    padding-right: 64px !important;
  }
  .pe-lg-9 {
    padding-right: 72px !important;
  }
  .pe-lg-10 {
    padding-right: 80px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 16px !important;
  }
  .pb-lg-3 {
    padding-bottom: 24px !important;
  }
  .pb-lg-4 {
    padding-bottom: 32px !important;
  }
  .pb-lg-5 {
    padding-bottom: 40px !important;
  }
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
  .pb-lg-7 {
    padding-bottom: 56px !important;
  }
  .pb-lg-8 {
    padding-bottom: 64px !important;
  }
  .pb-lg-9 {
    padding-bottom: 72px !important;
  }
  .pb-lg-10 {
    padding-bottom: 80px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 8px !important;
  }
  .ps-lg-2 {
    padding-left: 16px !important;
  }
  .ps-lg-3 {
    padding-left: 24px !important;
  }
  .ps-lg-4 {
    padding-left: 32px !important;
  }
  .ps-lg-5 {
    padding-left: 40px !important;
  }
  .ps-lg-6 {
    padding-left: 48px !important;
  }
  .ps-lg-7 {
    padding-left: 56px !important;
  }
  .ps-lg-8 {
    padding-left: 64px !important;
  }
  .ps-lg-9 {
    padding-left: 72px !important;
  }
  .ps-lg-10 {
    padding-left: 80px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 8px !important;
  }
  .gap-lg-2 {
    gap: 16px !important;
  }
  .gap-lg-3 {
    gap: 24px !important;
  }
  .gap-lg-4 {
    gap: 32px !important;
  }
  .gap-lg-5 {
    gap: 40px !important;
  }
  .gap-lg-6 {
    gap: 48px !important;
  }
  .gap-lg-7 {
    gap: 56px !important;
  }
  .gap-lg-8 {
    gap: 64px !important;
  }
  .gap-lg-9 {
    gap: 72px !important;
  }
  .gap-lg-10 {
    gap: 80px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .m-xl-6 {
    margin: 48px !important;
  }
  .m-xl-7 {
    margin: 56px !important;
  }
  .m-xl-8 {
    margin: 64px !important;
  }
  .m-xl-9 {
    margin: 72px !important;
  }
  .m-xl-10 {
    margin: 80px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xl-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xl-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 8px !important;
  }
  .mt-xl-2 {
    margin-top: 16px !important;
  }
  .mt-xl-3 {
    margin-top: 24px !important;
  }
  .mt-xl-4 {
    margin-top: 32px !important;
  }
  .mt-xl-5 {
    margin-top: 40px !important;
  }
  .mt-xl-6 {
    margin-top: 48px !important;
  }
  .mt-xl-7 {
    margin-top: 56px !important;
  }
  .mt-xl-8 {
    margin-top: 64px !important;
  }
  .mt-xl-9 {
    margin-top: 72px !important;
  }
  .mt-xl-10 {
    margin-top: 80px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 8px !important;
  }
  .me-xl-2 {
    margin-right: 16px !important;
  }
  .me-xl-3 {
    margin-right: 24px !important;
  }
  .me-xl-4 {
    margin-right: 32px !important;
  }
  .me-xl-5 {
    margin-right: 40px !important;
  }
  .me-xl-6 {
    margin-right: 48px !important;
  }
  .me-xl-7 {
    margin-right: 56px !important;
  }
  .me-xl-8 {
    margin-right: 64px !important;
  }
  .me-xl-9 {
    margin-right: 72px !important;
  }
  .me-xl-10 {
    margin-right: 80px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 8px !important;
  }
  .mb-xl-2 {
    margin-bottom: 16px !important;
  }
  .mb-xl-3 {
    margin-bottom: 24px !important;
  }
  .mb-xl-4 {
    margin-bottom: 32px !important;
  }
  .mb-xl-5 {
    margin-bottom: 40px !important;
  }
  .mb-xl-6 {
    margin-bottom: 48px !important;
  }
  .mb-xl-7 {
    margin-bottom: 56px !important;
  }
  .mb-xl-8 {
    margin-bottom: 64px !important;
  }
  .mb-xl-9 {
    margin-bottom: 72px !important;
  }
  .mb-xl-10 {
    margin-bottom: 80px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 8px !important;
  }
  .ms-xl-2 {
    margin-left: 16px !important;
  }
  .ms-xl-3 {
    margin-left: 24px !important;
  }
  .ms-xl-4 {
    margin-left: 32px !important;
  }
  .ms-xl-5 {
    margin-left: 40px !important;
  }
  .ms-xl-6 {
    margin-left: 48px !important;
  }
  .ms-xl-7 {
    margin-left: 56px !important;
  }
  .ms-xl-8 {
    margin-left: 64px !important;
  }
  .ms-xl-9 {
    margin-left: 72px !important;
  }
  .ms-xl-10 {
    margin-left: 80px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .p-xl-6 {
    padding: 48px !important;
  }
  .p-xl-7 {
    padding: 56px !important;
  }
  .p-xl-8 {
    padding: 64px !important;
  }
  .p-xl-9 {
    padding: 72px !important;
  }
  .p-xl-10 {
    padding: 80px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xl-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xl-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xl-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 8px !important;
  }
  .pt-xl-2 {
    padding-top: 16px !important;
  }
  .pt-xl-3 {
    padding-top: 24px !important;
  }
  .pt-xl-4 {
    padding-top: 32px !important;
  }
  .pt-xl-5 {
    padding-top: 40px !important;
  }
  .pt-xl-6 {
    padding-top: 48px !important;
  }
  .pt-xl-7 {
    padding-top: 56px !important;
  }
  .pt-xl-8 {
    padding-top: 64px !important;
  }
  .pt-xl-9 {
    padding-top: 72px !important;
  }
  .pt-xl-10 {
    padding-top: 80px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 8px !important;
  }
  .pe-xl-2 {
    padding-right: 16px !important;
  }
  .pe-xl-3 {
    padding-right: 24px !important;
  }
  .pe-xl-4 {
    padding-right: 32px !important;
  }
  .pe-xl-5 {
    padding-right: 40px !important;
  }
  .pe-xl-6 {
    padding-right: 48px !important;
  }
  .pe-xl-7 {
    padding-right: 56px !important;
  }
  .pe-xl-8 {
    padding-right: 64px !important;
  }
  .pe-xl-9 {
    padding-right: 72px !important;
  }
  .pe-xl-10 {
    padding-right: 80px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 16px !important;
  }
  .pb-xl-3 {
    padding-bottom: 24px !important;
  }
  .pb-xl-4 {
    padding-bottom: 32px !important;
  }
  .pb-xl-5 {
    padding-bottom: 40px !important;
  }
  .pb-xl-6 {
    padding-bottom: 48px !important;
  }
  .pb-xl-7 {
    padding-bottom: 56px !important;
  }
  .pb-xl-8 {
    padding-bottom: 64px !important;
  }
  .pb-xl-9 {
    padding-bottom: 72px !important;
  }
  .pb-xl-10 {
    padding-bottom: 80px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 8px !important;
  }
  .ps-xl-2 {
    padding-left: 16px !important;
  }
  .ps-xl-3 {
    padding-left: 24px !important;
  }
  .ps-xl-4 {
    padding-left: 32px !important;
  }
  .ps-xl-5 {
    padding-left: 40px !important;
  }
  .ps-xl-6 {
    padding-left: 48px !important;
  }
  .ps-xl-7 {
    padding-left: 56px !important;
  }
  .ps-xl-8 {
    padding-left: 64px !important;
  }
  .ps-xl-9 {
    padding-left: 72px !important;
  }
  .ps-xl-10 {
    padding-left: 80px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 8px !important;
  }
  .gap-xl-2 {
    gap: 16px !important;
  }
  .gap-xl-3 {
    gap: 24px !important;
  }
  .gap-xl-4 {
    gap: 32px !important;
  }
  .gap-xl-5 {
    gap: 40px !important;
  }
  .gap-xl-6 {
    gap: 48px !important;
  }
  .gap-xl-7 {
    gap: 56px !important;
  }
  .gap-xl-8 {
    gap: 64px !important;
  }
  .gap-xl-9 {
    gap: 72px !important;
  }
  .gap-xl-10 {
    gap: 80px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 8px !important;
  }
  .m-xxl-2 {
    margin: 16px !important;
  }
  .m-xxl-3 {
    margin: 24px !important;
  }
  .m-xxl-4 {
    margin: 32px !important;
  }
  .m-xxl-5 {
    margin: 40px !important;
  }
  .m-xxl-6 {
    margin: 48px !important;
  }
  .m-xxl-7 {
    margin: 56px !important;
  }
  .m-xxl-8 {
    margin: 64px !important;
  }
  .m-xxl-9 {
    margin: 72px !important;
  }
  .m-xxl-10 {
    margin: 80px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxl-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xxl-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxl-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xxl-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xxl-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xxl-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxl-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xxl-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxl-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xxl-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 8px !important;
  }
  .mt-xxl-2 {
    margin-top: 16px !important;
  }
  .mt-xxl-3 {
    margin-top: 24px !important;
  }
  .mt-xxl-4 {
    margin-top: 32px !important;
  }
  .mt-xxl-5 {
    margin-top: 40px !important;
  }
  .mt-xxl-6 {
    margin-top: 48px !important;
  }
  .mt-xxl-7 {
    margin-top: 56px !important;
  }
  .mt-xxl-8 {
    margin-top: 64px !important;
  }
  .mt-xxl-9 {
    margin-top: 72px !important;
  }
  .mt-xxl-10 {
    margin-top: 80px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 8px !important;
  }
  .me-xxl-2 {
    margin-right: 16px !important;
  }
  .me-xxl-3 {
    margin-right: 24px !important;
  }
  .me-xxl-4 {
    margin-right: 32px !important;
  }
  .me-xxl-5 {
    margin-right: 40px !important;
  }
  .me-xxl-6 {
    margin-right: 48px !important;
  }
  .me-xxl-7 {
    margin-right: 56px !important;
  }
  .me-xxl-8 {
    margin-right: 64px !important;
  }
  .me-xxl-9 {
    margin-right: 72px !important;
  }
  .me-xxl-10 {
    margin-right: 80px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 16px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 32px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 56px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 64px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 72px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 8px !important;
  }
  .ms-xxl-2 {
    margin-left: 16px !important;
  }
  .ms-xxl-3 {
    margin-left: 24px !important;
  }
  .ms-xxl-4 {
    margin-left: 32px !important;
  }
  .ms-xxl-5 {
    margin-left: 40px !important;
  }
  .ms-xxl-6 {
    margin-left: 48px !important;
  }
  .ms-xxl-7 {
    margin-left: 56px !important;
  }
  .ms-xxl-8 {
    margin-left: 64px !important;
  }
  .ms-xxl-9 {
    margin-left: 72px !important;
  }
  .ms-xxl-10 {
    margin-left: 80px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 8px !important;
  }
  .p-xxl-2 {
    padding: 16px !important;
  }
  .p-xxl-3 {
    padding: 24px !important;
  }
  .p-xxl-4 {
    padding: 32px !important;
  }
  .p-xxl-5 {
    padding: 40px !important;
  }
  .p-xxl-6 {
    padding: 48px !important;
  }
  .p-xxl-7 {
    padding: 56px !important;
  }
  .p-xxl-8 {
    padding: 64px !important;
  }
  .p-xxl-9 {
    padding: 72px !important;
  }
  .p-xxl-10 {
    padding: 80px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxl-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xxl-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxl-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xxl-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xxl-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xxl-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxl-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xxl-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxl-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xxl-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 8px !important;
  }
  .pt-xxl-2 {
    padding-top: 16px !important;
  }
  .pt-xxl-3 {
    padding-top: 24px !important;
  }
  .pt-xxl-4 {
    padding-top: 32px !important;
  }
  .pt-xxl-5 {
    padding-top: 40px !important;
  }
  .pt-xxl-6 {
    padding-top: 48px !important;
  }
  .pt-xxl-7 {
    padding-top: 56px !important;
  }
  .pt-xxl-8 {
    padding-top: 64px !important;
  }
  .pt-xxl-9 {
    padding-top: 72px !important;
  }
  .pt-xxl-10 {
    padding-top: 80px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 8px !important;
  }
  .pe-xxl-2 {
    padding-right: 16px !important;
  }
  .pe-xxl-3 {
    padding-right: 24px !important;
  }
  .pe-xxl-4 {
    padding-right: 32px !important;
  }
  .pe-xxl-5 {
    padding-right: 40px !important;
  }
  .pe-xxl-6 {
    padding-right: 48px !important;
  }
  .pe-xxl-7 {
    padding-right: 56px !important;
  }
  .pe-xxl-8 {
    padding-right: 64px !important;
  }
  .pe-xxl-9 {
    padding-right: 72px !important;
  }
  .pe-xxl-10 {
    padding-right: 80px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 16px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 32px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 56px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 64px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 72px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 80px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 8px !important;
  }
  .ps-xxl-2 {
    padding-left: 16px !important;
  }
  .ps-xxl-3 {
    padding-left: 24px !important;
  }
  .ps-xxl-4 {
    padding-left: 32px !important;
  }
  .ps-xxl-5 {
    padding-left: 40px !important;
  }
  .ps-xxl-6 {
    padding-left: 48px !important;
  }
  .ps-xxl-7 {
    padding-left: 56px !important;
  }
  .ps-xxl-8 {
    padding-left: 64px !important;
  }
  .ps-xxl-9 {
    padding-left: 72px !important;
  }
  .ps-xxl-10 {
    padding-left: 80px !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 8px !important;
  }
  .gap-xxl-2 {
    gap: 16px !important;
  }
  .gap-xxl-3 {
    gap: 24px !important;
  }
  .gap-xxl-4 {
    gap: 32px !important;
  }
  .gap-xxl-5 {
    gap: 40px !important;
  }
  .gap-xxl-6 {
    gap: 48px !important;
  }
  .gap-xxl-7 {
    gap: 56px !important;
  }
  .gap-xxl-8 {
    gap: 64px !important;
  }
  .gap-xxl-9 {
    gap: 72px !important;
  }
  .gap-xxl-10 {
    gap: 80px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-smooth: auto;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.sidebar-open {
  overflow: hidden;
}

body,
p {
  font-family: "Barlow", sans-serif;
}

.gradient {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.gradient--center {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.gradient--left {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.topshadow {
  display: block;
  height: 10px;
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.bottomshadow {
  display: block;
  height: 10px;
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}

.vline {
  display: block;
  height: 100%;
  background-color: #E0E0E0;
  width: 1px;
  margin: 0 8px;
}

.hline--2x {
  display: block;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #E0E0E0;
}

.hline--1x {
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.scroll-to-top {
  position: fixed;
  z-index: 299;
  bottom: 10px;
  right: 10px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid #E0E0E0;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.scroll-to-top:hover {
  background-color: black;
  cursor: pointer;
}
.scroll-to-top img {
  filter: invert(78%) sepia(77%) saturate(2465%) hue-rotate(345deg) brightness(98%) contrast(98%);
}

.dark-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0x;
  z-index: 998;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.dark-bg.active {
  visibility: visible;
  opacity: 0.9;
  transition: opacity 0.5s, visibility 0.5s;
}

@media (min-width: 992px) {
  .balanced .column-2, .balanced .column-1 {
    position: sticky;
    top: 20px;
    margin-bottom: 80px;
  }
}

.sticky {
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 199;
}

.sticky-0 {
  position: sticky;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 199;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.btn * {
  transition: all 0.1s ease-out;
}
.btn:hover {
  cursor: pointer;
}

.btn--action {
  display: inline-flex;
  background-color: #f9a51a;
  font-weight: 600;
  min-width: 50px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
  text-decoration-color: none;
  color: #070401;
}
.btn--action:hover {
  background-color: #BF0D21;
  color: #FEFEFE;
}

.btn--social {
  width: 28px;
  height: 28px;
  background-color: white;
  border: 1px solid #E0E0E0;
}
.btn--social img {
  width: 14px;
  height: 14px;
  filter: invert(20%) sepia(4%) saturate(5082%) hue-rotate(170deg) brightness(90%) contrast(84%);
}
.btn--social:hover {
  border: none;
}
.btn--social:hover img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(355deg) brightness(110%) contrast(101%);
}
.btn--social:hover.btn--social--facebook {
  background-color: #3B5998;
}
.btn--social:hover.btn--social--twitter {
  background-color: #00ACEE;
}
.btn--social:hover.btn--social--instagram {
  background-color: #d62976;
}
.btn--social:hover.btn--social--youtube {
  background-color: #c4302b;
}
.btn--social:hover.btn--social--bluesky {
  background-color: #1185fe;
}
.btn--social:hover.btn--social--rss {
  background-color: #f9a51a;
}

.btn--icon {
  width: 28px;
  height: 28px;
}
.btn--icon img {
  width: 18px;
  height: 18px;
  filter: invert(20%) sepia(4%) saturate(5082%) hue-rotate(170deg) brightness(90%) contrast(84%);
}
.btn--icon:hover {
  border: none;
}
.btn--icon:hover img {
  filter: invert(78%) sepia(77%) saturate(2465%) hue-rotate(345deg) brightness(98%) contrast(98%);
}

.btn--icon-text {
  flex-direction: row;
  width: auto;
  height: 28px;
  padding: 0px 4px;
}
.btn--icon-text img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  filter: invert(20%) sepia(4%) saturate(5082%) hue-rotate(170deg) brightness(90%) contrast(84%);
}
.btn--icon-text span {
  font-size: 14px;
  font-weight: 600;
  color: #2C3E50;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .btn--icon-text span {
    font-size: 16px;
  }
}
.btn--icon-text:hover {
  border: none;
}
.btn--icon-text:hover img {
  filter: invert(78%) sepia(77%) saturate(2465%) hue-rotate(345deg) brightness(98%) contrast(98%);
}
.btn--icon-text:hover span {
  color: #f9a51a;
}

.btn--text {
  width: auto;
  height: 28px;
  padding: 0px 8px;
}
.btn--text span {
  font-size: 14px;
  font-weight: 700;
  color: #2C3E50;
  line-height: 100%;
}
@media (min-width: 992px) {
  .btn--text span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .btn--text span {
    font-size: 17px;
  }
}
.btn--text:hover {
  border: none;
}
.btn--text:hover span {
  color: #f9a51a;
}

.btn--circle {
  border-radius: 50%;
}

.btn--round-full {
  border-radius: 999px;
}

.highlight-1 span {
  font-size: 14px;
  color: #f9a51a;
}
@media (min-width: 992px) {
  .highlight-1 span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .highlight-1 span {
    font-size: 16px;
  }
}

.highlight-2 span {
  font-size: 14px;
  color: #BF0D21;
}
@media (min-width: 992px) {
  .highlight-2 span {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .highlight-2 span {
    font-size: 17px;
  }
}

.btn--icon-large {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.btn--icon-large.btn-facebook img, .btn--icon-large.btn-twitter img, .btn--icon-large.btn-messenger img, .btn--icon-large.btn-whatsapp img, .btn--icon-large.btn-bluesky img {
  filter: invert(93%) sepia(55%) saturate(2%) hue-rotate(146deg) brightness(108%) contrast(100%);
}
.btn--icon-large.btn-copy, .btn--icon-large.btn-print, .btn--icon-large.btn-email {
  border: 1px solid #979797;
}
.btn--icon-large.btn-facebook {
  background-color: #3B5998;
}
.btn--icon-large.btn-twitter {
  background-color: #00ACEE;
}
.btn--icon-large.btn-messenger {
  background-color: #006AFF;
}
.btn--icon-large.btn-whatsapp {
  background-color: #128C7E;
}
.btn--icon-large.btn-bluesky {
  background-color: #1185fe;
}
.btn--icon-large:hover {
  background-color: #f9a51a;
}
.btn--icon-large:hover img {
  filter: invert(93%) sepia(55%) saturate(2%) hue-rotate(146deg) brightness(108%) contrast(100%);
}
.btn--icon-large:hover.btn-copy, .btn--icon-large:hover.btn-print, .btn--icon-large:hover.btn-email {
  border: none;
}

.btn--tag {
  display: inline-flex;
  flex-direction: row;
  height: auto;
  min-width: 32px;
  width: auto;
  padding: 2px 16px;
  margin-bottom: 4px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #2C3E50;
}
@media (min-width: 576px) {
  .btn--tag {
    font-size: 14px;
  }
}
.btn--tag:hover {
  background-color: #f9a51a;
  color: #fff;
}

.btn--enlarge-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.btn--enlarge-image img {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  filter: invert(78%) sepia(77%) saturate(2465%) hue-rotate(345deg) brightness(98%) contrast(98%);
  opacity: 0.8;
}
.btn--enlarge-image:hover img {
  filter: invert(78%) sepia(77%) saturate(2465%) hue-rotate(345deg) brightness(98%) contrast(98%);
  opacity: 1;
}

.btn-category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 28px;
  min-width: 48px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #2C3E50;
}
@media (min-width: 576px) {
  .btn-category {
    font-size: 14px;
    padding: 2px 16px;
  }
}
.btn-category:hover {
  background-color: #f9a51a;
  color: #fff;
  border: none;
  cursor: pointer;
}

.btn--language {
  width: auto;
  min-width: 88px;
  height: 24px;
  padding: 0px 8px;
  background-color: white;
  border: 1px solid #E0E0E0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #2C3E50;
}
@media (min-width: 768px) {
  .btn--language {
    height: 28px;
    padding: 0px 16px;
  }
}
.btn--language:hover {
  border: 1px solid #E0E0E0;
  color: white;
}
.btn--language:hover.btn--language--english {
  background-color: #0D429B;
}
.btn--language:hover.btn--language--kurdi {
  background-color: #8EA249;
}
.btn--language:hover.btn--language--turkish {
  background-color: #f9a51a;
}

.btn-language {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 24px;
  min-width: 32px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  background-color: #fff;
  user-select: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #2C3E50;
}
@media (min-width: 576px) {
  .btn-language {
    height: 32px;
    min-width: 48px;
    padding: 2px 16px;
  }
}
.btn-language.btn-in-turkish {
  background-color: #f9a51a;
  color: #fefefe;
}
.btn-language.btn-in-english {
  background-color: #0d429b;
  color: #fefefe;
}
.btn-language.btn-in-kurdi {
  background-color: #8ea249;
  color: #fefefe;
}
.btn-language:hover {
  background-color: #070401;
  cursor: pointer;
  color: #fff;
}

.btn-expand {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  background-color: #fff;
  user-select: none;
}
.btn-expand img {
  width: 24px;
  height: 8px;
}
.btn-expand:hover {
  background-color: #f9a51a;
  cursor: pointer;
}

.page-news-single.page-news-single-biamag .btn-expand:hover {
  background-color: #BF0D21;
}

.read-time {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-width: 48px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  background-color: #eee;
}

.chip--location {
  display: inline-flex;
  flex-direction: row;
  height: auto;
  min-width: 32px;
  width: auto;
  margin-bottom: 4px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 8px;
  user-select: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .chip--location {
    font-size: 14px;
  }
}
.chip--location .label {
  background-color: #f9a51a;
  color: #2C3E50;
  padding: 2px 16px;
  border-radius: 4px 0 0 4px;
}
.chip--location .location {
  background-color: #2C3E50;
  color: #FEFEFE;
  padding: 2px 16px;
  border-radius: 0 4px 4px 0;
}

.page-news-single.page-news-single-biamag .chip--location .label {
  background-color: #BF0D21;
  color: #FEFEFE;
}

.btn-support.swg-button-v2-light {
  width: 100% !important;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  user-select: none;
  border: 1px solid red;
  color: red;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .btn-support.swg-button-v2-light {
    font-size: 18px !important;
  }
}
.btn-support.swg-button-v2-light:hover {
  border: 1px solid #dadce0;
  cursor: pointer;
}

.btn-support-v2.swg-button-v2-light {
  width: 100% !important;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  user-select: none;
  border-radius: 8px;
  color: #bf0d21;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .btn-support-v2.swg-button-v2-light {
    font-size: 18px !important;
  }
}
.btn-support-v2.swg-button-v2-light:hover {
  cursor: pointer;
  background-color: #070401;
  border: none;
  color: #eee;
}
.btn-support-v2.swg-button-v2-light .swg-button-v2-icon-light {
  background-size: contain;
  height: 18px;
  margin-left: 16px;
  margin-right: 8px;
  width: 18px;
  background-image: url(https://fonts.gstatic.com/s/i/productlogos/googleg/v6/24px.svg);
}

.btn-support-v3 {
  width: 100% !important;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  user-select: none;
  border-radius: 8px;
  color: #bf0d21;
  background-color: #eee;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .btn-support-v3 {
    font-size: 18px !important;
  }
}
.btn-support-v3:hover {
  cursor: pointer;
  background-color: #070401;
  border: none;
  color: #eee;
}
.btn-support-v3 .swg-button-v3-icon-light {
  background-size: contain;
  height: 18px;
  margin-left: 16px;
  margin-right: 8px;
  width: 18px;
  background-image: url(https://fonts.gstatic.com/s/i/productlogos/googleg/v6/24px.svg);
}

.ccard {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  user-select: none;
}
.ccard * {
  text-decoration: none;
}
.ccard .img-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.ccard .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  scale: 1;
  transition: scale 0.2s ease-out;
}
.ccard .info-wrapper {
  padding: 8px;
}
.ccard .video-wrapper {
  order: 0;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.ccard .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.w-bg {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.w-bg .img-wrapper {
  border: none;
}

.w-center .txt-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.w-meta-full .meta-wrapper {
  display: block !important;
}
.w-meta-full .meta-wrapper .date {
  display: inline-block;
}
.w-meta-full .meta-wrapper .author {
  display: inline-block;
}

.w-meta-date .meta-wrapper {
  display: block !important;
}
.w-meta-date .meta-wrapper .author {
  display: none;
}
.w-meta-date .meta-wrapper .date {
  display: inline-block;
}

.w-meta-author .meta-wrapper {
  display: block !important;
}
.w-meta-author .meta-wrapper .author {
  display: inline-block;
}
.w-meta-author .meta-wrapper .date {
  display: none;
}

.w-desc .info-wrapper .txt-wrapper .desc {
  display: block !important;
}

.ccard--news .img-wrapper {
  aspect-ratio: 16/10;
}
.ccard--news .badge-wrapper {
  position: absolute;
  z-index: 99;
}
.ccard--news .txt-wrapper .desc {
  display: none;
}
.ccard--news .badge-wrapper span {
  color: #fff;
}

.ccard--news-xsmall {
  flex-direction: row;
  align-items: center;
  border-radius: 0;
}
.ccard--news-xsmall .txt-wrapper .date {
  margin-bottom: 0px;
  margin-top: 8px;
}
.ccard--news-xsmall .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .ccard--news-xsmall .txt-wrapper .headline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-xsmall .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--news-xsmall .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-xsmall .txt-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-xsmall:hover .txt-wrapper .headline {
  color: #f9a51a;
}

.ccard--news-small {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
.ccard--news-small .txt-wrapper {
  padding-right: 8px;
  padding-left: 8px;
}
.ccard--news-small .txt-wrapper .date {
  margin-bottom: 0px;
  margin-top: 8px;
}
.ccard--news-small .img-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 8px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .ccard--news-small .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
.ccard--news-small .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .ccard--news-small .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-small .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}
@media (min-width: 992px) {
  .ccard--news-small .txt-wrapper .headline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-small .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--news-small .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-small .txt-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-small:hover {
  cursor: pointer;
}
.ccard--news-small:hover .txt-wrapper .headline {
  color: #f9a51a;
}
.ccard--news-small:hover .img-wrapper > img {
  scale: 1.08;
}

.ccard--news-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #f7f5f3;
}
.ccard--news-content .txt-wrapper {
  padding-right: 8px;
  padding-left: 8px;
}
.ccard--news-content .txt-wrapper .date {
  margin-bottom: 0px;
}
.ccard--news-content .img-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 8px;
  margin-bottom: 0;
  border: 0px !important;
}
@media (min-width: 1400px) {
  .ccard--news-content .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
.ccard--news-content .img-wrapper img {
  margin: 0px !important;
}
.ccard--news-content .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .ccard--news-content .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-content .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .ccard--news-content .txt-wrapper .headline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-content .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--news-content .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-content .txt-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-content:hover {
  cursor: pointer;
}
.ccard--news-content:hover .txt-wrapper .headline {
  color: #f9a51a;
}
.ccard--news-content:hover .img-wrapper > img {
  scale: 1.08;
}

.ccard--news-medium {
  margin-bottom: 16px;
  border-radius: 0 8px 8px 8px;
}
.ccard--news-medium .txt-wrapper .desc {
  margin-top: 8px;
}
.ccard--news-medium .meta-wrapper {
  display: none;
}
.ccard--news-medium .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 320px) {
  .ccard--news-medium .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .ccard--news-medium .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--news-medium .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 360px) {
  .ccard--news-medium .txt-wrapper .headline {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .ccard--news-medium .txt-wrapper .headline {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1200px) {
  .ccard--news-medium .txt-wrapper .headline {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-medium .txt-wrapper .headline {
    font-size: 20px;
    line-height: 26px;
  }
}
.ccard--news-medium .txt-wrapper .desc {
  color: #343434;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 360px) {
  .ccard--news-medium .txt-wrapper .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .ccard--news-medium .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .ccard--news-medium .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
.ccard--news-medium .meta-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-medium .meta-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-medium .meta-wrapper .author {
  color: #2C3E50;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-medium .meta-wrapper .author {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-medium:hover {
  cursor: pointer;
}
.ccard--news-medium:hover .img-wrapper > img {
  scale: 1.08;
}
.ccard--news-medium:hover .txt-wrapper .headline {
  color: #f9a51a;
}

@media (max-width: 575.98px) {
  .ccard--news-medium--mobile-h {
    flex-direction: row;
    align-items: flex-start;
  }
  .ccard--news-medium--mobile-h .img-wrapper {
    width: 128px;
    height: 128px;
  }
  .ccard--news-medium--mobile-h .info-wrapper {
    padding-top: 8px;
    padding-left: 8px;
  }
  .ccard--news-medium--mobile-h .desc {
    display: none;
  }
}
@media (max-width: 359.98px) {
  .ccard--news-medium--mobile-h .img-wrapper {
    width: 80px;
    height: 90px;
  }
  .ccard--news-medium--mobile-h .info-wrapper .surheadline {
    display: none;
  }
  .ccard--news-medium--mobile-h .meta-wrapper .author {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ccard--news-medium--mobile-h .txt-wrapper .surheadline {
    color: #f9a51a;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
  }
  .ccard--news-medium--mobile-h .txt-wrapper .headline {
    color: #2C3E50;
    font-weight: 700;
  }
  .ccard--news-medium--mobile-h .txt-wrapper .desc {
    color: #343434;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
  }
  .ccard--news-medium--mobile-h .meta-wrapper .date {
    color: #9B9B9B;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
  }
  .ccard--news-medium--mobile-h .meta-wrapper .author {
    color: #2C3E50;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
  }
}

.ccard--news-large {
  border-radius: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .ccard--news-large {
    margin-bottom: unset;
  }
}
.ccard--news-large .txt-wrapper .desc {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ccard--news-large .meta-wrapper {
  display: none;
}
.ccard--news-large .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 320px) {
  .ccard--news-large .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .ccard--news-large .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--news-large .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 320px) {
  .ccard--news-large .txt-wrapper .headline {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .ccard--news-large .txt-wrapper .headline {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-large .txt-wrapper .headline {
    font-size: 22px;
    line-height: 28px;
  }
}
.ccard--news-large .txt-wrapper .desc {
  color: #343434;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 360px) {
  .ccard--news-large .txt-wrapper .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .ccard--news-large .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .ccard--news-large .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
.ccard--news-large .meta-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-large .meta-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-large .meta-wrapper .author {
  color: #2C3E50;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--news-large .meta-wrapper .author {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--news-large:hover {
  cursor: pointer;
}
.ccard--news-large:hover .img-wrapper > img {
  scale: 1.08;
}
.ccard--news-large:hover .txt-wrapper .headline {
  color: #f9a51a;
}

.ccard--news-xxlarge {
  margin-bottom: 32px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .ccard--news-xxlarge {
    margin-bottom: 16px;
  }
}
.ccard--news-xxlarge .txt-wrapper .desc {
  display: block;
  margin-top: 8px;
}
.ccard--news-xxlarge .meta-wrapper {
  display: none;
  margin-top: 8px;
}
.ccard--news-xxlarge .related-wrapper {
  margin-bottom: 0px;
  margin-top: 16px;
}
.ccard--news-xxlarge .related-wrapper .related-news {
  text-decoration: none;
  display: flex;
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  margin-bottom: 8px;
}
.ccard--news-xxlarge .related-wrapper .related-news .bar {
  display: block;
  background-color: #f9a51a;
  width: 8px;
  height: auto;
}
.ccard--news-xxlarge .related-wrapper .related-news span {
  margin-bottom: 0px;
  padding: 8px;
}
.ccard--news-xxlarge .related-wrapper .related-news:last-of-type {
  border-radius: 0 8px 8px 8px;
  margin-bottom: 0px;
}
.ccard--news-xxlarge .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 576px) {
  .ccard--news-xxlarge .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .ccard--news-xxlarge .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-xxlarge .txt-wrapper .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
.ccard--news-xxlarge .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
@media (min-width: 576px) {
  .ccard--news-xxlarge .txt-wrapper .headline {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .ccard--news-xxlarge .txt-wrapper .headline {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-xxlarge .txt-wrapper .headline {
    font-size: 30px;
    line-height: 36px;
  }
}
.ccard--news-xxlarge .txt-wrapper .desc {
  color: #343434;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 360px) {
  .ccard--news-xxlarge .txt-wrapper .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .ccard--news-xxlarge .txt-wrapper .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .ccard--news-xxlarge .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--news-xxlarge .meta-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--news-xxlarge .meta-wrapper .date {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--news-xxlarge .meta-wrapper .author {
  color: #f9a51a;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--news-xxlarge .meta-wrapper .author {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--news-xxlarge .related-wrapper .related-news span {
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 576px) {
  .ccard--news-xxlarge .related-wrapper .related-news span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .ccard--news-xxlarge .related-wrapper .related-news span {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 1400px) {
  .ccard--news-xxlarge .related-wrapper .related-news span {
    font-size: 15px;
    line-height: 21px;
  }
}
.ccard--news-xxlarge .txt-wrapper:hover {
  cursor: pointer;
}
.ccard--news-xxlarge .txt-wrapper:hover .headline {
  color: #f9a51a;
}
.ccard--news-xxlarge .related-wrapper .related-news:hover span {
  color: #f9a51a;
}

.ccard--author {
  margin-bottom: 16px;
}

.ccard--author-chip {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: fit-content;
  margin: 0px;
  padding-left: 1px;
  background-color: #2C3E50;
  border-radius: 0 4px 4px 0;
}
.ccard--author-chip .img-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  border: none;
}
.ccard--author-chip .txt-wrapper .name {
  padding: 0px 8px;
  margin-bottom: 0px;
}
.ccard--author-chip:hover {
  background-color: #f9a51a;
  cursor: pointer;
}
.ccard--author-chip .name {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 576px) {
  .ccard--author-chip .name {
    font-size: 14px;
    line-height: 14px;
  }
}
.ccard--author-chip.ccard--author-chip--bia, .ccard--author-chip.ccard--author-chip--other {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  cursor: unset !important;
  height: 24px;
}
@media (min-width: 360px) {
  .ccard--author-chip.ccard--author-chip--bia, .ccard--author-chip.ccard--author-chip--other {
    height: 32px;
  }
}
.ccard--author-chip.ccard--author-chip--bia .name, .ccard--author-chip.ccard--author-chip--other .name {
  color: #070401;
}

.page-news-single.page-news-single-biamag .ccard--author-chip:hover {
  background-color: #BF0D21;
}

.ccard--author-small {
  flex-direction: row;
}
.ccard--author-small .img-wrapper {
  width: 80px;
  height: 80px;
}
@media (min-width: 1400px) {
  .ccard--author-small .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
.ccard--author-small .txt-wrapper {
  padding: 4px 8px 0 16px;
}
.ccard--author-small .txt-wrapper .name {
  display: flex;
  color: #f9a51a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .ccard--author-small .txt-wrapper .name {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 1400px) {
  .ccard--author-small .txt-wrapper .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.ccard--author-small .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .ccard--author-small .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--author-small .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--author-small .txt-wrapper .date {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--author-small .txt-wrapper .name:hover {
  padding-left: 4px;
}
.ccard--author-small .txt-wrapper .headline:hover {
  color: #f9a51a;
}
.ccard--author-small .img-wrapper a:hover img {
  scale: 1.08;
}

.ccard--author-medium .author-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  padding: 8px;
}
.ccard--author-medium .author-wrapper .img-wrapper {
  width: 80px;
  height: 80px;
}
@media (min-width: 1400px) {
  .ccard--author-medium .author-wrapper .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
.ccard--author-medium .author-wrapper .txt-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
}
.ccard--author-medium .author-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccard--author-medium .author-wrapper .contact-wrapper .btn {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 4px;
  margin-left: 4px;
}
.ccard--author-medium .author-wrapper .contact-wrapper .btn img {
  width: 16px;
  height: 16px;
  filter: invert(71%) sepia(0%) saturate(7469%) hue-rotate(66deg) brightness(112%) contrast(100%);
}
.ccard--author-medium .news-wrapper {
  padding-left: 88px;
}
@media (min-width: 1400px) {
  .ccard--author-medium .news-wrapper {
    padding-left: 108px;
  }
}
.ccard--author-medium .news-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #f9f9f9;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
  padding: 8px;
}
.ccard--author-medium .news-wrapper .inner-wrapper .txt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.ccard--author-medium .author-wrapper .txt-wrapper a .name {
  color: #f9a51a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .ccard--author-medium .author-wrapper .txt-wrapper a .name {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 1400px) {
  .ccard--author-medium .author-wrapper .txt-wrapper a .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.ccard--author-medium .author-wrapper .txt-wrapper a .desc {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--author-medium .author-wrapper .txt-wrapper a .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--author-medium .author-wrapper .txt-wrapper a:hover .name {
  color: #2C3E50;
}
.ccard--author-medium .news-wrapper .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .ccard--author-medium .news-wrapper .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--author-medium .news-wrapper .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--author-medium .news-wrapper .txt-wrapper .date {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--author-medium .author-wrapper .img-wrapper a:hover img {
  scale: 1.05;
}
.ccard--author-medium .author-wrapper .txt-wrapper a:hover .name {
  color: #f9a51a;
}
.ccard--author-medium .author-wrapper .txt-wrapper .name:hover {
  padding-left: 4px;
}
.ccard--author-medium .author-wrapper .contact-wrapper .btn:hover {
  background-color: #00acee;
}
.ccard--author-medium .author-wrapper .contact-wrapper .btn:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.ccard--author-medium .news-wrapper:hover .headline {
  color: #f9a51a;
}

.ccard--author-large {
  margin-bottom: 32px;
}
.ccard--author-large .author-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  padding: 8px;
}
.ccard--author-large .author-wrapper .img-wrapper {
  width: 80px;
  height: 80px;
}
@media (min-width: 1400px) {
  .ccard--author-large .author-wrapper .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
.ccard--author-large .author-wrapper .txt-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
}
.ccard--author-large .author-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccard--author-large .author-wrapper .contact-wrapper .btn {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 4px;
  margin-left: 4px;
}
.ccard--author-large .author-wrapper .contact-wrapper .btn img {
  width: 16px;
  height: 16px;
  filter: invert(71%) sepia(0%) saturate(7469%) hue-rotate(66deg) brightness(112%) contrast(100%);
}
.ccard--author-large .news-wrapper {
  padding-left: 20px;
}
.ccard--author-large .news-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #f9f9f9;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
  padding: 8px;
}
.ccard--author-large .news-wrapper .inner-wrapper .img-wrapper {
  width: 60px;
  height: 60px;
}
@media (min-width: 1400px) {
  .ccard--author-large .news-wrapper .inner-wrapper .img-wrapper {
    width: 80px;
    height: 80px;
  }
}
.ccard--author-large .news-wrapper .inner-wrapper .txt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.ccard--author-large .author-wrapper .txt-wrapper a .name {
  color: #f9a51a;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .ccard--author-large .author-wrapper .txt-wrapper a .name {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 1400px) {
  .ccard--author-large .author-wrapper .txt-wrapper a .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.ccard--author-large .author-wrapper .txt-wrapper a .desc {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--author-large .author-wrapper .txt-wrapper a .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--author-large .author-wrapper .txt-wrapper a:hover .name {
  color: #2C3E50;
}
.ccard--author-large .news-wrapper .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .ccard--author-large .news-wrapper .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--author-large .news-wrapper .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 1400px) {
  .ccard--author-large .news-wrapper .txt-wrapper .date {
    font-size: 14px;
    line-height: 17px;
  }
}
.ccard--author-large .author-wrapper .img-wrapper a:hover img {
  scale: 1.05;
}
.ccard--author-large .author-wrapper .txt-wrapper a:hover .name {
  color: #f9a51a;
}
.ccard--author-large .author-wrapper .txt-wrapper .name:hover {
  padding-left: 4px;
}
.ccard--author-large .author-wrapper .contact-wrapper .btn:hover {
  background-color: #00acee;
}
.ccard--author-large .author-wrapper .contact-wrapper .btn:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.ccard--author-large .news-wrapper:hover .headline {
  color: #f9a51a;
}

.ccard--author-xxlarge {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  overflow: visible;
  position: relative;
}
.ccard--author-xxlarge .top-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-right: 8px;
  border-bottom: 1px solid #E0E0E0;
}
.ccard--author-xxlarge .top-wrapper .img-wrapper {
  border: 0px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .ccard--author-xxlarge .top-wrapper .img-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1400px) {
  .ccard--author-xxlarge .top-wrapper .img-wrapper {
    width: 120px;
    height: 120px;
  }
}
.ccard--author-xxlarge .top-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 360px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper {
    flex-direction: row;
  }
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .name {
  padding-left: 8px;
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 4px;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a img {
  width: 16px;
  height: 16px;
  filter: invert(71%) sepia(0%) saturate(7469%) hue-rotate(66deg) brightness(112%) contrast(100%);
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a span {
  display: none;
}
@media (min-width: 1200px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a span {
    display: inline-block;
    padding-left: 8px;
  }
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a:hover {
  cursor: pointer;
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-twitter:hover {
  background-color: #00ACEE;
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-email:hover {
  background-color: #f9a51a;
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-share:hover {
  background-color: #128C7E;
}
.ccard--author-xxlarge .bottom-wrapper {
  background-color: #f9a51a;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  z-index: 1;
}
.ccard--author-xxlarge .bottom-wrapper .txt-wrapper {
  background-color: #f7f7f7;
  margin-left: 4px;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  padding-bottom: 24px;
}
.ccard--author-xxlarge .bottom-wrapper .txt-wrapper .short {
  display: block;
}
.ccard--author-xxlarge .bottom-wrapper .txt-wrapper .long {
  display: none;
}
.ccard--author-xxlarge .btn-expand {
  position: absolute;
  z-index: 99;
  bottom: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .name {
  color: #2C3E50;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 360px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper .name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper .name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper .name {
    font-size: 24px;
    line-height: 30px;
  }
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a span {
  color: #2C3E50;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a span {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--author-xxlarge .top-wrapper .info-wrapper .contact-wrapper a:hover span {
  color: #fff;
}
.ccard--author-xxlarge .bottom-wrapper .txt-wrapper {
  color: #343434;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  user-select: text;
}
@media (min-width: 360px) {
  .ccard--author-xxlarge .bottom-wrapper .txt-wrapper {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .ccard--author-xxlarge .bottom-wrapper .txt-wrapper {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .ccard--author-xxlarge .bottom-wrapper .txt-wrapper {
    font-size: 16px;
    line-height: 19px;
  }
}

.ccard--author-xlarge {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  overflow: visible;
  position: relative;
}
.ccard--author-xlarge .top-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-right: 8px;
  border-bottom: 1px solid #E0E0E0;
}
.ccard--author-xlarge .top-wrapper .img-wrapper {
  border: 0px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .ccard--author-xlarge .top-wrapper .img-wrapper {
    width: 80px;
    height: 80px;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 360px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper {
    flex-direction: row;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper .name {
  padding-left: 8px;
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper {
  display: none;
}
@media (min-width: 360px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 4px;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a img {
  width: 16px;
  height: 16px;
  filter: invert(71%) sepia(0%) saturate(7469%) hue-rotate(66deg) brightness(112%) contrast(100%);
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a span {
  display: none;
}
@media (min-width: 1200px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a span {
    display: inline-block;
    padding-left: 8px;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a:hover {
  cursor: pointer;
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-twitter:hover {
  background-color: #00ACEE;
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-email:hover {
  background-color: #f9a51a;
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-profile:hover {
  background-color: #128C7E;
}
.ccard--author-xlarge .bottom-wrapper {
  background-color: #f9a51a;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  z-index: 1;
}
.ccard--author-xlarge .bottom-wrapper .txt-wrapper {
  background-color: #f7f7f7;
  margin-left: 4px;
  border-radius: 0 0 0 8px;
  padding: 16px;
  padding-bottom: 24px;
}
.ccard--author-xlarge .bottom-wrapper .txt-wrapper .short {
  display: block;
}
.ccard--author-xlarge .bottom-wrapper .txt-wrapper .long {
  display: none;
}
.ccard--author-xlarge .btn-expand {
  position: absolute;
  z-index: 99;
  bottom: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ccard--author-xlarge .top-wrapper .info-wrapper .name {
  color: #2C3E50;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 360px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .name {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .name {
    font-size: 22px;
    line-height: 28px;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper .name:hover {
  color: #f9a51a;
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a span {
  color: #2C3E50;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a span {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a:hover span {
  color: #fff;
}
.ccard--author-xlarge .bottom-wrapper .txt-wrapper {
  color: #343434;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  user-select: text;
}
@media (min-width: 360px) {
  .ccard--author-xlarge .bottom-wrapper .txt-wrapper {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .ccard--author-xlarge .bottom-wrapper .txt-wrapper {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .ccard--author-xlarge .bottom-wrapper .txt-wrapper {
    font-size: 15px;
    line-height: 18px;
  }
}

.page-news-single.page-news-single-biamag .ccard--author-xlarge .top-wrapper .info-wrapper .contact-wrapper a.btn-email:hover {
  background-color: #BF0D21;
}
.page-news-single.page-news-single-biamag .ccard--author-xlarge .bottom-wrapper {
  background-color: #BF0D21;
}
.page-news-single.page-news-single-biamag .ccard--author-xlarge .btn-expand {
  position: absolute;
  z-index: 99;
  bottom: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-news-single.page-news-single-biamag .ccard--author-xlarge .top-wrapper .info-wrapper .name:hover {
  color: #BF0D21;
}

.ccard--video-single {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.ccard--video-single .txt-wrapper {
  padding: 8px;
}
.ccard--video-single .related-wrapper {
  padding: 8px;
  margin-bottom: 0px;
}
.ccard--video-single .related-wrapper .btn--large {
  text-decoration: none;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.ccard--video-single .related-wrapper .btn--large span {
  margin-bottom: 0px;
  padding: 8px;
  text-align: center;
}
.ccard--video-single .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 576px) {
  .ccard--video-single .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .ccard--video-single .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1400px) {
  .ccard--video-single .txt-wrapper .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
.ccard--video-single .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
@media (min-width: 576px) {
  .ccard--video-single .txt-wrapper .headline {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .ccard--video-single .txt-wrapper .headline {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .ccard--video-single .txt-wrapper .headline {
    font-size: 30px;
    line-height: 36px;
  }
}
.ccard--video-single .txt-wrapper .desc {
  color: #343434;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 360px) {
  .ccard--video-single .txt-wrapper .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .ccard--video-single .txt-wrapper .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .ccard--video-single .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--video-single span {
  color: #2C3E50;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .ccard--video-single span {
    font-size: 15px;
    line-height: 20px;
  }
}
.ccard--video-single .btn--large:hover {
  background-color: #BF0D21;
}
.ccard--video-single .btn--large:hover span {
  color: white;
}

.ccard--video {
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  overflow: visible;
}
@media (min-width: 992px) {
  .ccard--video {
    flex-direction: column;
  }
}
.ccard--video .img-wrapper {
  width: 40%;
  height: auto;
  margin-bottom: 0px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .ccard--video .img-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
}
.ccard--video .txt-wrapper {
  padding: 0 8px;
}
.ccard--video .headline {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .ccard--video .headline {
    font-size: 16px;
    line-height: 20px;
  }
}

.ccard--book {
  flex-direction: row;
  overflow: visible;
  width: auto;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .ccard--book {
    margin-left: 16px;
    margin-bottom: 32px;
    margin-top: 16px;
  }
}
.ccard--book .img-wrapper {
  border: 1px solid #E0E0E0 !important;
  overflow: hidden;
  width: 110px;
  height: 150px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .ccard--book .img-wrapper {
    width: 220px;
    height: 300px;
    top: -16px;
    left: -16px;
  }
}
.ccard--book .info-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ccard--book .txt-wrapper {
    padding-top: 16px;
  }
}
.ccard--book .action-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}
.ccard--book .action-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2C3E50;
  border-radius: 4px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 8px;
  text-align: center;
}
@media (min-width: 360px) {
  .ccard--book .action-wrapper a {
    margin-top: 0;
    padding: 8px 16px;
  }
}
@media (min-width: 1200px) {
  .ccard--book .action-wrapper a {
    padding: 8px 24px;
    margin-bottom: 8px;
  }
}
.ccard--book .action-wrapper a:hover.btn-buy {
  background-color: #f9a51a;
}
.ccard--book .action-wrapper a:hover.btn-download {
  background-color: #BF0D21;
}
.ccard--book .txt-wrapper .surheadline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .ccard--book .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  .ccard--book .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1400px) {
  .ccard--book .txt-wrapper .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
.ccard--book .txt-wrapper .headline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 360px) {
  .ccard--book .txt-wrapper .headline {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .ccard--book .txt-wrapper .headline {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .ccard--book .txt-wrapper .headline {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1400px) {
  .ccard--book .txt-wrapper .headline {
    font-size: 22px;
    line-height: 28px;
  }
}
.ccard--book .txt-wrapper .desc {
  color: #343434;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 360px) {
  .ccard--book .txt-wrapper .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .ccard--book .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .ccard--book .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--book .action-wrapper a span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .ccard--book .action-wrapper a span {
    font-size: 16px;
    line-height: 16px;
  }
}

.ccard--link {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
.ccard--link .txt-wrapper {
  padding-right: 8px;
  padding-left: 8px;
}
.ccard--link .img-wrapper {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 0;
  background-color: #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .ccard--link .img-wrapper {
    width: 60px;
    height: 60px;
  }
}
.ccard--link .img-wrapper img {
  width: 25px;
  height: 25px;
}
@media (min-width: 1400px) {
  .ccard--link .img-wrapper img {
    width: 40px;
    height: 40px;
  }
}
.ccard--link .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .ccard--link .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--link .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .ccard--link .txt-wrapper .headline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .ccard--link .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--link .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--link .txt-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--link:hover {
  cursor: pointer;
}
.ccard--link:hover .txt-wrapper .headline {
  color: #f9a51a;
}
.ccard--link:hover .img-wrapper {
  background-color: #070401;
}
.ccard--link:hover .img-wrapper > img {
  filter: invert(82%) sepia(59%) saturate(4280%) hue-rotate(344deg) brightness(96%) contrast(104%);
}

.ccard--general {
  border-radius: 8px;
}
.ccard--general .img-wrapper {
  aspect-ratio: 16/10;
}
.ccard--general .info-wrapper {
  min-height: 80px;
}
.ccard--general .txt-wrapper {
  padding: 8px;
}
.ccard--general .related-wrapper {
  padding: 8px;
  margin-bottom: 0px;
}
.ccard--general .related-wrapper .btn--large {
  text-decoration: none;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.ccard--general .related-wrapper .btn--large span {
  margin-bottom: 0px;
  padding: 8px;
  text-align: center;
}
.ccard--general .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 576px) {
  .ccard--general .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .ccard--general .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1400px) {
  .ccard--general .txt-wrapper .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
.ccard--general .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 360px) {
  .ccard--general .txt-wrapper .headline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 576px) {
  .ccard--general .txt-wrapper .headline {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .ccard--general .txt-wrapper .headline {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .ccard--general .txt-wrapper .headline {
    font-size: 22px;
    line-height: 30px;
  }
}
.ccard--general .txt-wrapper .desc {
  color: #343434;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 360px) {
  .ccard--general .txt-wrapper .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .ccard--general .txt-wrapper .desc {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .ccard--general .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.ccard--general .meta-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--general .meta-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--general .meta-wrapper .author {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .ccard--general .meta-wrapper .author {
    font-size: 13px;
    line-height: 15px;
  }
}
.ccard--general .related-wrapper span {
  color: #2C3E50;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .ccard--general .related-wrapper span {
    font-size: 15px;
    line-height: 20px;
  }
}
.ccard--general .btn--large:hover {
  background-color: #f9a51a;
}
.ccard--general .btn--large:hover span {
  color: white;
}

.ccard--support,
.ccard--support-v2 {
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 6px;
  background: #bf0d21;
  margin: auto;
  transition: 0.3s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  height: 200px;
}
@media (min-width: 320px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 180px;
  }
}
@media (min-width: 360px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 200px;
  }
}
@media (min-width: 576px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 200px;
  }
}
@media (min-width: 1400px) {
  .ccard--support,
  .ccard--support-v2 {
    height: 200px;
  }
}
.ccard--support .txt-wrapper,
.ccard--support-v2 .txt-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 90%;
}
.ccard--support .txt-wrapper .title,
.ccard--support-v2 .txt-wrapper .title {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(10, 10, 10, 0.7) 50%);
  background-size: 200%;
  background-position: 0 0;
  display: inline;
  transition: 0.5s ease-in-out;
}
.ccard--support .txt-wrapper .desc,
.ccard--support-v2 .txt-wrapper .desc {
  margin-top: 20px;
  display: block;
  position: relative;
}
@media (min-width: 320px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 20px;
  }
}
@media (min-width: 360px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 24px;
  }
}
@media (min-width: 576px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    margin-top: 24px;
  }
}
.ccard--support .txt-wrapper .desc:after,
.ccard--support-v2 .txt-wrapper .desc:after {
  --deco-height: 0.325em;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--deco-height) * -2);
  height: var(--deco-height);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-17 30.5C-1 22 72-4 54 13 37.9 28.2-2.5 57.5 16 55.5s72-29 104-40' stroke='%23FFFDCF' stroke-width='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v64H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: round;
  background-position: 5em;
}
.ccard--support .img-wrapper-alt,
.ccard--support-v2 .img-wrapper-alt {
  display: none;
  position: absolute;
  bottom: 68px;
  right: 10px;
}
@media (min-width: 768px) {
  .ccard--support .img-wrapper-alt,
  .ccard--support-v2 .img-wrapper-alt {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ccard--support .img-wrapper-alt,
  .ccard--support-v2 .img-wrapper-alt {
    bottom: 42px;
  }
}
@media (min-width: 1400px) {
  .ccard--support .img-wrapper-alt,
  .ccard--support-v2 .img-wrapper-alt {
    bottom: 40px;
  }
}
.ccard--support .img-wrapper-alt .circle,
.ccard--support-v2 .img-wrapper-alt .circle {
  width: 32px;
  height: 32px;
  background-color: #fffcd1;
  border-radius: 100%;
}
.ccard--support .img-wrapper-alt .arrow,
.ccard--support-v2 .img-wrapper-alt .arrow {
  width: 20px;
  height: 20px;
  top: 6px;
  left: 10px;
  position: absolute;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 94.85 122.88" style="enable-background:new 0 0 94.85 122.88" xml:space="preserve"><g><path d="M60.56,122.49c-1.63,0.83-3.68,0.29-4.56-1.22L38.48,91.1l-17.38,19.51c-5.24,5.88-12.16,7.34-12.85-1.57L0,1.59h0 C-0.04,1.03,0.2,0.46,0.65,0.13C1.17-0.1,1.78-0.02,2.24,0.3l0,0l88.92,60.87c7.37,5.05,2.65,10.31-5.06,11.91l-25.58,5.3 l17.37,30.26c0.86,1.51,0.31,3.56-1.22,4.55L60.56,122.49L60.56,122.49L60.56,122.49z"/></g></svg>');
  background-repeat: no-repeat;
  filter: invert(11%) sepia(76%) saturate(4921%) hue-rotate(345deg) brightness(105%) contrast(101%);
}
.ccard--support .txt-wrapper .title,
.ccard--support-v2 .txt-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #f7f5f3;
  user-select: none;
}
@media (min-width: 320px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 360px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 28px;
    line-height: 1.35;
  }
}
@media (min-width: 576px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 27px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (min-width: 1400px) {
  .ccard--support .txt-wrapper .title,
  .ccard--support-v2 .txt-wrapper .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.ccard--support .txt-wrapper .desc,
.ccard--support-v2 .txt-wrapper .desc {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
@media (min-width: 320px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 360px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media (min-width: 576px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 1400px) {
  .ccard--support .txt-wrapper .desc,
  .ccard--support-v2 .txt-wrapper .desc {
    font-size: 21px;
    line-height: 1.4;
  }
}
.ccard--support:hover,
.ccard--support-v2:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px) scale(1);
  cursor: pointer;
}
.ccard--support:hover .title,
.ccard--support-v2:hover .title {
  background-position: -100% 0;
}

.ccard--support-v3 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 4px;
  margin: 0px;
  background: #bf0d21;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .ccard--support-v3 {
    display: none;
  }
}
.ccard--support-v3 .txt-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 0px;
  width: 90%;
}
.ccard--support-v3 .txt-wrapper .title {
  width: 100%;
}
.ccard--support-v3 .txt-wrapper .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #f7f5f3;
  user-select: none;
  text-align: center;
  width: 100%;
}
@media (min-width: 360px) {
  .ccard--support-v3 .txt-wrapper .title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (min-width: 576px) {
  .ccard--support-v3 .txt-wrapper .title {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .ccard--support-v3 .txt-wrapper .title {
    font-size: 22px;
    line-height: 1.4;
  }
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.box--recent-categories {
  flex-direction: column;
}
.box--recent-categories .category-link {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 8px;
  user-select: none;
}
.box--recent-categories .category-link .img-wrapper {
  order: 0;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.box--recent-categories .category-link .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(2px);
}
.box--recent-categories .category-link .img-wrapper .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.box--recent-categories .category-link .txt-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box--recent-categories .category-link:hover .img-wrapper .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
}
.box--recent-categories .category-link .txt-wrapper {
  font-weight: 700;
  color: white;
  font-size: 16px;
}
.box--recent-categories .category-link:hover .txt-wrapper {
  color: #f9a51a;
}

.box--recent-authors {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.box--recent-authors .ccard--author-small {
  flex-direction: row-reverse;
  margin-bottom: 0px;
}
.box--recent-authors .ccard--author-small .img-wrapper {
  margin-right: 8px;
}
.box--recent-authors .ccard--author-small .txt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0;
  padding-right: 8px;
}
.box--recent-authors .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .box--recent-authors .txt-wrapper .headline {
    font-size: 15px;
    line-height: 18px;
  }
}

.box--category {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding: 8px;
  border-radius: 8px;
}
.box--category .surheadline {
  display: none;
}
.box--category .ccard--news-medium {
  margin-bottom: 0px;
  border-radius: 0;
}
.box--category .ccard--news-medium .txt-wrapper {
  padding-top: 8px;
}
.box--category .ccard--news-medium .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .box--category .ccard--news-medium .txt-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}

.box--category-list {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding: 8px;
  border-radius: 0 0 8px 8px;
}
.box--category-list .surheadline {
  display: none;
}
.box--category-list .ccard--news-medium {
  margin-bottom: 0px;
  border-radius: 0;
}
.box--category-list .ccard--news-medium .txt-wrapper {
  padding-top: 8px;
}
.box--category-list .ccard--news-medium .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .box--category-list .ccard--news-medium .txt-wrapper .surheadline {
    font-size: 13px;
    line-height: 15px;
  }
}
.box--category-list .ccard--news-medium .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .box--category-list .ccard--news-medium .txt-wrapper .headline {
    font-size: 15px;
    line-height: 18px;
  }
}
.box--category-list .ccard--news-medium .txt-wrapper .date {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 1400px) {
  .box--category-list .ccard--news-medium .txt-wrapper .date {
    font-size: 13px;
    line-height: 15px;
  }
}

.box--most-read,
.box--extensions,
.box--related {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.box--most-read .news-wrapper,
.box--extensions .news-wrapper,
.box--related .news-wrapper {
  width: 100%;
}
.box--most-read .ccard--news-small .txt-wrapper,
.box--extensions .ccard--news-small .txt-wrapper,
.box--related .ccard--news-small .txt-wrapper {
  padding: 0px;
  padding-right: 8px;
}
.box--most-read .ccard--news-small .txt-wrapper .surheadline,
.box--extensions .ccard--news-small .txt-wrapper .surheadline,
.box--related .ccard--news-small .txt-wrapper .surheadline {
  display: none;
}

.box--most-read-mobile,
.box--related-mobile,
.box--editors-pick-mobile,
.box--recent-authors-mobile {
  background-color: #fff;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  width: auto;
  overflow: visible;
}
.box--most-read-mobile .news-wrapper,
.box--related-mobile .news-wrapper,
.box--editors-pick-mobile .news-wrapper,
.box--recent-authors-mobile .news-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow-x: scroll;
}
.box--most-read-mobile .news-wrapper .ccard--news-small,
.box--related-mobile .news-wrapper .ccard--news-small,
.box--editors-pick-mobile .news-wrapper .ccard--news-small,
.box--recent-authors-mobile .news-wrapper .ccard--news-small {
  flex-direction: row-reverse;
  flex: none;
  justify-content: flex-start;
  width: 280px;
  height: 100px;
}
.box--most-read-mobile .news-wrapper .ccard--news-small .txt-wrapper,
.box--related-mobile .news-wrapper .ccard--news-small .txt-wrapper,
.box--editors-pick-mobile .news-wrapper .ccard--news-small .txt-wrapper,
.box--recent-authors-mobile .news-wrapper .ccard--news-small .txt-wrapper {
  padding-left: 0px;
  padding-right: 8px;
}
.box--most-read-mobile .news-wrapper .ccard--news-small .txt-wrapper .surheadline,
.box--related-mobile .news-wrapper .ccard--news-small .txt-wrapper .surheadline,
.box--editors-pick-mobile .news-wrapper .ccard--news-small .txt-wrapper .surheadline,
.box--recent-authors-mobile .news-wrapper .ccard--news-small .txt-wrapper .surheadline {
  display: none;
}
.box--most-read-mobile .news-wrapper .ccard--news-small .txt-wrapper .date,
.box--related-mobile .news-wrapper .ccard--news-small .txt-wrapper .date,
.box--editors-pick-mobile .news-wrapper .ccard--news-small .txt-wrapper .date,
.box--recent-authors-mobile .news-wrapper .ccard--news-small .txt-wrapper .date {
  display: none;
}

.box--recent-authors-mobile .authors-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
}
.box--recent-authors-mobile .ccard--author-small {
  align-items: center;
  flex: none;
  justify-content: flex-start;
  width: 280px;
  height: 100px;
  margin-bottom: 0px;
}
.box--recent-authors-mobile .ccard--author-small .txt-wrapper .headline {
  font-size: 15px;
}
.box--recent-authors-mobile .button-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #BF0D21;
  color: #fff;
  text-decoration: none;
  user-select: none;
  padding: 16px;
  border-radius: 8px;
  margin-left: 16px;
  margin-right: 16px;
}
.box--recent-authors-mobile .button-more span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.box--social-media,
.box--social-media-mobile {
  width: 100%;
  height: auto;
  background-color: #2C3E50;
  padding: 16px;
  text-align: center;
}
.box--social-media .wrapper,
.box--social-media-mobile .wrapper {
  width: 100%;
}
.box--social-media .wrapper .intro-text,
.box--social-media-mobile .wrapper .intro-text {
  margin-bottom: 24px;
}
.box--social-media .wrapper .links .link,
.box--social-media-mobile .wrapper .links .link {
  padding: 0 4px;
}
.box--social-media .wrapper .links .link a,
.box--social-media-mobile .wrapper .links .link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F7ED;
  text-decoration: none;
  padding: 3px;
  height: 36px;
  border-radius: 8px 18px 18px 8px;
  margin-bottom: 16px;
}
.box--social-media .wrapper .links .link a .img-wrapper,
.box--social-media-mobile .wrapper .links .link a .img-wrapper {
  background-color: #2C3E50;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
.box--social-media .wrapper .links .link a .img-wrapper img,
.box--social-media-mobile .wrapper .links .link a .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  filter: invert(94%) sepia(14%) saturate(172%) hue-rotate(14deg) brightness(107%) contrast(94%);
}
.box--social-media .wrapper .links .link a .txt,
.box--social-media-mobile .wrapper .links .link a .txt {
  flex: 1;
}
.box--social-media .wrapper .links .link a:hover,
.box--social-media-mobile .wrapper .links .link a:hover {
  background-color: #f9a51a;
  color: #fff;
}
.box--social-media .wrapper .links a.a-facebook:hover .img-wrapper,
.box--social-media-mobile .wrapper .links a.a-facebook:hover .img-wrapper {
  background-color: #fff;
}
.box--social-media .wrapper .links a.a-facebook:hover .img-wrapper img,
.box--social-media-mobile .wrapper .links a.a-facebook:hover .img-wrapper img {
  filter: invert(29%) sepia(6%) saturate(7481%) hue-rotate(186deg) brightness(103%) contrast(80%);
}
.box--social-media .wrapper .links a.a-twitter:hover .img-wrapper,
.box--social-media-mobile .wrapper .links a.a-twitter:hover .img-wrapper {
  background-color: #fff;
}
.box--social-media .wrapper .links a.a-twitter:hover .img-wrapper img,
.box--social-media-mobile .wrapper .links a.a-twitter:hover .img-wrapper img {
  filter: invert(57%) sepia(47%) saturate(4576%) hue-rotate(163deg) brightness(98%) contrast(101%);
}
.box--social-media .wrapper .links a.a-youtube:hover .img-wrapper,
.box--social-media-mobile .wrapper .links a.a-youtube:hover .img-wrapper {
  background-color: #fff;
}
.box--social-media .wrapper .links a.a-youtube:hover .img-wrapper img,
.box--social-media-mobile .wrapper .links a.a-youtube:hover .img-wrapper img {
  filter: invert(28%) sepia(100%) saturate(1387%) hue-rotate(336deg) brightness(78%) contrast(101%);
}
.box--social-media .wrapper .links a.a-instagram:hover .img-wrapper,
.box--social-media-mobile .wrapper .links a.a-instagram:hover .img-wrapper {
  background-color: #fff;
}
.box--social-media .wrapper .links a.a-instagram:hover .img-wrapper img,
.box--social-media-mobile .wrapper .links a.a-instagram:hover .img-wrapper img {
  filter: invert(28%) sepia(62%) saturate(2569%) hue-rotate(311deg) brightness(85%) contrast(97%);
}
.box--social-media .wrapper .links .link-reverse a,
.box--social-media-mobile .wrapper .links .link-reverse a {
  flex-direction: row-reverse;
  border-radius: 18px 8px 8px 18px;
}
.box--social-media .wrapper .links .link-5 a,
.box--social-media-mobile .wrapper .links .link-5 a {
  border-radius: 8px;
}
.box--social-media *,
.box--social-media-mobile * {
  font-size: 16px;
  font-weight: 700;
}
.box--social-media .link a,
.box--social-media-mobile .link a {
  color: #2C3E50;
  line-height: 30px;
}
.box--social-media .intro-text,
.box--social-media-mobile .intro-text {
  font-weight: 600;
  color: white;
  font-size: 18px;
}

.box--social-media-mobile {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .box--social-media-mobile {
    display: none;
  }
}

.box--outbound-links,
.box--outbound-links-mobile {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.box--outbound-links .links-wrapper,
.box--outbound-links-mobile .links-wrapper {
  width: 100%;
}
.box--outbound-links .ccard--link .txt-wrapper,
.box--outbound-links-mobile .ccard--link .txt-wrapper {
  padding: 0px;
  padding-right: 8px;
}

.box--outbound-links-mobile {
  border-radius: 8px;
  border-top-left-radius: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

#notification {
  width: 260px;
  height: fit-content;
  position: fixed;
  inset: unset;
  bottom: 60px;
  right: 10px;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 0px;
}
#notification .notification-title {
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #f9a51a;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
}
#notification .notification-title .title {
  font-size: 16px;
  font-weight: 600;
  margin-right: auto;
}
#notification .notification-title .btn--icon {
  background-color: transparent !important;
  border: none !important;
}
#notification .notification-title .btn--icon img {
  width: 16px;
  height: 16px;
}
#notification .notification-title .btn--icon:hover img {
  filter: invert(17%) sepia(97%) saturate(4347%) hue-rotate(345deg) brightness(74%) contrast(103%);
}
#notification .ccard {
  padding-left: 4px;
  padding-right: 4px;
}

#notification:popover-open {
  animation: fadeIn 150ms ease-in-out;
}

@media (max-width: 991.98px) {
  #notification {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: fit-content;
    position: fixed;
    inset: unset;
    bottom: 10px;
    right: unset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    border: 1px solid #DDD;
    padding: 0px;
  }
  #notification .notification-title {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #f9a51a;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 4px;
  }
  #notification .notification-title .title {
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
  }
  #notification .notification-title .btn--icon {
    background-color: transparent !important;
    border: none !important;
  }
  #notification .notification-title .btn--icon img {
    width: 16px;
    height: 16px;
  }
  #notification .notification-title .btn--icon:hover img {
    filter: invert(17%) sepia(97%) saturate(4347%) hue-rotate(345deg) brightness(74%) contrast(103%);
  }
  #notification .ccard {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 4px;
  }
  #notification .ccard .img-wrapper {
    width: 160px;
    height: 100px;
  }
  #notification .ccard .img-wrapper .badge-wrapper {
    display: none;
  }
}
#getpermission {
  min-width: 300px;
  width: 80%;
  max-width: 400px;
  height: fit-content;
  inset: unset;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  /* Ensure it appears above other content */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 0px;
}
#getpermission .getpermission-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9a51a;
  height: 40px;
  margin-bottom: 4px;
}
#getpermission .getpermission-title .title {
  font-size: 22px;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
}
#getpermission .getpermission-title .icon {
  background-color: black;
  border: none !important;
  width: 40px;
  height: 40px;
  border-radius: 0px 10px 10px 0px;
}
#getpermission .getpermission-title .icon img {
  width: 28px;
  height: 28px;
  margin-left: 6px;
  margin-top: 6px;
}
#getpermission .getpermission-title .btn--icon {
  background-color: black;
  border: none !important;
  width: 40px;
  height: 40px;
  border-radius: 10px 0px 0px 10px;
}
#getpermission .getpermission-title .btn--icon img {
  width: 16px;
  height: 16px;
  filter: invert(82%) sepia(59%) saturate(4280%) hue-rotate(344deg) brightness(96%) contrast(104%);
}
#getpermission .getpermission-title .btn--icon:hover img {
  filter: invert(17%) sepia(97%) saturate(4347%) hue-rotate(345deg) brightness(74%) contrast(103%);
}
#getpermission .content .text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding: 16px 8px 16px;
}
#getpermission .content .buttons {
  display: flex;
  flex-direction: row;
}
#getpermission .content .buttons .btn {
  flex: 1 1 50%;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  border: none;
}
#getpermission .content .buttons .btn-left {
  background-color: #DDD;
  color: #555;
}
#getpermission .content .buttons .btn-left:hover {
  background-color: #070401;
  color: #EEE;
  cursor: pointer;
}
#getpermission .content .buttons .btn-right {
  background-color: #f9a51a;
}
#getpermission .content .buttons .btn-right:hover {
  background-color: #070401;
  color: #EEE;
  cursor: pointer;
}

#getpermission:popover-open {
  animation: fadeIn 150ms ease-in-out;
}

#getpermission::backdrop {
  backdrop-filter: blur(6px);
}

@keyframes fadeIn {
  0% {
    scale: 0.8;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.search-box .search-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #2C3E50;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 24px;
}
.search-box .search-container .icon-container {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-right: 4px;
}
.search-box .search-container .icon-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.search-box .search-container .input-container {
  flex: 1;
  margin-left: 0px;
  position: relative;
}
.search-box .search-container .input-container input {
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-left: 4px;
  border: none;
  background-color: #fff;
  color: #2C3E50;
  font-weight: 600;
}
.search-box .search-container .input-container input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.search-box .search-container .input-container input:focus {
  outline: none;
}
.search-box .search-container .input-container .btn {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.search-box .search-container:focus-within {
  border-color: #BF0D21;
}

.search-box.w-filter .search-container {
  margin-bottom: 0;
  border: 1px solid #2C3E50;
}
.search-box.w-filter .search-container:focus-within {
  border-color: #BF0D21;
}
.search-box.w-filter .search-container .btn {
  min-width: 80px;
  border-radius: 4px;
}
.search-box.w-filter .search-warning {
  display: none;
  position: relative;
  z-index: 1;
  margin: 0 8px;
  padding: 8px 16px;
  padding-right: 40px;
  background-color: #fff3cd;
  border: 1px solid #856404;
  border-top: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
}
.search-box.w-filter .search-warning .search-warning-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-box.w-filter .search-warning .search-warning-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box.w-filter .search-warning .search-warning-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.search-box.w-filter .search-warning .search-warning-message {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #856404;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.search-box.w-filter .search-warning .search-warning-close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.search-box.w-filter .search-warning .search-warning-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.search-box.w-filter .search-warning .search-warning-close:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.search-box.w-filter .search-warning .search-warning-close img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.search-box.w-filter .search-warning.search-warning--visible {
  display: block;
}
.search-box.w-filter .toggle-filter {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box.w-filter .toggle-filter .btn-filter-toggle {
  background-color: #2C3E50;
  text-decoration: none;
  user-select: none;
  padding: 2px 16px;
  border-radius: 0 0 8px 8px;
  width: 240px;
  text-align: center;
  transition: width 0.1s;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.search-box.w-filter .toggle-filter .btn-filter-toggle:hover {
  background-color: #f9a51a;
  cursor: pointer;
}
.search-box.w-filter .toggle-filter .btn-filter-toggle[data-state=active] {
  background-color: #f9a51a;
  border-radius: 0;
  padding: 2px 16px;
  margin: 0 8px;
  width: 100%;
  transition: width 0.2s;
}
.search-box.w-filter .filter-container {
  position: relative;
  z-index: 3;
  display: none;
  flex-direction: column;
  padding: 8px;
  padding-top: 0;
}
.search-box.w-filter .filter-container .filterbox-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  background-color: #2C3E50;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  padding-top: 24px;
  /* Custom arrow */
}
.search-box.w-filter .filter-container .filterbox-content .wrapper {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper label {
  margin-bottom: 8px;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper.wrapper-5 {
  display: none;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper.wrapper-5 label {
  flex: 1 1 100%;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper.wrapper-5 .inner-wrapper {
  display: flex;
  flex-direction: row;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper.wrapper-5 .inner-wrapper input {
  flex: 1 1 50%;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper.wrapper-5 .inner-wrapper input:first-child {
  margin-right: 8px;
}
.search-box.w-filter .filter-container .filterbox-content .wrapper.wrapper-5 .inner-wrapper input:last-child {
  margin-left: 8px;
}
.search-box.w-filter .filter-container .filterbox-content select,
.search-box.w-filter .filter-container .filterbox-content input {
  min-height: 30px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 8px;
}
.search-box.w-filter .filter-container .filterbox-content select {
  -webkit-appearance: none;
  appearance: none;
}
.search-box.w-filter .filter-container .filterbox-content select {
  background-image: url("../img/icons/icon-arrowdown.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}
@media (min-width: 992px) {
  .search-box.w-filter .filter-container .filterbox-content .wrapper {
    flex: 1 0 50%;
  }
  .search-box.w-filter .filter-container .filterbox-content .wrapper-1,
  .search-box.w-filter .filter-container .filterbox-content .wrapper-3 {
    padding-right: 8px;
  }
  .search-box.w-filter .filter-container .filterbox-content .wrapper-2,
  .search-box.w-filter .filter-container .filterbox-content .wrapper-4 {
    padding-left: 8px;
  }
  .search-box.w-filter .filter-container .filterbox-content select,
  .search-box.w-filter .filter-container .filterbox-content input {
    min-height: 40px;
  }
}
.search-box.w-filter .filter-container .filterbox-content label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.date-picker {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #2C3E50;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 24px;
}
.date-picker label {
  display: inline-flex;
  font-size: 16px;
  color: #FEFEFE;
  font-weight: 600;
  padding-left: 16px;
  padding-right: 8px;
  user-select: none;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .date-picker label {
    padding-right: 16px;
  }
}
.date-picker input {
  flex: 1 1 auto;
  padding-left: 8px;
  font-weight: 600;
  color: #2C3E50;
  border: none;
}

.badge-wrapper {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: auto;
}
.badge-wrapper .badge-left {
  position: absolute;
  top: 10px;
  left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.badge-wrapper .badge-left .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0px;
  height: auto;
}
.badge-wrapper .badge-left .info .line-1 {
  width: auto;
  margin: 0px;
  padding: 4px 8px 4px 8px;
  border-radius: 0 4px 4px 0;
  background-color: #f9a51a;
  color: #070401;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.badge-wrapper .badge-left .info .line-2 {
  width: fit-content;
  margin: 0px;
  padding: 4px 8px 4px 8px;
  border-radius: 0 0px 4px 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.badge-wrapper .badge-left .badge-icon {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  width: 48px;
  height: 48px;
}
.badge-wrapper .badge-left .badge-icon img {
  width: 36px;
  height: 36px;
}
.badge-wrapper .badge-right {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.badge-wrapper .badge-right .badge-icon {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.badge-wrapper .badge-right .badge-icon img {
  vertical-align: unset;
}
.badge-wrapper .badge-left-video {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.badge-wrapper .badge-left-video .badge-icon {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
}
.badge-wrapper .badge-left-video .badge-icon img {
  vertical-align: unset;
}
.badge-wrapper.badge--large .badge-right .badge-icon {
  width: 32px;
  height: 32px;
}

.ccard--news-xxlarge .badge-wrapper .badge-left {
  top: 10px;
  left: 10px;
}
.ccard--news-xxlarge .badge-wrapper .badge-left .info {
  margin-left: -24px;
}
.ccard--news-xxlarge .badge-wrapper .badge-left .info .line-1 {
  padding: 4px 8px 4px 32px;
  font-size: 16px;
  line-height: 16px;
}
.ccard--news-xxlarge .badge-wrapper .badge-left .info .line-2 {
  padding: 4px 8px 4px 32px;
  font-size: 16px;
  line-height: 16px;
}
.ccard--news-xxlarge .badge-wrapper .badge-left .badge-icon {
  display: flex;
}

@media (max-width: 575.98px) {
  .ccard--news-medium--mobile-h .badge-left {
    display: none;
  }
  .ccard--news-medium--mobile-h .badge-right {
    top: 0px;
    right: 0px;
  }
}

section.w-color-2 .ccard .badge-wrapper .badge-left .info .line-1 {
  background-color: #BF0D21;
  color: #fff;
}

.page-news-single .news-single .badge-wrapper .badge-left {
  top: 10px;
  left: 10px;
}
.page-news-single .news-single .badge-wrapper .badge-left .info {
  margin-left: -24px;
}
.page-news-single .news-single .badge-wrapper .badge-left .info .line-1 {
  padding: 4px 8px 4px 32px;
  font-size: 16px;
  line-height: 16px;
}
.page-news-single .news-single .badge-wrapper .badge-left .info .line-2 {
  padding: 4px 8px 4px 32px;
  font-size: 16px;
  line-height: 16px;
}
.page-news-single .news-single .badge-wrapper .badge-left .badge-icon {
  display: flex;
  width: 48px;
  height: 48px;
}
.page-news-single .news-single .badge-wrapper .badge-left .badge-icon img {
  width: 36px !important;
  height: 36px !important;
}

section.recent-videos {
  padding: 0;
  margin: 0;
}
section.recent-videos .section__content {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 100%;
  max-height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.recent-videos .section__content {
    max-height: 600px;
  }
}
@media (min-width: 1200px) {
  section.recent-videos .section__content {
    max-height: 470px;
  }
}
section.recent-videos .section__content .main-area {
  width: 100%;
  height: auto;
  max-height: inherit;
  flex: 1;
}
@media (min-width: 992px) {
  section.recent-videos .section__content .main-area {
    width: auto;
    height: 100%;
  }
}
section.recent-videos .section__content .main-area .video-player {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  section.recent-videos .section__content .main-area .video-player {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  section.recent-videos .section__content .main-area .video-player {
    flex-direction: row;
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
section.recent-videos .section__content .main-area .video-player .video-wrapper {
  order: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 1200px) {
  section.recent-videos .section__content .main-area .video-player .video-wrapper {
    width: 60%;
  }
}
section.recent-videos .section__content .main-area .video-player .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.recent-videos .section__content .main-area .video-player .info-wrapper {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  section.recent-videos .section__content .main-area .video-player .info-wrapper {
    width: 40%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
  }
}
section.recent-videos .section__content .main-area .video-player .info-wrapper .txt-wrapper {
  margin-bottom: 8px;
}
section.recent-videos .section__content .main-area .video-player .info-wrapper .meta-wrapper {
  display: flex;
}
section.recent-videos .section__content .main-area .video-player .info-wrapper .meta-wrapper span {
  margin: 0 8px;
}
section.recent-videos .section__content .list-area {
  width: 100%;
  height: 200px;
  max-height: inherit;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
}
@media (min-width: 992px) {
  section.recent-videos .section__content .list-area {
    width: 240px;
    height: 100%;
    padding: 48px 16px 16px;
  }
}
section.recent-videos .section__content .list-area .ccard--video:not(.active):hover {
  cursor: pointer;
}
section.recent-videos .section__content .list-area .ccard--video:not(.active):hover .headline {
  color: #BF0D21;
}
section.recent-videos .section__content .list-area::-webkit-scrollbar {
  width: 8px;
}
section.recent-videos .section__content .list-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
section.recent-videos .section__content .list-area::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  outline: none;
}

.vcard--medium {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  border-radius: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .vcard--medium {
    flex-direction: column;
  }
}
.vcard--medium .img-wrapper {
  order: 0;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  width: 40%;
  height: auto;
  aspect-ratio: 16/10;
  position: relative;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .vcard--medium .img-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
}
.vcard--medium .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vcard--medium .txt-wrapper {
  padding-right: 8px;
  padding-left: 8px;
}
.vcard--medium .txt-wrapper .date {
  margin-bottom: 0px;
  margin-top: 8px;
}

.video-player .info-wrapper .txt-wrapper .headline {
  color: #FEFEFE;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .video-player .info-wrapper .txt-wrapper .headline {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .video-player .info-wrapper .txt-wrapper .headline {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .video-player .info-wrapper .txt-wrapper .headline {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .video-player .info-wrapper .txt-wrapper .headline {
    font-size: 24px;
    line-height: 32px;
  }
}
.video-player .info-wrapper .txt-wrapper .desc {
  color: #9B9B9B;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 576px) {
  .video-player .info-wrapper .txt-wrapper .desc {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .video-player .info-wrapper .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .video-player .info-wrapper .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-player .info-wrapper .meta-wrapper {
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .video-player .info-wrapper .meta-wrapper {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) {
  .video-player .info-wrapper .meta-wrapper {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1400px) {
  .video-player .info-wrapper .meta-wrapper {
    font-size: 15px;
    line-height: 18px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 64px;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.pagination ul li {
  width: auto;
  min-width: 24px;
  color: #fff;
  display: flex;
}
.pagination ul li a {
  width: 100%;
  background-color: #2C3E50;
  padding: 5px 6px;
  border: 2px solid #1c2732;
  border-right: 0;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  user-select: none;
  color: white;
}
.pagination ul li a:hover {
  background-color: #f9a51a;
  cursor: pointer;
}
.pagination ul li.active a {
  background-color: #f9a51a;
}
.pagination ul li:first-child a {
  border-radius: 8px 0 0 8px;
}
.pagination ul li:last-child a {
  border-radius: 0 8px 8px 0;
  border-right: 2px solid #1c2732;
}
.pagination ul li.disabled a:hover {
  background-color: #2C3E50;
  cursor: default;
}
@media (min-width: 768px) {
  .pagination ul li {
    min-width: 40px;
  }
  .pagination ul li a {
    padding: 5px 10px;
    font-size: 16px;
  }
}

section {
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  section.section--pushed .section__content {
    padding-left: 32px;
  }
}

.connected-mobile {
  position: relative;
}
.connected-mobile .section__title {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px !important;
  border-radius: 0px;
  border-top-right-radius: 8px;
  padding-left: 8px;
  border: none;
  background-color: #BF0D21;
  color: #fff;
}
.connected-mobile .section__content {
  margin-top: 0px !important;
}

.w-color-2 .section__title .dot {
  background-color: #BF0D21;
}
.w-color-2 .section__title .more a:hover {
  color: #BF0D21;
}
.w-color-2 .section__title .more .active {
  color: #BF0D21;
}
.w-color-2 .ccard .surheadline {
  color: #BF0D21;
}
.w-color-2 .ccard .name {
  color: #BF0D21;
}
.w-color-2 .ccard .author {
  color: #BF0D21;
}
.w-color-2 .related-wrapper .btn--large:hover {
  background-color: #BF0D21;
}
.w-color-2 .related-wrapper .btn--large:hover span {
  color: white;
}

.section__intro {
  margin-bottom: 32px;
}
.section__intro > .txt-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  z-index: 100;
}
.section__intro > .txt-wrapper .title {
  color: #2C3E50;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .section__intro > .txt-wrapper .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .section__intro > .txt-wrapper .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.section__intro > .txt-wrapper .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #343434;
}
@media (min-width: 576px) {
  .section__intro > .txt-wrapper .desc {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .section__intro > .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .section__intro > .txt-wrapper .desc {
    font-size: 17px;
    line-height: 22px;
  }
}

.intro-big {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  z-index: 100;
}
.intro-big > .figure-wrapper figure {
  margin: 0px;
}
.intro-big > .figure-wrapper .figure-img-wrapper {
  width: 100%;
  order: 0;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 16/10;
}
.intro-big > .figure-wrapper .figure-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
}
.intro-big > .figure-wrapper figcaption {
  text-align: right;
  padding: 4px 0px 8px;
}
.intro-big > .txt-wrapper {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.intro-big > .txt-wrapper > .desc {
  margin-top: 8px;
}
.intro-big > .figure-wrapper figcaption {
  color: #343434;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 360px) {
  .intro-big > .figure-wrapper figcaption {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .intro-big > .figure-wrapper figcaption {
    font-size: 14px;
    line-height: 17px;
  }
}
.intro-big > .txt-wrapper > .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 360px) {
  .intro-big > .txt-wrapper > .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .intro-big > .txt-wrapper > .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .intro-big > .txt-wrapper > .surheadline {
    font-size: 16px;
    line-height: 20px;
  }
}
.intro-big > .txt-wrapper > .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}
@media (min-width: 360px) {
  .intro-big > .txt-wrapper > .headline {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 576px) {
  .intro-big > .txt-wrapper > .headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .intro-big > .txt-wrapper > .headline {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  .intro-big > .txt-wrapper > .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
.intro-big > .txt-wrapper > .desc {
  font-weight: 500;
  color: #343434;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 360px) {
  .intro-big > .txt-wrapper > .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .intro-big > .txt-wrapper > .desc {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .intro-big > .txt-wrapper > .desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  .intro-big > .txt-wrapper > .desc {
    font-size: 19px;
    line-height: 26px;
  }
}

.section__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 6px;
  padding-right: 16px;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  background-color: #fff;
  user-select: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.section__title .dot {
  position: relative;
  background-color: #f9a51a;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  margin-right: 8px;
}
.section__title .more {
  margin-left: auto;
}
.section__title .more a {
  text-decoration: none;
}
.section__title .more span {
  margin-left: 4px;
  margin-right: 4px;
}
.section__title .title {
  color: #2C3E50;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .section__title .title {
    font-size: 17px;
    line-height: 32px;
  }
}
@media (min-width: 1400px) {
  .section__title .title {
    font-size: 18px;
    line-height: 32px;
  }
}
.section__title .more {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .section__title .more {
    font-size: 12px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .section__title .more {
    font-size: 12px;
    line-height: 32px;
  }
}
@media (min-width: 1400px) {
  .section__title .more {
    font-size: 13px;
    line-height: 32px;
  }
}
.section__title .more a {
  color: #343434;
}
.section__title .more--multiple a.active {
  color: #f9a51a;
}
.section__title .more a:hover {
  color: #f9a51a;
}
.section__title.title-lowercase .title {
  text-transform: lowercase;
}

.title-big {
  background-color: #2C3E50;
  border-radius: 8px;
}
.title-big .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.title-big .dot span {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 16px;
}
.title-big .title {
  color: #fff;
}
@media (min-width: 768px) {
  .title-big {
    height: 40px;
    padding-right: 16px;
    margin-bottom: 24px;
  }
  .title-big .dot {
    width: 24px;
    height: 24px;
  }
  .title-big .dot span {
    width: 16px;
    height: 16px;
  }
}

.title-highlight-2 {
  background-color: #BF0D21;
}
.title-highlight-2 .more {
  color: #FEFEFE;
}

.title-connected {
  position: relative;
  top: 1px;
  margin-bottom: 0px;
  padding-left: 6px;
  padding-right: 16px;
  user-select: none;
  border-radius: 16px 4px 0px 0px;
}
@media (min-width: 1200px) {
  .title-connected {
    border-radius: 16px 4px 0px 16px;
  }
}

.title-w-large-icon {
  margin-top: -16px;
  margin-bottom: -16px;
  border: none;
  background-color: #f3f3f3;
  z-index: 199;
}
.title-w-large-icon .icon {
  position: absolute;
  left: -2px;
}
.title-w-large-icon .title {
  padding-left: 48px;
}

.skip-to-content {
  position: fixed;
  top: -200px;
  left: 16px;
  z-index: 9999;
  padding: 8px 16px;
  background-color: #f9a51a;
  color: #070401;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 32px;
  text-decoration: none;
  transition: top 0.15s ease;
}
.skip-to-content:focus {
  top: 16px;
  outline: 3px solid #070401;
  outline-offset: 2px;
}

.header--desktop {
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .header--desktop {
    display: flex;
  }
}
.header--desktop .header-wrapper {
  width: 100%;
  background-color: #fff;
  margin-top: 16px;
  padding: 0;
  border-radius: 18px 18px 8px 8px;
}
.header--desktop .top-bar {
  z-index: 200;
  position: relative;
  display: flex;
  height: 36px;
  width: 100%;
  margin: 0px;
  background-color: #fcfcfc;
  border: 1px solid #E0E0E0;
  border-radius: 18px;
}
.header--desktop .top-bar .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
}
.header--desktop .top-bar .social .btn {
  margin-right: 4px;
}
.header--desktop .top-bar .language {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3px;
}
.header--desktop .top-bar .language .btn {
  margin-left: 4px;
}
.header--desktop .mid-bar {
  position: relative;
  z-index: 199;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 118px;
  margin-top: -18px;
  border: 1px solid #E0E0E0;
  user-select: none;
}
.header--desktop .mid-bar .row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
}
.header--desktop .mid-bar .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--desktop .mid-bar .logo img {
  width: 220px;
  height: auto;
  margin-top: 8px;
}
.header--desktop .bottom-bar {
  position: relative;
  display: flex;
  justify-content: center;
  height: 41px;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0px 0px 8px 8px;
}
.header--desktop .bottom-bar .row {
  width: 100%;
  height: 100%;
  padding: 0px 8px;
}
.header--desktop .bottom-bar [class*=col-] {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  padding: 0px;
}
.header--desktop .bottom-bar .left-part,
.header--desktop .bottom-bar .right-part,
.header--desktop .bottom-bar .center-part {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header--desktop .bottom-bar .left-part {
  justify-content: flex-start;
}
.header--desktop .bottom-bar .center-part {
  justify-content: center;
}
.header--desktop .bottom-bar .center-part .btn {
  position: relative;
}
.header--desktop .bottom-bar .center-part .btn .indicator {
  display: none;
}
.header--desktop .bottom-bar .center-part .btn.active .indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 12px);
  height: 2px;
  margin-bottom: -5px;
  border-radius: 4px 4px 0px 0px;
  background-color: #f9a51a;
}
.header--desktop .bottom-bar .center-part .btn.active.highlight-2 .indicator {
  background-color: #BF0D21 !important;
}
.header--desktop .bottom-bar .right-part {
  justify-content: flex-end;
}
.header--desktop .bottom-bar .right-part .btn--toggle-categories .on {
  display: none;
}
.header--desktop .bottom-bar .right-part .btn--toggle-categories.active span {
  color: #f9a51a;
}
.header--desktop .bottom-bar .right-part .btn--toggle-categories.active .on {
  display: block;
  filter: invert(78%) sepia(77%) saturate(2465%) hue-rotate(345deg) brightness(98%) contrast(98%);
}
.header--desktop .bottom-bar .right-part .btn--toggle-categories.active .off {
  display: none;
}
.header--desktop .bottom-bar .submenu-wrapper {
  position: relative;
}
.header--desktop .bottom-bar .submenu-wrapper .submenu {
  position: absolute;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: max-content;
}
.header--desktop .bottom-bar .submenu-wrapper .submenu .inner-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
.header--desktop .bottom-bar .submenu-wrapper .submenu .inner-wrapper .btn span {
  font-size: 14px;
}
.header--desktop .bottom-bar .submenu-wrapper .submenu .inner-wrapper:before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  border-bottom: 4px solid #E0E0E0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.header--desktop .bottom-bar .left-part.left-part--biamag .btn--icon:hover img {
  filter: invert(17%) sepia(97%) saturate(4347%) hue-rotate(345deg) brightness(74%) contrast(103%);
}
.header--desktop .bottom-bar .left-part.left-part--biamag .btn--text span {
  color: #f9a51a !important;
}
.header--desktop .bottom-bar .left-part.left-part--biamag .btn--text span:hover {
  color: #BF0D21 !important;
}
.header--desktop .bottom-bar .center-part #DivHeader1 {
  display: flex;
}
.header--desktop .category-wrapper {
  display: none;
  width: 100%;
  padding: 16px;
  padding-left: 8px;
  padding-right: 0px;
  border-radius: 0;
}
.header--desktop .category-wrapper .center-part {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  background-color: #f9a51a;
  border-radius: 8px;
}
.header--desktop .category-wrapper .center-part .vline {
  background-color: #da8114;
}
.header--desktop .category-wrapper .center-part .btn--text span {
  color: white;
}
.header--desktop .category-wrapper .center-part .btn--text:hover span {
  color: #2C3E50;
}
.header--desktop .category-wrapper .center-part:before {
  position: absolute;
  right: 100px;
  top: -8px;
  display: block;
  content: "";
  border-bottom: 8px solid #f9a51a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.header--desktop-sticky {
  position: fixed;
  z-index: 999;
  top: -70px;
  left: 0px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .header--desktop-sticky {
    display: flex;
  }
}
.header--desktop-sticky .header-wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header--desktop-sticky .top-bar {
  position: relative;
  display: flex;
  height: 52px;
  width: 100%;
  margin: 0px;
  background-color: #fcfcfc;
}
.header--desktop-sticky .top-bar .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
}
.header--desktop-sticky .top-bar .social .btn {
  margin-right: 4px;
}
.header--desktop-sticky .top-bar .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header--desktop-sticky .top-bar .logo img {
  width: auto;
  height: 36px;
}
.header--desktop-sticky .top-bar .language {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
}
.header--desktop-sticky .top-bar .language .btn {
  margin-left: 4px;
}

.header--mobile {
  position: sticky;
  z-index: 999;
  top: 0px;
  display: flex;
  height: 48px;
  margin-bottom: 16px;
  /* The side navigation menu */
}
.header--mobile .header-wrapper {
  top: 0px;
  height: 48px;
  width: 100%;
  padding: 0;
  background-color: #f9a51a;
}
.header--mobile .header-wrapper .row {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.header--mobile .header-wrapper [class*=col-] {
  padding: 0px;
}
.header--mobile .header-wrapper .left-part,
.header--mobile .header-wrapper .right-part,
.header--mobile .header-wrapper .center-part {
  display: flex;
  align-items: center;
  height: 100%;
}
.header--mobile .header-wrapper .left-part {
  justify-content: flex-start;
}
.header--mobile .header-wrapper .center-part {
  justify-content: center;
}
.header--mobile .header-wrapper .right-part {
  justify-content: flex-end;
}
.header--mobile .header-wrapper .center-part img {
  width: auto;
  height: 32px;
}
.header--mobile .header-wrapper .btn--icon {
  width: 48px;
  height: 48px;
}
.header--mobile .header-wrapper .btn--icon img {
  width: 24px;
  height: 24px;
  filter: none;
}
.header--mobile .header-wrapper .btn--icon.sidebar-switch img.close {
  display: none;
}
.header--mobile .header-wrapper .btn--icon.sidebar-switch img.open {
  display: block;
}
.header--mobile .header-wrapper .btn--icon.sidebar-switch.active img.open {
  display: none;
}
.header--mobile .header-wrapper .btn--icon.sidebar-switch.active img.close {
  display: block;
}
.header--mobile .header-wrapper .btn--icon.search {
  display: flex;
}
.header--mobile .header-wrapper .btn--icon.home {
  display: none;
}
@media (min-width: 992px) {
  .header--mobile {
    display: none;
  }
}
.header--mobile .sidenav {
  position: fixed;
  top: 48px;
  right: -350px;
  height: 100%;
  width: max-content;
  min-width: 275px;
  max-width: 350px;
  padding-top: 0px;
  padding-bottom: 48px;
  background-color: #f3f3f3;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
}
.header--mobile .sidenav.active {
  right: 0px;
}
.header--mobile .sidenav .sidenav__content {
  padding-top: 24px;
}
.header--mobile .sidenav .sidenav__content .links [class*=wrapper-] {
  display: flex;
  flex-direction: column;
}
.header--mobile .sidenav .sidenav__content .links [class*=wrapper-] .btn--text:first-child {
  border-top-left-radius: 8px;
}
.header--mobile .sidenav .sidenav__content .links [class*=wrapper-] .btn--text:last-child {
  border-bottom-left-radius: 8px;
}
.header--mobile .sidenav .sidenav__content .title {
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 8px;
  color: #da8114;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.header--mobile .sidenav .sidenav__content .btn--text {
  position: relative;
  justify-content: flex-start;
  height: auto;
  min-height: 40px;
  margin-top: -1px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.header--mobile .sidenav .sidenav__content .btn--text span {
  font-weight: 600;
  font-size: 20px;
}
.header--mobile .sidenav .sidenav__content .btn--text:hover {
  background-color: #f9a51a;
}
.header--mobile .sidenav .sidenav__content .btn--text:hover span {
  color: white;
}
.header--mobile .sidenav .sidenav__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-top: 24px;
  margin-bottom: 24px;
}
.header--mobile .sidenav .sidenav__footer .logo img {
  height: 50px;
  width: auto;
}

.header--mobile--biamag .header-wrapper {
  background-color: #BF0D21;
}
.header--mobile--biamag .header-wrapper .btn--icon img {
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(126deg) brightness(103%) contrast(100%);
}

.header--mobile--english .header-wrapper {
  background-color: #0D429B;
}
.header--mobile--english .header-wrapper .btn--icon img {
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(126deg) brightness(103%) contrast(100%);
}

.header--mobile--kurdi .header-wrapper {
  background-color: #8EA249;
}
.header--mobile--kurdi .header-wrapper .btn--icon img {
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(126deg) brightness(103%) contrast(100%);
}

.footer--desktop {
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  border-top: 1px solid whitesmoke;
  border-bottom: 10px solid black;
  background-color: #eee;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .footer--desktop {
    display: flex;
  }
}
.footer--desktop .top-bar {
  width: 100%;
  height: 100px;
  margin: 0px;
}
.footer--desktop .top-bar .copy {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.footer--desktop .top-bar .copy .logo {
  width: auto;
  height: auto;
}
.footer--desktop .top-bar .copy .logo img {
  width: auto;
  height: 50px;
}
.footer--desktop .top-bar .copy .copyright {
  margin-left: 40px;
}
.footer--desktop .top-bar .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer--desktop .top-bar .social .btn {
  margin-left: 4px;
  width: 40px;
  height: 40px;
}
.footer--desktop .top-bar .social .btn img {
  width: 20px;
  height: 20px;
}
.footer--desktop .mid-bar {
  user-select: none;
  margin: 0px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
.footer--desktop .mid-bar .col {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer--desktop .mid-bar .col-min {
  max-width: 50px;
}
.footer--desktop .bottom-bar {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.footer--desktop .bottom-bar .col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer--desktop .last-bar {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.footer--desktop .top-bar .copyright {
  font-size: 12px;
  font-weight: 500;
  color: #343434;
}
.footer--desktop .bottom-bar span {
  font-size: 14px;
}
.footer--desktop .last-bar {
  font-weight: 500;
  color: #343434;
  font-size: 14px;
}

.footer--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  border-top: 1px solid whitesmoke;
  border-bottom: 10px solid black;
  background-color: #eee;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .footer--mobile {
    display: none;
  }
}
.footer--mobile .top-bar {
  text-align: center;
  padding: 24px 8px;
}
.footer--mobile .top-bar .center-part {
  width: auto;
  height: auto;
}
.footer--mobile .top-bar .center-part img {
  width: auto;
  height: 50px;
}
.footer--mobile .mid-bar {
  border-top: 1px solid #E0E0E0;
  padding: 24px 8px;
}
.footer--mobile .mid-bar .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer--mobile .mid-bar .social .btn {
  margin-left: 4px;
  width: 40px;
  height: 40px;
}
.footer--mobile .mid-bar .social .btn img {
  width: 20px;
  height: 20px;
}
.footer--mobile .last-bar {
  border-top: 1px solid #E0E0E0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.footer--mobile .last-bar {
  border-top: 1px solid #E0E0E0;
  font-weight: 500;
  color: #343434;
  font-size: 12px;
}

@media (min-width: 992px) {
  main.page-home section.editors-pick .top-five {
    margin-bottom: 32px;
  }
}

.page-about-us .ccard--book {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.page-about-us .ccard--book .img-wrapper {
  border: 1px solid #E0E0E0 !important;
  overflow: hidden;
  width: 220px;
  height: 300px;
  top: -24px;
  left: 0;
}
.page-about-us .ccard--book .img-wrapper img {
  margin-top: 16px;
}
.page-about-us .ccard--book .info-wrapper {
  display: flex;
  flex-direction: column;
}
.page-about-us .ccard--book .action-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  text-align: center;
}
.page-about-us .ccard--book .action-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2C3E50;
  border-radius: 4px;
  padding: 8px;
  margin-top: 8px;
  margin-right: 8px;
  text-align: center;
}
.page-about-us .ccard--book .action-wrapper a:hover.btn-buy {
  background-color: #f9a51a;
}
.page-about-us .ccard--book .action-wrapper a:hover.btn-download {
  background-color: #BF0D21;
}
.page-about-us .ccard--book .action-wrapper a span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
.page-about-us .ccard--book .txt-wrapper .headline {
  text-align: center;
  color: #f9a51a;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}
.page-about-us .ccard--book .txt-wrapper .desc {
  text-align: center;
  color: #343434;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .page-about-us .ccard--book {
    flex-direction: row;
    margin-left: 16px;
  }
  .page-about-us .ccard--book .img-wrapper {
    top: -16px;
    left: -16px;
  }
  .page-about-us .ccard--book .img-wrapper img {
    margin-top: 0px;
  }
  .page-about-us .ccard--book .action-wrapper {
    justify-content: flex-start;
  }
  .page-about-us .ccard--book .action-wrapper a span {
    font-size: 16px;
    line-height: 16px;
  }
  .page-about-us .ccard--book .txt-wrapper .headline {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }
  .page-about-us .ccard--book .txt-wrapper .desc {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .page-about-us .ccard--book {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-about-us .ccard--book .img-wrapper {
    border: 1px solid #E0E0E0 !important;
    overflow: hidden;
    width: 220px;
    height: 300px;
    top: -24px;
    left: 0;
  }
  .page-about-us .ccard--book .img-wrapper img {
    margin-top: 16px;
  }
  .page-about-us .ccard--book .info-wrapper {
    display: flex;
    flex-direction: column;
  }
  .page-about-us .ccard--book .action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .page-about-us .ccard--book .action-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C3E50;
    border-radius: 4px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
    margin-right: 8px;
    text-align: center;
  }
  .page-about-us .ccard--book .action-wrapper a:hover.btn-buy {
    background-color: #f9a51a;
  }
  .page-about-us .ccard--book .action-wrapper a:hover.btn-download {
    background-color: #BF0D21;
  }
  .page-about-us .ccard--book .action-wrapper a span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
  }
  .page-about-us .ccard--book .txt-wrapper .headline {
    text-align: center;
    color: #f9a51a;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
  .page-about-us .ccard--book .txt-wrapper .desc {
    text-align: center;
    color: #343434;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .page-about-us .ccard--book {
    flex-direction: row;
    margin-left: 16px;
  }
  .page-about-us .ccard--book .img-wrapper {
    top: -16px;
    left: -16px;
  }
  .page-about-us .ccard--book .img-wrapper img {
    margin-top: 0px;
  }
  .page-about-us .ccard--book .action-wrapper {
    justify-content: flex-start;
  }
  .page-about-us .ccard--book .action-wrapper a span {
    font-size: 16px;
    line-height: 16px;
  }
  .page-about-us .ccard--book .txt-wrapper .headline {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }
  .page-about-us .ccard--book .txt-wrapper .desc {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
  }
}

main.page-news .section__title.title-big {
  background-color: #f9a51a;
}

main.page-news-single section.news-single .top-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px 8px 0 0;
  padding: 8px;
  padding: 16px;
}
@media (min-width: 576px) {
  main.page-news-single section.news-single .top-part {
    padding: 16px;
    padding: 16px;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .top-part {
    border-radius: 8px 8px 0 8px;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  main.page-news-single section.news-single .top-part .meta-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .category-wrapper {
  margin-right: auto;
}
main.page-news-single section.news-single .top-part .meta-wrapper .category-wrapper .category-box {
  display: none;
}
main.page-news-single section.news-single .top-part .meta-wrapper .category-wrapper a.btn-category {
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .category-wrapper a.btn-category {
    padding-left: 16px;
    padding-right: 16px;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 1400px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper {
    flex-direction: row;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .label-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .label-mobile {
  display: inline;
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .label-desktop,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .label-desktop {
  display: none;
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .value-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .value-mobile {
  display: inline;
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .value-desktop,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .value-desktop {
  display: none;
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .separator,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .separator {
  display: none;
}
@media (min-width: 768px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .label-mobile,
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .label-mobile {
    display: none;
  }
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .label-desktop,
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .label-desktop {
    display: inline;
  }
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .value-mobile,
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .value-mobile {
    display: none;
  }
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .value-desktop,
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .value-desktop {
    display: inline;
  }
}
@media (min-width: 1400px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .separator,
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .separator {
    display: inline;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .read-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-left: 4px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .read-time {
    margin-right: 8px;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .read-time .label-mobile {
  display: inline;
}
main.page-news-single section.news-single .top-part .meta-wrapper .read-time .label-desktop {
  display: none;
}
@media (min-width: 1400px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .read-time {
    flex-direction: row;
    align-items: center;
  }
  main.page-news-single section.news-single .top-part .meta-wrapper .read-time .label-mobile {
    display: none;
  }
  main.page-news-single section.news-single .top-part .meta-wrapper .read-time .label-desktop {
    display: inline;
  }
}
main.page-news-single section.news-single .top-part > .txt-wrapper {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part > .txt-wrapper {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  main.page-news-single section.news-single .top-part > .txt-wrapper {
    margin-top: 32px;
    margin-bottom: 8px;
  }
  main.page-news-single section.news-single .top-part > .txt-wrapper .headline {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
main.page-news-single section.news-single .top-part .info-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
main.page-news-single section.news-single .top-part .info-wrapper .left-part {
  z-index: 99;
}
main.page-news-single section.news-single .top-part .info-wrapper .left-part .authors-wrapper {
  display: flex;
  flex-direction: row;
}
main.page-news-single section.news-single .top-part .info-wrapper .left-part .authors-wrapper .ccard--author-chip {
  margin-right: 8px;
}
main.page-news-single section.news-single .top-part .info-wrapper .right-part {
  z-index: 99;
}
main.page-news-single section.news-single .top-part .info-wrapper .hline--1x {
  position: absolute;
}
main.page-news-single section.news-single .top-part .info-wrapper--mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .info-wrapper--mobile {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .top-part .info-wrapper--mobile {
    display: none;
  }
}
main.page-news-single section.news-single .top-part .info-wrapper--mobile .left-part {
  width: auto;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .info-wrapper--mobile .left-part {
    margin-right: auto;
  }
}
main.page-news-single section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
main.page-news-single section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper .ccard--author-chip {
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
}
main.page-news-single section.news-single .top-part .info-wrapper--mobile .right-part {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
main.page-news-single section.news-single .top-part .figure-wrapper figure {
  margin: 0px;
}
main.page-news-single section.news-single .top-part .figure-wrapper .figure-img-wrapper {
  width: 100%;
  order: 0;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 16/10;
}
main.page-news-single section.news-single .top-part .figure-wrapper .figure-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page-news-single section.news-single .top-part .figure-wrapper figcaption {
  text-align: right;
  padding: 4px 0px 8px;
}
main.page-news-single section.news-single .top-part .video-wrapper {
  order: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
main.page-news-single section.news-single .top-part .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page-news-single section.news-single .bottom-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding: 8px;
  padding-top: 0;
  margin-top: -1px;
}
@media (min-width: 576px) {
  main.page-news-single section.news-single .bottom-part {
    padding: 16px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part {
    flex-direction: row;
    background-color: transparent;
    border: none;
    margin: 0px;
    margin-top: -1px;
    padding: 0px;
  }
}
main.page-news-single section.news-single .bottom-part .actions-wrapper {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part .actions-wrapper {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
main.page-news-single section.news-single .bottom-part .actions-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part .actions-wrapper .inner-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 80px;
    width: 80px;
    padding-top: 16px;
  }
}
main.page-news-single section.news-single .bottom-part .actions-wrapper .btn--icon-large {
  margin-bottom: 0;
  margin-right: 8px;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part .actions-wrapper .btn--icon-large {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
main.page-news-single section.news-single .bottom-part .actions-wrapper .btn--icon-large.btn-print {
  display: none;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part .actions-wrapper .btn--icon-large.btn-print {
    display: flex;
  }
}
main.page-news-single section.news-single .bottom-part .content-wrapper {
  width: 100%;
  max-width: 100%;
  flex-grow: 0;
  overflow: hidden;
  padding-top: 16px;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part .content-wrapper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    padding: 16px;
  }
}
main.page-news-single section.news-single .bottom-part .content-wrapper .content {
  width: 100%;
  max-width: 100%;
}
main.page-news-single section.news-single .bottom-part .content-wrapper .tags-wrapper {
  margin-top: 16px;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .bottom-part .content-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
main.page-news-single section.news-single .bottom-part .content-wrapper .tags-wrapper .btn-tag {
  margin-top: 8px;
  margin-right: 8px;
}
main.page-news-single section.news-single .extra-part .authors-wrapper {
  margin-left: 0px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .extra-part .authors-wrapper {
    margin-left: 80px;
  }
}
main.page-news-single section.news-single .extra-part .authors-wrapper .ccard--author-xlarge {
  margin-top: 32px;
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date {
  font-size: 12px;
  line-height: 14px;
  color: #343434;
}
@media (min-width: 768px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date,
  main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date {
    font-size: 13px;
    line-height: 15px;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .label-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .label-desktop,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .label-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .label-desktop {
  font-weight: 700;
}
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .value-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .publish-date .value-desktop,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .value-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .date-wrapper .update-date .value-desktop {
  font-weight: 500;
}
main.page-news-single section.news-single .top-part .meta-wrapper .read-time {
  font-size: 12px;
  line-height: 14px;
  color: #343434;
}
@media (min-width: 768px) {
  main.page-news-single section.news-single .top-part .meta-wrapper .read-time {
    font-size: 13px;
    line-height: 15px;
  }
}
main.page-news-single section.news-single .top-part .meta-wrapper .read-time .label-mobile,
main.page-news-single section.news-single .top-part .meta-wrapper .read-time .label-desktop {
  font-weight: 700;
}
main.page-news-single section.news-single .top-part .meta-wrapper .read-time .value {
  font-weight: 500;
}
main.page-news-single section.news-single .top-part .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .surheadline {
    font-size: 16px;
    line-height: 20px;
  }
}
main.page-news-single section.news-single .top-part .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .headline {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 576px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .headline {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
main.page-news-single section.news-single .top-part .txt-wrapper .desc {
  font-weight: 500;
  color: #343434;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .desc {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  main.page-news-single section.news-single .top-part .txt-wrapper .desc {
    font-size: 19px;
    line-height: 26px;
  }
}
main.page-news-single section.news-single .top-part .figure-wrapper figcaption {
  color: #343434;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 360px) {
  main.page-news-single section.news-single .top-part .figure-wrapper figcaption {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  main.page-news-single section.news-single .top-part .figure-wrapper figcaption {
    font-size: 14px;
    line-height: 17px;
  }
}
main.page-news-single section.news-single .bottom-part .content-wrapper .content div.text-gallery {
  margin-bottom: 48px;
  margin-top: -8px;
}
main.page-news-single.page-news-single-biamag section.news-single .top-part .txt-wrapper .surheadline {
  color: #BF0D21;
}

.news-transition {
  background-color: #e0e0e0;
  padding: 8px;
  margin-bottom: 64px;
}
.news-transition [class*=ad-] {
  padding: 0px;
  margin: 0px;
}

main.page-news-single_print {
  max-width: 1400px;
}
main.page-news-single_print section.news-single .top-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px 8px 0 0;
  padding: 8px;
  padding: 16px;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .top-part {
    border-radius: 8px 8px 0 8px;
  }
}
main.page-news-single_print section.news-single .top-part .meta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  main.page-news-single_print section.news-single .top-part .meta-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .category-wrapper .category-box {
  display: none;
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date span,
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date span {
  display: none;
}
@media (min-width: 576px) {
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date span,
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date span {
    display: inline;
  }
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date span.seperator,
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date span.seperator {
  display: inline;
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .read-time {
  display: none;
}
@media (min-width: 768px) {
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .read-time {
    display: flex;
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper {
    align-items: center;
    justify-content: space-between;
  }
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date,
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date {
    text-align: right;
    margin-right: 8px;
  }
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date span,
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date span {
    display: block;
  }
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date span.seperator,
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date span.seperator {
    display: none;
  }
}
main.page-news-single_print section.news-single .top-part > .txt-wrapper {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part > .txt-wrapper {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  main.page-news-single_print section.news-single .top-part > .txt-wrapper {
    margin-top: 32px;
    margin-bottom: 8px;
  }
  main.page-news-single_print section.news-single .top-part > .txt-wrapper .headline {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
main.page-news-single_print section.news-single .top-part .info-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
main.page-news-single_print section.news-single .top-part .info-wrapper .left-part {
  z-index: 99;
}
main.page-news-single_print section.news-single .top-part .info-wrapper .left-part .authors-wrapper {
  display: flex;
  flex-direction: row;
}
main.page-news-single_print section.news-single .top-part .info-wrapper .left-part .authors-wrapper .ccard--author-chip {
  margin-right: 8px;
}
main.page-news-single_print section.news-single .top-part .info-wrapper .right-part {
  z-index: 99;
}
main.page-news-single_print section.news-single .top-part .info-wrapper .hline--1x {
  position: absolute;
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part .info-wrapper--mobile {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .top-part .info-wrapper--mobile {
    display: none;
  }
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .left-part {
  width: 100%;
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper .ccard--author-chip {
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .right-part {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .right-part .btn-language {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 40px;
}
main.page-news-single_print section.news-single .top-part .figure-wrapper figure {
  margin: 0px;
}
main.page-news-single_print section.news-single .top-part .figure-wrapper .figure-img-wrapper {
  width: 100%;
  height: auto;
  order: 0;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/10;
}
main.page-news-single_print section.news-single .top-part .figure-wrapper .figure-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page-news-single_print section.news-single .top-part .figure-wrapper figcaption {
  text-align: right;
  padding: 4px 0px 8px;
}
main.page-news-single_print section.news-single .top-part .video-wrapper {
  order: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
main.page-news-single_print section.news-single .top-part .video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page-news-single_print section.news-single .bottom-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding: 8px;
  padding-top: 0;
  margin-top: -1px;
}
@media (min-width: 576px) {
  main.page-news-single_print section.news-single .bottom-part {
    padding: 16px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part {
    flex-direction: row;
    background-color: transparent;
    border: none;
    margin: 0px;
    margin-top: -1px;
    padding: 0px;
  }
}
main.page-news-single_print section.news-single .bottom-part .actions-wrapper {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part .actions-wrapper {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
main.page-news-single_print section.news-single .bottom-part .actions-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part .actions-wrapper .inner-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 80px;
    width: 80px;
    padding-top: 16px;
  }
}
main.page-news-single_print section.news-single .bottom-part .actions-wrapper .btn--icon-large {
  margin-bottom: 0;
  margin-right: 8px;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part .actions-wrapper .btn--icon-large {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
main.page-news-single_print section.news-single .bottom-part .actions-wrapper .btn--icon-large.btn-print {
  display: none;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part .actions-wrapper .btn--icon-large.btn-print {
    display: flex;
  }
}
main.page-news-single_print section.news-single .bottom-part .content-wrapper {
  width: 100%;
  max-width: 100%;
  flex-grow: 0;
  overflow: hidden;
  padding-top: 16px;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part .content-wrapper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    padding: 16px;
  }
}
main.page-news-single_print section.news-single .bottom-part .content-wrapper .content {
  width: 100%;
  max-width: 100%;
}
main.page-news-single_print section.news-single .bottom-part .content-wrapper .tags-wrapper {
  margin-top: 16px;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .bottom-part .content-wrapper .tags-wrapper {
    margin-top: 24px;
  }
}
main.page-news-single_print section.news-single .bottom-part .content-wrapper .tags-wrapper .btn-tag {
  margin-top: 8px;
  margin-right: 8px;
}
main.page-news-single_print section.news-single .extra-part .authors-wrapper {
  margin-left: 0px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .extra-part .authors-wrapper {
    margin-left: 80px;
  }
}
main.page-news-single_print section.news-single .extra-part .authors-wrapper .ccard--author-xlarge {
  margin-top: 32px;
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date,
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date,
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .read-time {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #343434;
}
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date span,
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date span,
main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .read-time span {
  font-weight: 500;
}
@media (min-width: 768px) {
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .publish-date,
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .update-date,
  main.page-news-single_print section.news-single .top-part .meta-wrapper .date-wrapper .read-time {
    font-size: 13px;
    line-height: 15px;
  }
}
main.page-news-single_print section.news-single .top-part .txt-wrapper .surheadline {
  color: #f9a51a;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .surheadline {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .surheadline {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .surheadline {
    font-size: 16px;
    line-height: 20px;
  }
}
main.page-news-single_print section.news-single .top-part .txt-wrapper .headline {
  color: #2C3E50;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .headline {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 576px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .headline {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
main.page-news-single_print section.news-single .top-part .txt-wrapper .desc {
  font-weight: 500;
  color: #343434;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .desc {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) {
  main.page-news-single_print section.news-single .top-part .txt-wrapper .desc {
    font-size: 19px;
    line-height: 26px;
  }
}
main.page-news-single_print section.news-single .top-part .info-wrapper--mobile .left-part .authors-wrapper a .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
main.page-news-single_print section.news-single .top-part .figure-wrapper figcaption {
  color: #343434;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 360px) {
  main.page-news-single_print section.news-single .top-part .figure-wrapper figcaption {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  main.page-news-single_print section.news-single .top-part .figure-wrapper figcaption {
    font-size: 14px;
    line-height: 17px;
  }
}
main.page-authors .section__title.title-big {
  background-color: #f9a51a;
}

main.page-authors .section__intro .functions-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0px;
}
main.page-authors .section__intro .search-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0px;
}
@media (min-width: 768px) {
  main.page-authors .section__intro .search-wrapper {
    justify-content: flex-end;
  }
}
main.page-authors .section__intro .search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -8px;
  padding: 8px;
  padding-top: 16px;
  background-color: #e7e7e7;
  border: 1px solid #E0E0E0;
  border-radius: 0;
}
@media (min-width: 768px) {
  main.page-authors .section__intro .search-container {
    border-radius: 0 0 8px 8px;
  }
}
main.page-authors .section__intro .search-container .wrapper {
  height: 40px;
}
main.page-authors .section__intro .search-container .wrapper.wrapper-1 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
main.page-authors .section__intro .search-container .wrapper.wrapper-1 select {
  flex-grow: 1;
  height: 100%;
}
main.page-authors .section__intro .search-container label {
  margin-right: 8px;
}
main.page-authors .section__intro .search-container label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
main.page-authors .section__intro .search-container select {
  font-size: 12px;
  font-weight: 600;
  color: #343434;
}
@media (min-width: 360px) {
  main.page-authors .section__intro .search-container label,
  main.page-authors .section__intro .search-container select {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  main.page-authors .section__intro .search-container label,
  main.page-authors .section__intro .search-container select {
    font-size: 14px;
  }
}
main.page-authors .section__intro .ordering-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0px;
}
@media (min-width: 768px) {
  main.page-authors .section__intro .ordering-wrapper {
    justify-content: flex-end;
  }
}
main.page-authors .section__intro .ordering-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -2px;
  padding: 8px;
  background-color: #e7e7e7;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  main.page-authors .section__intro .ordering-container {
    margin-top: -8px;
    padding: 8px;
    padding-top: 16px;
  }
}
main.page-authors .section__intro .ordering-container select {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
main.page-authors .section__intro .ordering-container .wrapper {
  height: 40px;
}
main.page-authors .section__intro .ordering-container .wrapper.wrapper-1 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
main.page-authors .section__intro .ordering-container .wrapper.wrapper-1 select {
  flex-grow: 1;
  height: 100%;
}
main.page-authors .section__intro .ordering-container .wrapper.wrapper-2 {
  display: none;
  margin-left: 8px;
}
main.page-authors .section__intro .ordering-container .wrapper.wrapper-2 select {
  min-width: 32px;
}
main.page-authors .section__intro .ordering-container label {
  margin-right: 8px;
}
main.page-authors .section__intro .ordering-container label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
main.page-authors .section__intro .ordering-container select {
  font-size: 12px;
  font-weight: 600;
  color: #343434;
}
@media (min-width: 360px) {
  main.page-authors .section__intro .ordering-container label,
  main.page-authors .section__intro .ordering-container select {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  main.page-authors .section__intro .ordering-container label,
  main.page-authors .section__intro .ordering-container select {
    font-size: 14px;
  }
}

main.page-authors-single .section__title.title-big {
  background-color: #f9a51a;
}
main.page-authors-single .section__title.title-big a {
  color: #FEFEFE;
  text-decoration: none;
}
main.page-authors-single .section__title.title-big a:hover {
  color: #070401;
  text-decoration: none;
}

main.page-gallery-photos .section__title.title-big .more {
  color: #FEFEFE;
}

main.page-gallery-videos .section__title.title-big .more {
  color: #FEFEFE;
}

main.page-series .section__title.title-big .more {
  color: #FEFEFE;
}

main.page-tag .section__title.title-big {
  background-color: #ccc;
}
main.page-tag .section__title.title-big .title {
  color: #2C3E50;
}

main.page-category .section__title.title-big {
  background-color: #f9a51a;
}

main.page-search-results .section__title.title-big .more {
  color: #FEFEFE;
}

main.page-w-content .content-wrapper {
  width: 100%;
  max-width: 100%;
  flex-grow: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding: 16px;
}
main.page-w-content .content-wrapper .content {
  width: 100%;
  max-width: 100%;
}

main.page-biamag .section__title.title-big {
  background-color: #BF0D21;
}
main.page-biamag .section__title.title-big .dot {
  background-color: #FFF;
}
main.page-biamag .section__title.title-big .more {
  color: #FEFEFE;
}

.ads {
  text-align: center;
}
.ads img {
  max-width: 100%;
}
.ads ins.adsbygoogle[data-ad-status=filled] {
  margin-top: 0px;
  margin-bottom: 48px;
}

.ads--between-content {
  text-align: center;
}
.ads--between-content img {
  max-width: 100%;
}
.ads--between-content ins.adsbygoogle[data-ad-status=filled] {
  margin-top: 16px;
  margin-bottom: 16px;
}

.ads--before-content {
  text-align: center;
}
.ads--before-content img {
  max-width: 100%;
}
.ads--before-content ins.adsbygoogle[data-ad-status=filled] {
  margin-top: 8px;
  margin-bottom: 24px;
}

.content,
.content p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #343434;
}
@media (min-width: 360px) {
  .content,
  .content p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .content,
  .content p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .content,
  .content p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .content,
  .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.content a,
.content p a {
  text-decoration-color: #f9a51a;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  color: inherit;
  transition: color 0.1s, text-underline-offset 0.1s;
}
.content a:hover,
.content p a:hover {
  color: #f9a51a;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}
.content h2,
.content p h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #343434;
}
@media (min-width: 360px) {
  .content h2,
  .content p h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .content h2,
  .content p h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .content h2,
  .content p h2 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (min-width: 1400px) {
  .content h2,
  .content p h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.content h3,
.content p h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #343434;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media (min-width: 360px) {
  .content h3,
  .content p h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .content h3,
  .content p h3 {
    font-size: 21px;
    line-height: 33px;
  }
}
@media (min-width: 992px) {
  .content h3,
  .content p h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1400px) {
  .content h3,
  .content p h3 {
    font-size: 23px;
    line-height: 35px;
  }
}
.content h4,
.content p h4 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  color: #343434;
  margin-top: 8px;
  margin-bottom: 4px;
}
@media (min-width: 360px) {
  .content h4,
  .content p h4 {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .content h4,
  .content p h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .content h4,
  .content p h4 {
    font-size: 21px;
    line-height: 33px;
  }
}
@media (min-width: 1400px) {
  .content h4,
  .content p h4 {
    font-size: 22px;
    line-height: 34px;
  }
}
.content p img,
.content img,
.content p p img,
.content p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content p img.float-md-start,
  .content img.float-md-start,
  .content p p img.float-md-start,
  .content p img.float-md-start {
    margin-left: 0px;
    margin-right: 16px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .content p img.float-md-start,
  .content img.float-md-start,
  .content p p img.float-md-start,
  .content p img.float-md-start {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .content p img.float-md-start,
  .content img.float-md-start,
  .content p p img.float-md-start,
  .content p img.float-md-start {
    margin-left: 0px;
    margin-right: 16px;
    margin-top: 0px;
    float: left !important;
  }
}
@media (min-width: 768px) {
  .content p img.float-md-end,
  .content img.float-md-end,
  .content p p img.float-md-end,
  .content p img.float-md-end {
    margin-right: 0px;
    margin-left: 16px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .content p img.float-md-end,
  .content img.float-md-end,
  .content p p img.float-md-end,
  .content p img.float-md-end {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .content p img.float-md-end,
  .content img.float-md-end,
  .content p p img.float-md-end,
  .content p img.float-md-end {
    margin-right: 0px;
    margin-left: 16px;
    margin-top: 0px;
    float: right !important;
  }
}
.content *:has(+ .float-md-start),
.content *:has(+ p > img.float-md-start),
.content *:has(+ .float-md-end),
.content *:has(+ p > img.float-md-end),
.content p *:has(+ .float-md-start),
.content p *:has(+ p > img.float-md-start),
.content p *:has(+ .float-md-end),
.content p *:has(+ p > img.float-md-end) {
  margin-bottom: 24px;
}
.content figure,
.content p figure {
  position: relative;
  margin-bottom: 24px;
}
.content figure img,
.content p figure img {
  margin-bottom: 8px;
}
.content figure figcaption,
.content p figure figcaption {
  text-align: center;
  padding: 4px 8px 8px;
  max-width: 100%;
}
.content figure img.float-md-start + figcaption,
.content p figure img.float-md-start + figcaption {
  text-align: center;
  background-color: transparent;
}
@media (min-width: 768px) {
  .content figure img.float-md-start + figcaption,
  .content p figure img.float-md-start + figcaption {
    background-color: #EEE;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .content figure img.float-md-start + figcaption,
  .content p figure img.float-md-start + figcaption {
    background-color: transparent;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .content figure img.float-md-start + figcaption,
  .content p figure img.float-md-start + figcaption {
    background-color: #EEE;
    text-align: left;
  }
}
.content figure img.float-md-end + figcaption,
.content p figure img.float-md-end + figcaption {
  text-align: center;
  background-color: transparent;
}
@media (min-width: 768px) {
  .content figure img.float-md-end + figcaption,
  .content p figure img.float-md-end + figcaption {
    background-color: #EEE;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .content figure img.float-md-end + figcaption,
  .content p figure img.float-md-end + figcaption {
    background-color: transparent;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .content figure img.float-md-end + figcaption,
  .content p figure img.float-md-end + figcaption {
    background-color: #EEE;
    text-align: right;
  }
}
.content figure .figure-img-wrapper,
.content p figure .figure-img-wrapper {
  background-color: #f2f2f2;
}
.content figure .figure-video-wrapper,
.content p figure .figure-video-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  order: 0;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.content figure .figure-video-wrapper > iframe,
.content p figure .figure-video-wrapper > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content figure figcaption,
.content p figure figcaption {
  color: #343434;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 360px) {
  .content figure figcaption,
  .content p figure figcaption {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .content figure figcaption,
  .content p figure figcaption {
    font-size: 14px;
    line-height: 17px;
  }
}
.content *:has(+ figure),
.content p *:has(+ figure) {
  margin-bottom: 24px;
}
.content blockquote,
.content p blockquote {
  position: relative;
  width: 90%;
  margin: 24px auto;
  padding: 16px;
  padding-left: 24px;
  border-left: 4px solid #f9a51a;
  border-right: 2px solid #f9a51a;
  border-radius: 8px;
  font-style: italic;
  background: #ededed;
  font-size: 110%;
}
.content blockquote::before,
.content p blockquote::before {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  content: "“";
  color: white;
  font-size: 80px;
  position: absolute;
  left: -16px;
  top: 0px;
  height: 30px;
  padding-top: 20px;
  margin-bottom: -30px;
  background-color: #f9a51a;
  border-radius: 4px;
}
.content div[class^=box],
.content div[class*=" box"],
.content p div[class^=box],
.content p div[class*=" box"] {
  border-radius: 8px;
  margin: 24px 0;
  padding: 16px;
  clear: both;
}
.content div[class^=box] figure img,
.content div[class^=box] img,
.content div[class*=" box"] figure img,
.content div[class*=" box"] img,
.content p div[class^=box] figure img,
.content p div[class^=box] img,
.content p div[class*=" box"] figure img,
.content p div[class*=" box"] img {
  max-width: 100%;
  height: auto;
}
.content div[class^=box] .ccard--news-content .img-wrapper img,
.content div[class*=" box"] .ccard--news-content .img-wrapper img,
.content p div[class^=box] .ccard--news-content .img-wrapper img,
.content p div[class*=" box"] .ccard--news-content .img-wrapper img {
  height: 100%;
}
.content .box-1,
.content p .box-1 {
  background: #ededed;
  color: black;
  border: 1px solid #e0e0e0;
}
.content .box-2,
.content p .box-2 {
  background-color: #fb9517;
  color: black;
}
.content .box-2 h1,
.content .box-2 h2,
.content .box-2 h3,
.content .box-2 h4,
.content .box-2 h5,
.content .box-2 h6,
.content .box-2 p,
.content p .box-2 h1,
.content p .box-2 h2,
.content p .box-2 h3,
.content p .box-2 h4,
.content p .box-2 h5,
.content p .box-2 h6,
.content p .box-2 p {
  color: black;
}
.content .box-2 a,
.content .box-2 p a,
.content p .box-2 a,
.content p .box-2 p a {
  text-decoration-color: #FEFEFE;
  color: inherit;
}
.content .box-2 a:hover,
.content .box-2 p a:hover,
.content p .box-2 a:hover,
.content p .box-2 p a:hover {
  color: #FEFEFE;
}
.content .box-3,
.content p .box-3 {
  background-color: #bf0d21;
  color: #f7f7f7;
}
.content .box-3 h1,
.content .box-3 h2,
.content .box-3 h3,
.content .box-3 h4,
.content .box-3 h5,
.content .box-3 h6,
.content .box-3 p,
.content p .box-3 h1,
.content p .box-3 h2,
.content p .box-3 h3,
.content p .box-3 h4,
.content p .box-3 h5,
.content p .box-3 h6,
.content p .box-3 p {
  color: #f7f7f7;
}
.content .box-4,
.content p .box-4 {
  background-color: #829942;
  color: #f7f7f7;
}
.content .box-4 h1,
.content .box-4 h2,
.content .box-4 h3,
.content .box-4 h4,
.content .box-4 h5,
.content .box-4 h6,
.content .box-4 p,
.content p .box-4 h1,
.content p .box-4 h2,
.content p .box-4 h3,
.content p .box-4 h4,
.content p .box-4 h5,
.content p .box-4 h6,
.content p .box-4 p {
  color: #f7f7f7;
}
.content .box-5,
.content p .box-5 {
  background-color: #445120;
  color: #f7f7f7;
}
.content .box-5 h1,
.content .box-5 h2,
.content .box-5 h3,
.content .box-5 h4,
.content .box-5 h5,
.content .box-5 h6,
.content .box-5 p,
.content p .box-5 h1,
.content p .box-5 h2,
.content p .box-5 h3,
.content p .box-5 h4,
.content p .box-5 h5,
.content p .box-5 h6,
.content p .box-5 p {
  color: #f7f7f7;
}
.content .box-6,
.content p .box-6 {
  background-color: #85beff;
  color: black;
}
.content .box-6 h1,
.content .box-6 h2,
.content .box-6 h3,
.content .box-6 h4,
.content .box-6 h5,
.content .box-6 h6,
.content .box-6 p,
.content p .box-6 h1,
.content p .box-6 h2,
.content p .box-6 h3,
.content p .box-6 h4,
.content p .box-6 h5,
.content p .box-6 h6,
.content p .box-6 p {
  color: black;
}
.content .box-6 a,
.content .box-6 p a,
.content p .box-6 a,
.content p .box-6 p a {
  text-decoration-color: #FEFEFE;
  color: inherit;
}
.content .box-6 a:hover,
.content .box-6 p a:hover,
.content p .box-6 a:hover,
.content p .box-6 p a:hover {
  color: #FEFEFE;
}
.content .box-7,
.content p .box-7 {
  background-color: #164b74;
  color: #f7f7f7;
}
.content .box-7 h1,
.content .box-7 h2,
.content .box-7 h3,
.content .box-7 h4,
.content .box-7 h5,
.content .box-7 h6,
.content .box-7 p,
.content p .box-7 h1,
.content p .box-7 h2,
.content p .box-7 h3,
.content p .box-7 h4,
.content p .box-7 h5,
.content p .box-7 h6,
.content p .box-7 p {
  color: #f7f7f7;
}
.content .box-8,
.content p .box-8 {
  background-color: #832787;
  color: #f6f6f6;
}
.content .box-8 h1,
.content .box-8 h2,
.content .box-8 h3,
.content .box-8 h4,
.content .box-8 h5,
.content .box-8 h6,
.content .box-8 p,
.content p .box-8 h1,
.content p .box-8 h2,
.content p .box-8 h3,
.content p .box-8 h4,
.content p .box-8 h5,
.content p .box-8 h6,
.content p .box-8 p {
  color: #f6f6f6;
}
.content .box-11,
.content p .box-11 {
  border: 4px solid #e0e0e0;
}
.content .box-12,
.content p .box-12 {
  border: 4px solid #fb9517;
}
.content .box-13,
.content p .box-13 {
  border: 4px solid #bf0d21;
}
.content .box-14,
.content p .box-14 {
  border: 4px solid #829942;
}
.content .box-15,
.content p .box-15 {
  border: 4px solid #445120;
}
.content .box-16,
.content p .box-16 {
  border: 4px solid #85beff;
}
.content .box-17,
.content p .box-17 {
  border: 4px solid #164b74;
}
.content .box-18,
.content p .box-18 {
  border: 4px solid #832787;
}

.content table {
  caption-side: top;
}
.content table td {
  padding: 4px;
}
.content .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.content .news-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

main.page-gallery-single .content figure figcaption {
  text-align: left;
}

.page-news-single.page-news-single-biamag .content a,
.page-news-single.page-news-single-biamag .content p a {
  text-decoration-color: #BF0D21;
}
.page-news-single.page-news-single-biamag .content a:hover,
.page-news-single.page-news-single-biamag .content p a:hover {
  color: #BF0D21;
}
.page-news-single.page-news-single-biamag .content blockquote,
.page-news-single.page-news-single-biamag .content p blockquote {
  border-left: 4px solid #BF0D21;
  border-right: 2px solid #BF0D21;
}
.page-news-single.page-news-single-biamag .content blockquote::before,
.page-news-single.page-news-single-biamag .content p blockquote::before {
  background-color: #BF0D21;
}

.fig-modal .modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
}

.wborder {
  border: 2px solid #DDD;
}

body.print section.content-part .actions-wrapper {
  display: none;
}
body.print section.content-part .content,
body.print section.content-part .content p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  color: black;
}
body.print section.content-part .content a,
body.print section.content-part .content p a {
  text-decoration-color: #BF0D21;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  color: #343434;
}
body.print section.content-part .content h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #343434;
}
body.print section.content-part .content h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #343434;
  margin-top: 16px;
}
body.print section.content-part .content h4 {
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  color: #343434;
  margin-top: 8px;
}
body.print section.content-part .content figure .figure-img-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  order: 0;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
body.print section.content-part .content figure .figure-img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.print section.content-part .content figure figcaption {
  text-align: left;
  padding: 4px 0px 8px;
  max-width: 100%;
}
body.print section.content-part .content figure .figure-video-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  order: 0;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
body.print section.content-part .content figure .figure-video-wrapper > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.print section.content-part .content figure.float-md-start {
  margin: 0 16px 16px 0;
}
body.print section.content-part .content figure.float-md-end {
  margin: 0 0 16px 16px;
}
body.print section.content-part .content figure.float-md-end figcaption {
  text-align: right;
}
body.print section.content-part .content p img,
body.print section.content-part .content img {
  max-width: 100%;
  height: auto;
}
body.print section.content-part .content p img.float-md-start,
body.print section.content-part .content img.float-md-start {
  margin: 0 16px 16px 0;
}
body.print section.content-part .content p img.figure.float-md-end,
body.print section.content-part .content img.figure.float-md-end {
  margin: 0 0 16px 16px;
}
body.print section.content-part .content figure figcaption {
  color: #070401;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
body.print section.content-part .content blockquote {
  position: relative;
  width: 90%;
  margin: 24px auto;
  padding: 16px;
  padding-left: 24px;
  border-left: 4px solid #070401;
  border-right: 2px solid #070401;
  border-radius: 8px;
  font-style: italic;
  background: #ededed;
  font-size: 110%;
}
body.print section.content-part .content blockquote::before {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  content: "“";
  color: white;
  font-size: 80px;
  position: absolute;
  left: -16px;
  top: 0px;
  height: 30px;
  padding-top: 20px;
  margin-bottom: -30px;
  background-color: #BF0D21;
  border-radius: 4px;
}
body.print section.content-part .content div[class^=box],
body.print section.content-part .content div[class*=" box"] {
  border-radius: 8px;
  margin: 24px 0;
  padding: 16px;
  clear: both;
}
body.print section.content-part .content div[class^=box] figure img,
body.print section.content-part .content div[class^=box] img,
body.print section.content-part .content div[class*=" box"] figure img,
body.print section.content-part .content div[class*=" box"] img {
  max-width: 100%;
  height: auto;
}
body.print section.content-part .content div[class^=box] .ccard--news-content .img-wrapper img,
body.print section.content-part .content div[class*=" box"] .ccard--news-content .img-wrapper img {
  height: 100%;
}
body.print section.content-part .content .box-1,
body.print section.content-part .content .box-2,
body.print section.content-part .content .box-3,
body.print section.content-part .content .box-4,
body.print section.content-part .content .box-5,
body.print section.content-part .content .box-6,
body.print section.content-part .content .box-7 {
  background: #ededed;
  color: black;
  border: 2px solid #333;
}
body.print section.content-part .content table {
  caption-side: top;
}
