/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
body {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
img {
  max-width: 100%;
  height: auto;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1,
h2,
h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  color: #54565e;
}
h1 em,
h2 em,
h3 em {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  color: #d11f3d;
}
.text-center {
  text-align: center;
}
.btn {
  border: 1px solid #54565e;
  margin: 0;
  padding: 0.6em 1em;
  border-radius: 5px;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.btn-arrow::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d11f3d;
  border-right: 2px solid #d11f3d;
  margin-right: 0.75em;
  transform: rotate(45deg);
}
.btn-primary {
  border-color: #d11f3d;
  background-color: #d11f3d;
  color: white;
}
.btn-primary:hover {
  background-color: #8e152a;
}
.rich-content ul {
  margin: 1em 0;
  padding: 0;
}
.rich-content ul li {
  margin: 0.25em 0;
  position: relative;
  padding-left: 1em;
  list-style: none;
}
.rich-content ul li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 1em;
  background-color: #d11f3d;
}
.file-link {
  display: inline-grid;
  grid-template-columns: 3.5em auto;
  border: 1px solid #54565e;
  align-items: center;
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
  color: inherit;
}
.file-link .icon {
  align-self: stretch;
  background-color: #f0f0f0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #d11f3d;
  padding: 10px;
  text-align: center;
}
.file-link .icon svg {
  width: 2em;
  height: 2em;
}
.file-link .desc {
  padding: 0.5em 1em;
}
.file-link:hover,
.file-link:active,
.file-link:focus {
  outline: none;
  box-shadow: 0px 0px 0px 4px #f6c6ce;
}
.phone-block {
  text-align: left;
}
.phone-block svg {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: 0.6em;
}
.phone-block > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
.phone-block > span span {
  display: block;
}
.phone-block > span .tel {
  font-weight: 600;
  font-size: 1.2em;
}
.m-1 {
  margin: 0.5em;
}
.my-1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mx-1 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mt-1 {
  margin-top: 0.5em;
}
.mb-1 {
  margin-bottom: 0.5em;
}
.ms-1 {
  margin-left: 0.5em;
}
.me-1 {
  margin-right: 0.5em;
}
.m-2 {
  margin: 1em;
}
.my-2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mx-2 {
  margin-left: 1em;
  margin-right: 1em;
}
.mt-2 {
  margin-top: 1em;
}
.mb-2 {
  margin-bottom: 1em;
}
.ms-2 {
  margin-left: 1em;
}
.me-2 {
  margin-right: 1em;
}
.m-3 {
  margin: 1.5em;
}
.my-3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.mx-3 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.mt-3 {
  margin-top: 1.5em;
}
.mb-3 {
  margin-bottom: 1.5em;
}
.ms-3 {
  margin-left: 1.5em;
}
.me-3 {
  margin-right: 1.5em;
}
.m-4 {
  margin: 2em;
}
.my-4 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mx-4 {
  margin-left: 2em;
  margin-right: 2em;
}
.mt-4 {
  margin-top: 2em;
}
.mb-4 {
  margin-bottom: 2em;
}
.ms-4 {
  margin-left: 2em;
}
.me-4 {
  margin-right: 2em;
}
.m-5 {
  margin: 2.5em;
}
.my-5 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.mx-5 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.mt-5 {
  margin-top: 2.5em;
}
.mb-5 {
  margin-bottom: 2.5em;
}
.ms-5 {
  margin-left: 2.5em;
}
.me-5 {
  margin-right: 2.5em;
}
.m-6 {
  margin: 3em;
}
.my-6 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.mx-6 {
  margin-left: 3em;
  margin-right: 3em;
}
.mt-6 {
  margin-top: 3em;
}
.mb-6 {
  margin-bottom: 3em;
}
.ms-6 {
  margin-left: 3em;
}
.me-6 {
  margin-right: 3em;
}
.m-7 {
  margin: 3.5em;
}
.my-7 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.mx-7 {
  margin-left: 3.5em;
  margin-right: 3.5em;
}
.mt-7 {
  margin-top: 3.5em;
}
.mb-7 {
  margin-bottom: 3.5em;
}
.ms-7 {
  margin-left: 3.5em;
}
.me-7 {
  margin-right: 3.5em;
}
.m-8 {
  margin: 4em;
}
.my-8 {
  margin-top: 4em;
  margin-bottom: 4em;
}
.mx-8 {
  margin-left: 4em;
  margin-right: 4em;
}
.mt-8 {
  margin-top: 4em;
}
.mb-8 {
  margin-bottom: 4em;
}
.ms-8 {
  margin-left: 4em;
}
.me-8 {
  margin-right: 4em;
}
@keyframes hero {
  0% {
    transform: scaleX(1.1);
    margin-left: 0;
    opacity: 0.2;
  }
  100% {
    transform: scaleX(1);
    margin-left: -8%;
    opacity: 1;
  }
}
@keyframes herotexts {
  0% {
    top: -5em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.hero {
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.hero h1 {
  font-size: 2.5em;
  line-height: 1.2;
}
.hero p {
  font-size: 1.25em;
}
.hero::before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4px;
  right: 0;
}
.hero img {
  transform-origin: 0% 50%;
  position: relative;
  z-index: 1;
  max-width: none;
  width: 110%;
  opacity: 0.2;
  margin-left: 0;
  animation: hero 1.2s ease forwards;
}
.hero .inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .container {
  height: 100%;
  grid-template-columns: 2fr 1fr;
  align-items: end;
}
.hero .container::before {
  content: '';
}
.hero .texts {
  position: relative;
  padding-bottom: 3em;
  z-index: 2;
  top: -5em;
  opacity: 0;
  animation: herotexts 0.6s ease forwards;
  animation-delay: 0.5s;
}
.hero .texts::after {
  content: '';
  height: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  background-color: #d11f3d;
  margin-top: -8px;
}
.hero.white {
  color: white;
}
.hero.white h1 {
  color: white;
}
@media only screen and (max-width: 60em) {
  .hero .inside {
    position: static;
    background-color: #f0f0f0;
    color: #333333;
  }
  .hero .inside h1 {
    color: #333333;
  }
  .hero .inside .texts {
    margin-bottom: 0;
  }
}
img.border {
  border: 1px solid #aaa;
}
.grid {
  display: grid;
  gap: 2em;
  overflow: hidden;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-2-1 {
  grid-template-columns: 1fr 1fr 2fr;
}
.grid-center {
  align-items: center;
}
.grid-like-image {
  grid-template-columns: 5fr 2fr 5fr;
}
.grid-like-image > :last-child {
  grid-column: 3;
}
.left-image {
  grid-template-columns: 6fr 1fr 5fr;
}
.left-image.grid-2-1 {
  grid-template-columns: 3fr 3fr 1fr 5fr;
}
.left-image.grid-2-1 > :last-child {
  grid-column: 4;
}
.left-image > :last-child {
  grid-column: 3;
}
.left-image .image {
  position: relative;
}
.left-image .image::before {
  content: '';
  position: absolute;
  width: 8px;
  border-radius: 10px;
  top: 12%;
  height: 42%;
  left: 100%;
  margin-left: -4px;
  background-color: #d11f3d;
}
.image-double .image {
  display: flex;
  justify-content: space-between;
}
.image-center .image {
  text-align: center;
}
.image-center .image img {
  max-width: 320px;
}
.image-center .image::before {
  display: none;
}
.image-both {
  grid-template-columns: 5fr 2fr 5fr;
}
.image-both > :last-child {
  grid-column: 3;
}
.right-image {
  grid-template-columns: 5fr 1fr 6fr;
}
.right-image.grid-2-1 {
  grid-template-columns: 5fr 1fr 3fr 3fr;
}
.right-image.grid-2-1 > :last-child {
  grid-column: 4;
}
.right-image > :last-child {
  grid-column: 3;
}
.right-image .image {
  position: relative;
}
.right-image .image::before {
  content: '';
  position: absolute;
  width: 8px;
  border-radius: 10px;
  top: 12%;
  height: 42%;
  right: 100%;
  margin-right: -4px;
  background-color: #d11f3d;
}
@media only screen and (max-width: 60em) {
  .grid {
    display: block;
  }
  .grid > * {
    margin: 0 0 1em;
  }
  .grid-2-1.left-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1em;
  }
  .grid-2-1.left-image > :last-child {
    grid-column: span 2;
  }
  .right-image {
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
  }
}
body {
  padding-top: 65px;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding-top: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
  z-index: 12;
}
.main-header .container {
  display: flex;
  align-items: flex-end;
}
.main-header .menu-container {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.main-header .bt-show-menu {
  display: none;
}
.main-header .logo {
  display: block;
  margin-bottom: 15px;
}
.main-header .logo img {
  display: block;
  height: 40px;
  width: auto;
}
.main-header .lang-selector {
  margin-bottom: 15px;
  border: 0;
  appearance: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  padding-left: 1em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><polygon fill="%23333" points=".07 2.37 5 7.63 10.07 2.37 .07 2.37"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 0% 50%;
}
.main-header .lang-container {
  position: relative;
}
.main-header .lang-container::after {
  content: '';
  position: absolute;
  top: 100%;
  height: 8px;
  width: 1600px;
  border-radius: 10px;
  background-color: #d11f3d;
  left: 0;
  margin-top: -4px;
}
nav.main-menu {
  margin: 0 1em 0 2em;
  flex-grow: 1;
}
nav.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-menu ul li {
  display: inline-block;
  margin-right: 1em;
}
nav.main-menu a {
  display: block;
  padding: 0px 0px 6px;
  text-decoration: none;
  font-weight: 600;
  color: #333333;
  font-size: 1.2em;
  border-bottom: 3px solid white;
}
nav.main-menu a:hover {
  border-color: #d11f3d;
}
nav.extra-menu {
  margin: 0 1em;
}
nav.extra-menu a {
  margin-bottom: 0.75em;
}
.main-content {
  padding-top: 1em;
  padding-bottom: 3em;
}
.main-content p {
  font-size: 1.1em;
}
.main-content .rich-content {
  font-size: 1.1em;
}
.main-content .rich-content p {
  font-size: 1em;
}
.highlighted-content {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.1) 50%);
}
.highlighted-content.left-image {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.1) 50%);
}
.highlighted-content h2 {
  margin-top: 0;
  font-size: 2.5em;
}
.highlighted-content p {
  font-size: 1.2em;
}
.highlighted-content .container {
  max-width: none;
}
.highlighted-content .grid {
  margin: 0;
}
.highlighted-content .grid .image::before {
  display: none;
}
.highlighted-content .grid .image {
  width: calc(50% - 1em);
  align-self: stretch;
  background-position: 50% 50%;
  background-size: cover;
}
.highlighted-content .grid > :not(.image) {
  padding-top: 1em;
  padding-bottom: 1em;
}
.highlighted-content .right-image {
  display: flex;
}
.highlighted-content .right-image > :first-child {
  margin-left: calc((100% - 1300px) / 2);
  width: calc((1300px - 1em) / 2);
  margin-right: 2em;
}
.highlighted-content .left-image {
  display: flex;
}
.highlighted-content .left-image > :last-child {
  margin-right: calc((100% - 1300px) / 2);
  width: calc((1300px - 1em) / 2);
  margin-left: 2em;
}
@media only screen and (max-width: 1300px) {
  .highlighted-content .container {
    padding-left: 0;
    padding-right: 0;
  }
  .highlighted-content .grid .image {
    width: calc(50% - 1em);
  }
  .highlighted-content .grid > :not(.image) {
    width: calc(50% - 1em);
  }
  .highlighted-content .grid > :not(.image):first-child {
    padding-left: 1em;
  }
  .highlighted-content .grid > :not(.image):last-child {
    padding-right: 1em;
  }
  .highlighted-content .right-image {
    display: flex;
  }
  .highlighted-content .right-image > :first-child {
    margin-left: 0;
    width: calc(50% - 1em);
    margin-right: 2em;
  }
  .highlighted-content .left-image {
    display: flex;
  }
  .highlighted-content .left-image > :last-child {
    margin-right: 0;
    width: calc(50% - 1em);
    margin-left: 2em;
  }
}
@media only screen and (max-width: 960px) {
  .highlighted-content {
    background: none;
  }
  .highlighted-content .grid .image {
    width: 100%;
    padding-top: 56.25%;
  }
  .highlighted-content .grid > :not(.image) {
    width: auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.03) 100%);
  }
  .highlighted-content .grid > :not(.image):first-child,
  .highlighted-content .grid > :not(.image):last-child {
    padding: 1em 1.5em;
  }
  .highlighted-content .right-image {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .highlighted-content .right-image > :first-child {
    margin-left: 0;
    width: auto;
    margin-right: 0;
  }
  .highlighted-content .left-image {
    display: block;
  }
  .highlighted-content .left-image > :last-child {
    margin-right: 0;
    width: auto;
    margin-left: 0;
  }
}
footer {
  padding: 4em 0;
  background-color: #cdcfd3;
}
footer .container {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  align-items: end;
  position: relative;
}
footer .container::after {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  width: 200px;
  height: 8px;
  background-color: #d11f3d;
  border-radius: 10px;
  margin-top: -4px;
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
footer .footer-menu a:hover {
  text-decoration: underline;
}
footer .extra-menu a {
  display: inline-block;
  margin: 0;
}
footer .phone-block-container {
  text-align: right;
}
footer .phone-block {
  display: inline-block;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media only screen and (max-width: 60em) {
  body {
    padding-top: 60px;
  }
  body.menu-opened .main-header .bt-show-menu {
    background-color: #d11f3d;
  }
  body.menu-opened .main-header .bt-show-menu::after,
  body.menu-opened .main-header .bt-show-menu::before {
    border-color: white;
  }
  body.menu-opened .main-header .menu-container {
    left: 0;
  }
  .main-header {
    padding-top: 0;
  }
  .main-header .container {
    justify-content: space-between;
    padding: 0;
  }
  .main-header .menu-container {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    bottom: 0;
    background-color: #d11f3d;
    color: white;
    display: block;
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr;
    overflow: auto;
    padding: 10px 20px;
    transition: left 0.3s ease;
  }
  .main-header .menu-container > :first-child {
    grid-column: span 2;
  }
  .main-header .bt-show-menu {
    display: block;
    width: 60px;
    height: 60px;
    background-color: white;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 65px;
    position: relative;
    transition: all 0.3s ease;
  }
  .main-header .bt-show-menu::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    border-top: 2px solid #d11f3d;
    border-bottom: 2px solid #d11f3d;
  }
  .main-header .bt-show-menu::after {
    content: '';
    position: absolute;
    top: 29px;
    left: 15px;
    right: 15px;
    border-top: 2px solid #d11f3d;
  }
  .main-header .bt-show-menu:hover {
    background-color: #cdcfd3;
  }
  .main-header .logo {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .main-header .logo img {
    display: block;
    height: 40px;
    width: auto;
  }
  .main-header .extra-menu {
    margin: 0;
  }
  .main-header .extra-menu a {
    display: inline-block;
  }
  .main-header nav.main-menu {
    margin: 0;
  }
  .main-header nav.main-menu ul li {
    display: block;
    margin: 0;
  }
  .main-header nav.main-menu ul li a {
    display: block;
    padding: 10px 0;
    color: white;
    border-bottom: 1px solid white;
  }
  .main-header .lang-selector {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10 10"><polygon fill="%23fff" points=".07 2.37 5 7.63 10.07 2.37 .07 2.37"/></svg>');
    color: white;
  }
  .main-header .lang-container::after {
    display: none;
  }
  footer .container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  footer .container > :nth-child(4) {
    grid-column: 2;
    margin: 0;
  }
  footer .phone-block-container {
    text-align: left;
  }
}
.card .image {
  display: block;
  position: relative;
}
.card .image::after {
  content: '';
  position: absolute;
  left: 12%;
  top: 100%;
  width: 34%;
  height: 8px;
  background-color: #d11f3d;
  border-radius: 10px;
  margin-top: -4px;
}
.card h3 {
  margin: 0.3em 0;
  font-size: 2em;
}
.card p {
  margin: 0.3em 0 0.8em;
}
.modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: flex;
  pointer-events: none;
}
.modal::before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal.shown {
  pointer-events: all;
}
.modal.shown::before {
  opacity: 1;
}
.modal.shown .modal-modal {
  opacity: 1;
  top: 0;
}
.modal .modal-modal {
  opacity: 0;
  top: -10em;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 110;
  max-width: 100%;
  width: 760px;
  background-color: white;
  padding: 30px 40px;
  margin: auto;
  box-sizing: border-box;
}
.modal .modal-header {
  display: flex;
}
.modal .modal-header h2 {
  font-size: 2.5em;
  margin: 0;
  position: relative;
}
.modal .modal-header h2::before {
  content: '';
  height: 8px;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  border-radius: 10px;
  background-color: #d11f3d;
}
.modal .modal-header .phone-block {
  margin-top: 0.5em;
  margin-left: 2em;
}
.modal .bt-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  text-indent: 45px;
  white-space: nowrap;
}
.modal .bt-close::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 4px;
  background-color: #d11f3d;
  transform: rotate(45deg);
}
.modal .bt-close::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 4px;
  background-color: #d11f3d;
  transform: rotate(-45deg);
}
.field {
  margin: 0.75em 0;
}
.field label {
  display: block;
}
.field.required label::after {
  content: '*';
  font-size: 1em;
  margin: 0 0 0 0.2em;
  color: #d11f3d;
  display: inline-block;
  position: relative;
  top: -0.2em;
}
.field.error input,
.field.error textarea {
  border-color: #d11f3d;
}
.error-msg {
  color: #d11f3d;
  margin-top: 0.25em;
  font-size: 0.875em;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  font-family: inherit;
  font-size: 1em;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 100%;
  width: 25em;
}
.grid .field input {
  width: 100%;
}
textarea {
  font-family: inherit;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  min-height: 6em;
}
.grid input.form-radio {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.grid input.form-radio + label {
  display: inline-block;
  vertical-align: middle;
}
.contact-us h2 {
  font-size: 3.5em;
  line-height: 1.25;
  margin: 0;
}
.contact-us .or {
  font-size: 1.25em;
}
.contact-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-grid > * {
  margin-left: 1.5em;
}
.page-home .three-points {
  margin: 4em 0;
}
.page-home .three-points h2 {
  font-size: 3.5em;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.page-home .logos-carousel {
  overflow: hidden;
  position: relative;
}
.page-home .logos-carousel::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 58.21%;
  background-color: #f2f2f2;
}
.page-home .logos-carousel .logos-inside {
  position: absolute;
  align-items: center;
  display: grid;
  top: 0;
  left: 0;
  height: 100%;
  gap: 0;
  transition: left 0.5s ease;
}
.logos {
  text-align: center;
}
.logos > * {
  margin: 0 15px;
  vertical-align: middle;
}
.logos .logo-unece {
  display: inline-block;
  text-align: center;
  color: #999999;
}
.logos .logo-unece img {
  width: 120px;
}
.page-defi .step {
  position: relative;
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: stretch;
  gap: 100px;
  margin: 2em 0;
}
.page-defi .step::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #ccc;
  z-index: 1;
}
.page-defi .step > * {
  position: relative;
  z-index: 1;
}
.page-defi .step > :last-child {
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #ccc;
  padding: 30px;
}
.page-defi .step h3 {
  margin: 0 0 1em;
  font-size: 2em;
}
.page-defi .step h3 em {
  font-weight: bold;
}
.page-defi .steps {
  position: relative;
}
.page-defi .arrow-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 400px;
  width: 100px;
  z-index: 2;
}
.page-defi .arrow {
  position: sticky;
  margin: 0 auto;
  top: 70px;
  width: 10px;
  height: calc(100vh - 90px);
  background-color: #d11f3d;
}
.page-defi .arrow::after,
.page-defi .arrow::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 10px;
  bottom: -4px;
  background-color: #d11f3d;
}
.page-defi .arrow::after {
  left: -15px;
  transform: rotate(45deg);
}
.page-defi .arrow::before {
  left: -2px;
  transform: rotate(-45deg);
}
.page-solutions .grid h2 {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.1;
}
.page-solutions .grid h2 + h3 {
  font-size: 1.25em;
  margin-top: 0.2em;
  font-style: italic;
}
.page-solutions .img-vanne {
  text-align: center;
}
.page-solutions .img-vanne .diagr {
  position: relative;
  max-width: 600px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin: 1em auto;
}
.page-solutions .img-vanne .diagr .axes-y {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-solutions .img-vanne .diagr .axes-x {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-texts .container {
  max-width: 860px;
}
.page-qualite .qualite-content h3 {
  margin-top: 2em;
  position: relative;
  padding-left: 8rem;
  counter-increment: qualite-title;
}
.page-qualite .qualite-content h3::before {
  color: #f6c6ce;
  font-size: 7rem;
  content: counter(qualite-title);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.page-qualite .qualite-content p {
  padding-left: 8rem;
}
@media only screen and (max-width: 60em) {
  .contact-us h2 {
    font-size: 2em;
    text-align: center;
  }
  .contact-us .or {
    display: block;
    font-size: 1.25em;
  }
  .contact-grid {
    display: block;
    text-align: center;
  }
  .contact-grid .phone-block {
    margin-left: 0;
    display: inline-block;
  }
  .page-defi .step {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
  .page-defi .step > :last-child {
    padding: 20px;
  }
  .page-defi .step h3 {
    font-size: 1.5em;
  }
  .page-defi .step .rich-content {
    font-size: 1em;
  }
  .page-defi .arrow-container {
    left: 50%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 45em) {
  .page-defi .step > div:first-child {
    background-color: red;
    overflow: hidden;
    position: relative;
  }
  .page-defi .step > div:first-child img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
  .page-defi .arrow-container {
    left: 50%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 36em) {
  .page-defi .step {
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
  .page-defi .arrow-container {
    left: 100%;
    margin-left: -10px;
    width: 20px;
  }
}
.cookie-infos {
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 35px;
  display: none;
  color: #333;
}
.cookie-infos.visible {
  display: block;
}
.cookie-infos--infos a {
  color: #d11f3d;
  text-decoration: none;
}
.cookie-infos--infos a:hover {
  text-decoration: underline;
}
.cookie-infos .cookie-infos--inside {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.cookie-infos .cookie-infos--infos {
  padding-right: 1.5em;
}
.cookie-change--status {
  font-weight: bold;
  margin-right: 1em;
}
.cookie-change {
  text-align: center;
}
/*# sourceMappingURL=base.css.map */