/** Generated: Sunday, 20th of September 2026, 06:27:01 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul,
ol {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 13px;
  font-family: Arial;
}
@media screen and (min-width: 900px) {
  html {
    font-size: calc(13px + 5 * ((100vw - 900px) / 1660));
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 18px;
  }
}
body {
  margin: 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 84.444rem;
  padding: 0 1.11rem;
}
.l_topbar {
  border-bottom: 1px solid #e1e1e1;
}
.topbar {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar h1 {
  font-weight: 500;
}
.l_middle {
  overflow: hidden;
  padding-top: 2.2222rem;
}
.l_middle > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-1.11111rem);
}
.l_middle > * > * {
  margin: calc(1.11111rem);
  flex-basis: 22.22222rem;
  flex-grow: 1;
}
.l_middle > * > :first-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(63.77778%);
}
.l_head {
  background: #f6f6f6;
  background: #93191d;
  background: -webkit-linear-gradient(top left, #93191d, #a21418);
  background: -moz-linear-gradient(top left, #93191d, #a21418);
  background: linear-gradient(to bottom right, #93191d, #a21418);
  margin-top: 2.2222rem;
}
.hamburger {
  font-weight: 700;
  color: #93191d;
}
.hamburger svg {
  fill: #93191d;
}
.hamburger span {
  position: relative;
  top: 2px;
  padding-left: 2px;
  display: inline-block;
}
.mobile_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  max-height: 4rem;
}
.l_head input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.l_head input[type="checkbox"]:focus + label {
  color: black;
  background-color: wheat;
}
.l_head label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  display: flex;
  place-items: center;
}
.togglesection {
  max-height: 0;
  overflow: hidden;
  transition: 0.7s ease max-height;
  background: #f4f4f4;
}
ul.navigation li > a {
  color: #93191d;
}
#toggle:checked ~ .navigation-wrapper .togglesection {
  max-height: 800px;
}
@media screen and (min-width: 1020px) {
  .l_head label {
    display: none;
  }
  .togglesection {
    height: auto;
    background: none;
  }
}
ul.navigation,
ul.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.navigation li a {
  display: inline-block;
  font-size: 0.9rem;
}
ul.navigation li ul li {
  padding-left: 1rem;
}
ul.navigation li a,
ul.navigation li .likea {
  padding: 0.75rem 1rem;
}
ul.navigation li.searchli input {
  padding: 0.5rem 1rem;
  width: 80%;
}
ul.navigation li.searchli button {
  width: 1.5rem;
  height: 1.5rem;
}
ul.navigation li.searchli .mobileonly svg {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 0.3rem;
}
ul.navigation form bu