@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,700;1,300;1,600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}

ul, li, li.menu-item--expanded, li.menu-item--collapsed {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

div.contextual {
  display: none;
}

div.dialog-off-canvas-main-canvas {
  width: 100%;
  max-width: 1908px;
  min-width: 360px;
  position: relative;
  margin: 0 auto;
}
div.dialog-off-canvas-main-canvas header {
  height: clamp(98px, 18vw, 112px);
}

section.region-header {
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 18px clamp(30px, 5vw, 70px);
  width: 100%;
  max-width: 1908px;
  position: fixed;
  background: #ffffff;
  transition: 0.3s;
}
section.region-header div.block-system-branding-block {
  margin-right: auto;
}
section.region-header div.block-system-branding-block img {
  transition: 0.3s;
  width: clamp(150px, 24vw, 235px);
  max-height: 72px;
  pointer-events: all;
  filter: brightness(0);
}
section.region-header div.block-system-branding-block img:hover {
  transform: scale(1.05);
}
section.region-header div.search-block-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  position: static;
}
section.region-header div.search-block-form div.search-container {
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10;
  inset: 0;
  top: -100vh;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2%;
}
section.region-header div.search-block-form div.search-container form#search-block-form {
  width: 80%;
  max-width: 950px;
  height: 50px;
  font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
