body.nav-open {
  overflow: hidden; }

a {
  font-weight: 600;
  transition: color .3s ease; }

.text-block p:last-of-type {
  margin-bottom: 0; }
.text-block ul li {
  margin-bottom: 10px; }
  .text-block ul li:last-of-type {
    margin-bottom: 0; }

.text-xs {
  font-size: 0.75rem;
  line-height: 1.6; }

.text-lg {
  font-size: 1.375rem;
  line-height: 1.4; }

.text-white {
  color: #FFFFFF !important; }

.text-gray {
  color: #575859 !important; }

.text-yellow {
  color: #DE9713 !important; }

.text-blue-accent {
  color: #154AE5 !important; }

.blue-bg {
  background-color: #090446 !important;
  color: #FFFFFF; }

.gray-bg {
  background-color: #E1E2E9 !important; }

.yellow-bg {
  background-color: #DE9713 !important; }

.white-bg {
  background-color: #FFFFFF !important; }

.to-animate {
  opacity: 0;
  transform: translateX(60px);
  transition: transform .4s ease, opacity .3s ease; }
  .to-animate.in {
    opacity: 1;
    transform: translateX(0); }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.arrow-list li {
  font-weight: 600;
  margin-bottom: 4px;
  padding-left: 24px;
  position: relative; }
  .arrow-list li:last-of-type {
    margin-bottom: 0; }
  .arrow-list li:before {
    color: #DE9713;
    content: '\f061';
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 16px; }

section.blue-bg + section.blue-bg {
  padding-top: 0 !important; }

.listing-grid {
  position: relative; }
  .listing-grid.loading:before, .listing-grid.loading:after {
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .listing-grid.loading:before {
    background-color: #EFF1F5;
    content: '';
    height: 100%;
    opacity: .8;
    top: 0; }
  .listing-grid.loading:after {
    animation: fa-spin 2s linear infinite;
    color: #090446;
    content: '\f110';
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
    top: 50%;
    width: 100%; }

.btn-primary {
  background-color: #DE9713;
  border-color: #DE9713;
  color: #090446; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #C7DFF4;
    border-color: #C7DFF4;
    color: #090446; }

.btn-secondary {
  background-color: #C7DFF4;
  border-color: #C7DFF4;
  color: #090446; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
    background-color: #090446;
    border-color: #090446;
    color: #FFFFFF; }

.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #090446; }
  .btn-white:hover, .btn-white:focus {
    background-color: #C7DFF4;
    border-color: #C7DFF4;
    color: #090446; }

.btn-outline-white {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn-outline-white:hover, .btn-outline-white:focus {
    background-color: #C7DFF4;
    border-color: #FFFFFF;
    color: #FFFFFF; }
  .btn-outline-white--transparent-hover:hover, .btn-outline-white--transparent-hover:focus {
    background-color: rgba(255, 255, 255, 0.2); }

.btn-outline-blue {
  background-color: transparent;
  border-color: #090446;
  color: #090446; }
  .btn-outline-blue:hover, .btn-outline-blue:focus {
    background-color: #C7DFF4;
    border-color: #090446;
    color: #090446; }

.text-link {
  border: none;
  padding: 0; }
  .text-link:hover, .text-link:focus {
    text-decoration: underline; }

.btn-loader {
  height: 45px;
  position: relative;
  transition: width 0.6s ease, border-radius 0.6s ease, padding 0.6s ease, background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  width: 125px; }
  .btn-loader:after {
    animation: fa-spin 2s linear infinite;
    color: #FFFFFF;
    content: '\f110';
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity .4s ease;
    top: 6px;
    width: 100%; }
  .btn-loader span {
    opacity: 1;
    transition: opacity .2s ease .5s;
    white-space: nowrap; }
  .btn-loader.loading {
    padding: 0;
    width: 45px !important; }
    .btn-loader.loading:after {
      opacity: 1; }
    .btn-loader.loading span {
      opacity: 0;
      transition: opacity .2s ease; }

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.5rem; } }

.h1--large {
  font-size: 2.125rem; }
  @media (min-width: 768px) {
    .h1--large {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 40px 0 20px 0; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 1.75rem;
      margin-top: 55px; } }

h3, .h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 40px 0 8px 0; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.125rem;
      margin-top: 55px; } }

.subheading {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 24px 0;
  text-transform: uppercase; }

.slick-arrow {
  background-color: #FFFFFF;
  border: none;
  border-radius: 100%;
  color: #090446;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  text-align: center;
  transition: background-color .3s ease, color .3s ease;
  width: 44px; }
  .slick-arrow:hover {
    background-color: #090446;
    color: #FFFFFF; }

.blue-arrows .slick-arrow {
  background-color: #C7DFF4; }
  .blue-arrows .slick-arrow:hover {
    background-color: #090446;
    color: #FFFFFF; }

.slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    height: 10px;
    line-height: 10px;
    margin-right: 16px; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li.slick-active button {
      background-color: #DE9713; }
    .slick-dots li button {
      background-color: #FFFFFF;
      border: none;
      border-radius: 100%;
      height: 10px;
      overflow: hidden;
      padding: 0;
      text-indent: 100px;
      transition: background-color .3s ease;
      width: 10px; }

.slick-match-height .slick-track {
  display: flex !important;
  min-width: 100%; }
.slick-match-height .slick-slide {
  height: inherit !important; }
.slick-match-height.justify-content-center .slick-track {
  justify-content: center; }

.slick-slider.gx-105 .slick-slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }
.slick-slider.gx-205 .slick-slide {
  padding-left: 12.5px;
  padding-right: 12.5px; }
@media (min-width: 768px) {
  .slick-slider.gx-md-205 {
    padding-left: 12.5px;
    padding-right: 12.5px; } }

.slick-overflow .slick-list {
  overflow: visible !important; }

.search-field {
  background-color: #FFFFFF;
  border-radius: 100px;
  height: 44px;
  overflow: hidden;
  width: 100%; }
  .search-field__input {
    background-color: transparent;
    border: none;
    font-size: 0.75rem;
    height: 100%;
    padding: 0 24px;
    width: 100%; }
    @supports (-webkit-touch-callout: none) {
      .search-field__input {
        /* iOS devices only */
        font-size: 1rem; } }
    .search-field__input::placeholder {
      color: #090446; }
    .search-field__input:focus {
      outline: none; }
  .search-field__button {
    background-color: #DE9713;
    border: none;
    border-radius: 100%;
    color: #090446;
    font-size: 16px;
    height: 44px;
    min-width: 44px;
    text-align: center;
    width: 44px; }
  .search-field--lg {
    height: 60px; }
    .search-field--lg .search-field__button {
      height: 60px;
      min-width: 60px;
      width: 60px; }
  .search-field__search-results {
    left: 0;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    z-index: 100; }
    @media (min-width: 992px) {
      .search-field__search-results {
        left: 50%;
        margin-left: -448px;
        width: 896px; } }
    .search-field__search-results__inner {
      background-color: #FFFFFF;
      padding: 48px 0; }
      @media (min-width: 768px) {
        .search-field__search-results__inner {
          box-shadow: 0 414px 116px 0 rgba(0, 0, 0, 0), 0 265px 106px 0 rgba(0, 0, 0, 0.01), 0 149px 89px 0 rgba(0, 0, 0, 0.05), 0 66px 66px 0 rgba(0, 0, 0, 0.09), 0 17px 36px 0 rgba(0, 0, 0, 0.1); } }

.form-label {
  font-weight: 600; }

textarea.form-control {
  height: 116px; }

.form-control {
  height: 44px; }

.form-select {
  height: 40px; }

.blue-bg .form-control {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }
.blue-bg .form-label {
  color: #FFFFFF; }

.custom-check-list .wpcf7-list-item {
  display: block;
  margin: 0 0 8px 0;
  position: relative; }
  .custom-check-list .wpcf7-list-item:last-of-type {
    margin-bottom: 0; }
  .custom-check-list .wpcf7-list-item input {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0; }
    .custom-check-list .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
      content: '\f14a'; }
  .custom-check-list .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0.75rem;
    line-height: 1.6;
    padding-left: 22px;
    position: relative; }
    .custom-check-list .wpcf7-list-item .wpcf7-list-item-label:before {
      color: #090446;
      content: '\f0c8';
      display: block;
      font-family: "Font Awesome 6 Pro";
      font-size: 16px;
      font-weight: 400;
      left: 0;
      line-height: 16px;
      position: absolute;
      top: 0; }

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  font-weight: 600; }

.header {
  background-color: #090446;
  padding: 40px 0; }
  @media (min-width: 1200px) {
    .header {
      padding: 56px 0;
      position: relative;
      z-index: 100; } }
  .header--transparent {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .header--transparent:before {
      background: linear-gradient(0deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.7) 100%);
      content: '';
      display: block;
      height: 125px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      @media (min-width: 1200px) {
        .header--transparent:before {
          height: 150px; } }
      @media (min-width: 1344px) {
        .header--transparent:before {
          height: 190px; } }
    .header--transparent .header__inner {
      position: relative;
      z-index: 2; }
  .header__logo, .header__toggle {
    position: relative;
    z-index: 200; }
  .header__logo {
    width: 146px; }
    @media (min-width: 1200px) {
      .header__logo {
        width: 160px; } }
    @media (min-width: 1344px) {
      .header__logo {
        width: 250px; } }
  .header__toggle:focus, .header__toggle:active {
    border-color: #FFFFFF !important;
    color: #FFFFFF !important; }
    .header__toggle:focus i, .header__toggle:active i {
      transition: transform .5s ease; }

.navigation {
  background-color: #090446;
  height: 100%;
  left: -100vw;
  padding-top: 125px;
  position: fixed;
  top: 0;
  transition: left 0.5s ease;
  width: 100vw;
  z-index: 100; }
  @media (min-width: 1200px) {
    .navigation {
      background-color: transparent;
      height: auto;
      padding: 0;
      left: auto !important;
      position: static;
      width: 100%; } }
  .navigation__inner {
    height: 100%;
    overflow: auto;
    /* Vertical Scroll bar design for small devices */ }
    @media (min-width: 1200px) {
      .navigation__inner {
        height: auto;
        overflow: visible; } }
    @media (max-width: 1199.98px) {
      .navigation__inner {
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #FFFFFF rgba(255, 255, 255, 0.4);
        /* Custom scrollbar for WebKit browsers (Chrome, Safari) */ }
        .navigation__inner::-webkit-scrollbar {
          width: 8px;
          border-radius: 16px; }
        .navigation__inner::-webkit-scrollbar-thumb {
          background-color: rgba(255, 255, 255, 0.4); }
        .navigation__inner::-webkit-scrollbar-track {
          border-radius: 16px;
          background-color: white; } }
  .navigation__meta {
    padding: 32px 32px 64px 32px; }
    @media (min-width: 1200px) {
      .navigation__meta {
        padding: 0; } }
    .navigation__meta__button {
      width: 100%; }
      @media (min-width: 1200px) {
        .navigation__meta__button {
          background-color: transparent;
          border-color: #FFFFFF;
          color: #FFFFFF;
          font-size: 1rem;
          padding: 8px 18px; } }
      @media (min-width: 1200px) {
        .navigation__meta__button:hover, .navigation__meta__button:focus {
          background-color: rgba(255, 255, 255, 0.2);
          color: #FFFFFF; } }
  .navigation__search {
    padding: 32px 32px 64px 32px; }
    @media (min-width: 1200px) {
      .navigation__search {
        padding: 0;
        width: 200px; } }
    @media (min-width: 1344px) {
      .navigation__search {
        width: 290px; } }
  .navigation__menu {
    background-color: #141450; }
    @media (min-width: 1200px) {
      .navigation__menu {
        background-color: transparent; } }
  @media (min-width: 1200px) {
    .navigation__item {
      margin-right: 30px; } }
  @media (min-width: 1344px) {
    .navigation__item {
      margin-right: 40px; } }
  .navigation__item:last-of-type {
    margin-right: 0; }
  .navigation__item__inner {
    padding: 32px 32px; }
    @media (min-width: 1200px) {
      .navigation__item__inner {
        padding: 0; } }
  @media (min-width: 1200px) {
    .navigation__item--w-sub:hover .navigation__item__inner:after {
      color: #DE9713;
      margin-top: -4px; } }
  @media (min-width: 1200px) {
    .navigation__item--w-sub:hover .navigation__link {
      color: #DE9713; } }
  .navigation__item--w-sub .navigation__item__inner {
    position: relative; }
    @media (min-width: 1200px) {
      .navigation__item--w-sub .navigation__item__inner {
        padding-right: 22px; } }
    .navigation__item--w-sub .navigation__item__inner:after {
      color: #FFFFFF;
      content: "\f078";
      font-family: "Font Awesome 6 Pro";
      font-size: 16px;
      font-weight: 400;
      margin-top: -8px;
      line-height: 16px;
      position: absolute;
      right: 25px;
      top: 50%;
      transition: color 0.3s ease, margin 0.3s ease; }
      @media (min-width: 1200px) {
        .navigation__item--w-sub .navigation__item__inner:after {
          right: 0; } }
    @media (min-width: 1200px) {
      .navigation__item--w-sub .navigation__item__inner:before {
        background-color: #141450;
        bottom: -34px;
        content: "";
        left: -20px;
        opacity: 0;
        position: absolute;
        right: -20px;
        top: -12px;
        transition: opacity 0.4s ease 0.2s; } }
  .navigation__item--w-sub.open .navigation__item__inner:before {
    opacity: 1;
    transition: opacity 0.4s ease; }
  .navigation__item--w-sub.open .navigation__item__inner:after {
    transform: rotate(180deg); }
    @media (min-width: 1200px) {
      .navigation__item--w-sub.open .navigation__item__inner:after {
        transform: none; } }
  .navigation__link {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    z-index: 2; }
    .navigation__link:hover, .navigation__link:focus {
      color: #DE9713;
      text-decoration: none; }
  .navigation__submenu {
    background-color: #C7DFF4;
    display: none; }
    @media (min-width: 1200px) {
      .navigation__submenu {
        background-color: transparent;
        margin-left: -20px;
        padding-top: 34px;
        position: absolute; } }
    @media (min-width: 1200px) {
      .navigation__submenu--wide {
        left: 0;
        margin: 0;
        width: 100%; } }
    @media (min-width: 1200px) {
      .navigation__submenu--wide .navigation__submenu__inner {
        padding-bottom: 34px;
        padding-top: 64px; } }
    @media (min-width: 1200px) {
      .navigation__submenu__inner {
        background-color: #141450;
        display: none;
        padding: 24px; } }
    @media (max-width: 1199.98px) {
      .navigation__submenu__inner {
        display: block !important; } }
    .navigation__submenu__item {
      padding: 24px 32px; }
      @media (min-width: 1200px) {
        .navigation__submenu__item {
          margin-bottom: 24px;
          padding: 0; } }
      .navigation__submenu__item:last-of-type {
        margin-bottom: 0; }
    .navigation__submenu__link, .navigation__submenu__tax-link__title {
      color: #090446;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none; }
    @media (min-width: 1200px) {
      .navigation__submenu__link {
        color: #FFFFFF;
        font-weight: 400; } }
    .navigation__submenu__link:hover, .navigation__submenu__link:focus {
      color: #090446; }
      @media (min-width: 1200px) {
        .navigation__submenu__link:hover, .navigation__submenu__link:focus {
          color: #FFFFFF; } }
      .navigation__submenu__link:hover:before, .navigation__submenu__link:focus:before {
        color: #DE9713; }
    @media (min-width: 1200px) {
      .navigation__submenu__link:before {
        color: #FFFFFF;
        content: "\f061";
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-size: 16px;
        font-weight: 400;
        margin-right: 16px;
        transition: color 0.3s ease; } }
    .navigation__submenu__tax-item {
      padding-bottom: 24px;
      padding-top: 24px; }
      @media (min-width: 1200px) {
        .navigation__submenu__tax-item {
          margin-bottom: 30px;
          padding-bottom: 0;
          padding-top: 0; } }
    .navigation__submenu__tax-link {
      display: inline-block;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .navigation__submenu__tax-link {
          padding-bottom: 73.68%;
          position: relative;
          width: 100%; } }
      @media (min-width: 1200px) {
        .navigation__submenu__tax-link:before, .navigation__submenu__tax-link:after {
          content: "";
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: opacity 0.3s ease;
          width: 100%;
          z-index: 2; } }
      .navigation__submenu__tax-link:before {
        background: linear-gradient(0deg, rgba(9, 4, 70, 0.3) 0%, rgba(9, 4, 70, 0.3) 100%);
        opacity: 1; }
      .navigation__submenu__tax-link:after {
        background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%), linear-gradient(0deg, rgba(9, 4, 70, 0.3) 0%, rgba(9, 4, 70, 0.3) 100%);
        opacity: 0; }
      .navigation__submenu__tax-link:hover:before, .navigation__submenu__tax-link:focus:before {
        opacity: 0; }
      .navigation__submenu__tax-link:hover:after, .navigation__submenu__tax-link:focus:after {
        opacity: 1; }
      .navigation__submenu__tax-link:hover .navigation__submenu__tax-link__title:after, .navigation__submenu__tax-link:focus .navigation__submenu__tax-link__title:after {
        background-color: #DE9713; }
      .navigation__submenu__tax-link__img {
        display: block;
        height: 58px;
        margin-right: 16px;
        width: 80px; }
        @media (min-width: 1200px) {
          .navigation__submenu__tax-link__img {
            height: 100%;
            left: 0;
            margin: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1; } }
        .navigation__submenu__tax-link__img img {
          height: 100%;
          object-fit: cover;
          object-position: center;
          width: 100%; }
      @media (min-width: 1200px) {
        .navigation__submenu__tax-link__title {
          bottom: 40px;
          color: #FFFFFF;
          display: flex;
          flex-direction: column;
          font-size: 1.125rem;
          left: 40px;
          position: absolute;
          right: 40px;
          top: 40px;
          z-index: 3; } }
      @media (min-width: 1200px) {
        .navigation__submenu__tax-link__title:after {
          background-color: #FFFFFF;
          border-radius: 100%;
          color: #090446;
          content: "\f054";
          display: block;
          font-family: "Font Awesome 6 Pro";
          font-size: 16px;
          font-weight: 400;
          height: 44px;
          line-height: 44px;
          margin-top: auto;
          text-align: center;
          transition: background-color 0.3s ease;
          width: 44px; } }
  .navigation__search-results {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 230px;
    width: 100%;
    z-index: 1000; }
    @media (min-width: 1200px) {
      .navigation__search-results {
        bottom: auto;
        padding-top: 25px;
        position: absolute;
        top: auto; } }
    .navigation__search-results__inner {
      background-color: #FFFFFF;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18) inset;
      height: 100%;
      overflow: auto;
      padding: 48px 0; }
      @media (min-width: 1200px) {
        .navigation__search-results__inner {
          box-shadow: 0 414px 116px 0 rgba(0, 0, 0, 0), 0px 265px 106px 0px rgba(0, 0, 0, 0.01), 0px 149px 89px 0px rgba(0, 0, 0, 0.05), 0px 66px 66px 0px rgba(0, 0, 0, 0.09), 0 17px 36px 0 rgba(0, 0, 0, 0.1);
          overflow: visible;
          padding: 64px 0; } }

body.nav-open .navigation {
  left: 0; }
body.nav-open .header__toggle i {
  transform: rotate(360deg); }
  body.nav-open .header__toggle i:before {
    content: "\f00d"; }

.footer {
  overflow: hidden; }
  .footer__main {
    background-color: #DE9713; }
    .footer__main__col {
      padding-bottom: 64px;
      padding-top: 64px; }
      @media (min-width: 992px) {
        .footer__main__col {
          padding-bottom: 100px;
          padding-top: 100px; } }
      @media (min-width: 1200px) {
        .footer__main__col {
          padding-bottom: 136px;
          padding-top: 136px; } }
      .footer__main__col--blue {
        background-color: #090446;
        color: #FFFFFF; }
        .footer__main__col--blue:before {
          background-color: #090446;
          content: '';
          display: block;
          height: 100%;
          position: absolute;
          right: -50vw;
          top: 0;
          width: 200vw; }
          @media (min-width: 992px) {
            .footer__main__col--blue:before {
              right: 0;
              width: 100vw; } }
  .footer__logo {
    max-width: 142px;
    width: 100%; }
    @media (min-width: 992px) {
      .footer__logo {
        max-width: 200px; } }
    @media (min-width: 1200px) {
      .footer__logo {
        max-width: 254px; } }
  .footer__address {
    white-space: break-spaces; }
  .footer__title {
    font-size: 1.125rem;
    font-weight: 600; }
  .footer__menu-toggle {
    background-color: transparent;
    border: none;
    color: #090446;
    display: block;
    padding: 0 20px 0 0;
    position: relative; }
    .footer__menu-toggle:after {
      color: #090446;
      content: '\f077';
      display: block;
      font-family: "Font Awesome 6 Pro";
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      right: 0;
      top: 2px; }
    .footer__menu-toggle.collapsed:after {
      content: '\f078'; }
  @media (min-width: 768px) {
    .footer__menu-collapse {
      display: block !important; } }
  .footer__menu__item {
    margin-bottom: 15px; }
    .footer__menu__item:last-of-type {
      margin-bottom: 0; }
  .footer__menu__link {
    color: #090446;
    font-weight: 300;
    text-decoration: none; }
  .footer__newsletter .wpcf7-form-control-wrap {
    flex: 1; }
  .footer__newsletter__input, .footer__newsletter__button {
    font-size: 0.75rem;
    height: 44px; }
  .footer__newsletter__input {
    background-color: #FFFFFF;
    border: none;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    padding: 8px 24px;
    width: 100%; }
    @supports (-webkit-touch-callout: none) {
      .footer__newsletter__input {
        /* iOS devices only */
        font-size: 1rem; } }
    .footer__newsletter__input::placeholder {
      color: #090446; }
    .footer__newsletter__input:focus {
      outline: none; }
  .footer__newsletter__button {
    background-color: #090446;
    border: none;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 8px 18px;
    white-space: nowrap; }
  .footer__legal__link {
    color: #090446;
    font-size: 0.75rem;
    font-weight: 300; }
  .footer__socials__item {
    margin-right: 8px; }
    .footer__socials__item:last-of-type {
      margin-right: 0; }
  .footer__socials__link {
    color: #FFFFFF;
    font-size: 16px; }
  .footer__logos {
    background-color: #C7DFF4;
    padding: 40px 0 10px 0; }
    @media (min-width: 1200px) {
      .footer__logos__title {
        max-width: 106px; } }
    .footer__logos__logo {
      display: block;
      max-width: 108px; }
  .footer__copyright {
    background-color: #FFFFFF;
    padding: 24px 0; }
    .footer__copyright p {
      margin: 0 0 8px 0; }
      .footer__copyright p:last-of-type {
        margin-bottom: 0; }

.product-category {
  background-position: center;
  background-size: cover;
  padding-bottom: 73.68%;
  position: relative;
  width: 100%; }
  .product-category:before, .product-category:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 2; }
  .product-category:before {
    background: linear-gradient(0deg, rgba(9, 4, 70, 0.3) 0%, rgba(9, 4, 70, 0.3) 100%);
    opacity: 1; }
  .product-category:after {
    background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%), linear-gradient(0deg, rgba(9, 4, 70, 0.3) 0%, rgba(9, 4, 70, 0.3) 100%);
    opacity: 0; }
  .product-category:hover:before, .product-category:focus:before {
    opacity: 0; }
  .product-category:hover:after, .product-category:focus:after {
    opacity: 1; }
  .product-category:hover .product-category__title:after, .product-category:focus .product-category__title:after {
    background-color: #DE9713; }
  .product-category__title {
    bottom: 40px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    left: 40px;
    margin: 0;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 3; }
    .product-category__title:after {
      background-color: #FFFFFF;
      border-radius: 100%;
      color: #090446;
      content: '\f054';
      display: block;
      font-family: "Font Awesome 6 Pro";
      font-size: 16px;
      font-weight: 400;
      height: 44px;
      line-height: 44px;
      margin-top: auto;
      text-align: center;
      transition: background-color .3s ease;
      width: 44px; }

.news-article-card {
  color: #090446;
  display: block;
  font-weight: 400;
  text-decoration: none; }
  .news-article-card:hover, .news-article-card:focus {
    text-decoration: none; }
    .news-article-card:hover .news-article-card__img:before, .news-article-card:focus .news-article-card__img:before {
      opacity: 0; }
    .news-article-card:hover .news-article-card__img:after, .news-article-card:focus .news-article-card__img:after {
      opacity: 1; }
    .news-article-card:hover .news-article-card__category, .news-article-card:focus .news-article-card__category {
      background-color: #C7DFF4;
      color: #090446; }
    .news-article-card:hover .news-article-card__title, .news-article-card:focus .news-article-card__title {
      text-decoration: underline; }
  .news-article-card__img {
    padding-bottom: 69.63%;
    position: relative;
    width: 100%; }
    .news-article-card__img:before, .news-article-card__img:after {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      transition: opacity .3s ease;
      width: 100%;
      z-index: 2; }
    .news-article-card__img:before {
      background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.12) 100%);
      opacity: 1; }
    .news-article-card__img:after {
      background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%);
      opacity: 0; }
    .news-article-card__img img {
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
  .news-article-card__category {
    background-color: transparent;
    border: 1px solid #C7DFF4;
    border-radius: 30px;
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 7px 16px;
    transition: background-color .3s ease, border .3s ease, color .3s ease; }
  .news-article-card__title {
    color: inherit; }

.blue-bg .news-article-card {
  color: #FFFFFF; }
  .blue-bg .news-article-card__category {
    border-color: #FFFFFF;
    color: #FFFFFF; }

.project-card {
  background-color: #090446;
  color: #FFFFFF;
  display: block;
  font-weight: 300;
  height: 100%;
  text-decoration: none; }
  .project-card:hover, .project-card:focus {
    text-decoration: none; }
    .project-card:hover .project-card__img:before, .project-card:focus .project-card__img:before {
      opacity: 1; }
    .project-card:hover .project-card__title, .project-card:focus .project-card__title {
      text-decoration: underline; }
  .project-card__img {
    padding-bottom: 73.14%;
    position: relative;
    width: 100%; }
    .project-card__img:before {
      background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: opacity .3s ease;
      width: 100%;
      z-index: 2; }
    .project-card__img img {
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      width: 100%; }
  .project-card__content {
    padding: 40px 32px; }
    @media (min-width: 992px) {
      .project-card__content {
        padding: 40px; } }

.breadcrumbs {
  padding: 16px 0;
  position: relative; }
  .breadcrumbs__item:after {
    background-color: #E1E2E9;
    border-radius: 100%;
    content: '';
    display: block;
    height: 7px;
    margin: 0 16px;
    width: 7px; }
  .breadcrumbs__item:last-of-type:after {
    content: none; }
  .breadcrumbs__home-link {
    color: #090446;
    font-size: 16px;
    text-decoration: none; }
  .breadcrumbs__link, .breadcrumbs__current {
    color: #090446;
    font-size: 0.75rem;
    font-weight: 300;
    text-decoration: none; }
  .breadcrumbs__ellipses {
    background-color: #E1E2E9;
    border-radius: 1px;
    display: block;
    height: 12px;
    line-height: 12px;
    padding: 0 5px;
    width: 23px; }
  .breadcrumbs__mobile-reveal {
    left: 0;
    position: absolute;
    top: 100%;
    top: calc(100% - 10px);
    width: 100%; }
    .breadcrumbs__mobile-reveal__inner {
      background-color: #FFFFFF;
      border-radius: 4px;
      box-shadow: 0 26px 26px 0 rgba(0, 0, 0, 0.09), 0 6px 14px 0 rgba(0, 0, 0, 0.1);
      padding: 12px 0; }
    .breadcrumbs__mobile-reveal__item {
      padding: 12px 24px; }
      .breadcrumbs__mobile-reveal__item .breadcrumbs__link {
        font-weight: 600; }

.blue-bg .breadcrumbs__link, .blue-bg .breadcrumbs__current, .blue-bg .breadcrumbs__home-link {
  color: #FFFFFF; }

.nested-blocks section {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .nested-blocks section {
      margin-bottom: 30px; } }
  .nested-blocks section:last-of-type {
    margin-bottom: 0; }
  .nested-blocks section .container {
    max-width: none;
    padding: 0; }
  .nested-blocks section + p {
    margin-top: 25px; }
    @media (min-width: 768px) {
      .nested-blocks section + p {
        margin-top: 30px; } }
.nested-blocks > p:last-of-type {
  margin-bottom: 0; }

.sidebar-blocks section {
  margin-bottom: 40px; }
  .sidebar-blocks section:last-of-type {
    margin-bottom: 0; }

.dropdown__toggle {
  background-color: #FFFFFF;
  border: 1px solid #C7DFF4;
  border-radius: 4px;
  color: #090446;
  font-size: 0.75rem;
  height: 44px;
  padding: 8px 40px 8px 16px;
  position: relative;
  text-align: left;
  width: 100%; }
  .dropdown__toggle--dark {
    background-color: #090446;
    border-color: #090446;
    color: #FFFFFF; }
  .dropdown__toggle:after {
    color: inherit;
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 16px;
    top: 10px; }
  .dropdown__toggle.show:after {
    content: '\f077'; }
.dropdown .dropdown-menu {
  padding: 6px 0;
  width: 100%; }
  .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item.active {
    font-weight: 600; }

.product-card {
  background-color: #FFFFFF;
  color: #090446;
  height: 100%;
  transition: background-color .3s ease; }
  .product-card:hover, .product-card:focus {
    background-color: #C7DFF4; }
  .product-card > a {
    color: inherit;
    height: 100%;
    font-weight: 300;
    text-decoration: none; }
  .product-card__image {
    background-color: #FFFFFF;
    padding-bottom: 69.94%;
    position: relative;
    width: 100%; }
    .product-card__image img {
      height: 92% !important;
      left: 4%;
      margin: 0 !important;
      object-fit: contain;
      object-position: center;
      position: absolute;
      top: 4%;
      width: 92% !important; }
  .product-card__content {
    padding: 24px; }
  .product-card__title {
    font-size: 0.875rem;
    line-height: 1.2;
    margin: 0; }
  .product-card__categories__tag {
    background-color: #EFF1F5;
    border-radius: 30px;
    color: #090446;
    font-size: 0.625rem;
    font-weight: 600;
    padding: 4px 12px; }

.tabbed-forms__tabs {
  border: none; }
  .tabbed-forms__tabs__item {
    margin-right: 8px; }
    .tabbed-forms__tabs__item:last-of-type {
      margin-right: 0; }
  .tabbed-forms__tabs__button {
    background-color: #C7DFF4;
    border: none;
    color: #090446;
    font-weight: 600;
    padding: 14px 18px;
    transition: background-color .3s ease, color .3s ease; }
    .tabbed-forms__tabs__button.active, .tabbed-forms__tabs__button:hover {
      background-color: #090446;
      color: #FFFFFF; }
    .tabbed-forms__tabs__button--white-active.active, .tabbed-forms__tabs__button--white-active:hover {
      background-color: #FFFFFF;
      color: #090446; }
.tabbed-forms__content {
  background-color: #FFFFFF;
  padding: 48px 32px; }
  @media (min-width: 768px) {
    .tabbed-forms__content {
      padding: 48px; } }
  .tabbed-forms__content__contact-link {
    color: #090446;
    font-size: 1.125rem;
    text-decoration: none; }
    .tabbed-forms__content__contact-link i {
      font-size: 16px; }
  .tabbed-forms__content.blue-bg .tabbed-forms__content__contact-link {
    color: #FFFFFF; }

.search-results__product {
  color: #090446;
  font-weight: 300;
  text-decoration: none; }
  .search-results__product__img {
    height: 86px;
    width: 86px; }
    .search-results__product__img img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%; }
.search-results__page-list__item {
  margin-bottom: 15px; }
  .search-results__page-list__item:last-of-type {
    margin-bottom: 0; }
.search-results__page-list__link {
  color: #090446;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  text-decoration: none; }
  .search-results__page-list__link:hover:before, .search-results__page-list__link:focus:before {
    color: #DE9713; }
  .search-results__page-list__link:before {
    color: #090446;
    content: '\f061';
    display: block;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
    transition: color .3s ease; }
  .search-results__page-list__link span:after {
    color: #C7DFF4;
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    line-height: 16px; }
  .search-results__page-list__link span:last-of-type:after {
    content: none; }

.masthead-carousel {
  background-color: #090446;
  padding-bottom: 250px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1200px) {
    .masthead-carousel {
      padding-bottom: 200px; } }
  @media (min-width: 1344px) and (min-height: 850px) {
    .masthead-carousel {
      padding-bottom: 300px; } }
  .masthead-carousel__slide__video-wrapper:before, .masthead-carousel__slide__inner:before {
    background: linear-gradient(180deg, rgba(9, 4, 70, 0) 47.97%, #090446 89.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 1200px) {
      .masthead-carousel__slide__video-wrapper:before, .masthead-carousel__slide__inner:before {
        background: linear-gradient(180deg, rgba(9, 4, 70, 0) 55%, #090446 89.59%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); } }
  .masthead-carousel__slide__inner {
    background-color: #090446;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding: 200px 0;
    position: relative; }
  .masthead-carousel__slide__video-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .masthead-carousel__slide__video-wrapper:before {
      z-index: 2; }
    .masthead-carousel__slide__video-wrapper iframe {
      height: 130%;
      margin-left: -15%;
      margin-top: -15%;
      width: 130%;
      z-index: 1; }
  .masthead-carousel__slide__container {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease 0.3s, transform 0.6s ease 0.3s; }
  .slick-current .masthead-carousel__slide__container {
    opacity: 1;
    transform: translateY(0); }
  .masthead-carousel__nav {
    bottom: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
    @media (min-width: 768px) and (min-height: 800px) {
      .masthead-carousel__nav {
        bottom: 200px; } }
  .masthead-carousel__bg {
    bottom: 0;
    height: 500px;
    opacity: 0.3;
    left: 0;
    position: absolute;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .masthead-carousel__bg {
        bottom: -100px; } }
    @media (min-width: 1344px) and (min-height: 850px) {
      .masthead-carousel__bg {
        bottom: -50px;
        height: 650px; } }
    .masthead-carousel__bg img {
      transform: translateX(-50%); }
  .masthead-carousel__nav .slick-dots {
    margin: 0 16px; }
  .masthead-carousel__nav .slick-arrow--next {
    order: 3; }

.edit-post-visual-editor .masthead-carousel {
  padding-bottom: 0; }
  .edit-post-visual-editor .masthead-carousel__slide__inner {
    min-height: 0;
    padding: 100px; }
  .edit-post-visual-editor .masthead-carousel__slide__container {
    opacity: 1;
    transform: translateY(0); }
  .edit-post-visual-editor .masthead-carousel__bg {
    display: none; }

.product-search-block {
  padding: 20px 0 80px 0; }
  @media (min-width: 768px) {
    .product-search-block {
      padding: 104px 0; } }

.product-categories {
  padding: 88px 0 58px 0; }
  @media (min-width: 768px) {
    .product-categories {
      padding: 108px 0; } }

.projects-slider__slide {
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  position: relative; }
  .projects-slider__slide:before {
    background: linear-gradient(180deg, rgba(9, 4, 70, 0.1) 68.24%, #0A0547 89.89%), linear-gradient(0deg, rgba(9, 4, 70, 0.1) 20%, #090446 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 768px) {
      .projects-slider__slide:before {
        background: linear-gradient(270deg, rgba(9, 4, 70, 0.1) 20%, rgba(9, 4, 70, 0.6) 100%); } }
  .projects-slider__slide__inner {
    min-height: 573px;
    padding: 50px 0 150px 0; }
    @media (min-width: 1200px) {
      .projects-slider__slide__inner {
        padding: 100px 0 140px 0; } }
  .projects-slider__slide__container {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s ease .3s, transform .6s ease .3s; }
.slick-current .projects-slider__slide__container {
  opacity: 1;
  transform: translateY(0); }
.projects-slider__nav {
  bottom: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }
  @media (min-width: 768px) {
    .projects-slider__nav {
      bottom: 64px; } }
  .projects-slider__nav .slick-dots {
    margin: 0 16px; }
  .projects-slider__nav .slick-arrow--next {
    order: 3; }

.edit-post-visual-editor .projects-slider__slide__inner {
  min-height: 0;
  padding: 100px; }
.edit-post-visual-editor .projects-slider__slide__container {
  opacity: 1;
  transform: translateY(0); }

.statistics {
  overflow: hidden;
  position: relative; }
  .statistics__header:before {
    background-color: #090446;
    bottom: 0;
    content: '';
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 768px) {
      .statistics__header:before {
        height: 50%; } }
  .statistics__header__img:before {
    background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .statistics__col {
    border-right: 1px solid #FFFFFF; }
    .statistics__col:last-of-type {
      border-right: none; }
  .statistics__stat__figure {
    color: #DE9713;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 0; }
    @media (min-width: 768px) {
      .statistics__stat__figure {
        font-size: 5.5rem; } }
  .statistics__stat__description {
    margin: 8px 0 0 0; }
  .statistics__bg {
    background-image: url("../images/smoke-bg-thin.svg");
    background-position: center;
    background-size: cover;
    height: 700px;
    opacity: .3;
    left: 0;
    margin-top: -350px;
    position: absolute;
    top: 50%;
    width: 100%; }
    @media (min-width: 768px) {
      .statistics__bg {
        bottom: -250px;
        height: 500px;
        margin: 0;
        top: auto; } }
    @media (min-width: 1200px) {
      .statistics__bg {
        bottom: -300px;
        height: 600px; } }

.masthead {
  position: relative; }
  .masthead__bg {
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .masthead__bg:before {
      background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, #090446 73%);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .masthead__bg:before {
          background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, #090446 100%); } }
  @media (min-width: 768px) {
    .masthead__main {
      min-height: 300px; } }
  .masthead__main--tall {
    min-height: 415px; }
    @media (min-width: 768px) {
      .masthead__main--tall {
        min-height: 533px; } }
  .masthead__title {
    color: inherit; }

.testimonial-slider {
  background-color: #C7DFF4; }
  .testimonial-slider__testimonial__quote {
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .testimonial-slider__testimonial__quote {
        font-size: 1.375rem; } }
  .testimonial-slider__nav .slick-arrow {
    margin-left: 16px; }
    .testimonial-slider__nav .slick-arrow:first-of-type {
      margin-left: 0; }

@media (min-width: 1200px) {
  .features__col {
    max-width: 33.33333333%;
    min-width: 25%; } }
.features__feature__icon {
  color: #DE9713;
  font-size: 70px;
  line-height: 1; }
.features__feature__image {
  height: 266px;
  width: 100%; }
  .features__feature__image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%; }

.two-col-multi-image__image-group {
  height: 430px;
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .two-col-multi-image__image-group {
      margin-bottom: 0; } }
  .two-col-multi-image__image-group__inner {
    height: 430px;
    left: 0;
    padding-top: 70px;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .two-col-multi-image__image-group__inner {
        justify-content: flex-end;
        left: auto;
        padding-right: 32px;
        right: 50%;
        width: 50%; } }
.two-col-multi-image__image {
  height: 360px;
  margin-right: 8px;
  position: relative;
  width: 33.33333333%; }
  .two-col-multi-image__image:first-of-type {
    margin-top: -15px; }
  .two-col-multi-image__image:nth-child(2) {
    margin-top: -70px; }
  .two-col-multi-image__image:last-of-type {
    margin-right: 0; }
  .two-col-multi-image__image:before {
    background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .two-col-multi-image__image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%; }
.two-col-multi-image--flipped .two-col-multi-image__image-group {
  margin-bottom: 0;
  margin-top: 80px; }
  @media (min-width: 992px) {
    .two-col-multi-image--flipped .two-col-multi-image__image-group {
      margin-top: 0; } }
  .two-col-multi-image--flipped .two-col-multi-image__image-group__inner {
    bottom: 0;
    top: auto; }
    @media (min-width: 992px) {
      .two-col-multi-image--flipped .two-col-multi-image__image-group__inner {
        justify-content: flex-start;
        left: auto;
        padding-left: 32px;
        padding-right: 0;
        right: 0;
        width: 50%; } }

.two-col-simple__block-wrapper {
  padding: 50px 32px; }
  @media (min-width: 768px) {
    .two-col-simple__block-wrapper {
      padding: 100px 32px; } }
  @media (min-width: 992px) {
    .two-col-simple__block-wrapper {
      padding: 100px 0 100px 100px; } }
@media (min-width: 992px) {
  .two-col-simple__img {
    min-height: 450px; } }
@media (min-width: 1200px) {
  .two-col-simple__img {
    min-height: 529px; } }
.two-col-simple__img__inner {
  position: relative; }
  @media (min-width: 992px) {
    .two-col-simple__img__inner {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 50%; } }
  @media (min-width: 992px) {
    .two-col-simple__img__inner img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%; } }
  .two-col-simple__img__inner--gradient:before {
    background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.6) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
@media (min-width: 992px) {
  .two-col-simple .two-col-simple--flipped .two-col-simple__block-wrapper {
    padding: 100px 100px 100px 0; } }
@media (min-width: 992px) {
  .two-col-simple .two-col-simple--flipped .two-col-simple__img__inner {
    left: auto;
    right: 0; } }
.two-col-simple.yellow-bg .two-col-simple__block-wrapper {
  padding: 70px 32px; }
  @media (min-width: 768px) {
    .two-col-simple.yellow-bg .two-col-simple__block-wrapper {
      padding: 100px 32px; } }
  @media (min-width: 992px) {
    .two-col-simple.yellow-bg .two-col-simple__block-wrapper {
      padding: 100px 0 100px 100px; } }
  .two-col-simple.yellow-bg .two-col-simple__block-wrapper .subheading {
    color: #FFFFFF !important; }
@media (min-width: 992px) {
  .two-col-simple.yellow-bg .two-col-simple--flipped .two-col-simple__block-wrapper {
    padding: 130px 100px 130px 0; } }

.icon-list {
  margin: 50px 0 !important; }
  .icon-list__item {
    font-weight: 600;
    margin-bottom: 15px; }
    .icon-list__item:last-of-type {
      margin-bottom: 0; }
    .icon-list__item__icon {
      color: #DE9713;
      font-size: 28px;
      line-height: 28px;
      margin-right: 20px; }

.yellow-bg .icon-list__item__icon {
  color: #FFFFFF; }

.featured-content {
  background-color: #090446;
  padding-top: 270px;
  position: relative; }
  .featured-content__bg {
    background-position: center;
    background-size: cover;
    height: 320px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .featured-content__bg {
        background-position: right center;
        height: 100%; } }
    .featured-content__bg:before {
      background: linear-gradient(to bottom, rgba(9, 4, 70, 0) 0%, #090446 100%);
      bottom: 0;
      content: '';
      display: block;
      height: 90%;
      left: 0;
      position: absolute;
      width: 100%; }
      @media (min-width: 768px) {
        .featured-content__bg:before {
          background: linear-gradient(270deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.8) 75.5%);
          height: 100%; } }
  @media (min-width: 768px) {
    .featured-content {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .featured-content__content {
      min-height: 600px;
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .featured-content__content {
      min-height: 822px; } }
  @media (min-width: 768px) {
    .featured-content--flipped .featured-content__bg {
      background-position: left center; } }
  @media (min-width: 768px) {
    .featured-content--flipped .featured-content__bg:before {
      background: linear-gradient(90deg, rgba(9, 4, 70, 0) 0%, rgba(9, 4, 70, 0.8) 75.5%); } }

.related-products__nav .slick-arrow {
  margin-left: 16px; }
  .related-products__nav .slick-arrow:first-of-type {
    margin-left: 0; }
.related-products .slick-slide > .product {
  height: 100%; }

.featured-project__link {
  background-color: #090446;
  color: #FFFFFF;
  display: block;
  font-weight: 300;
  padding-top: 300px;
  position: relative;
  text-decoration: none; }
  @media (min-width: 768px) {
    .featured-project__link {
      padding-top: 0; } }
  .featured-project__link:hover, .featured-project__link:focus {
    text-decoration: none; }
    .featured-project__link:hover .featured-project__bg:before, .featured-project__link:focus .featured-project__bg:before {
      opacity: 0; }
    .featured-project__link:hover .featured-project__bg:after, .featured-project__link:focus .featured-project__bg:after {
      opacity: 1; }
.featured-project__bg {
  background-position: center;
  background-size: cover;
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .featured-project__bg {
      height: 100%; } }
  .featured-project__bg:before, .featured-project__bg:after {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1; }
  .featured-project__bg:before {
    background: linear-gradient(to bottom, rgba(9, 4, 70, 0) 0%, #090446 100%);
    content: ''; }
    @media (min-width: 768px) {
      .featured-project__bg:before {
        background: linear-gradient(270deg, rgba(9, 4, 70, 0.1) 20%, rgba(9, 4, 70, 0.6) 100%);
        opacity: 1; } }
  @media (min-width: 768px) {
    .featured-project__bg:after {
      background: linear-gradient(270deg, rgba(9, 4, 70, 0.6) 20%, rgba(9, 4, 70, 0.6) 100%);
      content: '';
      opacity: 0; } }
@media (min-width: 768px) {
  .featured-project__inner {
    min-height: 540px; } }

.image-gallery__image {
  height: 253px; }
  @media (min-width: 768px) {
    .image-gallery__image {
      height: 386px; } }
  .image-gallery__image img {
    max-height: 100%;
    width: auto; }
.image-gallery__nav .slick-arrow {
  margin-left: 16px; }
  .image-gallery__nav .slick-arrow:first-of-type {
    margin-left: 0; }

@media (min-width: 992px) {
  .contact-forms__sidebar {
    margin-top: 52px; } }
.contact-forms__sidebar__email {
  background-color: #090446;
  margin-top: 30px;
  padding: 32px 24px; }
  .contact-forms__sidebar__email:first-of-type {
    margin-top: 0; }
  .contact-forms__sidebar__email__link {
    text-decoration: none; }
    .contact-forms__sidebar__email__link:hover, .contact-forms__sidebar__email__link:focus {
      text-decoration: none; }
.contact-forms__socials__item {
  margin-right: 8px; }
  .contact-forms__socials__item:last-of-type {
    margin-right: 0; }
.contact-forms__socials__link {
  color: #090446;
  font-size: 1rem;
  text-decoration: none; }

@media (min-width: 992px) {
  .addresses__col {
    min-width: 50%; } }
.addresses__address {
  height: 100%; }
  .addresses__address__content {
    padding: 32px; }
    @media (min-width: 576px) {
      .addresses__address__content {
        min-height: 315px;
        padding: 48px;
        width: 288px; } }
  .addresses__address__details p {
    margin: 0; }
  .addresses__address__map-link {
    color: #FFFFFF;
    text-decoration: none; }
    .addresses__address__map-link:hover, .addresses__address__map-link:focus {
      text-decoration: none; }
      .addresses__address__map-link:hover span, .addresses__address__map-link:focus span {
        text-decoration: underline; }
  .addresses__address__map {
    height: 315px;
    width: 100%; }
    @media (min-width: 576px) {
      .addresses__address__map {
        height: 100%; } }

.team-members__department {
  margin-bottom: 64px; }
  .team-members__department:last-of-type {
    margin-bottom: 0; }
.team-members__member {
  background-color: #C7DFF4;
  height: 100%; }
  .team-members__member__content {
    padding: 40px; }
  .team-members__member__social-link {
    color: #090446;
    text-decoration: none; }
    .team-members__member__social-link:hover, .team-members__member__social-link:focus {
      text-decoration: none; }
      .team-members__member__social-link:hover span, .team-members__member__social-link:focus span {
        text-decoration: underline; }

.call-to-action__inner {
  padding: 210px 0; }
  @media (min-width: 576px) {
    .call-to-action__inner {
      min-height: 360px;
      padding: 50px 0; } }
  .call-to-action__inner:before, .call-to-action__inner:after {
    background-size: cover;
    content: '';
    display: block;
    height: 176px;
    left: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 576px) {
      .call-to-action__inner:before, .call-to-action__inner:after {
        height: 100%;
        width: 200px; } }
    @media (min-width: 992px) {
      .call-to-action__inner:before, .call-to-action__inner:after {
        width: 342px; } }
  .call-to-action__inner:before {
    background-position: center bottom;
    top: 0; }
    @media (min-width: 576px) {
      .call-to-action__inner:before {
        background-position: center right;
        left: 0; } }
  .call-to-action__inner:after {
    background-position: center top;
    bottom: 0; }
    @media (min-width: 576px) {
      .call-to-action__inner:after {
        background-position: center left;
        left: auto;
        right: 0; } }
  .call-to-action__inner--light {
    background-color: #C7DFF4;
    color: #090446; }
    .call-to-action__inner--light:before {
      background-image: url("../images/cta-bg-top-light.svg"); }
      @media (min-width: 576px) {
        .call-to-action__inner--light:before {
          background-image: url("../images/cta-bg-left-light.svg"); } }
    .call-to-action__inner--light:after {
      background-image: url("../images/cta-bg-bottom-light.svg"); }
      @media (min-width: 576px) {
        .call-to-action__inner--light:after {
          background-image: url("../images/cta-bg-right-light.svg"); } }
  .call-to-action__inner--dark {
    background-color: #090446;
    color: #FFFFFF; }
    .call-to-action__inner--dark:before {
      background-image: url("../images/cta-bg-top-dark.svg"); }
      @media (min-width: 576px) {
        .call-to-action__inner--dark:before {
          background-image: url("../images/cta-bg-left-dark.svg"); } }
    .call-to-action__inner--dark:after {
      background-image: url("../images/cta-bg-bottom-dark.svg"); }
      @media (min-width: 576px) {
        .call-to-action__inner--dark:after {
          background-image: url("../images/cta-bg-right-dark.svg"); } }
.call-to-action__text {
  color: inherit; }
.call-to-action__contact-detail {
  margin-top: 10px; }
  .call-to-action__contact-detail:first-of-type {
    margin-top: 0; }
  .call-to-action__contact-detail__link {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none; }
    @media (min-width: 576px) {
      .call-to-action__contact-detail__link {
        font-size: 1.125rem; } }
    .call-to-action__contact-detail__link:hover {
      text-decoration: none; }
.call-to-action--sidebar {
  margin-left: -32px;
  margin-right: -32px; }
  @media (min-width: 576px) {
    .call-to-action--sidebar {
      margin-left: 0;
      margin-right: 0; } }
  .call-to-action--sidebar .call-to-action__inner {
    padding: 135px 32px; }
    @media (min-width: 768px) {
      .call-to-action--sidebar .call-to-action__inner {
        padding-left: 40px;
        padding-right: 40px; } }
    .call-to-action--sidebar .call-to-action__inner:before, .call-to-action--sidebar .call-to-action__inner:after {
      width: 100%; }
    .call-to-action--sidebar .call-to-action__inner:before {
      background-image: url("../images/cta-bg-top-light.svg");
      background-position: center bottom;
      height: 135px; }
    .call-to-action--sidebar .call-to-action__inner:after {
      background-image: url("../images/cta-bg-bottom-light.svg");
      background-position: center top;
      height: 115px; }

.map-block__map {
  height: 273px;
  width: 100%; }
  @media (min-width: 768px) {
    .map-block__map {
      height: 400px; } }
  @media (min-width: 992px) {
    .map-block__map {
      height: 100%;
      min-height: 529px;
      width: 50vw; } }

.brochure-download__link {
  color: #FFFFFF;
  display: block;
  font-weight: 300;
  text-decoration: none; }
  .brochure-download__link:hover, .brochure-download__link:focus {
    text-decoration: none; }
.brochure-download__content {
  background-color: #090446;
  height: 100%;
  padding: 24px; }
.brochure-download__img {
  background-color: #FFFFFF;
  height: 100%;
  padding: 24px; }
  .brochure-download__img img {
    max-height: 174px; }

.news-article-sidebar {
  width: 100%; }
  @media (min-width: 1200px) {
    .news-article-sidebar {
      max-width: 410px; } }

.product-page__header {
  background-color: #FFFFFF; }
  .product-page__header__categories {
    overflow: auto;
    white-space: nowrap; }
    .product-page__header__categories__item:after {
      color: #C7DFF4;
      content: '\f054';
      font-family: "Font Awesome 6 Pro";
      font-size: 14px;
      font-weight: 400;
      margin: 0 10px; }
    .product-page__header__categories__item:last-of-type:after {
      content: none; }
    .product-page__header__categories__item--first {
      margin-right: 16px; }
      .product-page__header__categories__item--first:after {
        content: none; }
    .product-page__header__categories__link {
      color: #090446;
      font-weight: 300;
      text-decoration: none; }
.product-page__images__thumbs {
  overflow: auto; }
  @media (min-width: 768px) {
    .product-page__images__thumbs {
      overflow: hidden; } }
  .product-page__images__thumbs__item {
    border: 1px solid #FFFFFF;
    height: 79px;
    position: relative;
    width: 100%; }
    .product-page__images__thumbs__item:hover {
      cursor: pointer; }
    .product-page__images__thumbs__item:hover, .product-page__images__thumbs__item.active {
      border-color: #154AE5; }
      @media (min-width: 768px) {
        .product-page__images__thumbs__item:hover, .product-page__images__thumbs__item.active {
          border-color: #C7DFF4; } }
    .product-page__images__thumbs__item img {
      object-fit: contain;
      object-position: center;
      max-height: 100%;
      max-width: 100%; }
    .product-page__images__thumbs__item--video:before {
      color: #000;
      content: '\f144';
      display: block;
      font-family: "Font Awesome 6 Pro";
      font-size: 32px;
      font-weight: 900;
      line-height: 32px;
      opacity: .5;
      left: 50%;
      margin-left: -16px;
      margin-top: -16px;
      position: absolute;
      top: 50%; }
.product-page__tabs__item {
  margin-right: 6px; }
  .product-page__tabs__item:last-of-type {
    margin-right: 0; }
.product-page__brochure {
  margin-bottom: 25px; }
  .product-page__brochure:last-of-type {
    margin-bottom: 0; }
  .product-page__brochure__link {
    color: #090446;
    text-decoration: none; }
    .product-page__brochure__link__img {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
      max-width: 80px; }
      @media (min-width: 768px) {
        .product-page__brochure__link__img {
          max-width: 106px; } }
.product-page__sheets-wrapper {
  position: relative; }
  .product-page__sheets-wrapper.loading:before, .product-page__sheets-wrapper.loading:after {
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .product-page__sheets-wrapper.loading:before {
    background-color: #EFF1F5;
    content: '';
    height: 100%;
    opacity: .8;
    top: 0; }
  .product-page__sheets-wrapper.loading:after {
    animation: fa-spin 2s linear infinite;
    color: #090446;
    content: '\f110';
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
    top: 50%;
    width: 100%; }
.product-page__sheets {
  border-top: 1px solid #C7DFF4; }
  .product-page__sheets__item {
    border-bottom: 1px solid #C7DFF4;
    padding: 16px 0; }
  .product-page__sheets__link {
    background-color: transparent;
    border: none;
    color: #090446;
    font-weight: 300;
    padding: 0;
    text-decoration: underline;
    width: 100%; }
.product-page__sheets-form {
  background-color: #FFFFFF;
  border: 1px solid #C7DFF4;
  padding: 20px; }
  @media (min-width: 768px) {
    .product-page__sheets-form {
      padding: 40px; } }

.project-page__featured-img img {
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  width: 100%; }
  @media (min-width: 768px) {
    .project-page__featured-img img {
      max-height: 500px; } }
  @media (min-width: 1200px) {
    .project-page__featured-img img {
      max-height: 648px; } }

@media (min-width: 768px) {
  .news-listing__category-filter {
    margin-left: auto;
    max-width: 335px; } }

.search-page__search-box#algolia-search-box .ais-SearchBox-form {
  background-color: #FFFFFF;
  border-radius: 100px;
  display: flex;
  height: 44px;
  max-width: 638px;
  width: 100%; }
  .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input {
    background-color: transparent;
    border: none;
    font-size: 0.75rem;
    font-weight: 300;
    height: 100%;
    padding: 0 24px;
    width: 100%; }
    @supports (-webkit-touch-callout: none) {
      .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input {
        /* iOS devices only */
        font-size: 1rem; } }
    .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input::placeholder {
      color: #090446; }
    .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input:focus {
      outline: none; }
    .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input::-webkit-search-decoration, .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input::-webkit-search-cancel-button, .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input::-webkit-search-results-button, .search-page__search-box#algolia-search-box .ais-SearchBox-form input.ais-SearchBox-input::-webkit-search-results-decoration {
      -webkit-appearance: none; }
  .search-page__search-box#algolia-search-box .ais-SearchBox-form .ais-SearchBox-submit {
    background-color: #DE9713;
    border: none;
    border-radius: 100%;
    color: #090446;
    display: block !important;
    font-size: 16px;
    height: 44px;
    min-width: 44px;
    text-align: center;
    width: 44px; }
    .search-page__search-box#algolia-search-box .ais-SearchBox-form .ais-SearchBox-submit svg {
      height: 16px !important;
      width: 16px !important; }
.search-page__filter-btn {
  background-color: transparent;
  border: 0;
  color: #090446;
  font-weight: 600;
  padding: 0; }
.search-page__grid .ais-Hits-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .search-page__grid .ais-Hits-list .ais-Hits-item {
    flex: 0 0 auto;
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 100%; }
    @media (min-width: 576px) {
      .search-page__grid .ais-Hits-list .ais-Hits-item {
        width: 50%; } }
    @media (min-width: 768px) {
      .search-page__grid .ais-Hits-list .ais-Hits-item {
        width: 33.33333333%; } }
.search-page__categories .ais-HierarchicalMenu-item {
  margin-bottom: 16px; }
  .search-page__categories .ais-HierarchicalMenu-item:last-of-type {
    margin-bottom: 0; }
  .search-page__categories .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link {
    color: #090446;
    display: inline-block;
    font-size: 0.75rem;
    padding-left: 22px;
    position: relative;
    text-decoration: none; }
    .search-page__categories .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link:before {
      content: '\f0c8';
      display: block;
      font-family: "Font Awesome 6 Pro";
      font-size: 14px;
      font-weight: 400;
      left: 0;
      line-height: 14px;
      position: absolute;
      top: 2px; }
    .search-page__categories .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link--selected:before {
      content: '\f14a'; }
    .search-page__categories .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link .ais-HierarchicalMenu-count {
      font-weight: 300; }
  .search-page__categories .ais-HierarchicalMenu-item .ais-HierarchicalMenu-list {
    padding-top: 15px; }
.search-page__filters {
  background-color: #FFFFFF;
  height: 100%;
  left: -100vw;
  padding: 64px 32px;
  position: fixed;
  top: 0;
  transition: left .5s ease;
  width: 100%;
  z-index: 500; }
  .search-page__filters.open {
    left: 0; }
  @media (min-width: 992px) {
    .search-page__filters {
      background-color: transparent;
      left: auto;
      padding: 0;
      position: static; } }
  .search-page__filters__inner {
    height: 100%;
    overflow: auto; }
    @media (min-width: 992px) {
      .search-page__filters__inner {
        overflow: visible; } }
  .search-page__filters__close {
    color: #090446;
    text-decoration: none; }
.search-page__pagination .ais-Pagination-list {
  margin: 0;
  padding: 0; }
  .search-page__pagination .ais-Pagination-list .ais-Pagination-item {
    margin-right: 10px; }
    .search-page__pagination .ais-Pagination-list .ais-Pagination-item:last-of-type {
      margin-right: 0; }
    .search-page__pagination .ais-Pagination-list .ais-Pagination-item .ais-Pagination-link {
      color: #090446;
      text-decoration: none; }

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