@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-search-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child,
.layout-header .full-search-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.full-menu-open .full-menu {
  z-index: 1;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
/* fonts, links and headers */
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Black"), url("../fonts/Gilroy-Black.woff2");
  font-weight: 900;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-ExtraBold"), url("../fonts/Gilroy-ExtraBold.woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Light"), url("../fonts/Gilroy-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Thin"), url("../fonts/Gilroy-Thin.woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-UltraLight"), url("../fonts/Gilroy-UltraLight.woff2");
  font-weight: 100;
}
/* vars */
body {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  padding: 60px 0 0;
  color: #3d3d3d;
}
@media screen and (min-width: 1280px) {
  body {
    padding: 80px 0 0;
  }
}
body *:focus-visible {
  outline: 1px solid #c40014 !important;
  outline-offset: .25rem;
  border-radius: .25rem;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  line-height: 1.05;
  font-size: 2.25rem;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 5.5rem;
    word-spacing: 2px;
    letter-spacing: -2px;
  }
}
h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3.75rem;
  }
}
h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: 1rem 1.75rem;
  }
}
strong a:hover,
a strong:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.email i,
.phone i {
  display: none;
}
.layout:not(.layout-header) {
  padding: 2.5rem 0;
}
.layout-header .skip {
  color: #ffffff;
  background-color: #c40014;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.layout-header,
.layout-header .container {
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .layout-header,
  .layout-header .container {
    height: 80px;
  }
}
.layout-header .header {
  background-color: #ffffff;
}
.layout-header .header .container {
  max-width: 1700px;
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home svg {
  width: 110px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home svg {
    width: 130px;
  }
}
.layout-header .header .container nav {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    right: 75px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav {
    right: 30px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav {
    gap: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav .menu {
    display: inline-flex;
    gap: 1rem;
    height: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu {
    gap: 0;
  }
}
.layout-header .header .container nav .menu > li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container nav .menu > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #c40014;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container nav .menu > li::before {
  top: auto;
  bottom: 0;
  width: 0;
}
.layout-header .header .container nav .menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #c40014;
  text-transform: uppercase;
  padding: 1rem .5rem;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav .menu > li > a {
    font-size: 1.25rem;
    padding: 1rem;
  }
}
.layout-header .header .container nav .menu > li > a .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  opacity: 0;
  width: 1rem;
  height: 1rem;
  background-color: #c40014;
  color: #ffffff;
  border: 1px solid #c40014;
  pointer-events: none;
}
.layout-header .header .container nav .menu > li > a .toggle:focus-visible {
  opacity: 1;
  pointer-events: unset;
}
.layout-header .header .container nav .menu > li > a .toggle i {
  font-size: .75rem;
}
.layout-header .header .container nav .menu > li .sub-menu {
  display: none;
  top: 100%;
  left: 0;
  width: max-content;
  opacity: 0;
  position: relative;
  isolation: isolate;
  position: absolute;
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li .sub-menu {
    min-width: 365px;
  }
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  top: -.5rem;
}
.layout-header .header .container nav .menu > li .sub-menu li {
  background-color: #f7f7f7;
}
.layout-header .header .container nav .menu > li .sub-menu li a {
  padding: 1rem;
}
.layout-header .header .container nav .menu > li .sub-menu li:nth-child(even) {
  background-color: #ffffff;
}
.layout-header .header .container nav .menu > li .sub-menu li:hover {
  background-color: #c40014;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover::before,
.layout-header .header .container nav .menu > li.unfolded::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover > a,
.layout-header .header .container nav .menu > li.unfolded > a {
  font-weight: 600;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover .sub-menu,
.layout-header .header .container nav .menu > li.unfolded .sub-menu {
  display: block;
  animation: opacityAnimation 250ms ease-in-out forwards 100ms;
}
@keyframes opacityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-header .header .container nav .menu + strong a {
  text-transform: uppercase;
}
.layout-header .header .container .full-menu-toggle {
  right: 15px;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .full-menu-toggle {
    display: none;
  }
}
.layout-header .header .container .full-menu-toggle .close {
  color: #c40014;
}
.layout-header .full-menu {
  padding: 100px 0 0;
  display: none;
  opacity: 0;
  background-color: #ffffff;
}
.layout-header .full-menu .container nav .menu > li {
  margin: 0.5rem -0.5rem;
}
.layout-header .full-menu .container nav .menu > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  padding: .5rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a .toggle {
  border-color: transparent;
  background-color: transparent;
  color: #c40014;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children .sub-menu li a {
  font-size: 1.125rem;
  padding: .5rem 1rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children.unfolded .toggle {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.scrolled .layout-header,
.scrolled .layout-header .container {
  height: 45px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header,
  .scrolled .layout-header .container {
    height: 60px;
  }
}
.full-menu-open .layout-header .full-menu {
  display: block;
  animation: opacityTransition 250ms ease-in-out 50ms forwards;
}
@keyframes opacityTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding-block-start: 1rem !important;
  }
}
.layout-footer .container {
  max-width: 1800px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container {
    gap: 6rem;
  }
}
.layout-footer .container .home svg {
  width: 110px;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home svg {
    width: 130px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .home svg {
    width: 200px;
    margin-block-start: -.5rem;
  }
}
.layout-footer .container .blocks {
  padding: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks {
    gap: 5rem;
  }
}
.layout-footer .container .blocks > li h3 {
  color: #c40014;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li h3 {
    padding: 0 .5rem;
    font-size: 1.3rem;
  }
}
.layout-footer .container .blocks > li ul {
  padding: 1.25rem 0 .5rem;
}
.layout-footer .container .blocks > li ul li a {
  font-weight: 500;
  padding: .5rem;
}
.layout-footer .container .blocks > li ul li a:hover {
  color: #c40014;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li .address {
  padding: 1rem 0 1.5rem;
}
.layout-footer .container .blocks > li .address p {
  padding: .5rem;
  margin: 0;
  font-weight: 500;
}
.layout-footer .container .blocks > li .phone {
  font-weight: 500;
  margin: 0 0 .5rem;
}
.layout-footer .container .blocks > li .email {
  color: #c40014;
}
.layout-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout-hero {
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
@media screen and (min-width: 1660px) {
  .layout-hero {
    align-items: unset;
  }
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  height: 65vh;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 711px;
  }
}
.layout-hero .image::before {
  z-index: auto;
}
.layout-hero .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/arches.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom -0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
@media screen and (min-width: 810px) {
  .layout-hero .image::after {
    background-position: left bottom -1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .image::after {
    background-position: left bottom -3rem;
  }
}
.layout-hero .text-and-links {
  padding: 0 15px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-hero .text-and-links {
    max-width: 650px;
  }
}
@media screen and (min-width: 1250px) {
  .layout-hero .text-and-links {
    margin: 0 0 0 calc(50vw - 1250px / 2);
    max-width: 775px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links {
    margin: 182px 0 0 calc(50vw - 1250px / 2 - 30px);
    max-width: 1200px;
  }
}
.layout-hero .text-and-links h1 {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links h1 {
    margin: 0 0 1rem;
  }
}
.layout-hero .text-and-links p {
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links p {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.home .layout-hero .text-and-links p {
  max-width: 700px;
}
.layout-hero .text-and-links .links {
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links .links {
    grid-template-columns: repeat(2, auto);
    width: fit-content;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .links {
    margin: 4rem 0 0;
    gap: 3rem;
  }
}
.layout-hero .text-and-links .links li {
  width: max-content;
}
.layout-hero .text-and-links .links li a {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-links .links li a {
    padding: 1rem 1.75rem;
  }
}
.layout-hero .text-and-links .links li a:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-hero .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-hero .text-and-links .links li:last-child a {
  background-color: transparent;
  border-color: #ffffff;
}
.layout-hero .text-and-links .links li:last-child a:hover {
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-featured {
  background-color: #f7f7f7;
  padding: 1.75rem 0 !important;
}
.layout-featured .container {
  max-width: 1700px;
}
.layout-featured .container .blocks {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 810px) {
  .layout-featured .container .blocks {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-featured .container .blocks {
    gap: 2.5rem;
  }
}
.layout-featured .container .blocks li a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .25rem;
  align-items: center;
}
.layout-featured .container .blocks li a .image {
  height: 1.3rem;
}
.layout-featured .container .blocks li a p {
  margin: 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-featured .container .blocks li a p {
    font-size: 1.25rem;
  }
}
.layout-logos {
  background-color: #f7f7f7;
  padding: 1rem 0 !important;
}
.layout-logos .logo {
  height: 80px;
}
.layout-logos .logo img {
  object-fit: contain;
}
.layout-usps .container .title-and-text {
  text-align: center;
}
.layout-usps .container .title-and-text .title {
  margin: 0 0 1.25rem;
}
.layout-usps .container .title-and-text .text p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .title-and-text .text p {
    font-size: 1.125rem;
  }
}
.layout-usps .container .usps {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin: 4rem 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps {
    gap: 3.25rem;
  }
}
.layout-usps .container .usps li {
  border-radius: .5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps li {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .usps li {
    padding: 2rem;
    min-height: 327px;
  }
}
.layout-usps .container .usps li .icon {
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps li .icon {
    height: 4rem;
    width: 4rem;
  }
}
.layout-usps .container .usps li .usp-text {
  margin: 2rem 0;
}
.layout-usps .container .usps li .usp-text h3 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps li .usp-text h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps li .usp-text h3 {
    font-size: 1.25rem;
  }
}
.layout-usps .container .usps li .usp-text p {
  margin: 1.25rem 0;
  line-height: 1.35;
  max-width: 230px;
}
.layout-usps .container .usps li .usp-text p strong a,
.layout-usps .container .usps li .usp-text p a strong {
  color: #3d3d3d;
  background-color: #ffffff;
  border: 2px solid #3d3d3d;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps li .usp-text p strong a,
  .layout-usps .container .usps li .usp-text p a strong {
    padding: 1rem 1.75rem;
  }
}
.layout-usps .container .usps li .usp-text p strong a:hover,
.layout-usps .container .usps li .usp-text p a strong:hover {
  color: #ffffff;
  background-color: #3d3d3d;
  transition: all 0.25s ease;
}
.layout-usps .container .usps li .usp-text p strong a:active,
.layout-usps .container .usps li .usp-text p a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-usps .container .usps li .usp-text ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .48rem;
  margin: 1.2rem 0 0;
}
.layout-usps .container .usps li .usp-text ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .25rem;
}
.layout-usps .container .usps li .usp-text ul li::before {
  content: "";
  background-image: url(../images/check-white.svg);
  background-color: #0f9e0f;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.layout-usps .container .usps li .image {
  height: 100%;
  width: 100%;
}
.layout-usps .container .usps li .image img {
  border-radius: .5rem;
}
.layout-usps .container .usps li:has(>.image) {
  padding: 0;
}
.layout-usps .container .usps li:has(>.image) .icon,
.layout-usps .container .usps li:has(>.image) .text {
  display: none;
}
.layout-usps .container .link {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  display: block;
  width: max-content;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .link {
    padding: 1rem 1.75rem;
  }
}
.layout-usps .container .link:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-usps .container .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .link {
    padding: 1rem;
  }
}
.layout-blocks {
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-blocks {
    padding-block-start: 3rem !important;
  }
}
.layout-blocks .container .text {
  text-align: center;
}
.layout-blocks .container .text h3 {
  font-size: 1.75rem;
  line-height: 1.05;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-blocks .container .text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .text h3 {
    font-size: 3.75rem;
  }
}
.layout-blocks .container .text p {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .text p {
    font-size: 1.25rem;
  }
}
.layout-blocks .container .blocks {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 4rem 0 3rem;
  }
}
.layout-blocks .container .blocks li .block {
  background-color: #ffffff;
  padding: 2rem 2rem 0;
  border-radius: .5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  width: 100%;
  min-height: 325px;
}
.layout-blocks .container .blocks li .block .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.layout-blocks .container .blocks li .block .block-text {
  margin: 2rem 0;
}
.layout-blocks .container .blocks li .block .block-text h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block .block-text h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block .block-text h4 {
    font-size: 1.25rem;
  }
}
.layout-blocks .container .blocks li .block .block-text p {
  margin: 1.25rem 0;
  line-height: 1.35;
  max-width: 230px;
}
.layout-blocks .container .blocks li .block .block-text ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .48rem;
  margin: 1.2rem 0 0;
}
.layout-blocks .container .blocks li .block .block-text ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .25rem;
}
.layout-blocks .container .blocks li .block .block-text ul li::before {
  content: "";
  background-image: url(../images/check-white.svg);
  background-color: #0f9e0f;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.layout-blocks .container .link {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  display: block;
  width: max-content;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .link {
    padding: 1rem 1.75rem;
  }
}
.layout-blocks .container .link:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-blocks .container .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .link {
    padding: .75rem 1.5rem;
  }
}
.layout-cta {
  background-color: #f7f7f7;
}
@media screen and (min-width: 1660px) {
  .layout-cta {
    padding-block-start: .5rem !important;
  }
}
.layout-cta .container .text {
  text-align: center;
}
.layout-cta .container .text h3 {
  font-size: 1.75rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-cta .container .text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text h3 {
    font-size: 3.75rem;
  }
}
.layout-cta .container .text p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text p {
    font-size: 1.25rem;
  }
}
.layout-cta .container .image-form-and-link {
  padding: 2.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .image-form-and-link {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .image-form-and-link .image {
    height: 395px;
    margin: 0 -2.5rem 0 0;
  }
}
.layout-cta .container .image-form-and-link .image img {
  border-radius: .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .image-form-and-link .form-and-link {
    padding: 0 0 0 4rem;
  }
}
.layout-cta .container .image-form-and-link .form-and-link .link {
  color: #c40014;
  background-color: #ffffff;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
  border-radius: .75rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .image-form-and-link .form-and-link .link {
    padding: 1rem 1.75rem;
  }
}
.layout-cta .container .image-form-and-link .form-and-link .link:hover {
  color: #ffffff;
  background-color: #c40014;
  transition: all 0.25s ease;
}
.layout-cta .container .image-form-and-link .form-and-link .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-text .container {
  text-align: center;
  max-width: 1700px;
}
.layout-text .container .text h2,
.layout-text .container .text h3 {
  font-size: 1.75rem;
}
@media screen and (min-width: 810px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text h2,
  .layout-text .container .text h3 {
    font-size: 3.75rem;
  }
}
.layout-text .container .text p {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 1250px;
  margin: 1rem auto;
}
@media screen and (min-width: 810px) {
  .layout-text .container .text p {
    font-size: 1.25rem;
  }
}
.layout-text .container .links {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media screen and (min-width: 810px) {
  .layout-text .container .links {
    flex-direction: row;
    justify-content: center;
  }
}
.layout-text .container .links a {
  color: #3d3d3d;
  background-color: #ffffff;
  border: 2px solid #3d3d3d;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .links a {
    padding: 1rem 1.75rem;
  }
}
.layout-text .container .links a:hover {
  color: #ffffff;
  background-color: #3d3d3d;
  transition: all 0.25s ease;
}
.layout-text .container .links a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-personsblock .container {
  max-width: none;
}
@media screen and (min-width: 1660px) {
  .layout-personsblock .container {
    padding: 0;
  }
}
.layout-personsblock .container .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 810px) {
  .layout-personsblock .container .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 810px) {
  .layout-personsblock .container .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.layout-personsblock .container .text h2,
.layout-personsblock .container .text h3 {
  font-size: 1.75rem;
}
@media screen and (min-width: 810px) {
  .layout-personsblock .container .text h2,
  .layout-personsblock .container .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-personsblock .container .text h2,
  .layout-personsblock .container .text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personsblock .container .text h2,
  .layout-personsblock .container .text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-personsblock .container .text h2,
  .layout-personsblock .container .text h3 {
    font-size: 3.75rem;
  }
}
.layout-personsblock .container .text p {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 1250px;
  margin: 2rem auto;
}
@media screen and (min-width: 810px) {
  .layout-personsblock .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-personsblock .container .persons-slider {
    margin: 0 0 0 calc(50vw - 1700px / 2 + 30px);
  }
}
@media screen and (min-width: 1280px) {
  .layout-personsblock .container .persons-slider .blocks .slick-list {
    padding: 0 150px 0 0 !important;
  }
}
.layout-personsblock .container .block {
  padding: 132px 1rem 1rem;
  border-radius: .5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  margin: 132px 0 0;
  position: relative;
}
.layout-personsblock .container .block .image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.layout-personsblock .container .block .name-function-and-linkedin {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  min-height: 60px;
}
.layout-personsblock .container .block .name-function-and-linkedin .name-and-function .name {
  font-size: 1.25rem;
}
.layout-personsblock .container .block .name-function-and-linkedin .linkedin i {
  color: #2e79b3;
}
.layout-personsblock .container .block .name-function-and-linkedin .linkedin i::before {
  font-size: 2rem;
}
.layout-personsblock .container .block .block-text {
  min-height: 190px;
}
.layout-textandvideo {
  background-color: #ffffff;
}
.layout-textandvideo .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1460px;
}
@media screen and (min-width: 1024px) {
  .layout-textandvideo .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container {
    grid-template-columns: 1.15fr 1.85fr;
    gap: 2.5rem;
  }
}
.layout-textandvideo .container .title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .layout-textandvideo .container .title {
    grid-column: span 2;
  }
}
.layout-textandvideo .container .video .play {
  height: 250px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .layout-textandvideo .container .video .play {
    height: 100%;
  }
}
.layout-textandvideo .container .video .play,
.layout-textandvideo .container .video .play img {
  border-radius: 1rem;
}
.layout-textandvideo .container .video .play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  font-size: 3rem;
}
.layout-textandvideo .container .video .play .icon:hover {
  color: #c40014;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container .text-and-links {
    height: max-content;
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container .text-and-links .text {
    padding: 2.5rem 0 0;
  }
}
.layout-textandvideo .container .text-and-links .text h2,
.layout-textandvideo .container .text-and-links .text h3,
.layout-textandvideo .container .text-and-links .text h4 {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 810px) {
  .layout-textandvideo .container .text-and-links .text h2,
  .layout-textandvideo .container .text-and-links .text h3,
  .layout-textandvideo .container .text-and-links .text h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container .text-and-links .text h2,
  .layout-textandvideo .container .text-and-links .text h3,
  .layout-textandvideo .container .text-and-links .text h4 {
    font-size: 1.25rem;
  }
}
.layout-textandvideo .container .text-and-links .text ul {
  margin: 2rem 0 3rem;
  list-style-position: inside;
}
.layout-textandvideo .container .text-and-links .text ul li {
  line-height: 1.4;
  margin: 0 0 .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container .text-and-links .text ul li {
    font-size: 1.25rem;
  }
}
.layout-textandvideo .container .text-and-links .text ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/check-white.svg);
  background-color: #0f9e0f;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0.5rem -0.125rem 0;
  line-height: 1.4;
}
.layout-textandvideo .container .text-and-links .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0 0 .25rem;
}
.layout-textandvideo .container .text-and-links .links li a {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .container .text-and-links .links li a {
    padding: 1rem 1.75rem;
  }
}
.layout-textandvideo .container .text-and-links .links li a:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandvideo .container .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandvideo .container .text-and-links .links li:last-child a {
  color: #3d3d3d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.layout-textandvideo .container .text-and-links .links li:last-child a:hover {
  color: #f7f7f7;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  transition: all 0.25s ease;
}
.layout-steps {
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-steps {
    padding: 2rem 0 !important;
  }
}
.layout-steps .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
.layout-steps .container .text {
  text-align: center;
}
.layout-steps .container .text h2 {
  margin-bottom: 1rem;
}
.layout-steps .container .text p {
  line-height: 1.4;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .text p {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .text p {
    font-size: 1.25rem;
  }
}
.layout-steps .container .steps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1075px;
  margin: auto;
}
.layout-steps .container .steps li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background-color: #f7f7f7;
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps li {
    grid-template-columns: 2fr 5fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps li {
    grid-template-columns: 1fr 5fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .steps li {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-steps .container .steps li .image {
    width: 200px;
  }
}
.layout-steps .container .steps li .image img {
  height: 180px;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps li .image img {
    border-radius: 1rem 0 0 1rem;
    height: 100%;
  }
}
.layout-steps .container .steps li .step-text {
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps li .step-text {
    padding: 2rem 2.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps li .step-text h3 {
    margin: 0 0 .75rem;
  }
}
.layout-steps .container .steps li .step-text p {
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps li .step-text p {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps li .step-text p {
    font-size: 1.125rem;
  }
}
.layout-steps .container .steps li:nth-child(even) {
  background-color: #dce2e8;
}
.layout-steps .container > a {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
  justify-self: center;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container > a {
    padding: 1rem 1.75rem;
  }
}
.layout-steps .container > a:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-steps .container > a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-imagetextandtext .container .title {
  text-align: center;
}
.layout-imagetextandtext .container .image-and-text {
  background-color: #f7f7f7;
  border-radius: 1rem;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext .container .image-and-text {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
  }
}
.layout-imagetextandtext .container .image-and-text .image {
  border-radius: 1rem 1rem 0 0;
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandtext .container .image-and-text .image {
    height: 300px;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagetextandtext .container .image-and-text .image {
    height: 100%;
    border-radius: 1rem 0 0 1rem;
  }
}
.layout-imagetextandtext .container .image-and-text .image img {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandtext .container .image-and-text .image img {
    border-radius: 1rem 0 0 1rem;
  }
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandtext .container .image-and-text .subtitle-text-and-links {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .subtitle {
    max-width: 60%;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .text-and-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .text-and-text h4 {
  margin: 1lh 0;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .text-and-text p {
  margin: 0;
  line-height: 1.4;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .text-and-text ul {
  list-style: disc inside;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .text-and-text ul li {
  line-height: 1.4;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li a {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li a {
    padding: 1rem 1.75rem;
  }
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li a:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li a {
    padding: .5rem;
  }
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li:last-child a {
  color: #3d3d3d;
  background-color: #f7f7f7;
  border-color: #3d3d3d;
}
.layout-imagetextandtext .container .image-and-text .subtitle-text-and-links .links li:last-child a:hover {
  color: #f7f7f7;
  background-color: #3d3d3d;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext.style-image_right .container .image-and-text {
    grid-template-columns: 2fr 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext.style-image_right .container .image-and-text .image {
    order: 2;
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext.style-image_right .container .image-and-text .image img {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandtext.style-image_right .container .image-and-text .subtitle-text-and-links {
    order: 1;
  }
}
.layout-textandblocks .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1460px;
}
.layout-textandblocks .container .text-and-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text-and-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container .text-and-blocks {
    gap: 4rem;
  }
}
.layout-textandblocks .container .text-and-blocks .text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text-and-blocks .text ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 0 1.5rem;
  }
}
.layout-textandblocks .container .text-and-blocks .text ul li {
  line-height: 1.4;
  margin: 0 0 .25rem;
}
.layout-textandblocks .container .text-and-blocks .text ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/check-white.svg);
  background-color: #0f9e0f;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0.5rem -0.125rem 0;
  line-height: 1.4;
}
.layout-textandblocks .container .text-and-blocks .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text-and-blocks .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    height: max-content;
    align-self: start;
  }
}
.layout-textandblocks .container .text-and-blocks .blocks > li {
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
.layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text img {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text .block-text p:not(:has(strong a)) {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text .block-text p:has(strong a) {
    margin: 0;
  }
}
.layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text .block-text p:has(strong a) strong a {
  color: #3d3d3d;
  border-color: #3d3d3d;
  background-color: #ffffff;
}
.layout-textandblocks .container .text-and-blocks .blocks > li .icon-and-text .block-text p:has(strong a) strong a:hover {
  background-color: #3d3d3d;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-textandblocks .container .text-and-blocks .blocks > li iframe {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li iframe {
    height: 100%;
  }
}
.layout-textandblocks .container .text-and-blocks .blocks > li:not(:has(iframe)) {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li:not(:has(iframe)) {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container .text-and-blocks .blocks > li:not(:has(iframe)) {
    padding: 2rem;
  }
}
.layout-textandblocks .container .text-and-blocks .blocks > li:nth-child(3) .block-text p:has(strong a) strong a {
  color: #ffffff;
  border-color: #c40014;
  background-color: #c40014;
}
.layout-textandblocks .container .text-and-blocks .blocks > li:nth-child(3) .block-text p:has(strong a) strong a:hover {
  background-color: #ffffff;
  color: #c40014;
  transition: all 0.25s ease;
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
.layout-textandimage .container .text p {
  margin: 0;
  line-height: 1.6;
}
.layout-textandimage .container .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .container .text {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.style-image_left .container .image {
    order: 1;
  }
}
.layout-image .container .image {
  position: relative;
}
.layout-image .container .image .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 1rem;
}
@media screen and (max-width: 809px) {
  .layout-image .container .image .caption {
    width: calc(100% - 1rem);
    bottom: .5rem;
    left: .5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-image .container .image .caption {
    border-radius: 0 .25rem 0 0;
  }
}
.layout-image.style-has_caption .container .image .caption {
  display: block;
}
.layout-projectsfeatured .project,
.layout-projects .project {
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.layout-projectsfeatured .project .image,
.layout-projects .project .image {
  height: 250px;
  border-radius: 1rem 1rem 0 0;
}
.layout-projectsfeatured .project .image img,
.layout-projects .project .image img {
  border-radius: 1rem 1rem 0 0;
}
.layout-projectsfeatured .project .text-wrapper,
.layout-projects .project .text-wrapper {
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .project .text-wrapper,
  .layout-projects .project .text-wrapper {
    padding: 1rem 1rem 2rem;
  }
}
.layout-projectsfeatured .project .text-wrapper .review-title,
.layout-projects .project .text-wrapper .review-title {
  color: #c40014;
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .project .text-wrapper .review-title,
  .layout-projects .project .text-wrapper .review-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .project .text-wrapper .review-title,
  .layout-projects .project .text-wrapper .review-title {
    font-size: 1.25rem;
  }
}
.layout-projectsfeatured .project .text-wrapper blockquote,
.layout-projects .project .text-wrapper blockquote {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .project .text-wrapper blockquote,
  .layout-projects .project .text-wrapper blockquote {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .project .text-wrapper blockquote,
  .layout-projects .project .text-wrapper blockquote {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .project .text-wrapper blockquote,
  .layout-projects .project .text-wrapper blockquote {
    min-height: 4rem;
  }
}
.layout-projectsfeatured .project .text-wrapper blockquote p,
.layout-projects .project .text-wrapper blockquote p {
  margin: 0;
}
.layout-projectsfeatured .project .text-wrapper .text,
.layout-projects .project .text-wrapper .text {
  margin: 1lh 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .project .text-wrapper .text,
  .layout-projects .project .text-wrapper .text {
    min-height: 7rem;
  }
}
.layout-projectsfeatured .project .text-wrapper .text p,
.layout-projects .project .text-wrapper .text p {
  margin: 0;
  line-height: 1.4;
}
.layout-projectsfeatured .project .text-wrapper .more,
.layout-projects .project .text-wrapper .more {
  font-weight: 600;
}
.layout-projectsfeatured .container,
.layout-projects .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-projectsfeatured .container .title,
.layout-projects .container .title {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .container .title,
  .layout-projects .container .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-projectsfeatured .container .title,
  .layout-projects .container .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .title,
  .layout-projects .container .title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-projectsfeatured .container .title,
  .layout-projects .container .title {
    font-size: 3.75rem;
  }
}
.layout-projectsfeatured .container .projects,
.layout-projects .container .projects {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-projectsfeatured .container .projects,
  .layout-projects .container .projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-projectsfeatured .container .link-to-all,
.layout-projects .container .link-to-all {
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
  justify-self: center;
}
@media screen and (min-width: 1280px) {
  .layout-projectsfeatured .container .link-to-all,
  .layout-projects .container .link-to-all {
    padding: 1rem 1.75rem;
  }
}
.layout-projectsfeatured .container .link-to-all:hover,
.layout-projects .container .link-to-all:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-projectsfeatured .container .link-to-all:active,
.layout-projects .container .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-faq .container {
  max-width: 1700px;
}
.layout-faq .container .title {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-faq .container .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .title {
    font-size: 3.75rem;
  }
}
.layout-faq .container .faqs {
  padding: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.layout-faq .container .faqs .faq {
  padding: 1rem;
  border-radius: .5rem;
  background-color: #f7f7f7;
}
.layout-faq .container .faqs .faq .question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 600;
}
.layout-faq .container .faqs .faq .answer {
  line-height: 1.4;
}
.layout-faq .container .faqs .faq.unfolded .question {
  color: #c40014;
  transition: all 0.25s ease;
}
.layout-faq .container .faqs .faq.unfolded .question i {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.layout-faq .container .faqs .faq.unfolded .answer {
  padding: 1rem 0 0;
}
.layout-testimonials {
  background-color: #f7f7f7;
  padding-block-end: 8rem !important;
}
.layout-testimonials .text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .layout-testimonials .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 810px) {
  .layout-testimonials .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.layout-testimonials .text h3 {
  font-size: 1.75rem;
  line-height: 1.05;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .text h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-testimonials .text h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .text h3 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .text h3 {
    font-size: 3.75rem;
  }
}
.layout-testimonials .text p {
  font-size: 1.125rem;
  max-width: 650px;
  line-height: 1.4;
  margin: 1rem auto;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .slick-slider {
    padding: 4rem 0 3rem;
  }
}
.layout-testimonials .slick-slider .slick-slide {
  height: max-content;
}
.layout-testimonials .slick-slider .slick-slide:not(.slick-active),
.layout-testimonials .slick-slider .slick-slide.slick-active:has(+.slick-active+.slick-current),
.layout-testimonials .slick-slider .slick-slide.slick-current + .slick-active + .slick-active {
  opacity: .5;
}
.layout-testimonials .slick-slider .slick-slide:not(.slick-current) .testimonial blockquote {
  padding: 1rem 0 2rem;
}
.layout-testimonials .slick-slider .slick-slide:not(.slick-current) .testimonial blockquote p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.75;
}
.layout-testimonials .slick-slider .slick-slide:not(.slick-current) .testimonial .image {
  display: none;
}
.layout-testimonials .testimonial {
  text-align: center;
  background-color: #ffffff;
  padding: 1.5rem 1rem 1rem;
  border-radius: .5rem;
  color: #495082;
}
.layout-testimonials .testimonial .stars {
  color: #f2ae4e;
  font-size: 1rem;
  padding: .5rem 0;
}
.layout-testimonials .testimonial blockquote {
  margin: 0;
  padding: 1rem 0 .5rem;
}
.layout-testimonials .testimonial blockquote p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.4;
}
.layout-testimonials .testimonial .image {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.layout-testimonials .testimonial .image img {
  border-radius: 50%;
}
.layout-testimonials .testimonial .name {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  padding: .35rem 0 .55rem;
  font-size: .95rem;
}
.layout-testimonials .testimonial .function,
.layout-testimonials .testimonial .company {
  font-size: .8rem;
  font-weight: 500;
}
.layout-services .service {
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-services .service {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-services .service {
    padding: 2rem;
  }
}
.layout-services .service .image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1280px) {
  .layout-services .service .image {
    height: 4rem;
    width: 4rem;
  }
}
.layout-services .service .title {
  font-size: 1rem;
  min-height: 2.75rem;
  margin: .5rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-services .service .title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .service .title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .service .title {
    font-size: 1.125rem;
  }
}
.layout-services .service .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: .75lh 0;
}
.layout-services .service .more {
  font-weight: 700;
}
.layout-services .service .more:hover {
  color: #c40014;
  transition: all 0.25s ease;
}
.layout-services .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.layout-services .container > .title {
  text-align: center;
}
.layout-services .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1.5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-services .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-services .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .container ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-services .container > a {
  justify-self: center;
  color: #ffffff;
  background-color: #c40014;
  border: 2px solid #c40014;
  padding: .5rem;
  border-radius: .25rem;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-services .container > a {
    padding: 1rem 1.75rem;
  }
}
.layout-services .container > a:hover {
  color: #c40014;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-services .container > a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1.5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  min-height: 3rem;
  border-radius: .75rem;
  background-color: #dce2e8;
  border: 1px solid #dce2e8;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 100px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_text input {
  background-image: url(../images/user-white.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 1rem center;
}
.gform_wrapper form .gform_footer button {
  color: #ffffff !important;
  background-color: #c40014 !important;
  border: 2px solid #c40014 !important;
  padding: .5rem !important;
  border-radius: .25rem !important;
  width: max-content !important;
  border-radius: .75rem !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-align: center;
  min-height: 3rem !important;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_footer button {
    padding: 1rem 1.75rem;
  }
}
.gform_wrapper form .gform_footer button:hover {
  color: #c40014 !important;
  background-color: #ffffff !important;
  transition: all 0.25s ease !important;
}
.gform_wrapper form .gform_footer button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3) !important;
}
.slick-slider {
  margin: 0;
  position: relative;
  isolation: isolate;
}
.slick-slider::before {
  content: "";
  display: block;
  width: 8rem;
  height: 4.125rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slick-slider::before {
  top: auto;
  bottom: -5.5rem;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid #000000;
  border-radius: 5rem;
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 1rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  top: auto;
  bottom: -5.05rem;
  transform: none;
  border-radius: 50%;
  z-index: 1;
  background-color: transparent;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 1rem !important;
  opacity: 1;
  color: #000000;
  margin: 0 !important;
  font-weight: 300 !important;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #c40014;
  color: #ffffff;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 3.5rem);
}
.slick-slider .slick-prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
.slick-slider .slick-next {
  right: calc(50% - 3.5rem);
}
.slick-slider .slick-next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-inline-end: .25rem;
}
.layout-personsblock .slick-slider::before,
.layout-logos .slick-slider::before {
  display: none;
}