section.region-header div.search-block-form div.search-container form#search-block-form > div {
  display: block;
  height: 100%;
  margin: 0;
}
section.region-header div.search-block-form div.search-container form#search-block-form > div input {
  height: 100%;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
}
section.region-header div.search-block-form div.search-container form#search-block-form div.form-type-search {
  flex-grow: 2;
  flex-basis: 414px;
}
section.region-header div.search-block-form div.search-container form#search-block-form div.form-type-search input {
  background-position: 98% center;
}
section.region-header div.search-block-form div.search-container form#search-block-form div.form-actions {
  flex-grow: 1;
  flex-basis: 207px;
}
section.region-header div.search-block-form div.search-container form#search-block-form div.form-actions input {
  background: #B72937;
  color: #ffffff;
  border: none;
  transition: 0.3s;
}
section.region-header div.search-block-form div.search-container form#search-block-form div.form-actions input:hover {
  transform: scale(1.05);
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete {
  font-family: "Barlow", sans-serif;
  border: none;
  max-width: 80% !important;
  min-width: unset !important;
  overflow: auto;
  max-height: 30vh;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete li {
  border: 0;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete li::marker {
  position: absolute;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete li:hover {
  border: 0;
  background: #d3d3d3;
  list-style: none;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete li:hover div.ui-autocomplete-field-title {
  color: #000000;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete li:hover div.ui-autocomplete-fields > * {
  color: #000000;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete li a.ui-state-active {
  margin: 0;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete div.ui-autocomplete-field-title {
  font-weight: 500;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete div.ui-autocomplete-field-title span.ui-autocomplete-field-term {
  color: #B72937;
  border: none;
  font-weight: 500;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete div.ui-menu-item {
  background: #B72937;
  color: #ffffff;
  border: none;
  padding: 0.8em 0.3em;
}
section.region-header div.search-block-form div.search-container form#search-block-form ul.ui-autocomplete div.ui-menu-divider {
  background: #B72937;
}
section.region-header div.search-block-form div.search-container svg.x-button {
  font-size: clamp(1.6rem, 6vw, 1.875rem);
  transition: 0.2s;
  cursor: pointer;
}
section.region-header div.search-block-form div.search-container svg.x-button path {
  transition: 0.2s;
}
section.region-header div.search-block-form div.search-container svg.x-button:hover {
  transform: scale(1.1);
}
section.region-header div.search-block-form div.search-container svg.x-button:hover path {
  fill: #B72937;
}
section.region-header div.search-block-form div.search-container.active {
  top: 0;
}
section.region-header div.search-block-form span.search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  cursor: pointer;
  margin-left: 25px;
}
section.region-header div.search-block-form span.search i.fa-search {
  font-size: 1.4375rem;
  color: #000000;
  transition: 0.3s;
}
section.region-header div.search-block-form span.search:hover i.fa-search {
  color: #B72937;
}
section.region-header nav.menu--social-media-menu ul.menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-left: 0;
}
section.region-header nav.menu--social-media-menu ul.menu li.menu-item {
  margin-left: 38px;
  position: relative;
}
section.region-header nav.menu--social-media-menu ul.menu li.menu-item a {
  font-size: 0;
  position: absolute;
  z-index: 10;
  inset: 0;
}
section.region-header nav.menu--social-media-menu ul.menu li.menu-item img {
  filter: brightness(0);
  transition: filter 0.3s;
  max-height: 23px;
  width: auto;
}
section.region-header nav.menu--social-media-menu ul.menu li.menu-item:hover img {
  filter: none;
}
section.region-header div.header-shadow {
  height: 19px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  background: linear-gradient(0deg, rgba(39, 21, 2, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
}
section.region-header.reduced {
  padding: 15px clamp(30px, 5vw, 70px);
}
section.region-header.reduced div.block-system-branding-block img {
  width: clamp(85px, 23vw, 150px);
}
@media only screen and (max-width: 750px) {
  section.region-header div.search-block-form div.search-container {
    flex-direction: column;
  }
  section.region-header div.search-block-form div.search-container form#search-block-form div.form-actions {
    overflow: hidden;
  }
  section.region-header div.search-block-form div.search-container svg.x-button {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  section.region-header div.block-system-branding-block {
    margin-left: auto;
  }
  section.region-header nav.menu--social-media-menu {
    display: none;
  }
}

/* REGION BANNER */
section.region-banner {
  position: relative;
}

div.footer-shadow {
  margin-top: clamp(40px, 6.5vw, 95px);
  width: 100%;
  height: 20px;
  background: linear-gradient(rgba(39, 21, 2, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
}

section.region-footer-top, section.region-footer-bottom {
  display: grid;
  font-size: clamp(0.65rem, 2.5vw, 0.875rem);
}
section.region-footer-top a:hover, section.region-footer-bottom a:hover {
  color: #B72937 !important;
}

section.region-footer-top {
  border-bottom: 1px solid gray;
  padding: clamp(19px, 5vw, 35px) clamp(20px, 6vw, 75px);
  grid-template-columns: 1fr 1fr 2.5fr;
}
@media only screen and (max-width: 1400px) {
  section.region-footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  section.region-footer-top {
    grid-template-columns: 1fr;
  }
}

section.region-footer-bottom {
  padding: 23px clamp(20px, 6vw, 75px);
  grid-template-columns: repeat(3, 1fr);
}
section.region-footer-bottom div.block--footer_text > div.content {
  display: flex;
}
section.region-footer-bottom div.block--footer_text > div.content div.field--name-field-text {
  margin-right: 0.2em;
}
section.region-footer-bottom div:last-child {
  justify-self: end;
}
@media only screen and (max-width: 1000px) {
  section.region-footer-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 30px);
  }
  section.region-footer-bottom div:first-child, section.region-footer-bottom div:last-child {
    justify-self: center;
  }
}

div.block--banner_movie {
  position: relative;
}
div.block--banner_movie div.field--name-field-banner-movie video {
  width: 100%;
  object-fit: cover;
  min-width: 360px;
  min-height: 360px;
  height: 100vh;
  filter: brightness(0.75);
}
div.block--banner_movie div.slogan-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  width: 100%;
  text-align: center;
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-banner-slogan {
  margin-left: clamp(22px, 5vw, 50px);
  margin-right: clamp(22px, 5vw, 50px);
  font-size: clamp(2.5rem, 7vh, 3.75rem);
  font-weight: bold;
  color: #ffffff;
  cursor: default;
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item {
  transition: all 0.3s;
  position: relative;
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95%;
  opacity: 0;
  transition: all 0.3s;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: scale(0.1, 1);
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item a {
  z-index: 2;
  color: #ffffff;
  font-size: clamp(1rem, 2vh, 1.5rem);
  font-weight: 500;
  line-height: 1.33em;
  height: 100%;
  display: flex;
  padding: 20px 40px;
  position: relative;
  transition: all 0.2s;
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B72937;
  transition: all 0.5s;
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item:hover a {
  letter-spacing: 2px;
}
div.block--banner_movie div.slogan-wrapper div.field--name-field-main-banner-button div.field__item:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
div.block--banner_movie div.arrow-cont {
  transition: bottom 0.2s;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  cursor: pointer;
  width: 3.5vw;
  height: 3.5vw;
  justify-content: center;
  align-items: center;
}
div.block--banner_movie div.arrow-cont a.arrow {
  width: 3.5vmin;
  height: 3.5vmin;
  border-top: 0.8vmin solid #ffffff;
  border-right: 0.8vmin solid #ffffff;
  transform: translateY(-7px) rotate(135deg);
}
div.block--banner_movie div.arrow-cont:hover {
  bottom: 2%;
}
@media only screen and (max-width: 800px) {
  div.block--banner_movie div.slogan-wrapper div.field--name-field-banner-slogan {
    font-size: clamp(2.5rem, 5vh, 3.75rem);
  }
}

div.block--featured_products {
  overflow: hidden;
  margin-top: 70px;
}
div.block--featured_products h2 {
  padding: clamp(22px, 5vw, 50px) 0 30px clamp(25px, 6vw, 75px);
  font-size: clamp(1.6rem, 6vw, 1.875rem);
}
div.block--featured_products div.slick-list {
  margin: 0 -10px;
}
div.block--featured_products div.slick-list div.slick-slide {
  margin: 0 10px;
}
div.block--featured_products div.field--name-field-featured-product {
  display: flex;
  gap: 18px;
}
div.block--featured_products div.field--name-field-featured-product div.field__item {
  display: block !important;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product {
  position: relative;
  cursor: pointer;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product div.field--name-field-product-name {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-weight: 500;
  background: rgba(183, 41, 55, 0.9);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 0;
  transition: all 0.3s;
  opacity: 0;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product div.field--name-field-product-link a {
  position: absolute;
  inset: 0;
  font-size: 0;
  z-index: 1;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product div.field--name-field-product-image img {
  max-height: 310px;
  width: 100%;
  max-width: 460px;
  display: block;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product div.field--name-field-label {
  position: absolute;
  top: 6.51%;
  left: 4.34%;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product div.field--name-field-label > div.field__item {
  color: #ffffff;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 0.56em 1.11em;
  font-weight: 500;
}
div.block--featured_products div.field--name-field-featured-product div.field__item div.paragraph--type--featured-product:hover div.field--name-field-product-name {
  height: 23.45%;
  opacity: 1;
}
div.block--featured_products div.field--name-field-featured-product div.field__item:nth-child(n+5) {
  display: none;
}
div.block--featured_products div.button-big-red {
  margin: 40px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
div.block--featured_products div.slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 5vw;
  z-index: 1;
  cursor: pointer;
}
div.block--featured_products div.slide svg.svg-inline--fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  transition: 0.2s;
  height: 30px;
}
div.block--featured_products div.slide.prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
div.block--featured_products div.slide.prev svg.fa-chevron-left {
  left: 25%;
}
div.block--featured_products div.slide.prev:hover svg.fa-chevron-left {
  left: 20%;
}
div.block--featured_products div.slide.next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
div.block--featured_products div.slide.next svg.fa-chevron-right {
  right: 25%;
}
div.block--featured_products div.slide.next:hover svg.fa-chevron-right {
  right: 20%;
}

div.block--offer_and_services h2 {
  padding: clamp(22px, 5vw, 50px) 0 30px clamp(25px, 6vw, 75px);
  font-size: clamp(1.6rem, 6vw, 1.875rem);
}
div.block--offer_and_services > div.content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}
div.block--offer_and_services > div.content > div.field__item {
  position: relative;
  height: 100%;
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 50px clamp(25px, 2vw, 70px);
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile div.field--name-field-service-icon {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile div.field--name-field-service-icon img {
  max-height: clamp(60px, 15vw, 88px);
  width: clamp(60px, 15vw, 95px);
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile div.description-container {
  width: 70%;
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile div.description-container div.field--name-field-service-name {
  font-size: clamp(1.4rem, 6vw, 1.625rem);
  line-height: clamp(1.4rem, 6vw, 1.625rem);
  font-weight: bold;
  padding-bottom: 20px;
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile div.description-container div.field--name-field-service-description {
  font-size: clamp(1rem, 4vw, 1.125rem);
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile div.field--name-field-service-link a {
  position: absolute;
  inset: 0;
  font-size: 0;
  transition: 0.3s;
}
div.block--offer_and_services > div.content > div.field__item div.paragraph--type--service-tile span.service-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  border: 0.01em solid #ffffff;
  font-size: clamp(0.8rem, 3vw, 1rem);
  z-index: 1;
  font-weight: 600;
  padding: 0.94em 2.4em;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
div.block--offer_and_services > div.content > div.field__item:hover div.field--name-field-service-link a {
  background-color: rgba(4, 6, 66, 0.9);
}
div.block--offer_and_services > div.content > div.field__item:hover div.paragraph--type--service-tile span.service-button {
  opacity: 1;
}
div.block--offer_and_services > div.content > div:nth-child(odd) {
  background-color: #f5f5f5;
}
div.block--offer_and_services > div.content div.field--name-field-complementary-image {
  place-self: center;
  display: none;
  background: none;
  width: 100%;
  height: 100%;
}
div.block--offer_and_services > div.content div.field--name-field-complementary-image div.field__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
div.block--offer_and_services > div.content div.field--name-field-complementary-image div.field__item img {
  width: 90%;
  max-height: 180px;
}
div.block--offer_and_services > div.content div.field--name-field-complementary-image.visible-one-cell {
  display: block;
}
div.block--offer_and_services > div.content div.field--name-field-complementary-image.visible-two-cells {
  display: block;
  grid-column: auto/span 2;
}
@media only screen and (max-width: 600px) {
  div.block--offer_and_services > div.content {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  div.block--offer_and_services > div.content > div.field__item:hover div.field--name-field-service-link a {
    background-color: unset;
  }
  div.block--offer_and_services > div.content > div.field__item:hover div.paragraph--type--service-tile span.service-button {
    opacity: 0;
  }
}

div.block--suppliers h2 {
  padding: clamp(22px, 5vw, 50px) 0 30px clamp(25px, 6vw, 75px);
  font-size: clamp(1.6rem, 6vw, 1.875rem);
}
div.block--suppliers div.field--name-field-suppliers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 clamp(32px, 6vw, 75px);
  gap: 25px;
}
div.block--suppliers div.field--name-field-suppliers > div.field__item {
  border: 1px solid #d3d3d3;
  font-size: 0;
  flex-basis: 175px;
  flex-grow: 1;
  max-width: 200px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
div.block--suppliers div.field--name-field-suppliers > div.field__item div.field--name-field-supplier-logo img {
  transition: 0.1s;
}
div.block--suppliers div.field--name-field-suppliers > div.field__item div.field--name-field-supplier-site a {
  position: absolute;
  inset: 0;
}
div.block--suppliers div.field--name-field-suppliers > div.field__item:hover div.field--name-field-supplier-logo img {
  transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
  div.block--suppliers div.field--name-field-suppliers div.field__item {
    flex-basis: 130px;
    max-width: 177px;
  }
  div.block--suppliers div.field--name-field-suppliers div.field__item:nth-child(n+9) {
    display: none;
  }
}

div.simplenews-subscriptions-block-front-newsletter {
  background-image: url("../img/Newsletter background.webp");
  background-position: 50% 0;
  margin-top: 65px;
}
div.simplenews-subscriptions-block-front-newsletter div.newsletter-title-wrapper {
  padding-top: 85px;
  margin-bottom: 40px;
  color: #e3e3e3;
  font-size: clamp(1.6rem, 6vw, 1.875rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
div.simplenews-subscriptions-block-front-newsletter div.newsletter-title-wrapper svg.newsletter-title-icon {
  height: 2.875rem;
  width: auto;
  margin-right: 21.4px;
}
div.simplenews-subscriptions-block-front-newsletter div.content form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-bottom: 100px;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-message {
  color: #e3e3e3;
  font-size: clamp(1.1rem, 3.8vw, 1.25rem);
  text-align: center;
  margin: 0 clamp(40px, 11vw, 210px) 40px clamp(40px, 11vw, 210px);
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-left: clamp(22px, 5vw, 50px);
  margin-right: clamp(22px, 5vw, 50px);
  max-width: 615px;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper div.field--type-email {
  max-width: 430px;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper div.field--type-email div.form-item-mail-0-value {
  margin: 0 20px 0 0;
  height: 50px;
  width: 100%;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper div.field--type-email div.form-item-mail-0-value div.input-container {
  width: 100%;
  height: 100%;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper div.field--type-email div.form-item-mail-0-value div.input-container input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper div.form-actions {
  margin: 0;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.mail-action-wrapper div.form-actions input.button {
  height: 100%;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use {
  color: #e3e3e3;
  font-size: clamp(0.65rem, 2.5vw, 0.875rem);
  text-align: center;
  display: flex;
  max-width: 820px;
  margin: 0 clamp(40px, 11vw, 210px);
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use div.input-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 2px;
  margin-right: 10px;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use div.input-container input.form-checkbox {
  height: clamp(0.65rem, 2.5vw, 0.875rem);
  width: clamp(0.65rem, 2.5vw, 0.875rem);
  opacity: 0;
  cursor: pointer;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use div.input-container span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  pointer-events: none;
  aspect-ratio: 1;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use div.input-container span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use div.input-container input.form-checkbox:checked ~ span.checkmark:after {
  display: block;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use div.input-container span.checkmark:after {
  left: 50%;
  top: 50%;
  width: 20%;
  height: 50%;
  border: solid #B72937;
  border-width: 0 0.2em 0.2em 0;
  -webkit-transform: rotate(45deg) translate(-120%, -30%);
  -ms-transform: rotate(45deg) translate(-120%, -30%);
  transform: rotate(45deg) translate(-120%, -30%);
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use label {
  cursor: pointer;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use label::after {
  display: none;
}
div.simplenews-subscriptions-block-front-newsletter div.content form div.captcha {
  margin-top: 40px;
}
@media only screen and (max-width: 550px) {
  div.simplenews-subscriptions-block-front-newsletter div.content form div.form-item-terms-of-use {
    text-align: left;
  }
}

div.block--footer_logo {
  align-self: center;
}
div.block--footer_logo img {
  width: clamp(100px, 26vw, 134px);
  height: auto;
}
@media only screen and (max-width: 1400px) {
  div.block--footer_logo {
    justify-self: center;
  }
}

div.block--footer_union {
  position: relative;
  align-self: center;
}
div.block--footer_union div.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 25px;
}
div.block--footer_union div.content div.field--name-field-short-descpription {
  max-width: 221px;
}
div.block--footer_union div.content div.field--name-field-link {
  font-size: 0;
}
div.block--footer_union div.content div.field--name-field-link a::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media only screen and (max-width: 1400px) {
  div.block--footer_union {
    justify-self: center;
  }
}
@media only screen and (max-width: 800px) {
  div.block--footer_union {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  div.block--footer_union {
    order: 3;
    margin-left: 40px;
  }
}

div.block-system-breadcrumb-block {
  background-color: #f5f5f5;
}
div.block-system-breadcrumb-block > div.content {
  margin-left: clamp(32px, 6vw, 75px);
  margin-right: clamp(32px, 6vw, 75px);
  padding-top: 20px;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb {
  display: inline-block;
  background: #ffffff;
  padding-bottom: 0;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb li {
  display: inline-block;
  font-size: 0.8125rem;
  padding: 0.63em 0 0.63em 1.25em;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb li a {
  display: inline-block;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb li:first-child::before {
  content: none;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb li::before {
  content: " \f054";
  font-family: "Font Awesome 5 Free", serif;
  font-weight: bold;
  color: #B72937;
  margin-right: 1.25em;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb li:last-child {
  padding: 0.63em 1.25em;
}
div.block-system-breadcrumb-block > div.content > nav.breadcrumb li:hover a {
  color: #B72937;
}

div.block-local-tasks-block {
  background-color: #f5f5f5;
  padding-top: 20px;
}
div.block-local-tasks-block ul.tabs {
  margin: 0;
}

div.block-page-title-block {
  margin: 50px clamp(40px, 11vw, 210px) 30px clamp(40px, 11vw, 210px);
  font-weight: bold;
  font-size: clamp(1.6rem, 6vw, 1.875rem);
}

/* BLOCK STICKER */
div.block--blok_z_naklejkami {
  position: static;
}
div.block--blok_z_naklejkami div.sticker {
  position: absolute;
}
div.block--blok_z_naklejkami div.sticker a {
  display: block;
  width: 100%;
  height: 100%;
}

/* BLOCK BRANCHES FOR WEBFORM */
div.block-views-blockbranches-for-webform-block-1 {
  display: none;
}

/* BLOCK WEBFORM */
div.block-webform {
  margin: 30px clamp(40px, 11vw, 210px) 60px clamp(40px, 11vw, 210px);
  /* FORM SECTION */
  /* BOTTOM SECTION */
  /* SUBMIT */
}
div.block-webform div.form-item-intro {
  font-size: 1.125rem;
}
div.block-webform div#edit-form {
  display: flex;
  justify-content: space-between;
  /* BOTH COLUMNS */
  /* LEFT COLUMN */
  /* RIGHT COLUMN */
}
div.block-webform div#edit-form > div.form-wrapper {
  flex-basis: 350px;
  flex-grow: 1;
}
div.block-webform div#edit-form > div.form-wrapper select, div.block-webform div#edit-form > div.form-wrapper input, div.block-webform div#edit-form > div.form-wrapper textarea {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #B72937;
  padding: 20px 10px;
}
div.block-webform div#edit-form > div.form-wrapper select {
  padding: 20px 10px 20px 5px;
  color: gray;
  background: none;
}
div.block-webform div#edit-form div#edit-left-column {
  margin-right: 30px;
}
div.block-webform div#edit-form div#edit-left-column div.form-item-branch-email {
  display: none;
}
div.block-webform div#edit-form div#edit-right-container {
  margin-left: 30px;
}
div.block-webform div#edit-form div#edit-right-container div.form-item-message {
  overflow: hidden;
  height: 136px;
}
div.block-webform div#edit-form div#edit-right-container div.form-item-message div.input-container, div.block-webform div#edit-form div#edit-right-container div.form-item-message div.input-container div.form-textarea-wrapper, div.block-webform div#edit-form div#edit-right-container div.form-item-message div.input-container div.form-textarea-wrapper textarea {
  height: 100%;
}
div.block-webform div#edit-bottom-section {
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.block-webform div#edit-bottom-section div.form-item-legend {
  color: gray;
  margin-bottom: 2.5em;
}
div.block-webform div#edit-bottom-section div.form-type-webform-terms-of-service {
  display: flex;
  margin: 0.6em 0;
}
div.block-webform div#edit-bottom-section div.form-type-webform-terms-of-service label {
  margin-left: 5px;
}
div.block-webform div#edit-bottom-section div.form-type-webform-terms-of-service label::after {
  display: none;
}
div.block-webform div#edit-bottom-section div.form-item-receive-data {
  margin: 0.6em 0 0.6em 18px;
}
div.block-webform div.form-actions input.button-big-red {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  div.block-webform div#edit-form {
    flex-direction: column;
  }
  div.block-webform div#edit-form > div.form-wrapper {
    max-height: 230px;
  }
  div.block-webform div#edit-form div#edit-left-column {
    margin-right: 0;
  }
  div.block-webform div#edit-form div#edit-right-container {
    margin-left: 0;
  }
  div.block-webform div#edit-bottom-section {
    flex-direction: column;
  }
  div.block-webform div#edit-bottom-section div.captcha {
    margin: 20px 0;
  }
}

div.block--advantages {
  margin-bottom: 90px;
}
div.block--advantages h2 {
  padding: clamp(22px, 5vw, 50px) 0 30px clamp(25px, 6vw, 75px);
  font-size: clamp(1.6rem, 6vw, 1.875rem);
}
div.block--advantages div.content {
  margin: 0 clamp(32px, 6vw, 75px);
}
div.block--advantages div.content div.field--name-field-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 18px;
  row-gap: 18px;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item {
  max-width: 573px;
  justify-self: center;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage {
  height: 100%;
  position: relative;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage div.description-section {
  background: #f5f5f5;
  padding: 50px clamp(25px, 5vw, 95px) 250px clamp(25px, 5vw, 95px);
  text-align: center;
  font-size: 1.125rem;
  height: 100%;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage div.description-section div.field--name-field-header {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 20px;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage div.gfx-section {
  position: absolute;
  bottom: 0;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage div.gfx-section img {
  height: 170px;
  object-fit: cover;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage div.gfx-section div.field--name-field-control-number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  font-size: 260%;
  font-weight: bold;
  color: #B72937;
  background: #ffffff;
  width: 22%;
  max-width: 124px;
  aspect-ratio: 1;
  border-radius: 50%;
}
div.block--advantages div.content div.field--name-field-advantages > div.field__item div.paragraph--type--advantage div.gfx-section div.field--name-field-control-number > div.field__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1234px) {
  div.block--advantages div.content div.field--name-field-advantages > div.field__item:last-child {
    position: relative;
    left: 50%;
  }
}
@media only screen and (max-width: 815px) {
  div.block--advantages div.content div.field--name-field-advantages {
    grid-template-columns: unset;
  }
  div.block--advantages div.content div.field--name-field-advantages > div.field__item:last-child {
    position: static;
    left: unset;
  }
}

div.paragraph--type--history-on-timeline {
  position: relative;
  margin-bottom: clamp(31px, 5.8vw, 70px);
}
div.paragraph--type--history-on-timeline div.field--name-field-title {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 1;
  font-weight: bold;
  font-size: clamp(1.6rem, 6vw, 1.875rem);
}
div.paragraph--type--history-on-timeline div.field--name-field-timeline-background img {
  display: block;
  object-fit: cover;
  height: 740px;
}
div.paragraph--type--history-on-timeline div.arrows {
  position: absolute;
  inset: 0;
}
div.paragraph--type--history-on-timeline div.arrows div.arrow {
  position: absolute;
  width: 140px;
  height: 100%;
  cursor: pointer;
}
div.paragraph--type--history-on-timeline div.arrows div.arrow svg.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(30px, 3vw, 42px);
  height: auto;
  transition: 0.2s;
}
div.paragraph--type--history-on-timeline div.arrows div.arrow svg.arrow path {
  fill: #ffffff;
}
div.paragraph--type--history-on-timeline div.arrows div.prev.arrow {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
div.paragraph--type--history-on-timeline div.arrows div.prev.arrow svg.arrow {
  left: 17.17%;
}
div.paragraph--type--history-on-timeline div.arrows div.prev.arrow:hover svg.arrow {
  left: 13%;
}
div.paragraph--type--history-on-timeline div.arrows div.next.arrow {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
div.paragraph--type--history-on-timeline div.arrows div.next.arrow svg.arrow {
  right: 17.17%;
}
div.paragraph--type--history-on-timeline div.arrows div.next.arrow:hover svg.arrow {
  right: 13%;
}
div.paragraph--type--history-on-timeline div.field--name-field-events {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(360px, 82vw, 1550px);
  background: rgba(4, 6, 66, 0.9);
  color: #ffffff;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track {
  border-top: 1.5px solid #ffffff;
  margin-top: 100px;
  padding-top: 70px;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event {
  position: relative;
  margin: 0 50px;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.anchor {
  position: absolute;
  height: 70px;
  top: -70px;
  left: 14px;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.anchor span.line {
  display: block;
  height: 70px;
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 0;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.anchor span.circle {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-year {
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 25px;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-image {
  margin-block: 25px;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-image img {
  max-width: 282px;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-description {
  margin: 25px 0;
  font-weight: 300;
  font-size: clamp(0.8rem, 3vw, 1rem);
  line-height: 1.5em;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie > div.field__item {
  display: inline-flex;
  align-items: center;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie > div.field__item span.link-title {
  margin-left: 20px;
  transition: 0.2s;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie > div.field__item svg path {
  transition: 0.2s;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie > div.field__item a {
  font-size: 0;
  position: absolute;
  inset: 0;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie:hover svg path {
  fill: #B72937;
}
div.paragraph--type--history-on-timeline div.field--name-field-events div.slick-track div.paragraph--type--timeline-event div.field--name-field-event-movie:hover span.link-title {
  font-size: 1.05em;
}
div.paragraph--type--history-on-timeline div.dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
div.paragraph--type--history-on-timeline div.dots ul.slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
div.paragraph--type--history-on-timeline div.dots ul.slick-dots li {
  margin: 0 5px;
}
div.paragraph--type--history-on-timeline div.dots ul.slick-dots li button {
  display: block;
  width: 42px;
  height: 7px;
  border: none;
  font-size: 0;
  background: #ffffff;
}
div.paragraph--type--history-on-timeline div.dots ul.slick-dots li::before {
  display: none;
}
div.paragraph--type--history-on-timeline div.dots ul.slick-dots li.slick-active button {
  background: #B72937;
}
@media only screen and (max-width: 800px) {
  div.paragraph--type--history-on-timeline div.field--name-field-title {
    top: 5%;
  }
  div.paragraph--type--history-on-timeline div.field--name-field-timeline-background img {
    height: 600px;
  }
  div.paragraph--type--history-on-timeline div.arrows {
    display: none;
  }
  div.paragraph--type--history-on-timeline div.field--name-field-events {
    width: 100%;
  }
}

div.paragraph--type--body {
  margin: clamp(18px, 5vw, 30px) clamp(40px, 11vw, 210px) clamp(0px, 5vw, 60px) clamp(40px, 11vw, 210px);
}
div.paragraph--type--body div.field--name-field-header, div.paragraph--type--body h2 {
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
  margin-bottom: 30px;
}
div.paragraph--type--body div.field--name-field-body {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--body a {
  color: #B72937;
}
div.paragraph--type--body a:hover {
  text-decoration: underline;
}
div.paragraph--type--body.paragraph--view-mode--red-border {
  border: 2px solid #B72937;
  padding: 1.5em 2em 2em 2em;
}

div.paragraph--type--photo-gallery {
  margin: clamp(0px, 5vw, 60px) clamp(40px, 11vw, 210px) clamp(35px, 6vw, 80px) clamp(40px, 11vw, 210px);
}
div.paragraph--type--photo-gallery div.field--name-field-gallery-title, div.paragraph--type--photo-gallery h2 {
  margin: 42px 0;
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
}
div.paragraph--type--photo-gallery div.field--name-field-photo-gallery {
  gap: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
}
div.paragraph--type--photo-gallery div.field--name-field-photo-gallery > div.field__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
div.paragraph--type--photo-gallery div.field--name-field-photo-gallery > div.field__item a img {
  transition: 0.3s;
  display: block;
}
div.paragraph--type--photo-gallery div.field--name-field-photo-gallery > div.field__item a div.image-title {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-weight: 500;
  background: rgba(183, 41, 55, 0.9);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 0;
  transition: all 0.3s;
  opacity: 0;
  text-align: center;
}
div.paragraph--type--photo-gallery div.field--name-field-photo-gallery > div.field__item a:hover div.image-title {
  height: 50px;
  opacity: 1;
}
div.paragraph--type--photo-gallery div.field--name-field-photo-gallery > div.field__item a:hover img {
  transform: scale(1.05);
}
div.paragraph--type--photo-gallery div.field--name-field-full-gallery-link {
  height: 100%;
  display: block;
  flex-basis: 282px;
  background: #f5f5f5;
}
div.paragraph--type--photo-gallery div.field--name-field-full-gallery-link > div.field__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.paragraph--type--photo-gallery div.field--name-field-full-gallery-link > div.field__item a {
  font-weight: bold;
  font-size: 1.375rem;
  color: #B72937;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: 0.3s;
}
div.paragraph--type--photo-gallery div.field--name-field-full-gallery-link > div.field__item a:hover {
  transform: scale(1.05);
}

div.paragraph--type--body-gfx {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin: clamp(0px, 5vw, 60px) clamp(40px, 11vw, 210px);
  gap: clamp(30px, 8.3vw, 63px);
}
div.paragraph--type--body-gfx > div {
  flex-grow: 1;
  flex-basis: 400px;
}
div.paragraph--type--body-gfx div.image-container div.field--type-image {
  margin-bottom: clamp(20px, 5vw, 40px);
}
div.paragraph--type--body-gfx div.image-container div.field--name-field-image-label {
  margin-top: clamp(20px, 5vw, 40px);
  background: #f5f5f5;
  padding: 1.87em 1.25em;
  text-align: center;
  font-style: italic;
  font-size: clamp(0.8rem, 3vw, 1rem);
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-header, div.paragraph--type--body-gfx div.body-container h2 {
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
  margin-bottom: clamp(18px, 5vw, 30px);
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-body {
  margin-bottom: clamp(5px, 2.5vw, 50px);
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-body p {
  margin: 1em 0;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-body ul li {
  position: relative;
  margin-left: 1.5em;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-body ul li::before {
  position: absolute;
  left: -1.5em;
  content: "—";
  font-weight: bold;
  color: #B72937;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-body a {
  color: #B72937;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-body a:hover {
  text-decoration: underline;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-to-download {
  margin-top: 50px;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-to-download > div.field__label {
  font-weight: bold;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-to-download > div.field__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-to-download > div.field__item span.file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-right: auto;
}
div.paragraph--type--body-gfx div.body-container div.field--name-field-to-download > div.field__item span.file span.title {
  margin-left: clamp(13px, 3vw, 16.5px);
  margin-right: clamp(13px, 3vw, 16.5px);
}

div.paragraph--type--management-details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 80px clamp(40px, 11vw, 210px);
  position: relative;
}
div.paragraph--type--management-details div.management-office {
  flex-grow: 1;
  flex-basis: 357.1px;
  margin-right: clamp(10px, 3.3vw, 61.5px);
}
div.paragraph--type--management-details div.management-office h3 {
  font-size: clamp(1.4rem, 5vw, 1.625rem);
  margin-bottom: 20px;
}
div.paragraph--type--management-details div.management-office > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
div.paragraph--type--management-details div.management-office > div div.field--name-field-left-office-column, div.paragraph--type--management-details div.management-office > div div.field--name-field-right-office-column {
  flex-grow: 1;
  padding-right: 20px;
}
div.paragraph--type--management-details div.management-office > div div.field--name-field-left-office-column h5, div.paragraph--type--management-details div.management-office > div div.field--name-field-right-office-column h5 {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 1em 0;
}
div.paragraph--type--management-details div.management-office > div div.field--name-field-left-office-column h5::before, div.paragraph--type--management-details div.management-office > div div.field--name-field-right-office-column h5::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", serif;
  margin-right: 0.5em;
}
div.paragraph--type--management-details div.divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #e3e3e3;
}
div.paragraph--type--management-details div.administrative-details {
  flex-grow: 1;
  flex-basis: 357.1px;
  margin-left: clamp(10px, 3.3vw, 61.5px);
  background: #f5f5f5;
}
div.paragraph--type--management-details div.administrative-details h3 {
  margin: clamp(18px, 5vw, 30px) clamp(0px, 5vw, 60px);
  font-size: 1.375rem;
  text-transform: uppercase;
}
div.paragraph--type--management-details div.administrative-details > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 clamp(0px, 5vw, 60px) clamp(20px, 5vw, 40px) clamp(0px, 5vw, 60px);
}
div.paragraph--type--management-details div.administrative-details > div div.field--name-field-left-admin-details-column {
  margin-right: auto;
  padding-right: 20px;
}
div.paragraph--type--management-details p {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  line-height: 2em;
}
div.paragraph--type--management-details a {
  color: #B72937;
}
@media only screen and (max-width: 1000px) {
  div.paragraph--type--management-details {
    flex-wrap: wrap;
    gap: 20px;
  }
  div.paragraph--type--management-details div.management-office {
    margin: 0;
  }
  div.paragraph--type--management-details div.divider {
    display: none;
  }
  div.paragraph--type--management-details div.administrative-details {
    margin: 0;
  }
}

div.paragraph--type--job-offers {
  margin: clamp(35px, 6vw, 80px) clamp(40px, 11vw, 210px);
}
div.paragraph--type--job-offers div.field--name-field-header {
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
  margin-bottom: clamp(18px, 5vw, 30px);
}
div.paragraph--type--job-offers div.field--name-field-body {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  margin-bottom: clamp(18px, 5vw, 30px);
}
div.paragraph--type--job-offers div.field--name-field-job-offers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
div.paragraph--type--job-offers div.field--name-field-job-offers > div.field__item {
  background: #f5f5f5;
  width: 710px;
  transform: scale(1);
  transition: 0.3s;
}
div.paragraph--type--job-offers div.field--name-field-job-offers > div.field__item div.paragraph--type--job-offer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: clamp(18px, 5vw, 30px);
  gap: 20px;
  position: relative;
}
div.paragraph--type--job-offers div.field--name-field-job-offers > div.field__item div.paragraph--type--job-offer div.field--name-field-job-title {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  color: #B72937;
}
div.paragraph--type--job-offers div.field--name-field-job-offers > div.field__item div.paragraph--type--job-offer div.field--name-field-job-offer-link {
  font-size: 0;
}
div.paragraph--type--job-offers div.field--name-field-job-offers > div.field__item div.paragraph--type--job-offer div.field--name-field-job-offer-link a {
  position: absolute;
  inset: 0;
}
div.paragraph--type--job-offers div.field--name-field-job-offers > div.field__item:hover {
  transform: scale(1.02);
}

/* PARAGRAPH ATTACHMENTS */
div.paragraph--type--attachments div.field--name-field-attachments {
  margin: 50px clamp(40px, 11vw, 210px) 0 clamp(40px, 11vw, 210px);
}
div.paragraph--type--attachments div.field--name-field-attachments > div.field__label {
  font-weight: bold;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--attachments div.field--name-field-attachments > div.field__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--attachments div.field--name-field-attachments > div.field__item span.file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-right: auto;
}
div.paragraph--type--attachments div.field--name-field-attachments > div.field__item span.file span.title {
  margin-left: clamp(13px, 3vw, 16.5px);
  margin-right: clamp(13px, 3vw, 16.5px);
}

/* PARAGRAPH MOVIE */
div.paragraph--type--movie {
  background: #e3e3e3;
  padding: clamp(35px, 6vw, 80px) clamp(40px, 11vw, 210px);
  display: flex;
  align-items: center;
  justify-content: center;
}
div.paragraph--type--movie div.field--name-field-external-movie {
  flex-basis: 0;
  flex-grow: 3;
  margin-right: clamp(45px, 6.8vw, 100px);
}
div.paragraph--type--movie div.field--name-field-side-label {
  font-size: 3.125rem;
  flex-basis: 0;
  flex-grow: 1;
  color: #161614;
}
@media only screen and (max-width: 1000px) {
  div.paragraph--type--movie {
    flex-direction: column-reverse;
  }
  div.paragraph--type--movie div.field--name-field-external-movie {
    width: 100%;
    margin: 0 0 50px 0;
  }
  div.paragraph--type--movie div.field--name-field-side-label {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  div.paragraph--type--movie div.field--name-field-side-label {
    font-size: 1.5rem;
  }
}

/* PARAGRAPH BUTTON */
div.paragraph--type--button {
  margin: 50px clamp(40px, 11vw, 210px);
  display: flex;
  justify-content: center;
}

/* PARAGRAPH SERVICES */
div.paragraph--type--services {
  margin: 70px clamp(40px, 11vw, 210px) 100px;
  /* SINGLE SERVICE */
}
div.paragraph--type--services div.field--name-field-title {
  font-size: clamp(1.6rem, 6vw, 1.875rem);
  font-weight: bold;
  margin-bottom: 30px;
}
div.paragraph--type--services div.field--name-field-body {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  font-weight: 300;
  margin: 30px 0;
}
div.paragraph--type--services div.paragraph--type--service {
  display: flex;
  flex-wrap: wrap;
}
div.paragraph--type--services div.paragraph--type--service div.field--name-field-service-image {
  flex-basis: 300px;
  flex-grow: 1;
  max-width: 400px;
  margin: 0 65px 30px 0;
}
div.paragraph--type--services div.paragraph--type--service div.service-data {
  flex-basis: 400px;
  flex-grow: 1;
}
div.paragraph--type--services div.paragraph--type--service div.service-data div.field--name-field-service-title {
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
  margin-bottom: 25px;
}
div.paragraph--type--services div.paragraph--type--service div.service-data div.field--name-field-service-body {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.paragraph--type--services div.paragraph--type--service div.service-data div.field--name-field-full-service-link a {
  color: #B72937;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  line-height: 1.8em;
  display: inline-block;
}
div.paragraph--type--services div.paragraph--type--service div.service-data div.field--name-field-full-service-link a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.15s linear 0s;
  height: 2px;
  visibility: hidden;
  background: #B72937;
}
div.paragraph--type--services div.paragraph--type--service div.service-data div.field--name-field-full-service-link a:hover {
  color: #B72937;
}
div.paragraph--type--services div.paragraph--type--service div.service-data div.field--name-field-full-service-link a:hover::before {
  transform: scaleX(1);
  visibility: visible;
}

/* PARAGRAPH BRANCH DATA */
div.paragraph--type--branch-data {
  margin: 0 clamp(40px, 11vw, 210px);
  display: flex;
  flex-wrap: wrap;
  /* MAP */
  /* DATA */
}
div.paragraph--type--branch-data div.field--name-field-map {
  margin: 0 65px 65px 0;
  flex-basis: 600px;
  flex-grow: 1;
}
div.paragraph--type--branch-data div.field--name-field-map iframe {
  width: 100%;
}
div.paragraph--type--branch-data div.data-wrapper {
  flex-grow: 1;
  flex-basis: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* BRANCH INFO */
  /* FANPAGE */
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info {
  flex-grow: 1;
  flex-basis: 0;
  color: #000000;
  margin: 0 30px 65px 0;
  min-width: 215px;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info div.field--name-title-text {
  margin: 0 0 25px 0;
  font-size: 26px;
  text-transform: uppercase;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info div.field--name-field-branch-image {
  max-width: 500px;
  margin: auto;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info div.field--name-field-description {
  font-size: 18px;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info p {
  margin: 1.2em 0;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info a {
  color: #000000;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info a::before {
  color: #B72937;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info b, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info strong {
  font-weight: 600;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.phone {
  font-size: 22px;
  font-weight: bold;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.phone span {
  font-size: 18px;
  font-weight: normal;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.phone a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", serif;
  margin-right: 0.5em;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.fb, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.yt, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.ig {
  display: inline-flex;
  font-size: 0;
  margin-right: 40px;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.fb a, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.yt a, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.ig a {
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.fb:last-child, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.yt:last-child, div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.ig:last-child {
  margin-right: 0;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.fb a {
  background-image: url("../img/fb.svg");
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.yt a {
  background-image: url("../img/yt.svg");
  background-position-y: 3px;
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info span.ig a {
  background-image: url("../img/ig.svg");
}
div.paragraph--type--branch-data div.data-wrapper div.field--name-field-fanpage {
  flex-basis: 0;
  display: flex;
}
@media only screen and (max-width: 1500px) {
  div.paragraph--type--branch-data div.field--name-field-map {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 550px) {
  div.paragraph--type--branch-data div.data-wrapper div.field--name-field-branch-info {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 450px) {
  div.paragraph--type--branch-data div.data-wrapper div.field--name-field-fanpage {
    display: none;
  }
}

nav.menu--footer--menu {
  align-self: center;
  padding-left: 60px;
  border-left: 1px solid #d3d3d3;
  font-size: clamp(0.8rem, 3vw, 1rem);
}
nav.menu--footer--menu ul.menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 120px;
}
nav.menu--footer--menu ul.menu li.menu-item {
  line-height: 1.6em;
}
nav.menu--footer--menu ul.menu li.menu-item:nth-child(n+13) {
  display: none;
}
@media only screen and (max-width: 1400px) {
  nav.menu--footer--menu {
    grid-column: 1/3;
    padding-left: 0;
    margin-top: 30px;
    border: none;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 800px) {
  nav.menu--footer--menu {
    grid-column: unset;
    margin-left: 0;
    font-size: clamp(0.65rem, 2.5vw, 0.875rem);
  }
  nav.menu--footer--menu ul.menu {
    max-height: 175px;
  }
}
@media only screen and (max-width: 500px) {
  nav.menu--footer--menu {
    margin-left: 30px;
  }
  nav.menu--footer--menu ul.menu {
    max-height: 130px;
  }
}

nav.menu--footer {
  font-size: clamp(0.65rem, 2.5vw, 0.875rem);
  justify-self: center;
}
nav.menu--footer ul.menu {
  display: flex;
  margin: 0;
}
nav.menu--footer ul.menu li.menu-item {
  padding: 0;
}
nav.menu--footer ul.menu li.menu-item:nth-child(n+2)::before {
  content: "|";
  margin: 0 1em;
}
@media only screen and (max-width: 1000px) {
  nav.menu--footer ul.menu {
    text-align: center;
  }
}

/* FIXED MENU IN LOGGED IN */
body.toolbar-fixed section.region-header nav.menu--main div.content-wrapper {
  top: 39px;
}
body.toolbar-fixed.toolbar-tray-open section.region-header nav.menu--main div.content-wrapper {
  top: 79px;
}

/* MAIN NAVIGATION */
nav.menu--main {
  margin-right: 28px;
  position: static;
  /* OPEN BUTTON */
  /* CONTENT WRAPPER */
}
nav.menu--main div.open-main-menu {
  width: clamp(22px, 6vw, 30px);
  height: clamp(18px, 5vw, 23px);
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
nav.menu--main div.open-main-menu span {
  display: block;
  position: absolute;
  height: clamp(3px, 0.8vw, 4px);
  width: 100%;
  background: #000000;
  border-radius: 2px;
  left: 0;
}
nav.menu--main div.open-main-menu :nth-child(1) {
  top: 0;
}
nav.menu--main div.open-main-menu :nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
nav.menu--main div.open-main-menu :nth-child(3) {
  bottom: 0;
}
nav.menu--main div.open-main-menu:hover {
  transform: scale(1.1);
}
nav.menu--main > div.content-wrapper {
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  height: 100vh;
  overflow: hidden;
  display: none;
  /* CLOSE BUTTON */
  /* CONTENT */
}
nav.menu--main > div.content-wrapper.open {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.7);
}
nav.menu--main > div.content-wrapper.open > div.content {
  transform: translateX(0);
}
nav.menu--main > div.content-wrapper.active {
  display: block;
}
nav.menu--main > div.content-wrapper div.close-main-menu {
  position: absolute;
  right: 6%;
  top: 24px;
  background: none;
  border: none;
  padding: 0;
  z-index: 150;
  cursor: pointer;
  transition: all 0.5s;
}
nav.menu--main > div.content-wrapper div.close-main-menu:hover {
  transform: scale(1.1);
}
nav.menu--main > div.content-wrapper div.content {
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: all;
  overflow: hidden;
  /* ALL LEVELS */
  /* FIRST MENU LVL */
  /* SECOND AND THIRD MENU LEVELS */
  /* SECOND MENU LEVEL */
  /* THIRD MENU LEVEL */
}
nav.menu--main > div.content-wrapper div.content ul.menu {
  -webkit-transition: opacity 0.5s, pointer-events 0.5s, width 0.5s, max-width 0.5s;
  -moz-transition: opacity 0.5s, pointer-events 0.5s, width 0.5s, max-width 0.5s;
  -o-transition: opacity 0.5s, pointer-events 0.5s, width 0.5s, max-width 0.5s;
  transition: opacity 0.5s, pointer-events 0.5s, width 0.5s, max-width 0.5s;
  height: 100vh;
  z-index: 100;
  width: 33.34vw;
  max-width: 440px;
  margin: 0;
  padding-top: 64px;
  position: relative;
  display: block;
}
nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.1rem, 3.8vw, 1.25rem);
  font-weight: 500;
  width: 33.34vw;
  max-width: 440px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0;
  overflow: hidden;
}
nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item a, nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item span:not(.open-submenu) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 clamp(40px, 5vw, 70px) 0 clamp(20px, 2.6vw, 50px);
  width: 85%;
  height: 64px;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item span.open-submenu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 15%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}
nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item span.open-submenu path {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
nav.menu--main > div.content-wrapper div.content > ul.menu {
  background: rgba(183, 41, 55, 0.94);
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover {
  background: #ffffff;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover > span {
  color: #B72937;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover > span.open-submenu path {
  fill: #B72937;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded ul.menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded ul.menu li.menu-item > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded ul.menu li.menu-item span:not(.open-submenu) {
  color: #000000;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded ul.menu li.menu-item > span.open-submenu path {
  fill: #000000;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded ul.menu div.close-main-menu {
  display: none;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu {
  background: #f5f5f5;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu {
  opacity: 1;
  pointer-events: all;
  width: 33.34vw;
  max-width: 440px;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu li:hover {
  background: #ffffff;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu li:hover > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu li:hover span:not(.open-submenu) {
  color: #B72937;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu li:hover > span.open-submenu path {
  fill: #B72937;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu {
  background: #ffffff;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu li.menu-item > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu li.menu-item span {
  color: #000000;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu li.menu-item:hover > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu li.menu-item span {
  color: #B72937;
}
nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded:hover > ul.menu {
  opacity: 1;
  pointer-events: all;
  width: 33.34vw;
  max-width: 440px;
}
@media only screen and (max-width: 750px) {
  nav.menu--main > div.content-wrapper div.content {
    width: 100%;
    max-width: unset;
    /* ALL LEVELS */
    /* FIRST MENU LVL */
    /* SECOND AND THIRD MENU LEVELS */
    /* SECOND MENU LEVEL */
    /* THIRD MENU LEVEL */
  }
  nav.menu--main > div.content-wrapper div.content ul.menu {
    width: 100%;
    max-width: unset;
    overflow: auto;
  }
  nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item {
    width: 100%;
    max-width: unset;
  }
  nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item.menu-item--expanded {
    flex-wrap: wrap;
  }
  nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item span.open-submenu {
    transform: rotate(90deg);
  }
  nav.menu--main > div.content-wrapper div.content ul.menu li.menu-item span.open-submenu.visible {
    transform: rotate(-90deg);
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover {
    background: unset;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover > span {
    color: #ffffff;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item:hover > span.open-submenu path {
    fill: #ffffff;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded ul.menu {
    position: static;
    opacity: 1;
    height: unset;
    padding: 0;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu {
    display: none;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu {
    width: 100%;
    max-width: unset;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded:hover > ul.menu li:hover {
    background: #f5f5f5;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu {
    display: none;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu li.menu-item > a, nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu li.menu-item > span {
    padding-left: 30px;
  }
  nav.menu--main > div.content-wrapper div.content > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded:hover > ul.menu {
    width: 100%;
    max-width: unset;
  }
}

div.view-news, div.view-sales, div.view-blog {
  margin: 0 clamp(40px, 11vw, 210px);
}
div.view-news div.view-content, div.view-sales div.view-content, div.view-blog div.view-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
}
div.view-news div.view-content > div.views-row, div.view-sales div.view-content > div.views-row, div.view-blog div.view-content > div.views-row {
  flex-basis: 350px;
  flex-grow: 1;
  position: relative;
  max-width: 422px;
}
div.view-news div.view-content > div.views-row div.image-wrapper, div.view-sales div.view-content > div.views-row div.image-wrapper, div.view-blog div.view-content > div.views-row div.image-wrapper {
  position: relative;
}
div.view-news div.view-content > div.views-row div.image-wrapper div.views-field-field-image, div.view-sales div.view-content > div.views-row div.image-wrapper div.views-field-field-image, div.view-blog div.view-content > div.views-row div.image-wrapper div.views-field-field-image {
  margin-bottom: 20px;
}
div.view-news div.view-content > div.views-row div.image-wrapper div.views-field-view-node, div.view-sales div.view-content > div.views-row div.image-wrapper div.views-field-view-node, div.view-blog div.view-content > div.views-row div.image-wrapper div.views-field-view-node {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 66, 0.9);
  opacity: 0;
  transition: 0.3s;
}
div.view-news div.view-content > div.views-row div.image-wrapper div.views-field-view-node span.field-content, div.view-sales div.view-content > div.views-row div.image-wrapper div.views-field-view-node span.field-content, div.view-blog div.view-content > div.views-row div.image-wrapper div.views-field-view-node span.field-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  border: 0.01em solid #ffffff;
  font-size: clamp(0.8rem, 3vw, 1rem);
  z-index: 1;
  font-weight: 600;
  padding: 0.94em 2.4em;
  pointer-events: none;
  transition: 0.3s;
  text-align: center;
}
div.view-news div.view-content > div.views-row div.image-wrapper div.views-field-view-node span.field-content a, div.view-sales div.view-content > div.views-row div.image-wrapper div.views-field-view-node span.field-content a, div.view-blog div.view-content > div.views-row div.image-wrapper div.views-field-view-node span.field-content a {
  color: #ffffff;
}
div.view-news div.view-content > div.views-row div.views-field-title, div.view-sales div.view-content > div.views-row div.views-field-title, div.view-blog div.view-content > div.views-row div.views-field-title {
  margin: 20px 0;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
}
div.view-news div.view-content > div.views-row div.views-field-body, div.view-sales div.view-content > div.views-row div.views-field-body, div.view-blog div.view-content > div.views-row div.views-field-body {
  margin: 20px 0;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
}
div.view-news div.view-content > div.views-row div.views-field-field-published-from, div.view-sales div.view-content > div.views-row div.views-field-field-published-from, div.view-blog div.view-content > div.views-row div.views-field-field-published-from {
  margin-top: 20px;
  font-size: 18px;
  color: #a3a3a3;
}
div.view-news div.view-content > div.views-row div.views-field-view-node-1 a, div.view-sales div.view-content > div.views-row div.views-field-view-node-1 a, div.view-blog div.view-content > div.views-row div.views-field-view-node-1 a {
  position: absolute;
  inset: 0;
  font-size: 0;
}
div.view-news div.view-content > div.views-row:hover div.image-wrapper div.views-field-view-node, div.view-sales div.view-content > div.views-row:hover div.image-wrapper div.views-field-view-node, div.view-blog div.view-content > div.views-row:hover div.image-wrapper div.views-field-view-node {
  opacity: 1;
}
div.view-news nav.pager, div.view-sales nav.pager, div.view-blog nav.pager {
  margin-block: clamp(32px, 6vw, 75px);
}
div.view-news nav.pager a, div.view-sales nav.pager a, div.view-blog nav.pager a {
  font-weight: 600;
  font-size: clamp(1.1rem, 3.8vw, 1.25rem);
  color: #B72937;
}
div.view-news nav.pager li.is-active a, div.view-sales nav.pager li.is-active a, div.view-blog nav.pager li.is-active a {
  color: #000000;
}
div.view-news nav.pager li.pager__item--last a, div.view-news nav.pager li.pager__item--first a, div.view-sales nav.pager li.pager__item--last a, div.view-sales nav.pager li.pager__item--first a, div.view-blog nav.pager li.pager__item--last a, div.view-blog nav.pager li.pager__item--first a {
  color: #000000;
}

div.button-big-red a, div.paragraph--type--button a {
  color: #ffffff;
  background-color: #B72937;
  font-size: clamp(0.8rem, 3vw, 1rem);
  font-weight: 500;
  padding: 0.94em 2.4em;
  display: inline-block;
  transition: 0.3s;
  white-space: nowrap;
}
div.button-big-red a svg, div.paragraph--type--button a svg {
  margin-left: 10px;
}
div.button-big-red a:hover, div.paragraph--type--button a:hover {
  transform: scale(1.05);
}

input.button-big-red, input.form-submit {
  color: #ffffff;
  background-color: #B72937;
  font-size: clamp(0.8rem, 3vw, 1rem);
  font-weight: 500;
  padding: 0.94em 2.4em;
  display: inline-block;
  transition: 0.3s;
  border: none;
}
input.button-big-red svg, input.form-submit svg {
  margin-left: 10px;
}
input.button-big-red:hover, input.form-submit:hover {
  transform: scale(1.05);
}

div.field--name-title-text {
  margin: 50px clamp(40px, 11vw, 210px) 30px clamp(40px, 11vw, 210px);
  font-weight: bold;
  font-size: clamp(1.6rem, 6vw, 1.875rem);
  box-shadow: none !important;
  cursor: auto;
  z-index: 0;
}

h2.field--name-title-text {
  margin: 50px clamp(40px, 11vw, 210px) 30px clamp(40px, 11vw, 210px);
  font-weight: bold;
  font-size: clamp(1.6rem, 6vw, 1.875rem);
  box-shadow: none !important;
  cursor: auto;
  z-index: 0;
}

/* SOCIAL AND CONTACT */
span.phone {
  font-size: 22px;
  font-weight: bold;
}
span.phone span {
  font-size: 18px;
  font-weight: normal;
}
span.phone a {
  color: #000000;
}
span.phone a:hover {
  text-decoration: none;
}
span.phone a::before {
  color: #B72937;
  content: "\f879";
  font-family: "Font Awesome 5 Free", serif;
  margin-right: 0.5em;
}

span.fb, span.yt, span.ig {
  display: inline-flex;
  font-size: 0;
  margin-right: 40px;
}
span.fb a, span.yt a, span.ig a {
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
span.fb:last-child, span.yt:last-child, span.ig:last-child {
  margin-right: 0;
}

span.fb a {
  background-image: url("../img/fb.svg");
}

span.yt a {
  background-image: url("../img/yt.svg");
  background-position-y: 3px;
}

span.ig a {
  background-image: url("../img/ig.svg");
}

body.path-frontpage header {
  height: unset;
}
body.path-frontpage header section.region-header {
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(39, 21, 2, 0) 100%);
  padding: 30px clamp(30px, 5vw, 70px);
}
body.path-frontpage header section.region-header nav.menu--main div.open-main-menu {
  width: clamp(30px, 6vw, 39px);
  height: clamp(25px, 5vw, 30px);
}
body.path-frontpage header section.region-header nav.menu--main div.open-main-menu span {
  height: clamp(4px, 0.8vw, 6px);
  background: #ffffff;
}
body.path-frontpage header section.region-header div.block-system-branding-block img {
  max-height: 81px;
  filter: brightness(1);
}
body.path-frontpage header section.region-header div.search-block-form i.fa-search {
  color: #ffffff;
}
body.path-frontpage header section.region-header div.search-block-form div.search-container {
  position: absolute;
}
body.path-frontpage header section.region-header nav.menu--social-media-menu ul.menu li.menu-item img {
  filter: brightness(0) invert(1);
}
body.path-frontpage header section.region-header nav.menu--social-media-menu ul.menu li.menu-item:hover img {
  filter: none;
}
body.path-frontpage header section.region-header div.header-shadow {
  opacity: 0;
}
body.path-frontpage header section.region-header.reduced {
  background: #ffffff;
  padding: 18px clamp(30px, 5vw, 70px);
}
body.path-frontpage header section.region-header.reduced nav.menu--main div.open-main-menu span {
  background: #000000;
}
body.path-frontpage header section.region-header.reduced div.block-system-branding-block img {
  filter: brightness(0);
}
body.path-frontpage header section.region-header.reduced div.search-block-form span.search i.fa-search {
  color: #000000;
}
body.path-frontpage header section.region-header.reduced div.search-block-form span.search:hover i.fa-search {
  color: #B72937;
}
body.path-frontpage header section.region-header.reduced nav.menu--social-media-menu ul.menu li.menu-item img {
  filter: brightness(0);
}
body.path-frontpage header section.region-header.reduced nav.menu--social-media-menu ul.menu li.menu-item:hover img {
  filter: none;
}
body.path-frontpage header section.region-header.reduced div.header-shadow {
  opacity: 1;
}
body.path-frontpage footer > div.footer-shadow {
  display: none;
}

body.page-node-type-news section.region-content div.block-system-main-block {
  margin-left: clamp(40px, 11vw, 210px);
  width: 50.14%;
  display: inline-block;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news {
  position: relative;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-title-text {
  margin: 50px 0 30px 0;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-body {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  margin-top: 60px;
  margin-bottom: 12px;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-body p {
  margin: 1em 0;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-body a {
  color: #B72937;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-body a:hover {
  text-decoration: underline;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-field-published-from {
  margin-top: 12px;
  margin-bottom: 55px;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  color: #a3a3a3;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-field-news-gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  margin: 55px 0;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-field-news-gallery > div.field__item {
  flex-grow: 1;
  flex-basis: 180px;
  height: auto;
  max-width: 202px;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-field-news-gallery > div.field__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-field-news-gallery > div.field__item a img {
  transition: 0.3s;
  display: block;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.field--name-field-news-gallery > div.field__item a:hover img {
  transform: scale(1.05);
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.paragraph--type--attachments div.field--name-field-attachments {
  margin: 50px 0;
}
body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news div.button-big-red {
  margin-top: 12px;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 {
  margin-right: clamp(40px, 11vw, 210px);
  width: 24.54%;
  float: right;
  margin-top: 50px;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 > h2 {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: clamp(1.4rem, 5vw, 1.625rem);
  color: #161614;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 div.view-display-id-block_1 {
  margin: 0;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 div.view-display-id-block_1 > div.view-content {
  gap: 60px;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 div.view-display-id-block_1 > div.view-content > div.views-row div.views-field-field-image {
  overflow: hidden;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 div.view-display-id-block_1 > div.view-content > div.views-row div.views-field-field-image img {
  transition: 0.3s;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 div.view-display-id-block_1 > div.view-content > div.views-row div.views-field-view-node a {
  position: absolute;
  inset: 0;
  font-size: 0;
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1 div.view-display-id-block_1 > div.view-content > div.views-row:hover div.views-field-field-image img {
  transform: scale(1.05);
}
body.page-node-type-news section.region-content div.block-views-blocknews-block-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  width: 2px;
  background: #e3e3e3;
}
body.page-node-type-news section.region-content::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 1000px) {
  body.page-node-type-news section.region-content div.block-system-main-block {
    margin-right: clamp(40px, 11vw, 210px);
    width: auto;
  }
  body.page-node-type-news section.region-content div.block-system-main-block article.node--type-news::after {
    display: none;
  }
  body.page-node-type-news section.region-content div.block-views-blocknews-block-1 {
    margin-left: clamp(40px, 11vw, 210px);
    width: auto;
    padding-top: 50px;
    border-top: 1px solid #e3e3e3;
  }
}

body.path-sitemap div.block-page-title-block {
  display: none;
}
body.path-sitemap div.sitemap {
  margin: clamp(45px, 6.8vw, 100px) clamp(40px, 11vw, 210px);
}
body.path-sitemap div.sitemap h2 {
  font-size: clamp(1.6rem, 6vw, 1.875rem);
  margin-bottom: 30px;
}
body.path-sitemap div.sitemap > div.sitemap-item > div > ul.menu {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  font-weight: 500;
}
body.path-sitemap div.sitemap > div.sitemap-item > div > ul.menu > li.menu-item ul.menu {
  padding-left: 2.5em;
  margin-left: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-left: 1px solid #e3e3e3;
}
body.path-sitemap div.sitemap a {
  position: relative;
  transition: 0.3s;
  line-height: 1.8em;
  display: inline-block;
}
body.path-sitemap div.sitemap a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.15s linear 0s;
  height: 2px;
  visibility: hidden;
  background: #B72937;
}
body.path-sitemap div.sitemap a:hover {
  color: #B72937;
}
body.path-sitemap div.sitemap a:hover::before {
  transform: scaleX(1);
  visibility: visible;
}

body.node-136 div.field--name-title-text {
  display: none;
}

/* PAGE SEARCH */
body.path-search div.block-system-main-block div.content {
  /* FORM */
  /* RESULTS */
  /* PAGER */
}
body.path-search div.block-system-main-block div.content form#search-form {
  margin: 20px clamp(40px, 11vw, 210px);
}
body.path-search div.block-system-main-block div.content form#search-form label[for=edit-keys] {
  font-size: 1.25rem;
  margin-right: 10px;
}
body.path-search div.block-system-main-block div.content form#search-form input.form-search {
  height: 45px;
  padding: 10px;
  font-size: 1.25rem;
  box-sizing: border-box;
}
body.path-search div.block-system-main-block div.content form#search-form a {
  color: #B72937;
  transition: 0.3s;
}
body.path-search div.block-system-main-block div.content form#search-form a:hover {
  text-decoration: underline;
}
body.path-search div.block-system-main-block div.content form#search-form details.search-advanced {
  display: none;
}
body.path-search div.block-system-main-block div.content h2 {
  margin: 20px clamp(40px, 11vw, 210px);
}
body.path-search div.block-system-main-block div.content div.item-list {
  margin: 20px clamp(40px, 11vw, 210px) 50px clamp(40px, 11vw, 210px);
}
body.path-search div.block-system-main-block div.content div.item-list li {
  list-style: disc;
  margin: 1em 0;
}
body.path-search div.block-system-main-block div.content div.item-list li a {
  position: relative;
  transition: 0.3s;
  line-height: 1.8em;
  display: inline-block;
}
body.path-search div.block-system-main-block div.content div.item-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.15s linear 0s;
  height: 2px;
  visibility: hidden;
  background: #B72937;
}
body.path-search div.block-system-main-block div.content div.item-list li a:hover {
  color: #B72937;
}
body.path-search div.block-system-main-block div.content div.item-list li a:hover::before {
  transform: scaleX(1);
  visibility: visible;
}
body.path-search div.block-system-main-block div.content nav.pager {
  margin-block: clamp(32px, 6vw, 75px);
}
body.path-search div.block-system-main-block div.content nav.pager a {
  font-weight: 600;
  font-size: clamp(1.1rem, 3.8vw, 1.25rem);
  color: #B72937;
}
body.path-search div.block-system-main-block div.content nav.pager li.is-active a {
  color: #000000;
}
body.path-search div.block-system-main-block div.content nav.pager li.pager__item--last a, body.path-search div.block-system-main-block div.content nav.pager li.pager__item--first a {
  color: #000000;
}
@media only screen and (max-width: 1000px) {
  body.path-search div.block-system-main-block div.content form#search-form div.container-inline {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  body.path-search div.block-system-main-block div.content form#search-form div.container-inline input.form-search {
    width: 100%;
  }
  body.path-search div.block-system-main-block div.content form#search-form div.container-inline div.form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  body.path-search div.block-system-main-block div.content form#search-form div.container-inline div.form-item label {
    margin-bottom: 1em;
  }
  body.path-search div.block-system-main-block div.content form#search-form div.container-inline input.button-big-red, body.path-search div.block-system-main-block div.content form#search-form div.container-inline input.form-submit {
    margin: 1em 0;
  }
}
@media only screen and (max-width: 800px) {
  body.path-search div.block-system-main-block div.content div.item-list li {
    list-style: none;
  }
}

/* PAGE AUTH */
body.path-auth div.block-system-main-block {
  margin: 0 clamp(40px, 11vw, 210px);
}
body.path-auth div.block-system-main-block input[type=text], body.path-auth div.block-system-main-block input[type=password] {
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 0 10px;
}

/* PAGES NODE */
body.path-node div.block-system-main-block li {
  position: relative;
  margin-left: 1.5em;
}
body.path-node div.block-system-main-block li::before {
  position: absolute;
  left: -1.5em;
  content: "—";
  font-weight: bold;
  color: #B72937;
}

/* PAGE SIMPLENEWS */
body.page-node-type-simplenews-issue article.node--view-mode-full, body.path-newsletter form {
  margin: 0 clamp(40px, 11vw, 210px);
  /* TEXT PARAGRAPH */
}
body.page-node-type-simplenews-issue article.node--view-mode-full article.node--view-mode-email-html, body.path-newsletter form article.node--view-mode-email-html {
  margin: clamp(22px, 5vw, 50px) 0;
  /* BODY */
  /* PUBLISHED DATE */
  /* ALL NEWS BUTTON */
}
body.page-node-type-simplenews-issue article.node--view-mode-full article.node--view-mode-email-html img, body.path-newsletter form article.node--view-mode-email-html img {
  max-width: 1000px;
}
body.page-node-type-simplenews-issue article.node--view-mode-full article.node--view-mode-email-html div.field--name-body, body.path-newsletter form article.node--view-mode-email-html div.field--name-body {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  margin-bottom: 12px;
}
body.page-node-type-simplenews-issue article.node--view-mode-full article.node--view-mode-email-html div.field--name-field-published-from, body.path-newsletter form article.node--view-mode-email-html div.field--name-field-published-from {
  margin-top: 12px;
  margin-bottom: 55px;
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  color: #a3a3a3;
}
body.page-node-type-simplenews-issue article.node--view-mode-full article.node--view-mode-email-html div.button-big-red, body.path-newsletter form article.node--view-mode-email-html div.button-big-red {
  display: none;
}
body.page-node-type-simplenews-issue article.node--view-mode-full div.text-field, body.path-newsletter form div.text-field {
  font-size: clamp(1rem, 3.6vw, 1.125rem);
  padding: clamp(20px, 5vw, 40px);
  background: #e3e3e3;
  margin: 50px 0;
}
body.page-node-type-simplenews-issue article.node--view-mode-full div.text-field p, body.path-newsletter form div.text-field p {
  margin: 0;
}

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