/*Fonttikoot 
$font-xxl: 144px;
$font-xl: 42px;
$font-l-plus: 34px;
$font-l: 21px;
$font-m: 18px;
$font-s: 16px;
$font-xs: 14px;*/
.site {
  max-width: 100%;
}

.site-content {
  padding: 0 !important;
  background-color: #ffffff !important;
}

.main-nav li.has-cta > a {
  background-color: #cf1726;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 8px 16px !important;
  line-height: 25px !important;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 140px;
}
@media screen and (max-width: 1440px) {
  .main-nav li.has-cta > a {
    margin-left: clamp(10px, 8vw, 60px);
  }
}
@media screen and (max-width: 1280px) {
  .main-nav li.has-cta > a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav li.has-cta > a {
    margin: 5px 0 0 0 !important;
    text-align: center;
  }
}
.main-nav li.has-cta > a {
  opacity: 1 !important;
}
.main-nav li.has-cta > a:hover {
  opacity: 0.9 !important;
}

.main-navigation {
  background-color: transparent !important;
}

.main-nav {
  background-color: #ffffff;
}
.main-nav li a {
  font-weight: 500;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 1280px) {
  .main-nav li a {
    padding-left: calc(1vw - 1px) !important;
    padding-right: calc(1vw - 1px) !important;
  }
}
.main-nav li a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #757c8a !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 13px !important;
}
@media screen and (min-width: 429px) {
  .main-nav li a {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1025px) {
  .main-nav li a {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1441px) {
  .main-nav li a {
    font-size: 14px !important;
  }
}
.main-nav li a:hover {
  color: #1d212b !important;
}

.inside-header {
  width: 1400px;
  max-width: 92%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 1280px) {
  .inside-header {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .inside-header {
    height: auto;
    min-height: 70px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 25px 0;
  }
}
@media screen and (max-width: 428px) {
  .inside-header {
    padding: 10px 14px 0;
  }
}
.inside-header .main-navigation .main-nav ul li[class*=current-menu-] > a {
  color: #1d212b;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.site {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .site {
    padding-top: 70px;
  }
}

footer {
  background-color: #ffffff;
}

.site-footer .wp-block-group__inner-container {
  padding: 45px 30px 10px;
}
@media screen and (max-width: 1280px) {
  .site-footer .wp-block-group__inner-container {
    padding: 45px 33px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .wp-block-group__inner-container {
    padding: 35px 33px 5px;
  }
}
@media screen and (max-width: 428px) {
  .site-footer .wp-block-group__inner-container {
    padding: 35px 22px 5px;
  }
}

.site-footer,
.site-footer > .wp-block-group {
  background-color: #131720;
}
.site-footer p, .site-footer li, .site-footer a, .site-footer span,
.site-footer > .wp-block-group p,
.site-footer > .wp-block-group li,
.site-footer > .wp-block-group a,
.site-footer > .wp-block-group span {
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  .site-footer p, .site-footer li, .site-footer a, .site-footer span,
  .site-footer > .wp-block-group p,
  .site-footer > .wp-block-group li,
  .site-footer > .wp-block-group a,
  .site-footer > .wp-block-group span {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer p, .site-footer li, .site-footer a, .site-footer span,
  .site-footer > .wp-block-group p,
  .site-footer > .wp-block-group li,
  .site-footer > .wp-block-group a,
  .site-footer > .wp-block-group span {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1441px) {
  .site-footer p, .site-footer li, .site-footer a, .site-footer span,
  .site-footer > .wp-block-group p,
  .site-footer > .wp-block-group li,
  .site-footer > .wp-block-group a,
  .site-footer > .wp-block-group span {
    font-size: 17px !important;
  }
}
.site-footer p, .site-footer li, .site-footer a, .site-footer span,
.site-footer > .wp-block-group p,
.site-footer > .wp-block-group li,
.site-footer > .wp-block-group a,
.site-footer > .wp-block-group span {
  line-height: 1.7 !important;
}
.site-footer hr,
.site-footer > .wp-block-group hr {
  height: 1px;
  width: 100%;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#dddfe3), to(transparent));
  background: linear-gradient(90deg, transparent, #dddfe3, transparent);
  opacity: 0.15;
  margin: 20px 0;
}

@media screen and (max-width: 769px) {
  .site-footer .has-copyright {
    gap: 1em !important;
  }
}
@media screen and (max-width: 769px) {
  .site-footer .has-copyright .wp-block-column p {
    text-align: center !important;
    margin-bottom: 0 !important;
  }
}
.site-footer .wp-block-social-links {
  gap: 4px !important;
}
.site-footer .wp-block-social-links .wp-block-social-link {
  background: none !important;
  padding: 10px !important;
}
.site-footer .wp-block-social-links .wp-block-social-link a {
  padding: 4px !important;
  color: #f7f7f7 !important;
}
.site-footer .wp-block-social-links .wp-block-social-link svg {
  width: 23px;
  height: 23px;
  fill: #f7f7f7;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.site-footer .wp-block-social-links .wp-block-social-link:hover svg {
  fill: #dddfe3;
}
.site-footer p, .site-footer a, .site-footer li, .site-footer span, .site-footer td, .site-footer th, .site-footer label, .site-footer figcaption {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .site-footer p, .site-footer a, .site-footer li, .site-footer span, .site-footer td, .site-footer th, .site-footer label, .site-footer figcaption {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer p, .site-footer a, .site-footer li, .site-footer span, .site-footer td, .site-footer th, .site-footer label, .site-footer figcaption {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .site-footer p, .site-footer a, .site-footer li, .site-footer span, .site-footer td, .site-footer th, .site-footer label, .site-footer figcaption {
    font-size: 14px !important;
  }
}
.site-footer p, .site-footer a, .site-footer li, .site-footer span, .site-footer td, .site-footer th, .site-footer label, .site-footer figcaption {
  line-height: 1.6;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #dddfe3 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    font-size: 14px !important;
  }
}
.site-footer a {
  text-decoration: none !important;
}
.site-footer a:hover {
  color: #dddfe3 !important;
  text-decoration: none !important;
}
.site-footer ul, .site-footer ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.site-footer ul li, .site-footer ol li {
  margin-bottom: 4px;
}
@media screen and (max-width: 769px) {
  .site-footer ul, .site-footer ol {
    margin-bottom: 0 !important;
  }
}

.grid-container {
  max-width: 100%;
}

.mobile-menu-control-wrapper .menu-toggle {
  background-color: transparent !important;
  padding: 12px 10px !important;
  margin: 0 !important;
  line-height: 1;
}
.mobile-menu-control-wrapper .menu-toggle.toggled, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .mobile-menu-control-wrapper .menu-toggle:active {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-menu-control-wrapper .menu-toggle .gp-icon.icon-menu-bars svg {
  width: 20px;
  height: 20px;
}

.has-inline-mobile-toggle #site-navigation.toggled {
  background-color: #ffffff;
  padding: 20px !important;
  margin: 0 !important;
}
.has-inline-mobile-toggle #site-navigation.toggled .main-nav ul li a {
  line-height: 2.5;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.has-inline-mobile-toggle #site-navigation.toggled .main-nav ul li a::after {
  top: -7px;
  max-width: 30px;
}
.has-inline-mobile-toggle #site-navigation.toggled .main-nav ul li a.current-menu-item a {
  color: #1d212b;
}

.site-logo {
  max-width: 170px;
}
@media screen and (max-width: 1280px) {
  .site-logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .site-logo {
    max-width: 140px;
    padding-top: 10px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 428px) {
  .site-logo {
    max-width: 112px;
    padding-top: 12px;
  }
}

h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 43px !important;
}
@media screen and (min-width: 429px) {
  h1 {
    font-size: 43px !important;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 50px !important;
  }
}
@media screen and (min-width: 1441px) {
  h1 {
    font-size: 52px !important;
  }
}

.home h1 {
  font-size: 30px !important;
}
@media screen and (min-width: 429px) {
  .home h1 {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .home h1 {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 1441px) {
  .home h1 {
    font-size: 70px !important;
  }
}

h2 {
  font-size: 39px !important;
}
@media screen and (min-width: 429px) {
  h2 {
    font-size: 39px !important;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 45px !important;
  }
}
@media screen and (min-width: 1441px) {
  h2 {
    font-size: 47px !important;
  }
}
h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.1 !important;
  -ms-hyphens: manual !important;
      hyphens: manual !important;
}

.has-h3-font-size,
h3 {
  font-size: 17px !important;
}
@media screen and (min-width: 429px) {
  .has-h3-font-size,
  h3 {
    font-size: 23px !important;
  }
}
@media screen and (min-width: 1025px) {
  .has-h3-font-size,
  h3 {
    font-size: 27px !important;
  }
}
@media screen and (min-width: 1441px) {
  .has-h3-font-size,
  h3 {
    font-size: 39px !important;
  }
}
.has-h3-font-size,
h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 18px !important;
}
@media screen and (min-width: 429px) {
  h4 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1025px) {
  h4 {
    font-size: 29px !important;
  }
}
@media screen and (min-width: 1441px) {
  h4 {
    font-size: 29px !important;
  }
}
h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 0.7em 0.5em 0 !important;
}

h5 {
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  h5 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1025px) {
  h5 {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 1441px) {
  h5 {
    font-size: 20px !important;
  }
}
h5 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  margin: 0.4em 0 !important;
}

p, .entry-content p, .entry-content li {
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  p, .entry-content p, .entry-content li {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  p, .entry-content p, .entry-content li {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1441px) {
  p, .entry-content p, .entry-content li {
    font-size: 17px !important;
  }
}

.has-x-large-font-size {
  font-size: 30px !important;
}
@media screen and (min-width: 429px) {
  .has-x-large-font-size {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .has-x-large-font-size {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 1441px) {
  .has-x-large-font-size {
    font-size: 70px !important;
  }
}

p.has-medium-font-size,
.has-medium-font-size {
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  p.has-medium-font-size,
  .has-medium-font-size {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1025px) {
  p.has-medium-font-size,
  .has-medium-font-size {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 1441px) {
  p.has-medium-font-size,
  .has-medium-font-size {
    font-size: 20px !important;
  }
}

p.has-small-font-size,
li.has-small-font-size,
ul.has-small-font-size li,
.has-small-font-size {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  p.has-small-font-size,
  li.has-small-font-size,
  ul.has-small-font-size li,
  .has-small-font-size {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  p.has-small-font-size,
  li.has-small-font-size,
  ul.has-small-font-size li,
  .has-small-font-size {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  p.has-small-font-size,
  li.has-small-font-size,
  ul.has-small-font-size li,
  .has-small-font-size {
    font-size: 14px !important;
  }
}

.has-base-3-color {
  color: #dddfe3 !important;
}

body {
  font-family: "DM Sans", sans-serif;
  line-height: 1.4;
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  body {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 17px !important;
  }
}

a {
  color: #1d212b;
}

hr,
.wp-block-separator {
  height: 1px !important;
  border: none !important;
  background-color: currentColor !important;
  color: inherit !important;
  opacity: 0.2;
  margin-top: 30px !important;
  margin-bottom: 25px !important;
}

ul {
  padding-left: 15px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  ul {
    padding-left: 15px;
  }
}
ul li {
  margin-left: 0;
}
ul li::marker {
  color: #cf1726;
}

ul.has-list-item-margin li {
  margin-bottom: 10px !important;
}

ul.has-product-highlights {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.has-product-highlights li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  ul.has-product-highlights li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  ul.has-product-highlights li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  ul.has-product-highlights li {
    font-size: 14px !important;
  }
}
ul.has-product-highlights li {
  padding: 0 18px;
}
ul.has-product-highlights li:first-child {
  padding-left: 0;
}
ul.has-product-highlights li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

ul.has-chevron-list {
  list-style: none !important;
  padding-left: 0 !important;
}
ul.has-chevron-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
ul.has-chevron-list li::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #cf1726;
  -webkit-mask-image: url("../icons/chevron-right.svg");
          mask-image: url("../icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 5px;
}

ul.has-list-item-margin li {
  margin-bottom: 6px !important;
}

.has-content-1400.wp-block-columns,
.has-content-1400 > .wp-block-cover__inner-container,
.has-content-1400 > .wp-block-group__inner-container {
  width: 1400px;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}

.has-content-1200.wp-block-columns,
.has-content-1200 > .wp-block-cover__inner-container,
.has-content-1200 > .wp-block-group__inner-container {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}

.has-content-1000 > .wp-block-group__inner-container,
.has-content-1000 > .wp-block-cover__inner-container {
  width: 1000px;
  max-width: 92%;
}

.has-content-800 > .wp-block-group__inner-container,
.has-content-800 > .wp-block-cover__inner-container {
  width: 800px;
  max-width: 92%;
}

.has-content-600 > .wp-block-group__inner-container,
.has-content-600 > .wp-block-cover__inner-container {
  width: 600px;
  max-width: 92%;
}

.is-inner-container-800 > .wp-block-group__inner-container,
.is-inner-container-800 > .wp-block-cover__inner-container {
  width: 800px;
  max-width: 100%;
}

.has-top-overflow {
  overflow: visible;
  position: relative;
  top: 150px;
  margin-bottom: 150px;
}
.has-top-overflow > .wp-block-cover__inner-container {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.site {
  background-color: #dddfe3 !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}
.has-no-padding-top > .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}
.has-no-padding > .wp-block-group__inner-container {
  padding: 0 !important;
}

@media screen and (max-width: 769px) {
  .has-no-padding-on-mobile {
    padding: 0 !important;
  }
}
@media screen and (max-width: 769px) {
  .has-no-padding-on-mobile > .wp-block-group__inner-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 100%;
  }
}

.has-clear-float {
  clear: both;
}

.has-no-margin-top,
.has-no-margin-top figure,
.has-no-margin-top img,
.wp-block-image.has-no-margin-top .alignleft,
.wp-block-image.has-no-margin-top .alignright {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-small-margin-bottom {
  margin-bottom: 15px !important;
}

.has-no-margin {
  margin: 0 !important;
}
.has-no-margin .wp-block-group__inner-container {
  margin: 0 !important;
}
.has-no-margin > figure {
  margin: 0 !important;
}

.has-image-zoom {
  overflow: hidden;
}
.has-image-zoom img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: block;
}
.has-image-zoom:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.has-box-shadow {
  -webkit-box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 10%, transparent) !important;
          box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 10%, transparent) !important;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.has-box-shadow:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(207, 23, 38, 0.3) !important;
          box-shadow: inset 0 0 0 1px rgba(207, 23, 38, 0.3) !important;
}

.has-no-gaps,
.has-no-gap {
  gap: 0;
}

.has-xsmall-gap {
  gap: 1em !important;
}

.has-small-gap {
  gap: 1.5em !important;
}

.has-large-gap {
  gap: 4em !important;
}
.has-large-gap > * {
  gap: revert;
}

.wp-block-image.is-full-width {
  width: 100%;
}
.wp-block-image.is-full-width img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

@media screen and (max-width: 1024px) {
  .has-2-cols-on-mobile,
  .has-2-cols-on-mobile.is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .has-2-cols-on-mobile > *,
  .has-2-cols-on-mobile.is-not-stacked-on-mobile > * {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
            flex: 0 0 calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
    max-width: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
  }
}
@media screen and (max-width: 769px) {
  .has-2-cols-on-mobile > *,
  .has-2-cols-on-mobile.is-not-stacked-on-mobile > * {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-collapse-on-mobile-xl,
  .has-collapse-on-mobile-xl.is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .has-collapse-on-mobile-xl > *,
  .has-collapse-on-mobile-xl.is-not-stacked-on-mobile > * {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 599px) {
  .has-collapse-on-mobile-m,
  .has-collapse-on-mobile-m.is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .has-collapse-on-mobile-m > *,
  .has-collapse-on-mobile-m.is-not-stacked-on-mobile > * {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.no-sidebar .entry-content .alignfull {
  margin-left: 0;
  margin-right: 0;
}

.entry-content .has-boxed-inline-content.wp-block-group > .wp-block-group__inner-container, .has-boxed-inline-content.wp-block-group > .wp-block-group__inner-container,
.has-boxed-inline-content > .wp-block-group__inner-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.has-boxed-inline-content p {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  min-width: 0;
  max-width: 100% !important;
  word-break: break-word;
  margin: 0 !important;
  padding: 4px 6px;
  background-color: rgba(117, 124, 138, 0.1);
  border-radius: 4px;
  color: #757c8a !important;
  line-height: 1.4 !important;
}

.acf-staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.acf-staff-card__image img, .acf-staff-card__image__placeholder {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: block;
}
.acf-staff-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.acf-staff-card__placeholder {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: rgba(117, 124, 138, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px !important;
}
@media screen and (min-width: 429px) {
  .acf-staff-card__placeholder {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1025px) {
  .acf-staff-card__placeholder {
    font-size: 29px !important;
  }
}
@media screen and (min-width: 1441px) {
  .acf-staff-card__placeholder {
    font-size: 29px !important;
  }
}
.acf-staff-card__placeholder {
  color: #757c8a;
  font-weight: 700;
}
.acf-staff-card__info {
  padding: 20px 0 0;
}
.acf-staff-card__name {
  margin: 0 0 4px !important;
  font-size: 13px !important;
}
@media screen and (min-width: 429px) {
  .acf-staff-card__name {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1025px) {
  .acf-staff-card__name {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1441px) {
  .acf-staff-card__name {
    font-size: 17px !important;
  }
}
.acf-staff-card__title {
  color: #757c8a;
  margin: 0 0 12px !important;
}
.acf-staff-card__contact {
  margin: 0 !important;
}
.acf-staff-card__contact a {
  color: #cf1726;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.acf-staff-card__contact a:hover {
  opacity: 1;
}

.acf-staff-card .acf-staff-card__title,
.acf-staff-card .acf-staff-card__contact {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .acf-staff-card .acf-staff-card__title,
  .acf-staff-card .acf-staff-card__contact {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .acf-staff-card .acf-staff-card__title,
  .acf-staff-card .acf-staff-card__contact {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .acf-staff-card .acf-staff-card__title,
  .acf-staff-card .acf-staff-card__contact {
    font-size: 14px !important;
  }
}

.acf-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .acf-checklist {
    grid-template-columns: 1fr;
  }
}
.acf-checklist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background-color: rgba(19, 23, 32, 0.7);
  backdrop-filter: blur(4px);
}
.acf-checklist__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-top: 2px;
}
.acf-checklist__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  line-height: 1.5 !important;
  color: #dddfe3;
}

.acf-tech-specs {
  padding-top: 40px;
}
.acf-tech-specs .preheader {
  margin-bottom: 16px !important;
}
.acf-tech-specs__table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}
.acf-tech-specs__table tr, .acf-tech-specs__table td, .acf-tech-specs__table th {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.acf-tech-specs__row {
  border-bottom: 1px solid rgba(29, 33, 43, 0.1);
}
.acf-tech-specs__label, .acf-tech-specs__value {
  padding: 12px 0;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .acf-tech-specs__label, .acf-tech-specs__value {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .acf-tech-specs__label, .acf-tech-specs__value {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .acf-tech-specs__label, .acf-tech-specs__value {
    font-size: 14px !important;
  }
}
.acf-tech-specs__label, .acf-tech-specs__value {
  line-height: 1.5;
  border: none !important;
}
.acf-tech-specs__label {
  color: #757c8a;
  width: 50%;
}
.acf-tech-specs__value {
  color: #1d212b;
  font-weight: 700;
  text-align: right;
}

.acf-product-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.acf-product-highlights__item {
  padding-left: 20px;
  border-left: 2px solid #cf1726;
}
.acf-product-highlights__headline {
  margin: 0 0 8px !important;
  color: #1d212b;
  font-size: 13px !important;
}
@media screen and (min-width: 429px) {
  .acf-product-highlights__headline {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1025px) {
  .acf-product-highlights__headline {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1441px) {
  .acf-product-highlights__headline {
    font-size: 17px !important;
  }
}
.acf-product-highlights__content {
  margin: 0 !important;
  color: #757c8a;
  line-height: 1.6 !important;
}

.acf-product-highlights .acf-product-highlights__content {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .acf-product-highlights .acf-product-highlights__content {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .acf-product-highlights .acf-product-highlights__content {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .acf-product-highlights .acf-product-highlights__content {
    font-size: 14px !important;
  }
}

.acf-icon-list {
  list-style: none !important;
  padding: 20px 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.acf-icon-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.acf-icon-list__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-top: 2px;
}
.acf-icon-list__item span,
.acf-icon-list__item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  color: #757c8a;
}
.acf-icon-list__item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.acf-icon-list__item a:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.wp-block-quote {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-block-quote::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-color: #cf1726;
  -webkit-mask-image: url("../icons/quote.svg");
          mask-image: url("../icons/quote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  margin-bottom: 20px;
}
.wp-block-quote p {
  font-family: "DM Sans", sans-serif !important;
  font-style: italic !important;
  line-height: 1.35 !important;
  margin-bottom: 24px !important;
  font-size: 18px !important;
}
@media screen and (min-width: 429px) {
  .wp-block-quote p {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-quote p {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1441px) {
  .wp-block-quote p {
    font-size: 26px !important;
  }
}
.wp-block-quote cite {
  font-family: "Space Grotesk", sans-serif !important;
  font-style: normal !important;
  opacity: 0.7;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .wp-block-quote cite {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-quote cite {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .wp-block-quote cite {
    font-size: 14px !important;
  }
}

p.preheader, p.is-preheader {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 3.5px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  p.preheader, p.is-preheader {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  p.preheader, p.is-preheader {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  p.preheader, p.is-preheader {
    font-size: 14px !important;
  }
}
p.preheader::before, p.is-preheader::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 1px;
  background-color: #cf1726;
}
p.preheader.has-text-align-center, p.is-preheader.has-text-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
p.preheader.has-text-align-center::after, p.is-preheader.has-text-align-center::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 1px;
  background-color: #cf1726;
}
p.preheader.has-no-line::before, p.preheader.has-no-line::after, p.is-preheader.has-no-line::before, p.is-preheader.has-no-line::after {
  display: none;
}

.has-box-layout figure {
  width: 64px;
  height: 64px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(117, 124, 138, 0.05);
  border: 1px solid rgba(117, 124, 138, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}
.has-box-layout figure img {
  width: 28px;
  height: 28px;
}

.has-rounded-corners {
  border-radius: 6px !important;
  overflow: hidden;
}

.has-large-padding {
  padding: 50px !important;
}
.has-large-padding:has(> .wp-block-group__inner-container) {
  padding: 0 !important;
}
.has-large-padding.wp-block-group > .wp-block-group__inner-container, .entry-content .has-large-padding > .wp-block-group__inner-container, .entry-content .wp-block-column .has-large-padding.wp-block-group > .wp-block-group__inner-container {
  padding: 50px !important;
}
@media screen and (max-width: 769px) {
  .has-large-padding.wp-block-group > .wp-block-group__inner-container, .entry-content .has-large-padding > .wp-block-group__inner-container, .entry-content .wp-block-column .has-large-padding.wp-block-group > .wp-block-group__inner-container {
    padding: 30px !important;
  }
}
@media screen and (max-width: 769px) {
  .has-large-padding {
    padding: 30px !important;
  }
}

.has-medium-padding {
  padding: 36px !important;
}
.has-medium-padding:has(> .wp-block-group__inner-container) {
  padding: 0 !important;
}
.has-medium-padding.wp-block-group > .wp-block-group__inner-container, .entry-content .has-medium-padding > .wp-block-group__inner-container, .entry-content .wp-block-column .has-medium-padding.wp-block-group > .wp-block-group__inner-container {
  padding: 36px !important;
}
@media screen and (max-width: 769px) {
  .has-medium-padding.wp-block-group > .wp-block-group__inner-container, .entry-content .has-medium-padding > .wp-block-group__inner-container, .entry-content .wp-block-column .has-medium-padding.wp-block-group > .wp-block-group__inner-container {
    padding: 24px !important;
  }
}
@media screen and (max-width: 769px) {
  .has-medium-padding {
    padding: 24px !important;
  }
}

.has-small-padding {
  padding: 20px 24px !important;
}
.has-small-padding:has(> .wp-block-group__inner-container) {
  padding: 0 !important;
}
.has-small-padding.wp-block-group > .wp-block-group__inner-container, .entry-content .has-small-padding > .wp-block-group__inner-container, .entry-content .wp-block-column .has-small-padding.wp-block-group > .wp-block-group__inner-container {
  padding: 20px 24px !important;
}
@media screen and (max-width: 769px) {
  .has-small-padding.wp-block-group > .wp-block-group__inner-container, .entry-content .has-small-padding > .wp-block-group__inner-container, .entry-content .wp-block-column .has-small-padding.wp-block-group > .wp-block-group__inner-container {
    padding: 16px 20px !important;
  }
}
@media screen and (max-width: 769px) {
  .has-small-padding {
    padding: 16px 20px !important;
  }
}

.wp-block-buttons {
  gap: 16px !important;
}

.wp-block-button__link {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  padding: 13px 24px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: relative;
  overflow: hidden;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .wp-block-button__link {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-button__link {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .wp-block-button__link {
    font-size: 14px !important;
  }
}
.wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.wp-block-button__link:hover::before {
  opacity: 0.1;
}

.wp-block-button.has-no-padding .wp-block-button__link {
  padding: 0 !important;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wp-block-button.has-no-padding .wp-block-button__link::before {
  display: none;
}
.wp-block-button.has-no-padding .wp-block-button__link:hover {
  opacity: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: none !important;
  -webkit-box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 40%, transparent) !important;
          box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 40%, transparent) !important;
}

.wp-block-button.has-arrow-right .wp-block-button__link {
  gap: 8px;
}
.wp-block-button.has-arrow-right .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("../icons/arrow-right.svg");
          mask-image: url("../icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.wp-block-button.has-arrow-right .wp-block-button__link.has-accent-color::after {
  background-color: #cf1726;
}

.wp-block-button.has-arrow-up-right .wp-block-button__link {
  gap: 8px;
}
.wp-block-button.has-arrow-up-right .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("../icons/arrow-up-right.svg");
          mask-image: url("../icons/arrow-up-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.wp-block-button.has-arrow-up-right .wp-block-button__link.has-accent-color::after {
  background-color: #cf1726;
}

.wp-block-button.has-download-arrow .wp-block-button__link {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
}
.wp-block-button.has-download-arrow .wp-block-button__link::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("../icons/download.svg");
          mask-image: url("../icons/download.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

@media screen and (max-width: 1024px) {
  .home-hero .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .home-hero .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.home-hero {
  position: relative;
  min-height: calc(100vh - var(--header-height, 80px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
.home-hero h1 {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .home-hero {
    padding-top: 110px;
  }
}

.entry-content .wp-block-group__inner-container {
  padding-right: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 428px) {
  .entry-content .wp-block-group__inner-container {
    padding-right: 21px;
    padding-left: 21px;
  }
}

.entry-content .wp-block-column .wp-block-group__inner-container {
  padding: 14px 24px 24px !important;
}
@media screen and (max-width: 428px) {
  .entry-content .wp-block-column .wp-block-group__inner-container {
    padding: 6px 16px 16px !important;
  }
}

.notification {
  height: 0 !important;
  overflow: visible !important;
  position: relative;
  z-index: 5;
}
.notification > .wp-block-group__inner-container {
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 12px 16px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  max-width: 280px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .notification > .wp-block-group__inner-container {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .notification > .wp-block-group__inner-container {
    padding: 8px 12px !important;
  }
}
@media screen and (max-width: 428px) {
  .notification > .wp-block-group__inner-container {
    top: 14px;
    right: 14px;
  }
}
.notification .wp-block-columns {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 12px !important;
  margin-bottom: 0 !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.notification .wp-block-column:first-child {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 52px !important;
          flex: 0 0 52px !important;
  max-width: 52px !important;
}
.notification .wp-block-column:first-child figure {
  margin: 0 !important;
  width: 52px;
  height: 52px;
}
.notification .wp-block-column:first-child figure a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.notification .wp-block-column:first-child figure img {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px !important;
  height: 52px !important;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .notification .wp-block-column:first-child figure img {
    width: 38px !important;
    height: 38px !important;
  }
}
.notification .wp-block-column:last-child {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  border-left: 1px solid rgba(29, 33, 43, 0.1);
  padding-left: 12px !important;
}
.notification p {
  margin: 0 !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .notification p {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .notification p {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .notification p {
    font-size: 14px !important;
  }
}
.notification p:first-child {
  font-weight: 700;
}
.notification p a {
  text-decoration: none !important;
  color: #1d212b !important;
}

.has-border-right-accent {
  border-right: 2px solid #cf1726 !important;
}

.has-border-left-large-accent {
  border-left: 6px solid #cf1726 !important;
}

.has-padding-bottom {
  padding-bottom: 30px !important;
}

.has-bottom-border-contrast-3 {
  border-bottom: 1px solid rgba(117, 124, 138, 0.3) !important;
}

.has-4-3-image-ratio figure,
.has-4-3-image-ratio.wp-block-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.has-4-3-image-ratio figure img,
.has-4-3-image-ratio.wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.has-16-10-image-ratio figure,
.has-16-10-image-ratio.wp-block-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.has-16-10-image-ratio figure img,
.has-16-10-image-ratio.wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

p.has-region-label,
p.has-factory-label,
p.has-mappin-label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  p.has-region-label,
  p.has-factory-label,
  p.has-mappin-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  p.has-region-label,
  p.has-factory-label,
  p.has-mappin-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  p.has-region-label,
  p.has-factory-label,
  p.has-mappin-label {
    font-size: 14px !important;
  }
}
p.has-region-label,
p.has-factory-label,
p.has-mappin-label {
  padding: 10px 0 !important;
  margin: 0 !important;
}
p.has-region-label::before,
p.has-factory-label::before,
p.has-mappin-label::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

p.has-region-label::before {
  -webkit-mask-image: url("../icons/globe.svg");
          mask-image: url("../icons/globe.svg");
}

p.has-factory-label::before {
  -webkit-mask-image: url("../icons/factory.svg");
          mask-image: url("../icons/factory.svg");
}

p.has-mappin-label::before {
  -webkit-mask-image: url("../icons/map-pin.svg");
          mask-image: url("../icons/map-pin.svg");
}

.site-footer .wp-block-social-links {
  gap: 0 !important;
}
.site-footer .wp-block-social-links .wp-social-link a {
  padding: 0 !important;
}

.wp-block-social-links.has-visible-labels {
  gap: 32px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-social-links.has-visible-labels .wp-social-link {
  border-radius: 0 !important;
  padding: 0 !important;
  background: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1d212b !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link a:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link a:hover {
  color: #cf1726 !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link a:hover svg {
  fill: #cf1726 !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link a:hover .wp-block-social-link-label {
  color: #cf1726 !important;
}
.wp-block-social-links.has-visible-labels .wp-social-link svg {
  width: 24px !important;
  height: 24px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #1d212b !important;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.wp-block-social-links.has-visible-labels .wp-social-link .wp-block-social-link-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .wp-block-social-links.has-visible-labels .wp-social-link .wp-block-social-link-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-social-links.has-visible-labels .wp-social-link .wp-block-social-link-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .wp-block-social-links.has-visible-labels .wp-social-link .wp-block-social-link-label {
    font-size: 14px !important;
  }
}
.wp-block-social-links.has-visible-labels .wp-social-link .wp-block-social-link-label {
  color: #1d212b !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.cf7-form p {
  margin-bottom: 0 !important;
}
.cf7-form .cf7-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .cf7-form .cf7-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.cf7-form .cf7-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cf7-form .cf7-col--full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.cf7-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .cf7-form label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .cf7-form label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .cf7-form label {
    font-size: 14px !important;
  }
}
.cf7-form label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #1d212b;
}
.cf7-form input[type=text],
.cf7-form input[type=email],
.cf7-form input[type=tel],
.cf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(29, 33, 43, 0.15);
  background-color: #ffffff;
  color: #1d212b;
  font-family: "DM Sans", sans-serif;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .cf7-form input[type=text],
  .cf7-form input[type=email],
  .cf7-form input[type=tel],
  .cf7-form textarea {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .cf7-form input[type=text],
  .cf7-form input[type=email],
  .cf7-form input[type=tel],
  .cf7-form textarea {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .cf7-form input[type=text],
  .cf7-form input[type=email],
  .cf7-form input[type=tel],
  .cf7-form textarea {
    font-size: 14px !important;
  }
}
.cf7-form input[type=text],
.cf7-form input[type=email],
.cf7-form input[type=tel],
.cf7-form textarea {
  border-radius: 2px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  outline: none;
}
.cf7-form input[type=text]:focus,
.cf7-form input[type=email]:focus,
.cf7-form input[type=tel]:focus,
.cf7-form textarea:focus {
  border-color: rgba(207, 23, 38, 0.5);
}
.cf7-form input[type=text]::-webkit-input-placeholder, .cf7-form input[type=email]::-webkit-input-placeholder, .cf7-form input[type=tel]::-webkit-input-placeholder, .cf7-form textarea::-webkit-input-placeholder {
  color: #757c8a;
  opacity: 0.6;
}
.cf7-form input[type=text]::-moz-placeholder, .cf7-form input[type=email]::-moz-placeholder, .cf7-form input[type=tel]::-moz-placeholder, .cf7-form textarea::-moz-placeholder {
  color: #757c8a;
  opacity: 0.6;
}
.cf7-form input[type=text]:-ms-input-placeholder, .cf7-form input[type=email]:-ms-input-placeholder, .cf7-form input[type=tel]:-ms-input-placeholder, .cf7-form textarea:-ms-input-placeholder {
  color: #757c8a;
  opacity: 0.6;
}
.cf7-form input[type=text]::-ms-input-placeholder, .cf7-form input[type=email]::-ms-input-placeholder, .cf7-form input[type=tel]::-ms-input-placeholder, .cf7-form textarea::-ms-input-placeholder {
  color: #757c8a;
  opacity: 0.6;
}
.cf7-form input[type=text]::placeholder,
.cf7-form input[type=email]::placeholder,
.cf7-form input[type=tel]::placeholder,
.cf7-form textarea::placeholder {
  color: #757c8a;
  opacity: 0.6;
}
.cf7-form textarea {
  min-height: 160px;
  resize: vertical;
}
.cf7-form input[type=submit] {
  background-color: #cf1726;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .cf7-form input[type=submit] {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .cf7-form input[type=submit] {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .cf7-form input[type=submit] {
    font-size: 14px !important;
  }
}
.cf7-form input[type=submit] {
  padding: 13px 24px;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cf7-form input[type=submit]:hover {
  opacity: 0.9;
}
.cf7-form .cf7-note {
  margin-top: 16px !important;
  color: #757c8a;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .cf7-form .cf7-note {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .cf7-form .cf7-note {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .cf7-form .cf7-note {
    font-size: 14px !important;
  }
}

.wp-block-cover.is-position-center-center .breadcrumb p {
  text-align: center;
}

.breadcrumb p {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .breadcrumb p {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb p {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb p {
    font-size: 14px !important;
  }
}
.breadcrumb p {
  margin: 0 0 10px !important;
}
.breadcrumb p a {
  text-decoration: none;
  color: #ccc;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumb p a:hover {
  color: #f7f7f7;
}

p.has-tag-label {
  display: inline-block !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  p.has-tag-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  p.has-tag-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  p.has-tag-label {
    font-size: 14px !important;
  }
}
p.has-tag-label {
  color: #cf1726 !important;
  background-color: rgba(207, 23, 38, 0.1) !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

p.has-location-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  gap: 5px !important;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  p.has-location-text {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  p.has-location-text {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  p.has-location-text {
    font-size: 14px !important;
  }
}
p.has-location-text {
  margin: 0 !important;
  color: #1d212b !important;
}
p.has-location-text::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask-image: url("../icons/map-pin.svg");
          mask-image: url("../icons/map-pin.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  opacity: 0.6;
}

.models-list__placeholder {
  aspect-ratio: 16/10;
  background-color: #dddfe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .models-list__placeholder {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .models-list__placeholder {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .models-list__placeholder {
    font-size: 14px !important;
  }
}
.models-list__placeholder {
  color: #757c8a;
  font-family: "Space Grotesk", sans-serif;
}

.models-list hr {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.models-list .wp-block-button.has-no-padding .wp-block-button__link {
  background: none !important;
  background-color: transparent !important;
  color: #cf1726 !important;
}

.references-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.references-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(29, 33, 43, 0.1);
}

.references-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.references-filter-label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .references-filter-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .references-filter-label {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .references-filter-label {
    font-size: 14px !important;
  }
}
.references-filter-label {
  color: #757c8a;
  margin-right: 4px;
}

.ref-filter-btn {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .ref-filter-btn {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ref-filter-btn {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .ref-filter-btn {
    font-size: 14px !important;
  }
}
.ref-filter-btn {
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid rgba(29, 33, 43, 0.2);
  background: none;
  color: #1d212b;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 5px;
}
.ref-filter-btn:hover {
  border-color: #cf1726;
  color: #cf1726;
}
.ref-filter-btn.active {
  background-color: #cf1726;
  border-color: #cf1726;
  color: #ffffff;
}

.references-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}

.reference-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid rgba(29, 33, 43, 0.1);
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .reference-card {
    grid-template-columns: 1fr;
  }
}
.reference-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reference-card__image-main {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.reference-card__image-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reference-card__image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 0 0;
}
.reference-card__image-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reference-card__content {
  padding: 20px 32px 32px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .reference-card__content {
    padding: 20px 10px 10px;
  }
}
.reference-card__content p, .reference-card__content li, .reference-card__content span, .reference-card__content a {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__content p, .reference-card__content li, .reference-card__content span, .reference-card__content a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__content p, .reference-card__content li, .reference-card__content span, .reference-card__content a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__content p, .reference-card__content li, .reference-card__content span, .reference-card__content a {
    font-size: 14px !important;
  }
}
.reference-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.reference-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reference-card__location {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__location {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__location {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__location {
    font-size: 14px !important;
  }
}
.reference-card__location {
  color: #757c8a;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.reference-card__location img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reference-card__vessel {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__vessel {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__vessel {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__vessel {
    font-size: 14px !important;
  }
}
.reference-card__vessel {
  margin: 0 !important;
  color: #757c8a;
}
.reference-card__vessel a, .reference-card__vessel span {
  color: #cf1726;
  font-weight: 700;
  text-decoration: none;
}
.reference-card__title {
  margin: 10px 0 0 !important;
  font-size: 18px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__title {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__title {
    font-size: 29px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__title {
    font-size: 29px !important;
  }
}
.reference-card__title {
  color: #1d212b;
}
.reference-card__tagline {
  margin: 0 !important;
  color: #757c8a;
  font-style: italic;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__tagline {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__tagline {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__tagline {
    font-size: 14px !important;
  }
}
.reference-card__desc {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__desc {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__desc {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__desc {
    font-size: 14px !important;
  }
}
.reference-card__desc {
  color: #757c8a;
}
.reference-card__desc p {
  margin-bottom: 8px !important;
}
.reference-card__desc p:last-child {
  margin-bottom: 0 !important;
}
.reference-card__divider {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.reference-card__bullets {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.reference-card__bullets li {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__bullets li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__bullets li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__bullets li {
    font-size: 14px !important;
  }
}
.reference-card__bullets li {
  color: #757c8a;
  padding-left: 14px;
  position: relative;
  margin-bottom: 4px !important;
}
.reference-card__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cf1726;
}
.reference-card__link {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .reference-card__link {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-card__link {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-card__link {
    font-size: 14px !important;
  }
}
.reference-card__link {
  color: #757c8a;
}
.reference-card__link a {
  color: #cf1726;
  text-decoration: none;
}
.reference-card__link a:hover {
  text-decoration: underline;
}

.ref-tag {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .ref-tag {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ref-tag {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .ref-tag {
    font-size: 14px !important;
  }
}
.ref-tag {
  padding: 2px 10px;
  border-radius: 2px;
}
.ref-tag--region {
  background-color: #cf1726;
  color: #ffffff;
}
.ref-tag--mission {
  background-color: transparent;
  color: #1d212b;
  border: 1px solid rgba(29, 33, 43, 0.2);
}

.references-grid--preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .references-grid--preview {
    grid-template-columns: 1fr;
  }
}

.reference-preview-card {
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 43, 0.1);
  overflow: hidden;
}
.reference-preview-card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.reference-preview-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reference-preview-card__content {
  padding: 20px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.reference-preview-card__tags {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #cf1726 !important;
  margin: 0 !important;
}
.reference-preview-card__title {
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  .reference-preview-card__title {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .reference-preview-card__title {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1441px) {
  .reference-preview-card__title {
    font-size: 17px !important;
  }
}
.reference-preview-card__title {
  font-weight: 700;
  color: #1d212b;
  margin: 4px 0 0 !important;
}
.reference-preview-card__tagline {
  color: #757c8a;
  margin: 0 !important;
}
.reference-preview-card__link {
  margin-top: 8px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #cf1726;
  font-weight: 700;
  text-decoration: none;
}
.reference-preview-card__link:hover {
  text-decoration: underline;
}

.models-list .models-list__preview,
.models-list .models-list__preview p,
.models-list .models-list__preview li {
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .models-list .models-list__preview,
  .models-list .models-list__preview p,
  .models-list .models-list__preview li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .models-list .models-list__preview,
  .models-list .models-list__preview p,
  .models-list .models-list__preview li {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .models-list .models-list__preview,
  .models-list .models-list__preview p,
  .models-list .models-list__preview li {
    font-size: 14px !important;
  }
}
.models-list .models-list__preview,
.models-list .models-list__preview p,
.models-list .models-list__preview li {
  color: #757c8a !important;
}

.has-base-background-color .reference-preview-card {
  background-color: #f7f7f7 !important;
}

.models-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .models-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .models-list {
    grid-template-columns: 1fr;
  }
}
.models-list__item {
  text-decoration: none;
  color: #1d212b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.models-list__item:hover {
  opacity: 0.85;
}
.models-list__image {
  overflow: hidden;
  aspect-ratio: 16/10;
}
.models-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.models-list__item:hover .models-list__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.models-list__content {
  padding: 16px 0;
}
.models-list__title {
  margin: 0 0 6px !important;
  font-size: 15px !important;
}
@media screen and (min-width: 429px) {
  .models-list__title {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .models-list__title {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1441px) {
  .models-list__title {
    font-size: 20px !important;
  }
}
.models-list__excerpt {
  margin: 0 !important;
  color: #757c8a;
  font-size: 14px !important;
}
@media screen and (min-width: 429px) {
  .models-list__excerpt {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1025px) {
  .models-list__excerpt {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1441px) {
  .models-list__excerpt {
    font-size: 14px !important;
  }
}

.error404outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60vh;
  padding: 40px 20px;
}

.error404inner {
  text-align: center;
}
.error404inner span.error404 {
  display: block;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  color: #cf1726 !important;
  line-height: 1 !important;
  font-size: 180px !important;
}
@media screen and (max-width: 1024px) {
  .error404inner span.error404 {
    font-size: 130px !important;
  }
}
@media screen and (max-width: 769px) {
  .error404inner span.error404 {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 428px) {
  .error404inner span.error404 {
    font-size: 72px !important;
  }
}
.error404inner p.error404 {
  margin-top: 16px !important;
  color: #757c8a !important;
  font-size: 18px !important;
}
@media screen and (min-width: 429px) {
  .error404inner p.error404 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .error404inner p.error404 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1441px) {
  .error404inner p.error404 {
    font-size: 26px !important;
  }
}/*# sourceMappingURL=main.css.map */