@font-face {
  font-family: "Haas Grot Default";
  src: url("../fonts/HaasGrotDisp-65Medium.otf") format("otf"),
    url("../fonts/HaasGrotDisp-65Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Haas Grot Thin";
  src: url("../fonts/HaasGrotDisp-35Thin.otf") format("otf"),
    url("../fonts/HaasGrotDisp-35Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Haas Grot Extra Thin";
  src: url("../fonts/HaasGrotDisp-25XThin.otf") format("otf"),
    url("../fonts/HaasGrotDisp-25XThin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Haas Grot Bold";
  src: url("../fonts/HaasGrotDisp-75Bold.otf") format("otf"),
    url("../fonts/HaasGrotDisp-75Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Haas Grot Extra Bold";
  src: url("../fonts/HaasGrotDisp-95Black.otf") format("otf"),
    url("../fonts/HaasGrotDisp-95Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.non-slider .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1423px;
  padding: 0 25px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}

.non-slider .content-and-image {
  display: flex !important;
  flex-direction: row;
  position: relative;
  height: 100%;
}

.non-slider .content {
  display: flex;
  flex-direction: column;
}

.non-slider .buttons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.non-slider .col-1 {
  width: 8.33%;
  display: flex;
}
.non-slider .col-2 {
  width: 16.66%;
  display: flex;
}
.non-slider .col-4 {
  width: 33.33%;
  display: flex;
}
.non-slider .col-6 {
  width: 50%;
  display: flex;
}

/* Product Image */

.non-slider .image-left,
.non-slider .image-right {
  display: flex;
  justify-content: center;
}

.non-slider {
  width: 100%;
  height: 100%;
}

.non-slider .non_slide {
  height: 550px;
  padding: 35px 0 61px;
  box-sizing: content-box;
  display: flex;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
}

@media (max-height: 850px) {
  .non-slider .non_slide.non_backgroundvideo .video-wrapper {
    transform:  scale(1.5);
  }
}

.non-slider .non_backgroundimage {
  position: relative;
}

.non-slider .non_backgroundimage > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.non-slider .non_aligncenter {
  justify-content: center;
  text-align: center;
}

.non-slider .non_alignright {
  justify-content: flex-end;
  text-align: right;
}

.non-slider .non_alignright .buttons {
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.non-slider .non_alignleft .buttons {
  width: 100%;
  justify-content: flex-start;
}

.non-slider .non_aligncenter .buttons {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.non-slider .non_alignmiddle {
  align-items: center;
}

.non-slider .non_alignbottom {
  align-items: flex-end;
}

.non-slider .non_alignmiddlebottom {
  align-items: flex-start;
}

.non-slider h2 {
  font-size: 48px !important;
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.non-slider h2.non_default {
  font-family: "Haas Grot Default", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider h2.non_thin {
  font-family: "Haas Grot Thin", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider h2.non_extrathin {
  font-family: "Haas Grot Extra Thin", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider h2.non_bold {
  font-family: "Haas Grot Bold", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider h2.non_extrabold {
  font-family: "Haas Grot Extra Bold", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

/* Colours */

.non-slider .non_default,
.non-slider .non_default p {
  color: #004fa3;
}

.non-slider .non_light,
.non-slider .non_light p {
  color: #fff !important;
}

.non-slider .non_dark,
.non-slider .non_dark p {
  color: #333 !important;
}

.non-slider div p {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.2em;
}

.non-slider div.non_default {
  font-family: "Haas Grot Default", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider div.non_thin {
  font-family: "Haas Grot Thin", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider div.non_extrathin {
  font-family: "Haas Grot Extra Thin", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider div.non_bold {
  font-family: "Haas Grot Bold", sans-serif;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.non-slider div.non_default strong {
  font-family: "Haas Grot Bold", sans-serif;
}

.non-slider div.non_thin strong {
  font-family: "Haas Grot Default", sans-serif;
}

.non-slider div.non_extrathin strong {
  font-family: "Haas Grot Thin", sans-serif;
}

.non-slider div.non_bold strong {
  font-family: "Haas Grot Extra Bold", sans-serif;
}

.non-slider .button:not(.mfp-close) {
  border: none;
  border-radius: 9px;
  background-color: #004fa3;
  color: white;
  font-size: 20px;
  font-weight: 500;
  height: auto;
  text-transform: inherit;
  line-height: 1.3em;
  letter-spacing: 0.05px;
  -webkit-appearance: none;
  padding: 11px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  width: 100%;
  margin-right: 5px;
  display: block;
  text-align: center;
}

.non-slider .button.non_defaultfilled {
  border: 2px solid #004fa3;
  background-color: #004fa3;
  color: #fff;
}

.non-slider .button.non_defaultfilled:hover {
  border-color: #0068d7;
  background-color: #0068d7;
}

.non-slider .button.non_lightfilled {
  border: 2px solid #fff;
  background-color: #fff;
  color: #004fa3;
}

.non-slider .button.non_lightfilled:hover {
  border-color: #0068d7;
  background-color: #0068d7;
  color: #fff;
}

.non-slider .button.non_darkfilled {
  border: 2px solid #333;
  background-color: #333;
  color: #fff;
}

.non-slider .button.non_darkfilled:hover {
  border-color: #0068d7;
  background-color: #0068d7;
  color: #fff;
}

.non-slider .button.non_defaultfilled.non_outline {
  background-color: transparent;
  border: 2px solid #004fa3;
  color: #004fa3;
}

.non-slider .button.non_defaultfilled.non_outline:hover {
  border: 2px solid #004fa3;
  background-color: #004fa3;
  color: #fff;
}

.non-slider .button.non_lightfilled.non_outline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.non-slider .button.non_lightfilled.non_outline:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #004fa3;
}

.non-slider .button.non_darkfilled.non_outline {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}

.non-slider .button.non_darkfilled.non_outline:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.non-slider .image-left img,
.non-slider .image-right img {
  max-width: 90%;
  width: auto;
  height: auto;
}

.non-slider .image-top img,
.non-slider .image-bottom img {
  max-width: 90%;
  max-height: 180px;
  width: auto;
}

.non-slider .image-top img {
  margin-bottom: 20px;
}

.non-slider .image-bottom img {
  margin-top: 20px;
}

.non-slider .non_alignright .image-top,
.non-slider .non_alignright .image-bottom {
  display: flex;
  justify-content: flex-end;
}

.non-slider .img-wrap-middle {
  display: flex;
  flex-direction: row;
}

.non-slider .non_aligntop .content-and-image-wrap {
  display: flex;
  align-items: center;
  align-self: flex-start;
  width: 100%;
}

.non-slider .non_alignmiddle .content-and-image-wrap {
  display: flex;
  align-items: center;
  align-self: center;
  width: 100%;
}

.non-slider .non_alignbottom .content-and-image-wrap {
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: 100%;
}

.non-slider .non_aligleft .content-and-image-wrap {
  justify-content: flex-start;
}

.non-slider .non_aligncenter .content-and-image-wrap {
  justify-content: center;
}

.non-slider .non_alignright .content-and-image-wrap {
  justify-content: flex-end;
}

/* Video BG */
.non-slider .feature {
  position: absolute;
  top: 0;
  width: calc(100% + 70px);
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: -35px;
  left: 0;
}

.non-slider .video-bg {
  height: 100%;
  background-color: #333;
  position: relative;
}

.non-slider .video-bg .img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.non-slider .video-wrapper {
  position: absolute;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);*/
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  /*padding-bottom: 56.25%;*/
  background-size: cover;
  background-repeat: no-repeat;
}

.non-slider .video-wrapper iframe {
  height: calc(100% + 250px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  margin-top: -200px;
}

.non-slider .non_backgroundvideo {
  overflow: hidden;
}

.non-slider .video-outter-wrap {
  position: absolute;
}

.mfp-content button {
  background-color: transparent !important;
  font-size: 40px;
  font-family: "Haas Grot Extra Bold", sans-serif;
}

.mfp-iframe-holder .mfp-close {
  right: -35px !important;
}

.non-slider .slick-dots li.slick-active button {
  background-color: #004fa3;
  border-color: #004fa3;
}

.non-slider .slick-dots li button:hover,
.non-slider .slick-dots li button:focus {
  background-color: #004fa3;
  border: solid 1px #004fa3;
}

@media only screen and (max-width: 1340px) {
  .non-slider .col-4 {
    width: 40%;
  }
}

@media only screen and (max-width: 1110px) {
  .non-slider .col-4 {
    width: 50%;
  }

  .non-slider .non_slide h2 {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 992px) {
  .non-slider .col-1 {
    width: 5%;
  }

  .non-slider .col-4 {
    width: 60%;
  }

  .non-slider .non_slide h2 {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 600px) {
  .non-slider .non_slide {
    padding: 35px 10px 61px;
  }

  .non-slider .col-1 {
    width: 20px;
  }

  .non-slider .col-4 {
    width: 90%;
  }

  .non-slider h2 {
    font-size: 30px !important;
    margin-bottom: 10px;
  }

  .non-slider div p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .non-slider .button:not(.mfp-close) {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    margin-top: 6px;
  }

  .non-slider .image-left img,
  .non-slider .image-right img {
    max-width: 75%;
  }

  .non-slider .buttons {
    flex-direction: column;
  }

  .non-slider .buttons .col-6 {
    width: 100%;
  }

  .non-slider .button {
    margin-bottom: 5px;
    padding: 10px;
  }

  .non-slider .image-bottom img {
    margin-top: 10px;
  }

  .non-slider .image-top img {
    margin-bottom: 10px;
  }
}
