/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

article {
  position: relative;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    article {
      flex-direction: column; } }
  article span.terms {
    color: var(--white);
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: .2px;
    text-transform: uppercase;
    line-height: 1;
    padding: .5em;
    font-size: 12.5px;
    background-color: var(--black); }
    @media (min-width: 768px) {
      article span.terms {
        font-size: 15px;
        position: absolute;
        top: .5em;
        left: .5em;
        z-index: 1; } }
  article .image-wrapper {
    width: 100%;
    position: relative;
    padding-top: 100%;
    height: auto; }
    article .image-wrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  article h2, article h3 {
    padding: 0;
    margin-top: .5em;
    margin-bottom: 0;
    font-size: 18px; }
    article h2 a, article h3 a {
      color: var(--black) !important;
      text-decoration: none; }
      article h2 a:hover, article h3 a:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    article {
      display: flex;
      margin-bottom: 1.5em;
      gap: .25em .75em; }
      article .content {
        flex: 3; }
        article .content h2, article .content h3 {
          padding: 0;
          padding-top: .25em;
          margin: 0; }
      article .image-wrapper {
        flex: 1;
        padding-top: 25%; } }

#container-wrapper {
  padding-top: 2em; }
  @media (min-width: 768px) {
    #container-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: .5em; }
      #container-wrapper article {
        flex-basis: calc(50% - .25em); } }
  @media (min-width: 981px) {
    #container-wrapper {
      display: grid;
      gap: .5em;
      margin-right: -.5em;
      grid-template-rows: [row1-start] auto [row1-end] auto [third-line] auto [last-line];
      grid-template-columns: [first] calc(25% - .5em) [line2] calc(25% - .5em) [line3] calc(25% - .5em) [line4] calc(25% - .5em) [end]; } }

.section-category .container > p {
  margin-bottom: 0;
  margin-top: 2em; }

.section-category .container.title {
  display: flex;
  align-items: center;
  gap: 1em; }
  .section-category .container.title h1 {
    font-weight: bold;
    margin: 0;
    text-align: center; }
  .section-category .container.title > span {
    flex: 1;
    height: 1px;
    background-color: var(--black);
    width: 100%; }

.section-category #container-wrapper {
  margin: -1em 0; }
  @media (min-width: 768px) {
    .section-category #container-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: .5em; }
      .section-category #container-wrapper article {
        flex-basis: calc(50% - .25em); } }
  .section-category #container-wrapper .image-wrapper.image-1 {
    grid-row-start: row1-end; }
  .section-category #container-wrapper .image-wrapper.image-2 {
    grid-row-start: fourth-line; }
  .section-category #container-wrapper .image-wrapper.image-3 {
    grid-row-start: sixth-line; }
  .section-category #container-wrapper .image-wrapper.image-4 {
    grid-row-start: eighth-line; }
  .section-category #container-wrapper .image-wrapper.image-5 {
    grid-row-start: tenth-line; }
  .section-category #container-wrapper > .image-wrapper {
    grid-column-start: first;
    grid-column-end: end; }
    .section-category #container-wrapper > .image-wrapper img {
      max-height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  @media (min-width: 981px) {
    .section-category #container-wrapper {
      display: grid;
      gap: 0 2em;
      margin-right: -2em;
      grid-template-rows: [row1-start] auto [row1-end] auto [third-line] auto [fourth-line] auto [fifth-line] auto [sixth-line] auto [seventh-line] auto [eighth-line] auto [ninth-line] auto [tenth-line] auto [last-line];
      grid-template-columns: [first] calc(100% / 3 - 2em) [line2] calc(100% / 3 - 2em) [line3] calc(100% / 3 - 2em) [end]; } }
  .section-category #container-wrapper article {
    padding: 1em 0; }
    @media (max-width: 980px) {
      .section-category #container-wrapper article {
        padding-bottom: 0;
        margin-bottom: .5em; } }
    .section-category #container-wrapper article .image-wrapper {
      padding-top: 40%; }
    @media (min-width: 981px) {
      .section-category #container-wrapper article .image-wrapper {
        padding-top: 125%; } }
    .section-category #container-wrapper article .content h2 {
      padding-top: 0; }
    .section-category #container-wrapper article .content h3 a, .section-category #container-wrapper article .content h2 a {
      padding-bottom: 0 !important;
      text-transform: uppercase;
      line-height: 1.4; }
      @media (min-width: 981px) {
        .section-category #container-wrapper article .content h3 a, .section-category #container-wrapper article .content h2 a {
          padding-top: 0.5em !important; } }
    .section-category #container-wrapper article .content > span {
      font-size: 18px !important;
      padding-top: 0;
      color: rgba(57, 61, 64, 0.8);
      display: block; }
      @media (min-width: 981px) {
        .section-category #container-wrapper article .content > span {
          padding: .5em;
          padding-top: 0; } }

.section-category article {
  position: relative; }
  .section-category article.article-inactive {
    display: none; }

.section-category .load-more {
  grid-column: span 3; }
  .section-category .load-more .btn {
    display: block;
    margin: 1em auto 0;
    padding: .75em 2em;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--main-color);
    font-size: 20px; }

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