@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    padding: 0;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* 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: none;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
body.scrolled *:not(.slick-track):not(.slick-list) {
  transition: all 0.25s ease;
}
body *:hover,
body *:hover::before,
body *:hover::after {
  transition: all 0.25s ease;
}
/* 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;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
  color: #000000;
  font-size: 1.5rem;
}
.layout-header .full-menu-toggle *:first-child {
  opacity: 1;
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: calc(810px - 1px)) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: 1;
  margin-left: 4px;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.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;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.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;
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Outfit", sans-serif;
  background-color: #efefef;
  color: #393939;
}
body.full-menu-open {
  position: relative;
  isolation: isolate;
}
body.full-menu-open::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(87, 144, 165, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.full-menu-open::before {
  z-index: 2;
  backdrop-filter: blur(10px);
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h1 {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1700px) {
  h1 {
    font-size: 4.25rem;
    word-spacing: 15px;
  }
}
h2 {
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1700px) {
  h2 {
    font-size: 4.4rem;
    letter-spacing: 2px;
  }
}
h3 {
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1700px) {
  h3 {
    font-size: 2.125rem;
  }
}
h4 {
  font-weight: 400;
}
@media screen and (min-width: 1700px) {
  h4 {
    font-size: 1.275rem;
  }
}
a,
button {
  cursor: pointer;
}
.layout.first-after-header {
  padding-block-start: calc(50px + 50px / 2 + 30px) !important;
}
@media screen and (min-width: 810px) {
  .layout.first-after-header {
    padding-block-start: calc(90px + 90px / 2 + 30px) !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout.first-after-header {
    padding-block-start: calc(140px + 90px / 2 + 30px) !important;
  }
}
@media screen and (min-width: 1700px) {
  .layout.first-after-header {
    padding-block-start: 290px !important;
  }
}
.layout-hero {
  padding-block-end: 915px !important;
}
@media screen and (min-width: 810px) {
  .layout-hero {
    padding-block-end: 650px !important;
  }
}
.first-after-hero {
  margin-block-start: -915px;
  position: relative;
}
@media screen and (min-width: 810px) {
  .first-after-hero {
    margin-block-start: -650px;
  }
}
.layout-hero .usps li .icon,
.layout-servicesfeatured .service .title-and-icon .icon,
.layout-services .service .title-and-icon .icon,
.layout-servicesslider .service .title-and-icon .icon,
.layout-pagesfeatured .page .title-and-icon .icon {
  width: 50px;
  height: 50px;
  border: 4px solid #97a8b0;
  border-radius: 50%;
  background-color: rgba(151, 168, 176, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-hero .usps li .icon,
  .layout-servicesfeatured .service .title-and-icon .icon,
  .layout-services .service .title-and-icon .icon,
  .layout-servicesslider .service .title-and-icon .icon,
  .layout-pagesfeatured .page .title-and-icon .icon {
    height: 70px;
    width: 70px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .usps li .icon,
  .layout-servicesfeatured .service .title-and-icon .icon,
  .layout-services .service .title-and-icon .icon,
  .layout-servicesslider .service .title-and-icon .icon,
  .layout-pagesfeatured .page .title-and-icon .icon {
    height: 90px;
    width: 90px;
  }
}
.layout-hero .usps li .icon img,
.layout-servicesfeatured .service .title-and-icon .icon img,
.layout-services .service .title-and-icon .icon img,
.layout-servicesslider .service .title-and-icon .icon img,
.layout-pagesfeatured .page .title-and-icon .icon img {
  object-fit: contain;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1280px) {
  .layout-hero .usps li .icon img,
  .layout-servicesfeatured .service .title-and-icon .icon img,
  .layout-services .service .title-and-icon .icon img,
  .layout-servicesslider .service .title-and-icon .icon img,
  .layout-pagesfeatured .page .title-and-icon .icon img {
    height: 30px;
    width: 30px;
  }
}
.layout-servicesfeatured .more,
.layout-services .more,
.layout-productsslider .more,
.layout-product .more,
.layout-productsfeatured .more,
.layout-servicesslider .more,
.layout-testimonialsfeatured .more,
.layout-testimonials .more,
.layout-pagesfeatured .more {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #c91b0e;
  border-radius: 20px 0 10px 0;
  padding: 1rem 2rem;
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-servicesfeatured .more,
  .layout-services .more,
  .layout-productsslider .more,
  .layout-product .more,
  .layout-productsfeatured .more,
  .layout-servicesslider .more,
  .layout-testimonialsfeatured .more,
  .layout-testimonials .more,
  .layout-pagesfeatured .more {
    padding: 1rem 3rem;
    border-radius: 30px 0 10px 0;
  }
}
.layout-servicesfeatured .more:hover,
.layout-services .more:hover,
.layout-productsslider .more:hover,
.layout-product .more:hover,
.layout-productsfeatured .more:hover,
.layout-servicesslider .more:hover,
.layout-testimonialsfeatured .more:hover,
.layout-testimonials .more:hover,
.layout-pagesfeatured .more:hover {
  letter-spacing: 1px;
}
.layout-header .contact {
  background: linear-gradient(to right, #012933, #134a55);
}
.layout-header .contact,
.layout-header .contact .container {
  height: 25px;
}
@media screen and (min-width: 810px) {
  .layout-header .contact,
  .layout-header .contact .container {
    height: 45px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .contact,
  .layout-header .contact .container {
    height: 53px;
  }
}
.layout-header .contact .container {
  max-width: 1640px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .5rem;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (min-width: 810px) {
  .layout-header .contact .container {
    justify-content: unset;
    gap: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .contact .container {
    gap: 4rem;
  }
}
.layout-header .contact .container a {
  font-size: .9rem;
  color: #97a8b0;
}
@media screen and (min-width: 810px) {
  .layout-header .contact .container a {
    font-size: revert;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .contact .container a {
    font-size: 1.125rem;
  }
}
.layout-header .contact .container a i {
  margin-inline-end: .25rem;
}
.layout-header .header,
.layout-header .header .container {
  height: 50px;
}
@media screen and (min-width: 810px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 140px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header,
  .layout-header .header .container {
    height: 200px;
  }
}
.layout-header .header .container {
  max-width: 1640px;
}
.layout-header .header .container .full-menu-toggle {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .full-menu-toggle {
    top: auto;
    transform: none;
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .full-menu-toggle {
    bottom: 2.75rem;
  }
}
.layout-header .header .container .full-menu-toggle i {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .full-menu-toggle i {
    font-size: 2rem;
  }
}
.full-menu-open .layout-header .header .container .full-menu-toggle {
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .full-menu-open .layout-header .header .container .full-menu-toggle {
    background-color: #c91b0e;
    border-radius: .125rem;
  }
}
.layout-header .header .container > .home {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container > .home {
    display: none;
  }
  .full-menu-open .layout-header .header .container > .home {
    display: block;
  }
}
.layout-header .header .container > .home svg {
  height: calc(50px - 20px);
}
@media screen and (min-width: 810px) {
  .layout-header .header .container > .home svg {
    height: calc(90px - 20px);
  }
}
.layout-header .header .container .menu {
  gap: 2rem;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu {
    gap: 2rem;
    padding-inline-start: 103px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu {
    gap: 5rem;
    padding-inline-start: 162px;
  }
}
.layout-header .header .container .menu > * {
  padding-block-end: 1rem;
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > * {
    padding-block-end: 0;
  }
}
.layout-header .header .container .menu > *:not(.home) {
  margin-block-end: -3rem;
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > *:not(.home) {
    margin-block-end: -4rem;
  }
}
.layout-header .header .container .menu > li > a {
  color: #97a8b0;
  width: max-content;
  padding: .5rem 2rem;
  border: 1px solid transparent;
  font-size: 1.125rem;
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > li > a {
    font-size: 1.25rem;
    padding: .5rem 1.75rem .5rem;
  }
}
.layout-header .header .container .menu > li > a:hover {
  background-color: #c91b0e;
  border-radius: 5rem;
  border-color: #ffffff;
  color: #ffffff;
}
.layout-header .header .container .menu > li > a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-header .header .container .menu > li:last-child > a {
  color: #ffffff;
  background-color: #5790a5;
  border: 2px solid #5790a5;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-header .header .container .menu > li:last-child > a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > li:last-child > a {
    padding: .85rem 3rem;
  }
}
.layout-header .header .container .menu > li:last-child > a:hover {
  color: #5790a5;
  background-color: #ffffff;
}
.layout-header .header .container .menu > li:last-child > a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-header .header .container .menu > li.menu-item-has-children {
  position: relative;
  padding-inline-end: 1rem;
}
.layout-header .header .container .menu > li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/caret-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.layout-header .header .container .menu > li.menu-item-has-children::after {
  top: calc(50% - 0.5rem);
  right: 24px;
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > li.menu-item-has-children::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 370px;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu > li > a {
  padding: .5rem 1rem;
  width: max-content;
  width: 100%;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu > li > a:hover {
  letter-spacing: 2px;
}
.layout-header .header .container .menu > li.menu-item-has-children .sub-menu > li:not(:last-child) {
  border-block-end: 1px solid #c91b0e;
  margin: 0 0 .25rem;
}
.layout-header .header .container .menu > li.menu-item-has-children:hover::after {
  background-image: url(../images/caret-white.svg);
}
.layout-header .header .container .menu > li.menu-item-has-children:hover > a {
  background-color: #c91b0e;
  border-radius: 5rem;
  border-color: #ffffff;
  color: #ffffff;
}
.layout-header .header .container .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
  animation: SubMenuOpacity 500ms linear 1 forwards;
}
@keyframes SubMenuOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layout-header .header .container .menu > li.menu-item-has-children:has(+.home) .sub-menu {
  left: 0;
}
.layout-header .header .container .menu > .home svg {
  height: calc(140px - 4rem);
}
@media screen and (min-width: 1700px) {
  .layout-header .header .container .menu > .home svg {
    height: 135px;
  }
}
.layout-header .header .container .menu > .home + li.menu-item-has-children .sub-menu {
  left: auto;
  right: 0;
}
.full-menu-open .layout-header .header .container .menu {
  display: none;
}
.layout-header .full-menu {
  background: linear-gradient(to bottom right, #18525f, #012933);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  overflow-y: scroll;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    width: 40vw;
    height: 40vh;
    overflow-y: unset;
    top: calc(90px / 2);
    left: -100vw;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .full-menu {
    top: 53px;
  }
}
.layout-header .full-menu .container {
  padding: 15px;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu .container .menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-header .full-menu .container .menu > li {
  margin: .25rem 0;
}
.layout-header .full-menu .container .menu > li > a {
  color: #97a8b0;
  padding: .5rem;
  font-size: 1.2rem;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(201, 27, 14, 0);
  text-decoration-color: rgba(201, 27, 14, 0);
  text-underline-offset: 8px;
}
.layout-header .full-menu .container .menu > li > a:hover {
  -webkit-text-decoration-color: #c91b0e;
  text-decoration-color: #c91b0e;
}
.layout-header .full-menu .container .menu > li.menu-item-has-children {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu .container .menu > li.menu-item-has-children {
    position: relative;
  }
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu {
  order: 3;
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 .25rem;
  position: relative;
  isolation: isolate;
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #97a8b0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    background-color: #c91b0e;
    width: 30vw;
  }
}
@media screen and (min-width: 1700px) {
  .layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu {
    padding: 1rem;
  }
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1700px) {
  .layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu::before {
    left: 49%;
  }
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu > li {
  margin: .125rem 0;
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu > li a {
  color: #ffffff;
  padding: .25rem;
  font-size: .9rem;
}
@media screen and (min-width: 1700px) {
  .layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu > li a {
    font-size: 1rem;
  }
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .sub-menu > li a:hover {
  letter-spacing: 1px;
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .toggle {
  justify-self: end;
  order: 2;
  cursor: pointer;
}
.layout-header .full-menu .container .menu > li.menu-item-has-children .toggle i {
  color: #c91b0e;
}
.layout-header .full-menu .container .menu > li.menu-item-has-children.unfolded {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu .container .menu > li.menu-item-has-children.unfolded {
    grid-template-columns: repeat(2, max-content);
    width: max-content;
  }
}
.layout-header .full-menu .container .menu > li.menu-item-has-children.unfolded .toggle i {
  transform: rotate(180deg);
}
.layout-header .full-menu .container .menu > li:nth-child(odd):has(.sub-menu) .sub-menu {
  left: 0;
}
.layout-header .full-menu .container .menu > li:nth-child(even):has(.sub-menu) .sub-menu {
  right: 0;
}
.full-menu-open .layout-header .full-menu {
  top: calc(50px + 50px / 2);
  z-index: 100;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu {
    top: calc(90px + 90px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .full-menu-open .layout-header .full-menu {
    left: 60px;
    top: calc(90px / 2);
  }
}
@media screen and (min-width: 1640px) {
  .full-menu-open .layout-header .full-menu {
    left: calc(50vw - 1640px / 2 + 60px);
  }
}
@media screen and (min-width: 1700px) {
  .full-menu-open .layout-header .full-menu {
    left: calc(50vw - 1640px / 2 + 30px);
    top: 53px;
  }
}
.scrolled.full-menu-open .layout-header .full-menu {
  top: 50px;
}
@media screen and (min-width: 810px) {
  .scrolled.full-menu-open .layout-header .full-menu {
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .scrolled.full-menu-open .layout-header .full-menu {
    top: 50px;
  }
}
@media screen and (min-width: 1700px) {
  .scrolled.full-menu-open .layout-header .full-menu {
    top: 57px;
  }
}
.scrolled .layout-header .contact {
  margin-block-start: -25px;
}
@media screen and (min-width: 810px) {
  .scrolled .layout-header .contact {
    margin-block-start: -45px;
  }
}
.scrolled .layout-header .header {
  background: linear-gradient(to right, #012933, #134a55);
}
@media screen and (min-width: 810px) {
  .scrolled .layout-header .header,
  .scrolled .layout-header .header .container {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .container .full-menu-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
}
.scrolled .layout-header .header .container .home svg {
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .container .menu > li {
    margin-block-end: 0;
    padding-block-end: 0;
  }
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header .header .container .menu > li::after {
    top: 50%;
  }
}
.scrolled .layout-header .header .container .menu > li:last-child a {
  padding-block: .25rem;
}
.scrolled .layout-header .header .container .menu .home {
  padding-block-end: 0;
}
.scrolled .layout-header .header .container .menu .home svg {
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .scrolled.full-menu-open .layout-header .container .full-menu-toggle {
    top: 100%;
    transform: none;
  }
}
.layout-footer {
  padding: 30px 0;
  background: radial-gradient(circle at 150% 150%, #000000 10%, #18525f);
  color: #97a8b0;
}
@media screen and (min-width: 1700px) {
  .layout-footer {
    padding-block-start: 120px;
  }
}
.layout-footer .container {
  max-width: 1640px;
}
.layout-footer .container h2,
.layout-footer .container h3 {
  color: #ffffff;
}
.layout-footer .container .logo-and-slogan {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
}
.layout-footer .container .logo-and-slogan .home svg {
  width: 100px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-slogan .home svg {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-slogan .home svg {
    width: 200px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .logo-and-slogan .home svg {
    width: 265px;
  }
}
.layout-footer .container .logo-and-slogan .slogan {
  text-align: right;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-slogan .slogan {
    max-width: 50%;
    justify-self: end;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .logo-and-slogan .slogan {
    font-size: 4.125rem;
    max-width: 70%;
  }
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 8px;
  padding: 30px 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks {
    padding: 60px 0;
  }
}
.layout-footer .container .blocks > li p {
  margin: 0;
}
.layout-footer .container .blocks > li p:not(:has(a)) {
  line-height: 1.6;
}
.layout-footer .container .blocks > li h4 {
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li h4 {
    margin-block-end: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li h4 {
    margin-block: 1.25rem 1.5rem;
  }
}
.layout-footer .container .blocks > li .address {
  padding: .25rem 0;
}
.layout-footer .container .blocks > li .address i {
  margin-inline-end: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li .address i {
    margin-inline-end: 1rem;
  }
}
.layout-footer .container .blocks > li .address p {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li .address p {
    font-size: 1.125rem;
  }
}
.layout-footer .container .blocks > li a:not(.social-pages a) {
  margin: .25rem 0 0;
  padding: .25rem 0;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .blocks > li a:not(.social-pages a)::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c91b0e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .blocks > li a:not(.social-pages a)::before {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li a:not(.social-pages a)::before {
    bottom: -.5rem;
  }
}
.layout-footer .container .blocks > li a:not(.social-pages a):hover::before {
  width: 100%;
}
.layout-footer .container .blocks > li a:not(.social-pages a)::before {
  bottom: 0;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li a:not(.social-pages a) {
    font-size: 1.25rem;
  }
}
.layout-footer .container .blocks > li a:not(.social-pages a).phone,
.layout-footer .container .blocks > li a:not(.social-pages a).email {
  display: block;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li a:not(.social-pages a).phone,
  .layout-footer .container .blocks > li a:not(.social-pages a).email {
    width: max-content;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li a:not(.social-pages a).phone,
  .layout-footer .container .blocks > li a:not(.social-pages a).email {
    font-size: 1.15rem;
  }
}
.layout-footer .container .blocks > li a:not(.social-pages a).phone i,
.layout-footer .container .blocks > li a:not(.social-pages a).email i {
  margin-inline-end: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li a:not(.social-pages a).phone i,
  .layout-footer .container .blocks > li a:not(.social-pages a).email i {
    margin-inline-end: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .layout-footer .container .blocks > li a:not(.social-pages a).email {
    font-size: .9rem;
  }
}
.layout-footer .container .blocks > li a:not(.social-pages a).email i {
  font-size: 1rem;
}
.layout-footer .container .blocks > li:has(.social-pages) {
  grid-column: span 2;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks > li:has(.social-pages) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.social-pages) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.social-pages) > p {
    max-width: 66%;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li:has(.social-pages) > p {
    font-size: 1.25rem;
    max-width: 56%;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: .5rem 0;
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages {
    padding: 2.5rem 0;
    gap: 3rem;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a {
  font-size: 0;
  border: 1px solid #97a8b0;
  padding: .25rem;
  border-radius: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages li a {
    padding: .5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages li a {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footer .container .blocks > li:has(.social-pages) .social-pages li a i {
    font-size: 2rem;
  }
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a:hover {
  border-color: #c91b0e;
  background-color: #ffffff;
}
.layout-footer .container .blocks > li:has(.social-pages) .social-pages li a:hover i {
  color: #c91b0e;
}
.layout-footercta {
  padding: 30px 0 0;
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-footercta .container {
  padding-block: 60px 190px;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container {
    padding-block-end: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container {
    padding-block-end: 130px;
  }
}
.layout-footercta .container .image-and-text {
  max-width: 1365px;
  margin: auto;
  padding: 30px 1.5rem 1.5rem;
  border-radius: 20px;
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .image-and-text {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .image-and-text {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout-footercta .container .image-and-text .image {
  height: auto;
  width: 250px;
  aspect-ratio: 1.77777778;
  margin-block-start: -80px;
}
@media screen and (max-width: calc(1280px - 1px)) {
  .layout-footercta .container .image-and-text .image {
    position: relative;
    isolation: isolate;
  }
  .layout-footercta .container .image-and-text .image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .layout-footercta .container .image-and-text .image::before {
    background: radial-gradient(circle at 50% 175%, #c91b0e 35%, transparent);
    top: auto;
    bottom: 0;
    z-index: auto;
  }
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .image-and-text .image {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .image-and-text .image {
    height: calc(100% + 80px + 1.5rem);
    width: auto;
    grid-row: span 2;
    aspect-ratio: unset;
    margin-block: -80px -1.5rem;
    padding-inline-end: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .image-and-text .image {
    height: calc(100% + 120px + 1.5rem);
    margin-block: -120px -1.5rem;
  }
}
.layout-footercta .container .image-and-text .image img {
  height: 100%;
  width: 100%;
}
.layout-footercta .container .image-and-text .text {
  margin-block-start: 2rem;
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .image-and-text .text {
    margin-block-start: 1rem;
  }
}
.layout-footercta .container .image-and-text .text h3 {
  font-weight: 400;
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .image-and-text .text h3 {
    font-size: 2.8rem;
  }
}
.layout-footercta .container .image-and-text .text h3 strong {
  font-weight: 600;
}
.layout-footercta .container .image-and-text .text p {
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .image-and-text .text p {
    font-size: 1.25rem;
  }
}
.layout-footercta .container .image-and-text .text p strong a {
  color: #ffffff;
  background-color: #5790a5;
  border: 2px solid #5790a5;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .image-and-text .text p strong a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .image-and-text .text p strong a {
    padding: .85rem 3rem;
  }
}
.layout-footercta .container .image-and-text .text p strong a:hover {
  color: #5790a5;
  background-color: #ffffff;
}
.layout-footercta .container .image-and-text .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-footercta .container .usps {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5790a5;
  padding: 100px 15px 30px;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .usps {
    padding-inline: 30px;
  }
}
.layout-footercta .container .usps ul {
  max-width: 1450px;
  margin: auto;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .usps ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .usps ul {
    gap: 3rem;
  }
}
.layout-footercta .container .usps ul li {
  margin: 0 0 1rem;
}
.layout-footercta .container .usps ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .usps ul li {
    font-size: 1.5rem;
    margin: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .usps ul li {
    font-size: 2rem;
  }
}
.layout-footercta .container .usps ul li::before {
  width: 22px;
  height: 22px;
  background-color: #c91b0e;
  outline: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  margin-inline-end: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .usps ul li::before {
    margin-inline-end: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footercta .container .usps ul li::before {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-footercta .container .usps ul li::before {
    height: 47px;
    width: 47px;
    outline-width: 12px;
    margin-inline-end: 3rem;
  }
}
.layout-copyright {
  padding: 30px 0;
  background: linear-gradient(to right, #012933, #134a55);
  color: #ffffff;
  text-align: center;
}
.layout-copyright .container {
  position: relative;
}
.layout-copyright .container .up {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.layout-copyright .container .up:hover i {
  color: #c91b0e;
}
.layout-hero {
  padding: 30px 0;
  background: radial-gradient(circle at 150% 150%, #000000 10%, #18525f);
}
@media screen and (min-width: 810px) {
  .layout-hero .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container {
    grid-template-columns: 1fr calc(1365px / 2) 50vw;
    max-width: none;
    padding: 0;
    width: 100vw;
    grid-template-areas: ".text image" ".usps image";
    min-height: 550px;
  }
}
.layout-hero .container .text,
.layout-hero .container .usps {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text {
    grid-area: text;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text {
    padding-inline: 0;
    margin-block-start: -1.25rem;
  }
}
.layout-hero .container .text h1 {
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text h1 {
    font-size: 4.25rem;
  }
}
.layout-hero .container .text p {
  color: #ffffff;
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text p {
    margin-block-start: 1.5rem;
  }
}
.layout-hero .container .text p:not(:has(a)):not(:has(+ ul)) {
  line-height: 2;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text p:not(:has(a)):not(:has(+ ul)) {
    font-size: 1.125rem;
    margin-block-end: 40px;
  }
}
.layout-hero .container .text p:has(a) {
  display: flex;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text p:has(a) {
    gap: 3.5rem;
  }
}
.layout-hero .container .text p:has(a) a:not(strong a) {
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-hero .container .text p:has(a) a:not(strong a)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero .container .text p:has(a) a:not(strong a)::before {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text p:has(a) a:not(strong a)::before {
    bottom: -.5rem;
  }
}
.layout-hero .container .text p:has(a) a:not(strong a):hover::before {
  width: 0;
}
.layout-hero .container .text p:has(a) strong a {
  color: #ffffff;
  background-color: #c91b0e;
  border: 2px solid #c91b0e;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text p:has(a) strong a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .text p:has(a) strong a {
    padding: .85rem 3rem;
  }
}
.layout-hero .container .text p:has(a) strong a:hover {
  color: #c91b0e;
  background-color: #ffffff;
}
.layout-hero .container .text p:has(a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-hero .container .text p:has(a) strong a::before {
  display: none !important;
}
.layout-hero .container .text ul {
  list-style: disc inside;
}
.layout-hero .container .text ul li {
  color: #ffffff;
  line-height: 2;
}
.layout-hero .container .image {
  width: 300px;
  aspect-ratio: 0.88888889;
  margin: 30px auto;
  isolation: isolate;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .image {
    margin: 0;
    aspect-ratio: unset;
    width: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .image {
    width: 50vw;
    height: 550px;
    grid-area: image;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .image {
    height: 790px;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .container .image::after {
    content: " ";
    background: url(../images/g-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 498px;
    width: 422px;
    left: -123px;
    top: -127px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .image::after {
    height: 1119px;
    width: 962px;
    left: -278px;
    top: -278px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .image::after {
    height: 1620px;
    width: 1385px;
    left: -400px;
    top: -400px;
  }
}
.layout-hero .container .image img {
  height: 100%;
  width: 100%;
}
.layout-hero .container .usps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .usps {
    flex-direction: row;
    grid-column: span 2;
    margin-block-start: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .usps {
    grid-column: unset;
    grid-area: usps;
    padding-inline-start: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .usps {
    padding-inline-start: 0;
    margin-block-start: 0;
    gap: 45px;
  }
}
.layout-hero .container .usps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .usps li {
    gap: 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .usps li .icon {
    height: 75px;
    width: 75px;
  }
}
.layout-hero .container .usps li .usps-text {
  color: #ffffff;
}
.layout-hero .container .usps li .usps-text h3 {
  font-size: 1rem;
}
.layout-hero .container .usps li .usps-text p {
  margin: 0;
  font-size: .85rem;
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-hero .container .usps li .usps-text p {
    margin: .3rem 0 0;
    font-size: .9rem;
  }
}
.layout-text p {
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-text p {
    font-size: 1.25rem;
  }
}
.layout-textandimage {
  padding: 30px 0;
  color: #393939;
}
.layout-textandimage .container {
  max-width: 1640px;
}
.layout-textandimage .container .text-and-image {
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-textandimage .container .text-and-image .image {
  height: 300px;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .image {
    height: 100%;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .image {
    min-height: 680px;
  }
}
.layout-textandimage .container .text-and-image .image img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .image img {
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
.layout-textandimage .container .text-and-image .text {
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .text {
    padding: 2rem 2rem 2rem 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text {
    padding: 7.75rem 5rem 4rem 6.5rem;
  }
}
.layout-textandimage .container .text-and-image .text p {
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p {
    font-size: 1.25rem;
  }
}
.layout-textandimage .container .text-and-image .text p:first-of-type {
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-and-image .text p:first-of-type {
    word-spacing: 1px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:nth-of-type(2) {
    margin-block: 2rem 1.5rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(a) {
  line-height: unset;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: .5rem;
  align-items: center;
  width: max-content;
  margin-block-end: .5rem;
}
.layout-textandimage .container .text-and-image .text p:has(a) a:first-of-type {
  color: #ffffff;
  background-color: #c91b0e;
  border: 2px solid #c91b0e;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-image .text p:has(a) a:first-of-type {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(a) a:first-of-type {
    padding: .85rem 3rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(a) a:first-of-type:hover {
  color: #c91b0e;
  background-color: #ffffff;
}
.layout-textandimage .container .text-and-image .text p:has(a) a:first-of-type:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-textandimage .container .text-and-image .text p:has(a) a:last-of-type {
  color: #ffffff;
  background-color: #5790a5;
  border: 2px solid #5790a5;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-and-image .text p:has(a) a:last-of-type {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandimage .container .text-and-image .text p:has(a) a:last-of-type {
    padding: .85rem 3rem;
  }
}
.layout-textandimage .container .text-and-image .text p:has(a) a:last-of-type:hover {
  color: #5790a5;
  background-color: #ffffff;
}
.layout-textandimage .container .text-and-image .text p:has(a) a:last-of-type:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-cta {
  padding: 30px 0;
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-cta {
    padding: 160px 0 90px;
  }
}
.layout-cta .container {
  padding-block-start: 60px;
  max-width: 1640px;
}
.layout-cta .container .background-wrapper {
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
  padding-block-start: 30px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 2.5rem;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout-cta .container .background-wrapper .image {
  height: auto;
  width: 250px;
  aspect-ratio: 1.77777778;
  margin-block-start: -80px;
}
@media screen and (max-width: calc(1280px - 1px)) {
  .layout-cta .container .background-wrapper .image {
    position: relative;
    isolation: isolate;
  }
  .layout-cta .container .background-wrapper .image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .layout-cta .container .background-wrapper .image::before {
    background: radial-gradient(circle at 50% 175%, #c91b0e 35%, transparent);
    top: auto;
    bottom: 0;
    z-index: auto;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper .image {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper .image {
    height: calc(100% + 80px + 1.5rem);
    width: auto;
    grid-row: span 2;
    aspect-ratio: unset;
    margin-block: -80px -1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .image {
    height: calc(100% + 120px + 1.5rem);
    margin-block: -120px -1.5rem;
  }
}
.layout-cta .container .background-wrapper .image img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper .title {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .title {
    padding-inline-start: 4.5rem;
  }
}
.layout-cta .container .background-wrapper .title h3 {
  margin-block-start: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper .title h3 {
    margin-block-start: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .title h3 {
    font-size: 2.9rem;
  }
}
.layout-cta .container .background-wrapper .title h3 strong {
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper .title h3 strong {
    display: inline-block;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper .usps-and-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 2;
    margin-block: 2rem 0;
    position: relative;
    isolation: isolate;
  }
  .layout-cta .container .background-wrapper .usps-and-contact::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .layout-cta .container .background-wrapper .usps-and-contact::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper .usps-and-contact {
    grid-column: span 2;
    column-gap: 4rem;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .usps {
  margin-block: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper .usps-and-contact .usps {
    margin-block: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .usps {
    justify-self: center;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .usps ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-block-start: .5rem;
    gap: 25px;
    margin-inline-start: -1.5rem;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .usps ul li {
  margin: 0 0 1rem;
}
.layout-cta .container .background-wrapper .usps-and-contact .usps ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .usps ul li {
    font-size: 1.125rem;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .usps ul li::before {
  width: 24px;
  height: 24px;
  background-color: #c91b0e;
  outline: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  margin-inline-end: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper .usps-and-contact .usps ul li::before {
    width: 26px;
    height: 26px;
    font-size: .8rem;
    margin-inline-end: 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .usps ul li::before {
    font-size: .9rem;
    outline-width: 12px;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact {
    justify-self: center;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact {
    justify-self: unset;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .contact .phone {
  font-weight: 300;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact .phone {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact .phone {
    font-size: 3rem;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .contact .phone i {
  display: none;
}
.layout-cta .container .background-wrapper .usps-and-contact .contact .phone + p {
  margin-block-start: 0;
  font-size: .8rem;
  font-weight: 300;
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact .phone + p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact p:has(strong a) {
    margin-block-start: 3rem;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .contact p:has(strong a) strong a {
  color: #ffffff;
  background-color: #5790a5;
  border: 2px solid #5790a5;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact p:has(strong a) strong a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-cta .container .background-wrapper .usps-and-contact .contact p:has(strong a) strong a {
    padding: .85rem 3rem;
  }
}
.layout-cta .container .background-wrapper .usps-and-contact .contact p:has(strong a) strong a:hover {
  color: #5790a5;
  background-color: #ffffff;
}
.layout-cta .container .background-wrapper .usps-and-contact .contact p:has(strong a) strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-imagetextandlist {
  padding: 0 0 30px;
  color: #ffffff;
}
.layout-imagetextandlist .image img {
  height: 100%;
  width: 100%;
}
.layout-imagetextandlist .container {
  margin-block-start: -200px;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandlist .container {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container {
    margin-block-start: -300px;
  }
}
@media screen and (min-width: 810px) {
  .layout-imagetextandlist .container .title {
    max-width: 300px;
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .title {
    max-width: 350px;
    grid-column: span 3;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .title {
    max-width: unset;
    margin-block-start: -2rem;
  }
}
.layout-imagetextandlist .container .text {
  background: linear-gradient(to bottom right, #18525f, #012933);
  padding: 1.5rem;
  border-radius: 20px;
  margin-block: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandlist .container .text {
    grid-row: span 2;
    margin-block: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .text {
    grid-column: span 4;
    padding: 3rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .text {
    padding: 5rem 4rem;
    margin-block-start: -2rem;
  }
}
.layout-imagetextandlist .container .text h5 {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .text h5 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .text h5 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
.layout-imagetextandlist .container .text p:not(:has(a)) {
  line-height: 1.53;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .text p:not(:has(a)) {
    margin-block: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .text p:not(:has(a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .text p:has(+p strong a) {
    margin-block: 2.5rem 3.5rem;
  }
}
.layout-imagetextandlist .container .text p strong {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .text p strong {
    justify-content: unset;
    gap: 1.5rem;
  }
}
.layout-imagetextandlist .container .text p strong a {
  color: #ffffff;
  background-color: #c91b0e;
  border: 2px solid #c91b0e;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandlist .container .text p strong a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .text p strong a {
    padding: .85rem 3rem;
  }
}
.layout-imagetextandlist .container .text p strong a:hover {
  color: #c91b0e;
  background-color: #ffffff;
}
.layout-imagetextandlist .container .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.layout-imagetextandlist .container .text p strong a:last-of-type {
  background-color: transparent;
  border-color: #97a8b0;
}
.layout-imagetextandlist .container .text p strong a:last-of-type:hover {
  background-color: #ffffff !important;
  color: #134a55;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .usps {
    grid-column: span 3;
    align-self: end;
  }
}
.layout-imagetextandlist .container .usps ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .usps ul {
    gap: 1.75rem;
  }
}
.layout-imagetextandlist .container .usps li {
  color: #393939;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: .5rem;
}
.layout-imagetextandlist .container .usps li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .usps li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .usps li {
    font-size: 1.93rem;
    gap: 3.25rem;
  }
}
.layout-imagetextandlist .container .usps li::before {
  color: #ffffff;
  width: 24px;
  height: 24px;
  background-color: #c91b0e;
  outline: 6px solid #ffffff;
  outline-offset: -2px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist .container .usps li::before {
    width: 34px;
    height: 34px;
    font-size: .8rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist .container .usps li::before {
    width: 50px;
    height: 50px;
    font-size: .9rem;
    outline-width: 12px;
    outline-offset: -5px;
  }
}
.layout-imagetextandlist:is(.first-after-hero+.layout) {
  margin-block-start: -660px;
}
@media screen and (min-width: 810px) {
  .layout-imagetextandlist:is(.first-after-hero+.layout) {
    margin-block-start: -400px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist:is(.first-after-hero+.layout) {
    margin-block-start: -170px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist:is(.first-after-hero+.layout) {
    margin-block-start: -205px;
  }
}
.layout-imagetextandlist:is(.first-after-hero+.layout) .image {
  height: 900px;
}
@media screen and (min-width: 1280px) {
  .layout-imagetextandlist:is(.first-after-hero+.layout) .image {
    height: 700px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-imagetextandlist:is(.first-after-hero+.layout) .image {
    height: 1011px;
  }
}
.layout-textandlist {
  padding: 30px 0;
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-textandlist {
    padding: 60px 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text {
    grid-column: span 4;
  }
}
.layout-textandlist .container .text h3 {
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .text h3 {
    max-width: 500px;
  }
}
.layout-textandlist .container .text p {
  line-height: 1.9;
}
@media screen and (min-width: 1700px) {
  .layout-textandlist .container .text p {
    font-size: 1.125rem;
    margin: 36px 0 30px;
  }
}
.layout-textandlist .container .text p:last-of-type {
  margin-block-end: 0;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-textandlist .container .list {
    margin-block-start: 30px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .list {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .list {
    grid-column: span 3;
  }
}
.layout-textandlist .container .list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandlist .container .list ul {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .list ul {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandlist .container .list ul {
    gap: 4.25rem;
  }
}
.layout-textandlist .container .list ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .list ul li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandlist .container .list ul li {
    font-size: 1.9rem;
    width: max-content;
  }
}
.layout-textandlist .container .list ul li::before {
  width: 24px;
  height: 24px;
  background-color: #c91b0e;
  outline: 6px solid rgba(255, 255, 255, 0.7);
  outline-offset: -2px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  margin-inline-end: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandlist .container .list ul li::before {
    width: 40px;
    height: 40px;
    font-size: .8rem;
    margin-inline-end: 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandlist .container .list ul li::before {
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
    margin-inline-end: 2.75rem;
    outline-width: 12px;
    outline-offset: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-textandlist.first-after-hero {
    padding: 100px 0;
  }
}
.layout-images {
  padding: 30px 0;
  background: linear-gradient(to bottom right, #18525f, #012933);
}
.layout-images .container .image {
  height: 270px;
}
.layout-images .container .image img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.layout-images .container .link-to-all {
  display: block;
  width: max-content;
  padding: .25rem;
  margin: 30px auto 0;
  color: #97a8b0;
  position: relative;
  isolation: isolate;
}
.layout-images .container .link-to-all::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c91b0e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-images .container .link-to-all::before {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1700px) {
  .layout-images .container .link-to-all::before {
    bottom: -.5rem;
  }
}
.layout-images .container .link-to-all:hover::before {
  width: 100%;
}
.layout-images .container .link-to-all::before {
  width: calc(100% - 0.5rem);
  left: .25rem;
  background-color: #97a8b0;
}
.layout-images .container .link-to-all:hover::before {
  width: 0;
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider {
    padding: 150px 0 100px;
    position: relative;
  }
}
@media screen and (min-width: 1700px) {
  .layout-images.style-slider {
    padding: 180px 0 220px;
    min-height: 765px;
  }
}
.layout-images.style-slider .container .slick-slider {
  height: max-content;
  margin: 0 -15px;
  padding: 0 0 60px;
}
@media screen and (min-width: 810px) {
  .layout-images.style-slider .container .slick-slider {
    margin: 0 -30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .slick-slider {
    margin: 0 -60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-images.style-slider .container .slick-slider {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .slick-slider .slick-list {
    overflow: visible;
  }
}
.layout-images.style-slider .container .slick-slider .slick-slide {
  height: max-content;
  margin: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-images.style-slider .container .slick-slider .slick-slide {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .slick-slider .slick-slide .image {
    height: 275px;
    width: 325px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-images.style-slider .container .slick-slider .slick-slide .image {
    height: 315px;
    width: 375px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .slick-slider .slick-slide:not(.slick-active) {
    opacity: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .slick-slider .slick-slide.slick-active {
    opacity: 1;
    transition: all 0.25s ease;
  }
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .slick-slider .slick-slide.slick-current .image {
    height: 350px;
    width: 420px;
    margin-block-start: -35px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-images.style-slider .container .slick-slider .slick-slide.slick-current .image {
    height: 405px;
    width: 500px;
    margin-block-start: -45px;
  }
}
.layout-images.style-slider .container .link-to-all {
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-images.style-slider .container .link-to-all {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-images.style-slider .container .link-to-all {
    bottom: 90px;
  }
}
.layout-images.style-grid .container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.layout-contents {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-contents {
    padding: 60px 0;
  }
}
.layout-contents p {
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-contents p {
    font-size: 1.25rem;
  }
}
.layout-textandform {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandform {
    padding: 60px 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandform .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container {
    gap: 0;
  }
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-textandform .container .text {
    margin: 0 0 1rem;
    border-bottom: 1px solid #393939;
    padding: 0 0 1rem;
  }
}
.layout-textandform .container .text .address .street-postalcode-and-place {
  display: flex;
  gap: .5rem;
  padding: .25rem 0;
}
.layout-textandform .container .text .address .street-postalcode-and-place p {
  margin: 0;
}
.layout-textandform .container .text .phone,
.layout-textandform .container .text .email {
  display: block;
  padding: .25rem 0;
}
.layout-textandform .container .text .phone:hover,
.layout-textandform .container .text .email:hover {
  color: #c91b0e;
}
.layout-textandform .container .text .phone i,
.layout-textandform .container .text .email i {
  margin-inline-end: .5rem;
}
.layout-textandform .container .gform_wrapper {
  margin: 1rem 0;
}
.layout-pagesfeatured {
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured {
    padding: 4rem 0 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured {
    padding-block-start: 13.75rem;
  }
}
.layout-pagesfeatured .container > .title {
  color: #ffffff;
}
.layout-pagesfeatured .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
  margin-block-start: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container ul {
    gap: 20px 15px;
  }
}
.layout-pagesfeatured .container .page {
  padding: 1.5rem 1.5rem 3.5rem;
  border-radius: 15px;
  background: linear-gradient(to top left, #134a55, #5790a5);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-pagesfeatured .container .page {
    min-height: 217px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .page {
    padding: 2rem 2rem 3.5rem 3rem;
  }
}
.layout-pagesfeatured .container .page .title-and-icon {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .page .title-and-icon .title {
    letter-spacing: 1px;
  }
}
.layout-pagesfeatured .container .page .title-and-icon .icon {
  width: 40px;
  height: 40px;
  justify-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .page .title-and-icon .icon {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .page .title-and-icon .icon {
    height: 75px;
    width: 75px;
  }
}
.layout-pagesfeatured .container .page .title-and-icon .icon img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .page .title-and-icon .icon img {
    height: 30px;
    width: 30px;
  }
}
.layout-pagesfeatured .container .page .override-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.4;
}
@media screen and (min-width: 1700px) {
  .layout-pagesfeatured .container .page .override-text {
    font-size: 1.25rem;
  }
}
.layout-pagesfeatured .container .page .more {
  padding: 1.25rem 3rem;
  border-radius: 30px 0 10px 0;
  margin: 0;
}
.layout-pagesfeatured .container .page:hover {
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
}
.layout-pagesfeatured .container .page:hover .more {
  background-color: #97a8b0;
}
.layout-productsslider {
  padding: 30px 0;
  color: #393939;
}
@media screen and (min-width: 1700px) {
  .layout-productsslider {
    padding: 90px 0 60px;
  }
}
.layout-productsslider.first-after-hero .container .text-and-link-to-all .text {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-productsslider .container .text-and-link-to-all .text {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-productsslider .container .text-and-link-to-all .text h2 {
    grid-column: span 2;
  }
}
.layout-productsslider .container .text-and-link-to-all .text p {
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-productsslider .container .text-and-link-to-all .text p {
    font-size: 1.25rem;
  }
}
.layout-productsslider .container .text-and-link-to-all .text .link-to-all {
  color: #ffffff;
  background-color: #c91b0e;
  border: 2px solid #c91b0e;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-productsslider .container .text-and-link-to-all .text .link-to-all {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-productsslider .container .text-and-link-to-all .text .link-to-all {
    padding: .85rem 3rem;
  }
}
.layout-productsslider .container .text-and-link-to-all .text .link-to-all:hover {
  color: #c91b0e;
  background-color: #ffffff;
}
.layout-productsslider .container .text-and-link-to-all .text .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .layout-productsslider .container .text-and-link-to-all .text .link-to-all {
    align-self: center;
    height: auto;
  }
}
.layout-productsslider .container > ul {
  margin: 30px -30px;
}
@media screen and (min-width: 1700px) {
  .layout-productsslider .container > ul {
    margin: 50px -40px;
  }
}
.layout-productsslider .container > ul .slick-slide {
  margin: 0 30px;
  height: auto;
}
@media screen and (min-width: 1700px) {
  .layout-productsslider .container > ul .slick-slide {
    margin: 0 40px;
  }
}
.layout-product,
.layout-productsfeatured {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-product,
  .layout-productsfeatured {
    padding: 60px 0;
  }
}
.layout-product .container .text p,
.layout-productsfeatured .container .text p {
  line-height: 1.6;
}
@media screen and (min-width: 1700px) {
  .layout-product .container .text p,
  .layout-productsfeatured .container .text p {
    font-size: 1.25rem;
  }
}
.layout-product .container > ul,
.layout-productsfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 810px) {
  .layout-product .container > ul,
  .layout-productsfeatured .container > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-product .container > ul,
  .layout-productsfeatured .container > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-product.style-dark_background .container .text,
.layout-productsfeatured.style-dark_background .container .text {
  color: #ffffff;
}
.layout-productsslider .product,
.layout-product .product,
.layout-productsfeatured .product {
  background: linear-gradient(to top left, #134a55, #5790a5);
  border-radius: 10px;
  padding: 1.5rem 1.5rem 3rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1700px) {
  .layout-productsslider .product,
  .layout-product .product,
  .layout-productsfeatured .product {
    padding: 4rem 2.5rem 4.5rem;
  }
}
.layout-productsslider .product .properties,
.layout-product .product .properties,
.layout-productsfeatured .product .properties {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  margin-block-start: 1rem;
}
.layout-productsslider .product .properties > li,
.layout-product .product .properties > li,
.layout-productsfeatured .product .properties > li {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
}
@media screen and (min-width: 1700px) {
  .layout-productsslider .product .properties > li,
  .layout-product .product .properties > li,
  .layout-productsfeatured .product .properties > li {
    font-size: 1.125rem;
  }
}
.layout-productsslider .product:hover,
.layout-product .product:hover,
.layout-productsfeatured .product:hover {
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
}
.layout-productsslider .product:hover .more,
.layout-product .product:hover .more,
.layout-productsfeatured .product:hover .more {
  background-color: #97a8b0;
}
.layout-services {
  padding: 30px 0;
}
@media screen and (min-width: 1280px) {
  .layout-services {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-services {
    padding-block-start: 108px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .container {
    position: relative;
  }
}
.layout-services .container > .title {
  color: #ffffff;
}
.layout-services .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
  margin-block-start: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-services .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-services .container ul {
    gap: 20px 15px;
  }
}
.layout-services .service {
  padding: 1.5rem 1.5rem 3.5rem;
  border-radius: 15px;
  background: linear-gradient(to top left, #134a55, #5790a5);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-services .service {
    min-height: 217px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-services .service {
    padding: 2rem 2rem 3.5rem 3rem;
  }
}
.layout-services .service .title-and-icon {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 1700px) {
  .layout-services .service .title-and-icon .title {
    letter-spacing: 1px;
  }
}
.layout-services .service .title-and-icon .icon {
  width: 40px;
  height: 40px;
  justify-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-services .service .title-and-icon .icon {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-services .service .title-and-icon .icon {
    height: 75px;
    width: 75px;
  }
}
.layout-services .service .title-and-icon .icon img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-services .service .title-and-icon .icon img {
    height: 30px;
    width: 30px;
  }
}
.layout-services .service .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 15px 0;
  line-height: 1.4;
}
@media screen and (min-width: 1700px) {
  .layout-services .service .text {
    font-size: 1.25rem;
  }
}
.layout-services .service .more {
  padding: 1.25rem 3rem;
  border-radius: 30px 0 10px 0;
}
.layout-services .service:hover {
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
}
.layout-services .service:hover .more {
  background-color: #97a8b0;
}
.layout-services .cta-block {
  padding: 1.5rem 1.5rem 4.5rem;
  border-radius: 15px;
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
  color: #ffffff;
  position: relative;
}
.layout-services .cta-block:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (max-width: calc(810px - 1px)) {
  .layout-services .cta-block {
    min-height: 217px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-services .cta-block {
    padding: 2rem 1.5rem 3.5rem 3rem;
  }
}
.layout-services .cta-block::before {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (min-width: 1700px) {
  .layout-services .cta-block::before {
    font-size: 1.75rem;
    bottom: 1.5rem;
    right: 3rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-services .cta-block p {
    margin: 0;
    font-size: 1.895rem;
  }
}
.layout-services .cta-block p a {
  position: relative;
  isolation: isolate;
}
.layout-services .cta-block p a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c91b0e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-services .cta-block p a::before {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1700px) {
  .layout-services .cta-block p a::before {
    bottom: -.5rem;
  }
}
.layout-services .cta-block p a:hover::before {
  width: 100%;
}
.layout-services .cta-block p a::before {
  background: #ffffff;
}
.layout-servicesslider {
  padding: 30px 0;
}
@media screen and (min-width: 1700px) {
  .layout-servicesslider {
    padding: 140px 0 160px;
  }
}
@media screen and (min-width: 810px) {
  .layout-servicesslider .container .text-and-link-to-all {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
}
.layout-servicesslider .container .text-and-link-to-all .text p {
  line-height: 1.6;
  margin-block-end: 0;
}
@media screen and (min-width: 1280px) {
  .layout-servicesslider .container .text-and-link-to-all .text p {
    font-size: 1.125rem;
  }
}
.layout-servicesslider .container .text-and-link-to-all .link-to-all {
  color: #ffffff;
  background-color: #c91b0e;
  border: 2px solid #c91b0e;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-servicesslider .container .text-and-link-to-all .link-to-all {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-servicesslider .container .text-and-link-to-all .link-to-all {
    padding: .85rem 3rem;
  }
}
.layout-servicesslider .container .text-and-link-to-all .link-to-all:hover {
  color: #c91b0e;
  background-color: #ffffff;
}
.layout-servicesslider .container .text-and-link-to-all .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 810px) {
  .layout-servicesslider .container .text-and-link-to-all .link-to-all {
    height: max-content;
    align-self: end;
  }
}
.layout-servicesslider .container .slick-slider {
  margin: 30px -15px;
}
@media screen and (min-width: 1700px) {
  .layout-servicesslider .container .slick-slider {
    margin: 75px 0 30px;
  }
}
.layout-servicesslider .container .slick-slider .slick-slide {
  margin: 0 15px;
  height: auto;
}
.layout-servicesslider .service {
  padding: 1.5rem 1.5rem 4.5rem;
  border-radius: 10px;
  background: linear-gradient(to top left, #134a55, #5790a5);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .layout-servicesslider .service {
    padding: 2.5rem 3.5rem 4.5rem;
  }
}
.layout-servicesslider .service .title-and-icon {
  display: flex;
  flex-direction: column-reverse;
}
.layout-servicesslider .service .title-and-icon .title {
  margin: 15px 0;
}
@media screen and (min-width: 810px) {
  .layout-servicesslider .service .title-and-icon .title {
    min-height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-servicesslider .service .title-and-icon .title {
    min-height: 80px;
  }
}
.layout-servicesslider .service .title-and-icon .icon {
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 1700px) {
  .layout-servicesslider .service .title-and-icon .icon {
    width: 75px;
    height: 75px;
  }
}
.layout-servicesslider .service .title-and-icon .icon img {
  width: 40px;
  height: 40px;
}
.layout-servicesslider .service .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.7;
  font-size: 1.125rem;
}
.layout-servicesslider .service:hover {
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
}
.layout-servicesslider .service:hover .more {
  background-color: #97a8b0;
}
.layout-faq {
  padding: 30px 0;
  color: #393939;
  background-color: #efefef;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1700px) {
  .layout-faq {
    padding: 60px 0 90px;
  }
}
.layout-faq .container .faqs {
  margin: 30px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-faq .container .faqs {
    margin-block-start: 140px;
  }
}
.layout-faq .container .faqs .faq {
  background-color: #ffffff;
  padding: 1.25rem;
  margin: 0 0 1rem;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq {
    margin: 0;
  }
}
.layout-faq .container .faqs .faq .question {
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1rem 2rem 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question {
    padding: 1rem 2rem;
  }
}
.layout-faq .container .faqs .faq .question i {
  color: #ffffff;
  background-color: #c91b0e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 1rem;
}
.layout-faq .container .faqs .faq .question i::before {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question i {
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question i::before {
    font-size: 1.25rem;
  }
}
.layout-faq .container .faqs .faq .answer {
  line-height: 1.8;
  padding: 0 1rem 0 2rem;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.layout-faq .container .faqs .faq .answer::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 2rem);
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-faq .container .faqs .faq .answer::before {
  left: 1rem;
  top: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq .answer::before {
    height: calc(100% - 3rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer::before {
    left: 3rem;
    height: calc(100% - 4rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer {
    padding-inline: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer {
    padding-inline: 5rem 3rem;
  }
}
.layout-faq .container .faqs .faq .answer .buttons {
  display: flex;
  gap: .5rem;
  margin: 1rem 0;
  line-height: 1;
}
@media screen and (min-width: 1700px) {
  .layout-faq .container .faqs .faq .answer .buttons {
    margin: 2rem 0 3rem;
    gap: 2.5rem;
  }
}
.layout-faq .container .faqs .faq .answer .buttons a {
  color: #ffffff;
  background-color: #c91b0e;
  border: 2px solid #c91b0e;
  padding: .25rem .75rem;
  border-radius: 5rem;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq .answer .buttons a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-faq .container .faqs .faq .answer .buttons a {
    padding: .85rem 3rem;
  }
}
.layout-faq .container .faqs .faq .answer .buttons a:hover {
  color: #c91b0e;
  background-color: #ffffff;
}
.layout-faq .container .faqs .faq .answer .buttons a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq .answer .buttons a {
    padding-inline: .75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer .buttons a {
    padding-inline: 2rem;
  }
}
.layout-faq .container .faqs .faq .answer .buttons a:last-of-type {
  background-color: #5790a5;
  border-color: #5790a5;
}
.layout-faq .container .faqs .faq .answer .buttons a:last-of-type:hover {
  color: #5790a5;
  background-color: #ffffff;
}
.layout-faq .container .faqs .faq.unfolded {
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.layout-faq .container .faqs .faq.unfolded::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-faq .container .faqs .faq.unfolded::before {
  top: 2rem;
}
.layout-faq .container .faqs .faq.unfolded .answer {
  position: absolute;
  margin-block-start: 1rem;
  top: calc(100% - 0.5rem);
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq.unfolded .answer {
    margin-block: .5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq.unfolded .answer {
    margin-block: 0 2rem;
  }
}
.layout-testimonialsfeatured {
  padding: 30px 0;
  color: #ffffff;
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured {
    padding: 60px 0;
  }
}
.layout-testimonialsfeatured .container {
  max-width: 1640px;
}
.layout-testimonialsfeatured .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .container > ul {
    gap: 45px;
  }
}
.layout-testimonialsfeatured .container .link-to-all {
  display: block;
  width: max-content;
  margin: auto;
  padding: 1rem 0;
  color: #393939;
  position: relative;
  isolation: isolate;
}
.layout-testimonialsfeatured .container .link-to-all::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c91b0e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-testimonialsfeatured .container .link-to-all::before {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .container .link-to-all::before {
    bottom: -.5rem;
  }
}
.layout-testimonialsfeatured .container .link-to-all:hover::before {
  width: 100%;
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .container .link-to-all {
    margin: 2.25rem auto 0;
    font-size: 1.125rem;
  }
}
.layout-testimonialsfeatured .container .link-to-all::before {
  width: 100%;
  background-color: #393939;
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .container .link-to-all::before {
    bottom: .75rem;
  }
}
.layout-testimonialsfeatured .container .link-to-all:hover::before {
  width: 0;
}
.layout-testimonialsfeatured .testimonial,
.layout-testimonials .testimonial {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial,
  .layout-testimonials .testimonial {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial,
  .layout-testimonials .testimonial {
    gap: 60px;
  }
}
.layout-testimonialsfeatured .testimonial .image,
.layout-testimonials .testimonial .image {
  height: 300px;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .image,
  .layout-testimonials .testimonial .image {
    height: 350px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial .image,
  .layout-testimonials .testimonial .image {
    min-height: 425px;
  }
}
.layout-testimonialsfeatured .testimonial .image img,
.layout-testimonials .testimonial .image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more,
.layout-testimonials .testimonial .quote-cite-and-more {
  position: relative;
  background: linear-gradient(to top left, #134a55, #5790a5);
  border-radius: 15px;
  padding: 2rem 2rem 4rem;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more,
  .layout-testimonials .testimonial .quote-cite-and-more {
    grid-column: 2 / -1;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more,
  .layout-testimonials .testimonial .quote-cite-and-more {
    padding: 5rem 5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more::before,
  .layout-testimonials .testimonial .quote-cite-and-more::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #5790a5;
    position: absolute;
    left: -30px;
    top: 60px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more::before,
  .layout-testimonials .testimonial .quote-cite-and-more::before {
    width: 60px;
    height: 60px;
    left: -60px;
  }
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote,
.layout-testimonials .testimonial .quote-cite-and-more blockquote {
  margin: 0;
  color: #ffffff;
  position: relative;
  padding-inline-start: 2rem;
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote::before,
.layout-testimonials .testimonial .quote-cite-and-more blockquote::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/quote-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote,
  .layout-testimonials .testimonial .quote-cite-and-more blockquote {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
  }
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote::before,
.layout-testimonials .testimonial .quote-cite-and-more blockquote::before {
  float: left;
  margin: 0 1rem -2rem 0;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote::before,
  .layout-testimonials .testimonial .quote-cite-and-more blockquote::before {
    float: none;
    margin: 0 0 -2rem;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote::before,
  .layout-testimonials .testimonial .quote-cite-and-more blockquote::before {
    width: 2.5rem;
    height: 4.5rem;
    left: -30px;
  }
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote p,
.layout-testimonials .testimonial .quote-cite-and-more blockquote p {
  margin: 0;
  line-height: 1.45;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote p,
  .layout-testimonials .testimonial .quote-cite-and-more blockquote p {
    margin: 1.5em 0;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more blockquote p,
  .layout-testimonials .testimonial .quote-cite-and-more blockquote p {
    font-size: 2rem;
    margin: 35px 0 30px;
  }
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more cite,
.layout-testimonials .testimonial .quote-cite-and-more cite {
  display: inline-block;
  margin: 20px 0 20px 66px;
  font-style: normal;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more cite,
  .layout-testimonials .testimonial .quote-cite-and-more cite {
    margin: 0 0 0 51px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial .quote-cite-and-more cite,
  .layout-testimonials .testimonial .quote-cite-and-more cite {
    font-size: 1.5rem;
  }
}
.layout-testimonialsfeatured .testimonial .quote-cite-and-more .more:hover,
.layout-testimonials .testimonial .quote-cite-and-more .more:hover {
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .image,
  .layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .image {
    order: 2;
  }
}
.layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more,
.layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more {
  background: linear-gradient(to right, #012933, #134a55);
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more,
  .layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more {
    grid-column: 1 / 3;
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more,
  .layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more {
    padding: 6.5rem 5rem 3rem 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more::before,
  .layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more::before {
    background-color: #134a55;
    position: absolute;
    left: auto;
    right: -30px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
}
@media screen and (min-width: 1700px) {
  .layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more::before,
  .layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more::before {
    left: auto;
    right: -60px;
  }
}
.layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more blockquote::before,
.layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial) .quote-cite-and-more blockquote::before {
  background-image: url(../images/quote-light.svg);
}
.layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial):hover .quote-cite-and-more,
.layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial):hover .quote-cite-and-more {
  background: radial-gradient(circle at 100% 50%, #c91b0d, #810a00);
}
.layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial):hover .quote-cite-and-more::before,
.layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial):hover .quote-cite-and-more::before {
  background-color: #c91b0e;
}
.layout-testimonialsfeatured .testimonial:is(li:nth-child(odd) .testimonial):hover .quote-cite-and-more blockquote::before,
.layout-testimonials .testimonial:is(li:nth-child(odd) .testimonial):hover .quote-cite-and-more blockquote::before {
  background-image: url(../images/quote-white.svg);
}
.layout-testimonialsfeatured .testimonial:hover .quote-cite-and-more,
.layout-testimonials .testimonial:hover .quote-cite-and-more {
  background: radial-gradient(circle at 100% 100%, #810a00, #c91b0d);
  color: #ffffff;
}
.layout-testimonialsfeatured .testimonial:hover .quote-cite-and-more::before,
.layout-testimonials .testimonial:hover .quote-cite-and-more::before {
  background-color: #c91b0e;
}
.layout-testimonialsfeatured .testimonial:hover .quote-cite-and-more blockquote::before,
.layout-testimonials .testimonial:hover .quote-cite-and-more blockquote::before {
  background-image: url(../images/quote-white.svg);
}
.layout-testimonialsfeatured .testimonial:hover .quote-cite-and-more .more,
.layout-testimonials .testimonial:hover .quote-cite-and-more .more {
  background-color: #97a8b0;
}
.layout-testimonials {
  padding: 30px 0;
  background: linear-gradient(to bottom right, #18525f, #012933);
}
@media screen and (min-width: 1280px) {
  .layout-testimonials {
    padding: 60px 0;
  }
}
.layout-testimonials .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
.gform_wrapper {
  margin: 1rem 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_consent) input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_consent) textarea {
  min-height: 2.5rem;
  outline: none;
  border: none;
  border-radius: 6px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_consent) input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_consent) textarea::placeholder {
  color: #97a8b0;
  font-style: italic;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_consent) input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_consent) textarea:focus {
  box-shadow: 0 0 4px #134a55;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_consent input {
  outline: none;
  border: none;
  border-radius: 6px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_consent input:focus {
  box-shadow: 0 0 4px #134a55;
}
.gform_wrapper form .gform_footer .gform_button {
  color: #ffffff !important;
  background-color: #134a55 !important;
  border: 2px solid #134a55 !important;
  padding: .25rem .75rem !important;
  border-radius: 5rem !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_footer .gform_button {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .gform_wrapper form .gform_footer .gform_button {
    padding: .85rem 3rem;
  }
}
.gform_wrapper form .gform_footer .gform_button:hover {
  color: #134a55 !important;
  background-color: #ffffff !important;
}
.gform_wrapper form .gform_footer .gform_button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2) !important;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -50px;
  transform: none;
  background-color: #393939;
  border-radius: 50%;
  outline: 4px solid rgba(255, 255, 255, 0.7);
  z-index: 3;
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 53px;
    height: 53px;
    outline-width: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #c91b0e;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 1rem !important;
  opacity: 1;
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    font-size: 1.25rem !important;
  }
}
.slick-slider .slick-prev {
  left: calc(50% - 60px);
}
.slick-slider .slick-prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-prev {
    left: -100px;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 60px);
}
.slick-slider .slick-next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
@media screen and (min-width: 1700px) {
  .slick-slider .slick-next {
    right: -100px;
  }
}
.layout-images .slick-slider .slick-prev,
.layout-images .slick-slider .slick-next {
  bottom: -.5rem;
}
