/*
Theme Name: Contech
Theme URI: 
Description: Bespoke Wordpress theme created by Contech - Nick Kind, Hello Mellow, TS 251110
Author: Nick Kind, Hello Mellow, TS
Version: 1.0 
*/
/* BEGIN CSS */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
@import "assets/all.css";
#wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.section {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.container {
  clear: both;
  display: inline-block;
  max-width: 1440px;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-left: 120px;
  padding-right: 120px;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1440px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .container {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 980px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 760px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

body {
  background-image: none;
}
body.bg_transparent {
  background-color: transparent;
}
body.bg_light_stone {
  background-color: #e6e0d7;
}
body.bg_stone {
  background-color: #ccc7bf;
}
body.bg_dark_stone {
  background-color: #9e9282;
}
body.bg_grey_dark {
  background-color: #1c1c16;
}
body.bg_white {
  background-color: #ffffff;
}
body.no_scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.section.the_content {
  position: relative;
  z-index: 100;
}
.section.the_content p,
.section.the_content a,
.section.the_content li,
.section.the_content label,
.section.the_content td,
.section.the_content th,
.section.the_content legend {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.section.the_content p {
  margin-bottom: 20px;
}
.section.the_content p strong {
  font-weight: 700;
}
.section.the_content p em {
  font-style: italic;
}
.section.the_content p em strong {
  font-style: italic;
}
.section.the_content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section.the_content a:hover {
  text-decoration: none;
  cursor: pointer;
}
.section.the_content button.link_button,
.section.the_content a.link_button,
.section.the_content .gform_button {
  display: inline-block;
  width: auto;
  padding: 6px 35px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  background-color: #ff6b00;
  border: solid 1px #ff6b00;
  font-weight: 500;
  text-decoration: none;
  transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media (max-width: 760px) {
  .section.the_content button.link_button,
  .section.the_content a.link_button,
  .section.the_content .gform_button {
    padding: 8px 23px;
  }
}
.section.the_content button.link_button:hover,
.section.the_content a.link_button:hover,
.section.the_content .gform_button:hover {
  cursor: pointer;
  color: #ffffff;
  border: solid 1px #000000;
  background-color: #000000;
}
.section.the_content button.link_button i,
.section.the_content a.link_button i,
.section.the_content .gform_button i {
  padding-left: 5px;
  font-size: 16px;
  transition: all 300ms ease-out;
}
.section.the_content button.link_button.thin,
.section.the_content a.link_button.thin,
.section.the_content .gform_button.thin {
  padding: 10px 115px;
}
@media (max-width: 760px) {
  .section.the_content button.link_button.thin,
  .section.the_content a.link_button.thin,
  .section.the_content .gform_button.thin {
    padding: 10px 30px;
  }
}
.section.the_content button.link_button.black,
.section.the_content a.link_button.black,
.section.the_content .gform_button.black {
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
}
.section.the_content button.link_button.black:hover,
.section.the_content a.link_button.black:hover,
.section.the_content .gform_button.black:hover {
  background-color: transparent;
}
.section.the_content ul,
.section.the_content ol {
  margin-left: 18px;
  margin-bottom: 15px;
}
.section.the_content ul li,
.section.the_content ol li {
  margin-bottom: 5px;
}
.section.the_content h1 span,
.section.the_content h2 span,
.section.the_content h3 span,
.section.the_content h4 span,
.section.the_content h5 span,
.section.the_content h6 span {
  font-size: inherit;
  font-weight: inherit;
}
.section.the_content h1 a,
.section.the_content h2 a,
.section.the_content h3 a,
.section.the_content h4 a,
.section.the_content h5 a,
.section.the_content h6 a {
  font-size: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
.section.the_content h1 a:hover,
.section.the_content h2 a:hover,
.section.the_content h3 a:hover,
.section.the_content h4 a:hover,
.section.the_content h5 a:hover,
.section.the_content h6 a:hover {
  text-decoration: none;
}
.section.the_content h1 {
  margin-bottom: 17px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
}
.section.the_content h2 {
  margin-bottom: 17px;
  font-size: 40px;
  line-height: 36px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 760px) {
  .section.the_content h2 {
    font-size: 40px;
    line-height: 26px;
  }
}
.section.the_content h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  font-size: 21px;
  line-height: 32px;
}
.section.the_content h3 span.orange {
  color: #ff6b00;
}
@media (max-width: 760px) {
  .section.the_content h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 760px) {
  .section.the_content h3 {
    font-size: 21px;
    line-height: 27px;
  }
}
.section.the_content h4 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 25px;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 760px) {
  .section.the_content h4 {
    font-size: 21px;
    line-height: 27px;
  }
}
.section.the_content h5 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
.section.the_content h6 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
.section.the_content .the_copy {
  margin-top: 22px;
}
.section.the_content .the_copy.text_align_left {
  text-align: left;
}
.section.the_content .the_copy.text_align_center {
  text-align: center;
}
.section.the_content .the_copy.text_align_right {
  text-align: right;
}
.section.the_content .the_image,
.section.the_content .the_video {
  position: relative;
  overflow: hidden;
}
.section.the_content .the_image .hover_veil,
.section.the_content .the_video .hover_veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  transition: opacity 300ms ease-out;
}
.section.the_content .the_image .hover_veil .hover_veil_overlay,
.section.the_content .the_video .hover_veil .hover_veil_overlay {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
  margin: 0 auto;
  z-index: 20;
}
.section.the_content .the_image .hover_veil .hover_veil_overlay img,
.section.the_content .the_video .hover_veil .hover_veil_overlay img {
  display: inline-block;
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}
.section.the_content .the_image .hover_veil .hover_veil_overlay h5,
.section.the_content .the_video .hover_veil .hover_veil_overlay h5 {
  color: #ffffff;
}
.section.the_content .hover_veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  transition: opacity 300ms ease-out;
}
.section.the_content img {
  width: 100%;
  height: auto;
}
.section.the_content .container.width_medium {
  width: 70%;
}
@media (max-width: 1020px) {
  .section.the_content .container.width_medium {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .section.the_content .container.width_medium {
    width: 90%;
  }
}
@media (max-width: 680px) {
  .section.the_content .container.width_medium {
    width: 100%;
  }
}
.section.the_content .container.width_thin {
  width: 60%;
}
@media (max-width: 1020px) {
  .section.the_content .container.width_thin {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .section.the_content .container.width_thin {
    width: 80%;
  }
}
@media (max-width: 680px) {
  .section.the_content .container.width_thin {
    width: 100%;
  }
}

.line {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  font-size: 0;
}
.line .container {
  padding-top: 0;
  padding-bottom: 0;
}
.line .container .the_line {
  height: 4px;
  background-color: #ff6b00;
}
.line.white {
  background-color: #ffffff;
}

.orange_text {
  color: #ff6b00;
}

#the_404 {
  min-height: 700px;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .gform_wrapper form .gform_body .gform_fields {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .gform_wrapper form .gform_body .gform_fields {
    gap: 0px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  position: relative;
  flex: 0 0 calc(50% - 50px);
  margin: 0px auto;
  margin-bottom: 25px;
  padding: 0;
}
@media (max-width: 1060px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 760px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    flex: 0 0 100%;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-hidden {
  margin-bottom: 0px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 20px;
  font-size: 15px;
  line-height: 33px;
  font-weight: 400;
  z-index: 10;
  transition: all 300ms ease-out;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label.smaller {
  top: -18px;
  font-size: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  position: relative;
  flex: 0 0 100%;
  z-index: 15;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  font-size: 20px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding: 7px 5px;
  padding-bottom: 7px;
  padding-left: 0;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #ffffff;
  background-color: transparent;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 46px;
  resize: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(255, 107, 0, 0.2);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select select {
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
  padding-left: 0 !important;
  padding-bottom: 4px;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #ffffff;
  font-size: 20px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  -webkit-appearance: none;
  background-image: url("images/down_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  color: #ffffff;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select select::-ms-expand {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-textarea {
  flex: 0 0 calc(100% - 50px);
}
@media (max-width: 1060px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-textarea {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (max-width: 760px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-textarea {
    flex: 0 0 calc(100% - 0px);
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-textarea textarea {
  height: 150px;
}
.gform_wrapper form .gform_footer,
.gform_wrapper form .gform_page_footer {
  margin-top: 0px;
  text-align: right;
}
#gform_ajax_spinner_1 {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  margin: 10px auto !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff !important;
  opacity: 1 !important;
}

#header_space {
  display: block;
  height: 100px;
  background-color: #000000;
}
@media (max-width: 760px) {
  #header_space {
    height: 74px;
  }
}

#header {
  position: relative;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 0px;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  background-color: #000000;
  z-index: 2000;
  transition: all 400ms ease;
}
#header.hide {
  top: -200px;
}
@media (max-width: 760px) {
  #header {
    padding: 10px 0px;
  }
}
#header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1250px) {
  #header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 980px) {
  #header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 760px) {
  #header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header #logo {
  position: relative;
  flex: 0 0 222px;
  margin-top: 0px;
  margin-right: 20px;
}
#header #logo img {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  #header #logo {
    flex: 0 0 180px;
  }
}
@media (max-width: 350px) {
  #header #logo {
    flex: 0 0 160px;
  }
}
#header ul#primary_nav {
  margin: 0;
  padding: 0;
  margin-left: 35px;
  margin-right: auto;
}
#header ul#primary_nav li {
  list-style-type: none;
}
#header ul#primary_nav li {
  display: inline-block;
  margin-right: 70px;
  transition: all 300ms ease-out;
}
@media (max-width: 1250px) {
  #header ul#primary_nav li {
    margin-right: 40px;
  }
}
@media (max-width: 1125px) {
  #header ul#primary_nav li {
    margin-right: 30px;
  }
}
@media (max-width: 1055px) {
  #header ul#primary_nav li {
    margin-right: 20px;
  }
}
@media (max-width: 920px) {
  #header ul#primary_nav li {
    display: none;
  }
}
#header ul#primary_nav li a {
  color: #ff6b00;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms ease-out;
}
@media (max-width: 1125px) {
  #header ul#primary_nav li a {
    font-size: 15px;
  }
}
#header ul#primary_nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#header ul#primary_nav li:last-of-type {
  margin-right: 0px;
}
#header ul#primary_nav li ul.sub-menu {
  display: none;
}
#header a#enquire {
  display: flex;
  width: auto;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-out;
}
@media (max-width: 1125px) {
  #header a#enquire {
    font-size: 15px;
  }
}
@media (max-width: 1010px) {
  #header a#enquire {
    font-size: 0px;
    margin-right: 20px;
  }
}
@media (max-width: 920px) {
  #header a#enquire {
    font-size: 19px;
  }
}
@media (max-width: 540px) {
  #header a#enquire {
    font-size: 0px;
  }
}
#header a#enquire img {
  margin-right: 15px;
  transition: all 300ms ease-out;
}
@media (max-width: 920px) {
  #header a#enquire img {
    width: 30px;
    height: auto;
  }
}
#header a#enquire:hover {
  cursor: pointer;
  color: #ff6b00;
}
#header a#enquire:hover img {
  margin-left: 5px;
  margin-right: 10px;
}

#menu_button_wrapper {
  display: none;
}
@media (max-width: 920px) {
  #menu_button_wrapper {
    display: block;
  }
}

#menu_control {
  position: relative;
  width: 50px;
  height: 35px;
  display: block;
  z-index: 220;
}
@media (max-width: 760px) {
  #menu_control {
    width: 40px;
    top: -5px;
  }
}
#menu_control > div {
  margin-top: 9px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#menu_control span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_control span:nth-child(1) {
  top: 0px;
}
#menu_control span:nth-child(2),
#menu_control span:nth-child(3) {
  top: 11px;
}
#menu_control span:nth-child(4) {
  top: 22px;
}
#menu_control.open span:nth-child(1) {
  top: 22px;
  width: 0%;
  left: 50%;
}
#menu_control.open span:nth-child(2) {
  transform: rotate(45deg);
}
#menu_control.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#menu_control.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
@media (max-width: 760px) {
  #menu_control {
    margin-top: 20px;
  }
}

#mobile_veil {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1900;
  display: none;
}

#mobile_menu_wrapper {
  position: fixed;
  top: 0px;
  top: 100px;
  left: -100%;
  width: 100%;
  height: auto;
  padding: 0px 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #202020;
  text-align: left;
  z-index: 1910;
  transition: all 300ms ease-out;
}
@media (max-width: 800px) {
  #mobile_menu_wrapper {
    top: 70px;
  }
}
#mobile_menu_wrapper.in {
  left: 0;
}
@media (max-width: 800px) {
  #mobile_menu_wrapper.in {
    left: 0;
  }
}
#mobile_menu_wrapper ul {
  margin: 0;
  padding: 0;
}
#mobile_menu_wrapper ul li {
  list-style-type: none;
}
#mobile_menu_wrapper ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
#mobile_menu_wrapper ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
}
#mobile_menu_wrapper ul li a:hover, #mobile_menu_wrapper ul li a:active {
  text-decoration: underline;
}
#mobile_menu_wrapper ul li ul {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
}
#mobile_menu_wrapper ul li ul li a {
  font-size: 22px;
  padding-left: 45px;
}
@media (max-width: 350px) {
  #mobile_menu_wrapper ul li ul li a {
    font-size: 20px;
  }
}
#mobile_menu_wrapper .open_the_child,
#mobile_menu_wrapper .close_the_child {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 18px 20px;
  padding-top: 22px;
  padding-bottom: 10px;
  border: none;
  font-size: 0px;
  background-color: transparent;
}
#mobile_menu_wrapper .open_the_child i,
#mobile_menu_wrapper .close_the_child i {
  color: #ffffff;
  font-size: 20px;
}
#mobile_menu_wrapper .open_the_child:hover,
#mobile_menu_wrapper .close_the_child:hover {
  cursor: pointer;
}
#mobile_menu_wrapper .close_the_child {
  display: none;
}
#mobile_menu_wrapper .socials {
  text-align: left;
  padding: 18px 20px;
  padding-bottom: 36px;
}
#mobile_menu_wrapper .socials a {
  display: inline-block;
  margin-right: 30px;
  transition: all 300ms ease-out;
}
#mobile_menu_wrapper .socials a i {
  color: #ffffff;
  font-size: 45px;
}
#mobile_menu_wrapper .socials a:hover i {
  color: #ffffff;
  transition: all 300ms ease-out;
}

footer.section.the_content {
  padding-top: 50px;
  padding-bottom: 33px;
  background-color: #000000;
}
footer.section.the_content .container .content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  transition: all 300ms ease-out;
}
@media (max-width: 1380px) {
  footer.section.the_content .container .content {
    padding-left: 100px;
    padding-left: 50px;
  }
}
@media (max-width: 1290px) {
  footer.section.the_content .container .content {
    padding-left: 50px;
    padding-left: 0px;
  }
}
@media (max-width: 1240px) {
  footer.section.the_content .container .content {
    padding-left: 0px;
  }
}
@media (max-width: 640px) {
  footer.section.the_content .container .content {
    flex-flow: row wrap;
  }
}
footer.section.the_content .container .content .col {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex: 0 0 calc(100% - 340px);
  gap: 70px;
  transition: all 300ms ease-out;
}
@media (max-width: 1410px) {
  footer.section.the_content .container .content .col {
    flex: 0 0 calc(100% - 300px);
    gap: 60px;
  }
}
@media (max-width: 1380px) {
  footer.section.the_content .container .content .col {
    flex: 0 0 calc(100% - 270px);
    gap: 60px;
  }
}
@media (max-width: 1195px) {
  footer.section.the_content .container .content .col {
    flex: 0 0 calc(100% - 220px);
    gap: 50px;
  }
}
@media (max-width: 1120px) {
  footer.section.the_content .container .content .col {
    flex-flow: row wrap;
  }
}
@media (max-width: 640px) {
  footer.section.the_content .container .content .col {
    order: 2;
  }
}
footer.section.the_content .container .content .col .the_copy {
  margin-top: 0;
  text-align: left;
}
footer.section.the_content .container .content .col .the_copy h4 {
  color: #ff6b00;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
footer.section.the_content .container .content .col .the_copy p {
  margin-bottom: 9px;
}
footer.section.the_content .container .content .col .the_copy p,
footer.section.the_content .container .content .col .the_copy a {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}
footer.section.the_content .container .content .col .the_copy.solutions ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
footer.section.the_content .container .content .col .the_copy.solutions ul li {
  list-style-type: none;
}
@media (max-width: 1120px) {
  footer.section.the_content .container .content .col .the_copy.solutions ul {
    flex: 0 0 100%;
  }
}
footer.section.the_content .container .content .col .the_copy.solutions ul li {
  flex: 0 0 50%;
  transition: all 300ms ease-out;
}
@media (max-width: 1120px) {
  footer.section.the_content .container .content .col .the_copy.solutions ul li {
    max-width: 230px;
  }
}
@media (max-width: 760px) {
  footer.section.the_content .container .content .col .the_copy.solutions ul li {
    flex: 0 0 100%;
  }
}
footer.section.the_content .container .content .col .the_copy.solutions ul li a {
  text-decoration: none;
}
footer.section.the_content .container .content .col .the_copy.solutions ul li a:hover {
  text-decoration: underline;
}
footer.section.the_content .container .content .col .the_copy.socials {
  min-width: 100px;
  transition: all 300ms ease-out;
}
@media (max-width: 1120px) {
  footer.section.the_content .container .content .col .the_copy.socials {
    flex: 0 0 100%;
  }
}
footer.section.the_content .container .content .col .the_copy.socials a {
  display: inline-block;
  margin-right: 12px;
  transition: all 300ms ease-out;
}
footer.section.the_content .container .content .col .the_copy.socials a i {
  font-size: 20px;
}
@media (max-width: 760px) {
  footer.section.the_content .container .content .col .the_copy.socials a i {
    font-size: 30px;
  }
}
footer.section.the_content .container .content .col .the_copy.socials a:hover {
  color: #ff6b00;
}
footer.section.the_content .container .content #footer_logo {
  flex: 0 0 190px;
  display: block;
  height: auto;
}
footer.section.the_content .container .content #footer_logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  footer.section.the_content .container .content #footer_logo {
    flex: 0 0 100%;
    order: 1;
    text-align: left;
    margin-bottom: 40px;
  }
  footer.section.the_content .container .content #footer_logo img {
    width: 200px;
  }
}

.site_base {
  background-color: #000000;
}
.site_base .container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1250px) {
  .site_base .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 980px) {
  .site_base .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 760px) {
  .site_base .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site_base .container .content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
@media (max-width: 760px) {
  .site_base .container .content {
    flex-flow: row wrap;
  }
}
.site_base .container .content .col {
  flex: 0 0 50%;
  text-align: left;
}
@media (max-width: 760px) {
  .site_base .container .content .col {
    flex: 0 0 100%;
    text-align: left;
    order: 2;
    margin-top: 20px;
  }
}
.site_base .container .content .col p,
.site_base .container .content .col a,
.site_base .container .content .col li {
  margin: 0;
  font-size: 12px;
  color: #828282;
}
.site_base .container .content .col.second {
  text-align: right;
}
@media (max-width: 760px) {
  .site_base .container .content .col.second {
    flex: 0 0 100%;
    margin-top: 0px;
    text-align: left;
    order: 1;
  }
}
.site_base .container .content .col ul.base_nav {
  margin: 0;
  padding: 0;
}
.site_base .container .content .col ul.base_nav li {
  list-style-type: none;
}
.site_base .container .content .col ul.base_nav li {
  display: inline-block;
}
.site_base .container .content .col ul.base_nav li a {
  text-decoration: none;
}
.site_base .container .content .col ul.base_nav li a:hover {
  text-decoration: underline;
}
.site_base .container .content .col ul.base_nav li:after {
  content: "|";
  padding: 0 4px;
}
.site_base .container .content .col ul.base_nav li:last-of-type:after {
  display: none;
}

.single_image {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center center;
}
.single_image .container .the_copy {
  width: 560px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .single_image .container .the_copy {
    width: 100%;
  }
}
.single_image .container a.link_button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.video .container a.the_video {
  display: block;
  height: 800px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  .video .container a.the_video {
    height: 350px;
  }
}
.video .container a.the_video .the_icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  z-index: 30;
}
.video .container a.the_video:hover .hover_veil {
  opacity: 1;
}

@media (max-width: 760px) {
  .fifty_fifty_text {
    padding-bottom: 0;
  }
}
.fifty_fifty_text .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .fifty_fifty_text .container {
    flex-flow: row wrap;
  }
}
.fifty_fifty_text .container .left_column_copy,
.fifty_fifty_text .container .right_column_copy {
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 760px) {
  .fifty_fifty_text .container .left_column_copy,
  .fifty_fifty_text .container .right_column_copy {
    flex: 0 0 100%;
  }
}
.fifty_fifty_text .container .left_column_copy {
  margin-right: 15px;
}
@media (max-width: 760px) {
  .fifty_fifty_text .container .left_column_copy {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.fifty_fifty_text .container .right_column_copy {
  margin-left: 15px;
}
@media (max-width: 760px) {
  .fifty_fifty_text .container .right_column_copy {
    margin-left: 0;
  }
}

.two_thirds_text .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .two_thirds_text .container {
    flex-flow: row wrap;
  }
}
.two_thirds_text .container .left_column_copy,
.two_thirds_text .container .right_column_copy {
  flex: 0 0 calc(66% - 20px);
}
@media (max-width: 760px) {
  .two_thirds_text .container .left_column_copy,
  .two_thirds_text .container .right_column_copy {
    flex: 0 0 100%;
  }
}
.two_thirds_text .container .left_column_copy {
  margin-right: 15px;
  order: 1;
}
@media (max-width: 760px) {
  .two_thirds_text .container .left_column_copy {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.two_thirds_text .container .left_column_copy.switched {
  order: 2;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 760px) {
  .two_thirds_text .container .left_column_copy.switched {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
.two_thirds_text .container .left_column_copy p:last-of-type {
  margin-bottom: 0;
}
.two_thirds_text .container .right_column_copy {
  flex: 0 0 calc(33% - 20px);
  order: 2;
  margin-left: 15px;
}
@media (max-width: 760px) {
  .two_thirds_text .container .right_column_copy {
    margin-left: 0;
  }
}
.two_thirds_text .container .right_column_copy.switched {
  order: 1;
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 760px) {
  .two_thirds_text .container .right_column_copy.switched {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.text_image .container .top_border {
  display: block;
  height: 1px;
  margin-bottom: 40px;
  background-color: #000000;
}
.text_image .container .the_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .text_image .container .the_content {
    flex-flow: row wrap;
  }
}
.text_image .container .left_column,
.text_image .container .right_column {
  flex: 0 0 calc(33% - 20px);
}
@media (max-width: 760px) {
  .text_image .container .left_column,
  .text_image .container .right_column {
    flex: 0 0 100%;
  }
}
.text_image .container .left_column {
  margin-right: 15px;
  order: 1;
}
@media (max-width: 760px) {
  .text_image .container .left_column {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.text_image .container .left_column.switched {
  order: 2;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 760px) {
  .text_image .container .left_column.switched {
    margin-left: 0;
    margin-right: 0;
  }
}
.text_image .container .right_column {
  flex: 0 0 calc(66% - 20px);
  order: 2;
  margin-left: 15px;
}
.text_image .container .right_column .the_image {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 760px) {
  .text_image .container .right_column .the_image {
    height: 350px;
  }
}
@media (max-width: 760px) {
  .text_image .container .right_column {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.text_image .container .right_column.switched {
  order: 1;
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 760px) {
  .text_image .container .right_column.switched {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.accordion .container .the_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .accordion .container .the_content {
    flex-flow: row wrap;
  }
}
.accordion .container .left_column,
.accordion .container .right_column {
  flex: 0 0 calc(33% - 20px);
}
@media (max-width: 760px) {
  .accordion .container .left_column,
  .accordion .container .right_column {
    flex: 0 0 100%;
  }
}
.accordion .container .left_column {
  margin-right: 15px;
  order: 1;
}
@media (max-width: 760px) {
  .accordion .container .left_column {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.accordion .container .left_column.switched {
  order: 2;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 760px) {
  .accordion .container .left_column.switched {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
.accordion .container .right_column {
  flex: 0 0 calc(66% - 20px);
  order: 2;
  margin-left: 15px;
}
@media (max-width: 760px) {
  .accordion .container .right_column {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.accordion .container .right_column .accordion_wrapper {
  border-bottom: solid 1px #000000;
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  border-top: solid 1px #000000;
  text-align: left;
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3:hover {
  cursor: pointer;
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3 i {
  position: absolute;
  top: 33px;
  right: 0px;
  font-size: 18px;
  transition: all 300ms ease-out;
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3 i.fa-plus {
  opacity: 1;
  transition: all 300ms ease-out;
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3 i.fa-plus.off {
  opacity: 0;
  transform: rotate(45deg);
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3 i.fa-minus {
  display: none;
  transition: all 300ms ease-out;
}
.accordion .container .right_column .accordion_wrapper .accordion_item h3 i.fa-minus.on {
  display: block;
}
.accordion .container .right_column .accordion_wrapper .accordion_item .the_copy {
  margin-top: 0;
  padding-bottom: 20px;
  display: none;
}
.accordion .container .right_column .accordion_wrapper .accordion_item .the_copy .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .accordion .container .right_column .accordion_wrapper .accordion_item .the_copy .row {
    flex-flow: row wrap;
  }
}
.accordion .container .right_column .accordion_wrapper .accordion_item .the_copy .row .column {
  flex: 0 0 65%;
}
@media (max-width: 600px) {
  .accordion .container .right_column .accordion_wrapper .accordion_item .the_copy .row .column {
    flex: 0 0 100%;
  }
}
.accordion .container .right_column .accordion_wrapper .accordion_item .the_copy .row .column:last-of-type {
  flex: 0 0 calc(30% - 50px);
}
@media (max-width: 600px) {
  .accordion .container .right_column .accordion_wrapper .accordion_item .the_copy .row .column:last-of-type {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.accordion .container .right_column.switched {
  order: 1;
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 760px) {
  .accordion .container .right_column.switched {
    order: 2;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.fifty_fifty_image {
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.fifty_fifty_image .container .content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content {
    flex-flow: row wrap;
  }
}
.fifty_fifty_image .container .content .column {
  flex: 0 0 50%;
}
.fifty_fifty_image .container .content .column.the_image {
  overflow: visible;
}
.fifty_fifty_image .container .content .column.the_image img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.fifty_fifty_image .container .content .column.the_image.cover {
  align-self: stretch;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content .column.the_image.cover {
    background-image: none !important;
  }
}
.fifty_fifty_image .container .content .column.the_image.cover img {
  display: none;
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content .column.the_image.cover img {
    display: block;
  }
}
.fifty_fifty_image .container .content .column.the_copy {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content .column.the_copy {
    padding-top: 0px;
  }
}
.fifty_fifty_image .container .content .column.the_copy h3 {
  margin-bottom: 40px;
}
.fifty_fifty_image .container .content .column.the_copy .buttons_wrapper .link_button {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content .column {
    flex: 0 0 100%;
  }
}
.fifty_fifty_image .container .content.image_on_left .the_image {
  order: 1;
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content.image_on_left .the_image {
    order: 2;
  }
}
.fifty_fifty_image .container .content.image_on_left .the_copy {
  order: 2;
  padding-left: 70px;
}
@media (max-width: 980px) {
  .fifty_fifty_image .container .content.image_on_left .the_copy {
    order: 1;
    padding-left: 0px;
    padding-right: 70px;
  }
}
.fifty_fifty_image .container .content.image_on_right .the_image {
  order: 2;
}
.fifty_fifty_image .container .content.image_on_right .the_copy {
  order: 1;
  padding-right: 70px;
}

.two_column_text_with_image .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .two_column_text_with_image .container {
    flex-flow: row wrap;
  }
}
.two_column_text_with_image .container .left_column_copy,
.two_column_text_with_image .container .right_column_copy {
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 760px) {
  .two_column_text_with_image .container .left_column_copy,
  .two_column_text_with_image .container .right_column_copy {
    flex: 0 0 100%;
  }
}
.two_column_text_with_image .container .left_column_copy .the_image,
.two_column_text_with_image .container .right_column_copy .the_image {
  display: block;
  width: 100%;
  height: auto;
}
.two_column_text_with_image .container .left_column_copy {
  margin-right: 15px;
}
@media (max-width: 760px) {
  .two_column_text_with_image .container .left_column_copy {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.two_column_text_with_image .container .left_column_copy.image_left {
  order: 2;
}
.two_column_text_with_image .container .left_column_copy.image_right {
  order: 1;
}
@media (max-width: 760px) {
  .two_column_text_with_image .container .left_column_copy.image_right {
    order: 2;
    margin-top: 50px;
  }
}
.two_column_text_with_image .container .left_column_copy .buttons_wrapper {
  display: block;
  text-align: left;
}
.two_column_text_with_image .container .left_column_copy .buttons_wrapper a {
  margin: 0;
  margin-top: 60px;
  color: #000000;
  background-color: red;
  border-color: red;
}
@media (max-width: 760px) {
  .two_column_text_with_image .container .left_column_copy .buttons_wrapper a {
    width: 100%;
    margin-top: 20px;
  }
}
.two_column_text_with_image .container .left_column_copy .buttons_wrapper a:hover {
  background-color: red;
  border-color: red;
  color: #ffffff;
}
.two_column_text_with_image .container .right_column_copy {
  margin-left: 15px;
}
@media (max-width: 760px) {
  .two_column_text_with_image .container .right_column_copy {
    margin-left: 0;
  }
}
.two_column_text_with_image .container .right_column_copy.image_left {
  order: 1;
}
.two_column_text_with_image .container .right_column_copy.image_right {
  order: 2;
}
@media (max-width: 760px) {
  .two_column_text_with_image .container .right_column_copy.image_right {
    order: 1;
  }
}

.feature .container .feature_title_first,
.feature .container .feature_title_second {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 66%;
}
@media (max-width: 760px) {
  .feature .container .feature_title_first,
  .feature .container .feature_title_second {
    width: 100%;
  }
}
.feature .container .feature_title_first h2,
.feature .container .feature_title_second h2 {
  margin-right: 20px;
  white-space: nowrap;
}
.feature .container .feature_title_first .the_line,
.feature .container .feature_title_second .the_line {
  flex: 1 1 100%;
  height: 1px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000;
}
.feature .container .feature_title_first.feature_title_second,
.feature .container .feature_title_second.feature_title_second {
  margin-bottom: 30px;
}
.feature .container .feature_title_first.feature_title_second h2,
.feature .container .feature_title_second.feature_title_second h2 {
  margin-left: 20px;
  margin-right: 0px;
}
.feature .container .choose_features_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 760px) {
  .feature .container .choose_features_wrapper {
    flex-flow: row wrap;
    gap: 0px;
  }
}
.feature .container .choose_features_wrapper .feature_item {
  flex: 1 0 calc(33% - 30px);
}
@media (max-width: 760px) {
  .feature .container .choose_features_wrapper .feature_item {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .feature .container .choose_features_wrapper .feature_item:last-of-type {
    margin-bottom: 0px;
  }
}
.feature .container .choose_features_wrapper .feature_item .the_image {
  display: block;
  height: 600px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  .feature .container .choose_features_wrapper .feature_item .the_image {
    height: 450px;
  }
}
.feature .container .choose_features_wrapper .feature_item a:hover .hover_veil {
  opacity: 1;
}
@media (max-width: 760px) {
  .feature .container .choose_features_wrapper .feature_item .the_copy {
    margin-top: 10px;
  }
}

.image_carousel {
  overflow: hidden;
  overflow: visible;
}
.image_carousel .container {
  padding-bottom: 10px;
  font-size: 0;
}
.image_carousel .container .image_carousel_wrapper {
  position: relative;
  overflow: visible;
  font-size: 0;
}
.image_carousel .container .image_carousel_wrapper .choose_images,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile {
  margin: 0;
  padding: 0;
  transition: all 300ms ease-out;
  position: relative;
  overflow: visible;
  font-size: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}
.image_carousel .container .image_carousel_wrapper .choose_images li,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile li {
  list-style-type: none;
}
@media (max-width: 1250px) {
  .image_carousel .container .image_carousel_wrapper .choose_images,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.image_carousel .container .image_carousel_wrapper .choose_images .slick-list,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile .slick-list {
  overflow: visible !important;
}
.image_carousel .container .image_carousel_wrapper .choose_images .the_slide,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_slide {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .image_carousel .container .image_carousel_wrapper .choose_images .the_slide,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_slide {
    flex-flow: row wrap;
  }
}
.image_carousel .container .image_carousel_wrapper .choose_images .the_image,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_image {
  flex: 1 1 50%;
  align-self: stretch;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
}
.image_carousel .container .image_carousel_wrapper .choose_images .the_image img,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_image img {
  display: none;
}
@media (max-width: 760px) {
  .image_carousel .container .image_carousel_wrapper .choose_images .the_image img,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_image img {
    display: block;
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 760px) {
  .image_carousel .container .image_carousel_wrapper .choose_images .the_image,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_image {
    flex: 1 1 100%;
    background-image: none !important;
  }
}
.image_carousel .container .image_carousel_wrapper .choose_images .the_caption,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_caption {
  flex: 0 0 49%;
  padding: 90px;
  padding-left: 20px;
  padding-right: 90px;
  text-align: left;
}
.image_carousel .container .image_carousel_wrapper .choose_images .the_caption h4,
.image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_caption h4 {
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  .image_carousel .container .image_carousel_wrapper .choose_images .the_caption,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_caption {
    padding-right: 60px;
  }
}
@media (max-width: 980px) {
  .image_carousel .container .image_carousel_wrapper .choose_images .the_caption,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_caption {
    padding: 60px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 760px) {
  .image_carousel .container .image_carousel_wrapper .choose_images .the_caption,
  .image_carousel .container .image_carousel_wrapper .choose_images_mobile .the_caption {
    flex: 1 1 100%;
    padding-top: 20px;
    padding-right: 20px;
  }
}

.form .container .the_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1060px) {
  .form .container .the_content {
    padding-left: 0px;
  }
}
@media (max-width: 760px) {
  .form .container .the_content {
    flex-flow: row wrap;
  }
}
.form .container .left_column,
.form .container .right_column {
  flex: 0 0 calc(33% - 20px);
}
@media (max-width: 760px) {
  .form .container .left_column,
  .form .container .right_column {
    flex: 0 0 100%;
  }
}
.form .container .left_column {
  margin-right: 15px;
  order: 1;
}
@media (max-width: 760px) {
  .form .container .left_column {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.form .container .right_column {
  flex: 0 0 calc(66% - 20px);
  order: 2;
  margin-left: 15px;
}
@media (max-width: 760px) {
  .form .container .right_column {
    flex: 0 0 100%;
    margin-left: 0;
  }
}

.map {
  padding-top: 0;
  padding-bottom: 0;
}
.map .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.map .container .map_wrapper #googleMap {
  display: block;
  width: 100%;
  height: 500px;
  filter: saturate(0);
}
@media (max-width: 760px) {
  .map .container .map_wrapper #googleMap {
    height: 250px;
  }
}

.spacer {
  padding-top: 0;
  padding-bottom: 0;
}
.spacer.spacer_height_small {
  height: 80px;
}
@media (max-width: 760px) {
  .spacer.spacer_height_small {
    height: 40px;
  }
}
.spacer.spacer_height_med {
  height: 120px;
}
@media (max-width: 760px) {
  .spacer.spacer_height_med {
    height: 60px;
  }
}
.spacer.spacer_height_large {
  height: 240px;
}
@media (max-width: 760px) {
  .spacer.spacer_height_large {
    height: 80px;
  }
}

.hundred_text .container .column_copy {
  width: 925px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .hundred_text .container .column_copy {
    width: 90%;
  }
}

.call_to_action {
  padding-top: 0;
  padding-bottom: 0;
}
.call_to_action .container .buttons_wrapper a.link_button {
  margin: 5px;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
}
.call_to_action .container .buttons_wrapper a.link_button:hover {
  text-decoration: none;
  cursor: pointer;
}

.three_clickable_states .container .the_content {
  position: relative;
}
.three_clickable_states .container .the_content .the_triggers {
  position: relative;
  width: 100%;
  height: auto;
  text-align: right;
  z-index: 1000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (max-width: 980px) {
  .three_clickable_states .container .the_content .the_triggers {
    width: 100%;
    text-align: center;
    gap: 3px;
  }
}
.three_clickable_states .container .the_content .trigger_button {
  flex: 1 0 auto;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: red;
  color: red;
  font-size: 35px;
  text-align: center;
  background-color: red;
  font-weight: normal;
  font-family: "SS-Regular";
  font-size: 24px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .three_clickable_states .container .the_content .trigger_button {
    flex: 1 0 calc(33% - 2px);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .three_clickable_states .container .the_content .trigger_button {
    padding: 10px;
    font-size: 17px;
  }
}
.three_clickable_states .container .the_content .trigger_button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: red;
}
.three_clickable_states .container .the_content .trigger_button.active {
  cursor: default;
  background-color: #ffffff;
  color: red;
}
.three_clickable_states .container .the_content .trigger_button.active:hover {
  cursor: default;
  background-color: #ffffff;
  color: red;
}
.three_clickable_states .container .the_content .the_states_wrapper {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  padding: 60px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 300ms ease-out;
}
.three_clickable_states .container .the_content .the_states_wrapper .veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 10;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .three_clickable_states .container .the_content .the_states_wrapper {
    flex-flow: row wrap;
    padding: 45px;
  }
}
@media (max-width: 760px) {
  .three_clickable_states .container .the_content .the_states_wrapper {
    padding: 20px;
  }
}
.three_clickable_states .container .the_content .the_states_wrapper .left_column {
  flex: 0 0 calc(42% - 15px);
  margin-right: 15px;
}
@media (max-width: 980px) {
  .three_clickable_states .container .the_content .the_states_wrapper .left_column {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 40px;
    order: 2;
  }
}
.three_clickable_states .container .the_content .the_states_wrapper .left_column .the_copy {
  margin-top: 0;
  padding-bottom: 20px;
}
.three_clickable_states .container .the_content .the_states_wrapper .right_column {
  flex: 0 0 calc(54% - 15px);
  margin-left: 15px;
}
.three_clickable_states .container .the_content .the_states_wrapper .right_column img {
  width: 100%;
  height: auto;
}
@media (max-width: 980px) {
  .three_clickable_states .container .the_content .the_states_wrapper .right_column {
    flex: 0 0 100%;
    margin-left: 0;
    order: 1;
  }
}
@media (max-width: 760px) {
  .three_clickable_states .container .the_content .the_states_wrapper .right_column {
    margin-top: 0px;
  }
}
@media (max-width: 450px) {
  .three_clickable_states .container .the_content .the_states_wrapper .right_column {
    margin-top: 0px;
  }
}
.three_clickable_states .container .the_content .the_states_wrapper.active {
  display: flex;
}
.three_clickable_states .container .the_content .the_states_wrapper.hide {
  display: none;
}

.passive_visual {
  position: relative;
}
.passive_visual .container {
  position: relative;
  z-index: 20;
}
.passive_visual .container .media_wrapper {
  margin: 0 auto;
}
.passive_visual .container .media_wrapper.width_large {
  width: 100%;
}
.passive_visual .container .media_wrapper.width_medium {
  width: 1150px;
}
@media (max-width: 1350px) {
  .passive_visual .container .media_wrapper.width_medium {
    width: 90%;
  }
}
.passive_visual .container .media_wrapper.width_small {
  width: 950px;
}
.passive_visual .container .media_wrapper img.the_image {
  width: 100%;
  height: auto;
}
.passive_visual .container .media_wrapper .video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}
.passive_visual .container .media_wrapper .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.passive_visual #module_background_image {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  width: calc(100% - 120px);
  height: auto;
  z-index: 10;
}
@media (max-width: 1400px) {
  .passive_visual #module_background_image {
    width: calc(100% - 80px);
    left: 40px;
  }
}
@media (max-width: 760px) {
  .passive_visual #module_background_image {
    width: calc(100% - 20px);
    left: 10px;
  }
}

.tiles {
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.tiles .container > h3 {
  width: 890px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .tiles .container > h3 {
    width: 100%;
  }
}
.tiles .container > a.link_button {
  margin-top: 60px;
}
.tiles .container .tile_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .tiles .container .tile_wrapper {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.tiles .container .tile_wrapper .the_tile {
  position: relative;
  flex: 0 0 calc(25% - 24px);
  padding: 40px 0px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .tiles .container .tile_wrapper .the_tile {
    flex: 0 0 calc(45% - 0px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .tiles .container .tile_wrapper .the_tile {
    flex: 0 0 calc(45% - 0px);
    padding: 30px 0px;
  }
}
@media (max-width: 640px) {
  .tiles .container .tile_wrapper .the_tile {
    flex: 0 0 calc(90% - 0px);
  }
}
.tiles .container .tile_wrapper .the_tile .the_image {
  position: relative;
  display: block;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
@media (max-width: 980px) {
  .tiles .container .tile_wrapper .the_tile .the_image {
    height: 80px;
  }
}
.tiles .container .tile_wrapper .the_tile .the_image img {
  display: none;
}
.tiles .container .tile_wrapper .the_tile .the_copy {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 11;
}
.tiles .container .tile_wrapper a.the_tile {
  position: relative;
  text-decoration: none;
}
.tiles .container .tile_wrapper a.the_tile:hover {
  border-radius: 20px;
}
.tiles .container .tile_wrapper a.the_tile:hover .hover_veil {
  z-index: 10;
  opacity: 1;
  background-color: rgba(255, 107, 0, 0.25);
}
.tiles.remove_tile_colour_yes .container .tile_wrapper .the_tile {
  background-color: transparent;
  box-shadow: none;
  padding: 20px 0px;
}
@media (max-width: 760px) {
  .tiles.remove_tile_colour_yes .container .tile_wrapper .the_tile {
    padding: 10px 0px;
  }
}

.section.sliding_text_cta.the_content {
  /*
  position: fixed;

  left: 0;
  top: 0;
  */
  display: block;
  width: 100%;
  height: auto;
  z-index: 12;
  z-index: 1000;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 800px) {
  .section.sliding_text_cta.the_content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section.sliding_text_cta.the_content .add_space_behind {
  display: block;
  background-color: transparent;
}
.section.sliding_text_cta.the_content .container {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.section.sliding_text_cta.the_content .container .bubble_slider_track {
  display: flex;
  text-decoration: none;
}
.section.sliding_text_cta.the_content .container .bubble_slider_track .bubble_item {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.section.sliding_text_cta.the_content .container .bubble_slider_track .bubble_item span {
  display: inline-block;
  margin-right: 60px;
  font-size: 15px;
  font-style: normal;
  font-family: "Fakt-Medium";
  line-height: 1;
  text-transform: uppercase;
  color: red;
}
.section.sliding_text_cta.the_content .container .bubble_slider_track .bubble_item img {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-right: 60px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.images_biggie_smalls .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .images_biggie_smalls .container {
    flex-flow: row wrap;
  }
}
.images_biggie_smalls .container .left_column_copy,
.images_biggie_smalls .container .right_column_copy {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(66% - 20px);
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy,
  .images_biggie_smalls .container .right_column_copy {
    flex: 0 0 100%;
  }
}
.images_biggie_smalls .container .left_column_copy p,
.images_biggie_smalls .container .right_column_copy p {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  font-weight: normal;
  font-family: "Fakt-Normal";
}
.images_biggie_smalls .container .left_column_copy .video_wrapper,
.images_biggie_smalls .container .right_column_copy .video_wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px; /* or whatever fits your grid */
  height: 810px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .images_biggie_smalls .container .left_column_copy .video_wrapper,
  .images_biggie_smalls .container .right_column_copy .video_wrapper {
    height: 700px;
  }
}
@media (max-width: 980px) {
  .images_biggie_smalls .container .left_column_copy .video_wrapper,
  .images_biggie_smalls .container .right_column_copy .video_wrapper {
    height: 600px;
  }
}
.images_biggie_smalls .container .left_column_copy .video_wrapper iframe,
.images_biggie_smalls .container .right_column_copy .video_wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77%; /* 16:9 scaled up to cover */
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* disable interaction */
}
.images_biggie_smalls .container .left_column_copy .the_small_visual_image,
.images_biggie_smalls .container .right_column_copy .the_small_visual_image {
  position: relative;
  width: 100%;
  max-width: 1600px; /* or whatever fits your grid */
  overflow: hidden;
  height: 385px;
  margin: 0 auto;
  background-size: cover;
}
@media (max-width: 1250px) {
  .images_biggie_smalls .container .left_column_copy .the_small_visual_image,
  .images_biggie_smalls .container .right_column_copy .the_small_visual_image {
    height: 305px;
  }
}
@media (max-width: 980px) {
  .images_biggie_smalls .container .left_column_copy .the_small_visual_image,
  .images_biggie_smalls .container .right_column_copy .the_small_visual_image {
    height: 250px;
  }
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy .the_small_visual_image,
  .images_biggie_smalls .container .right_column_copy .the_small_visual_image {
    height: auto;
    background-image: none !important;
    text-align: center;
  }
}
.images_biggie_smalls .container .left_column_copy .the_small_visual_image img,
.images_biggie_smalls .container .right_column_copy .the_small_visual_image img {
  display: none;
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy .the_small_visual_image img,
  .images_biggie_smalls .container .right_column_copy .the_small_visual_image img {
    display: block;
    margin: 0 auto;
  }
}
.images_biggie_smalls .container .left_column_copy .the_large_visual_image,
.images_biggie_smalls .container .right_column_copy .the_large_visual_image {
  position: relative;
  width: 100%;
  max-width: 1600px; /* or whatever fits your grid */
  overflow: hidden;
  height: 810px;
  margin: 0 auto;
  background-size: cover;
}
@media (max-width: 1250px) {
  .images_biggie_smalls .container .left_column_copy .the_large_visual_image,
  .images_biggie_smalls .container .right_column_copy .the_large_visual_image {
    height: 700px;
  }
}
@media (max-width: 980px) {
  .images_biggie_smalls .container .left_column_copy .the_large_visual_image,
  .images_biggie_smalls .container .right_column_copy .the_large_visual_image {
    height: 600px;
  }
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy .the_large_visual_image,
  .images_biggie_smalls .container .right_column_copy .the_large_visual_image {
    height: auto;
    background-image: none;
  }
}
.images_biggie_smalls .container .left_column_copy .the_large_visual_image img,
.images_biggie_smalls .container .right_column_copy .the_large_visual_image img {
  display: none;
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy .the_large_visual_image img,
  .images_biggie_smalls .container .right_column_copy .the_large_visual_image img {
    display: block;
  }
}
.images_biggie_smalls .container .left_column_copy {
  margin-right: 0px;
  order: 1;
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.images_biggie_smalls .container .left_column_copy.switched {
  order: 2;
  margin-left: 0px;
  margin-right: 0;
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .left_column_copy.switched {
    margin-left: 0;
    margin-right: 0;
  }
}
.images_biggie_smalls .container .right_column_copy {
  flex: 0 0 calc(33% - 100px);
  order: 2;
  margin-left: 0px;
}
@media (max-width: 1250px) {
  .images_biggie_smalls .container .right_column_copy {
    flex: 0 0 calc(33% - 50px);
  }
}
@media (max-width: 980px) {
  .images_biggie_smalls .container .right_column_copy {
    flex: 0 0 calc(35% - 50px);
  }
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .right_column_copy {
    margin-left: 0;
    flex: 0 0 100%;
    text-align: center;
  }
  .images_biggie_smalls .container .right_column_copy img {
    width: 55%;
  }
  .images_biggie_smalls .container .right_column_copy p {
    text-align: center;
  }
}
.images_biggie_smalls .container .right_column_copy.switched {
  order: 1;
  margin-right: 0px;
  margin-left: 0;
}
@media (max-width: 760px) {
  .images_biggie_smalls .container .right_column_copy.switched {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.customers .container .logo_slider .slick-slide {
  height: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.customers .container .logo_slider .slick-slide > div {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.customers .container .logo_slider .slick-slide a.logo_item {
  display: flex !important;
  flex-flow: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.customers .container .logo_slider .slick-slide a.logo_item img {
  max-width: 250px;
}
.customers .container .logo_slider .slick-list {
  overflow: hidden;
}
.customers .container .logo_slider .slick-prev,
.customers .container .logo_slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 30px;
  color: #000;
  background: none;
  border: none;
  width: 40px;
  cursor: pointer;
}
.customers .container .logo_slider .slick-prev i {
  position: absolute;
  left: -30px;
}
@media (max-width: 768px) {
  .customers .container .logo_slider .slick-prev i {
    left: 0px;
  }
}
.customers .container .logo_slider .slick-next i {
  position: absolute;
  right: -30px;
}
@media (max-width: 768px) {
  .customers .container .logo_slider .slick-next i {
    right: 0px;
  }
}

.search_block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.search_block .container {
  text-align: left;
}
@media (max-width: 800px) {
  .search_block .container .the_form {
    padding-left: 0px;
  }
}
.search_block .container .the_form h4 {
  margin-bottom: 25px;
}
.search_block .container .form_row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .search_block .container .form_row {
    flex-flow: row wrap;
  }
}
.search_block .container button {
  margin-top: 10px;
}
.search_block .container button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search_block .container .form_select {
  position: relative;
  width: 260px;
  background: #ffffff;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .search_block .container .form_select {
    width: 100%;
  }
}
.search_block .container .form_select select {
  width: 100%;
  background: #fff;
  border: none;
  padding: 12px 40px 12px 20px;
  font-size: 15px;
  color: #777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.search_block .container .form_select::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff6b00;
  font-size: 16px;
  pointer-events: none;
}

.solutions {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.solutions .container > h3 {
  width: 890px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .solutions .container > h3 {
    width: 100%;
  }
}
.solutions .container > a.link_button {
  margin-top: 0px;
  margin-bottom: 10px;
}
.solutions .container .tile_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .solutions .container .tile_wrapper {
    flex-flow: row wrap;
    justify-content: center;
  }
}
.solutions .container .tile_wrapper a.the_tile,
.solutions .container .tile_wrapper .the_tile {
  position: relative;
  flex: 0 0 calc(25% - 24px);
  padding: 0px 0px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 80px;
  overflow: hidden;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .solutions .container .tile_wrapper a.the_tile,
  .solutions .container .tile_wrapper .the_tile {
    flex: 0 0 calc(45% - 0px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .solutions .container .tile_wrapper a.the_tile,
  .solutions .container .tile_wrapper .the_tile {
    flex: 0 0 calc(45% - 0px);
    padding: 0px 0px;
  }
}
@media (max-width: 640px) {
  .solutions .container .tile_wrapper a.the_tile,
  .solutions .container .tile_wrapper .the_tile {
    flex: 0 0 calc(90% - 0px);
    margin-bottom: 80px;
  }
}
.solutions .container .tile_wrapper a.the_tile .the_image,
.solutions .container .tile_wrapper .the_tile .the_image {
  position: relative;
  display: block;
  height: 225px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
@media (max-width: 980px) {
  .solutions .container .tile_wrapper a.the_tile .the_image,
  .solutions .container .tile_wrapper .the_tile .the_image {
    height: 225px;
  }
}
.solutions .container .tile_wrapper a.the_tile .the_image img,
.solutions .container .tile_wrapper .the_tile .the_image img {
  display: none;
}
.solutions .container .tile_wrapper a.the_tile .the_title,
.solutions .container .tile_wrapper .the_tile .the_title {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 11;
  background-color: #e5e5e5;
  transition: all 300ms ease-out;
}
.solutions .container .tile_wrapper a.the_tile .the_title p,
.solutions .container .tile_wrapper .the_tile .the_title p {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
}
.solutions .container .tile_wrapper a.the_tile,
.solutions .container .tile_wrapper .the_tile {
  position: relative;
  text-decoration: none;
}
.solutions .container .tile_wrapper a.the_tile .hover_veil p,
.solutions .container .tile_wrapper .the_tile .hover_veil p {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 40px));
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  color: #ffffff;
  font-weight: 600;
}
.solutions .container .tile_wrapper a.the_tile:hover,
.solutions .container .tile_wrapper .the_tile:hover {
  border-radius: 0px;
}
.solutions .container .tile_wrapper a.the_tile:hover .hover_veil,
.solutions .container .tile_wrapper .the_tile:hover .hover_veil {
  z-index: 10;
  opacity: 1;
  background-color: #7d7d7d;
}
.solutions .container .tile_wrapper a.the_tile:hover .the_title,
.solutions .container .tile_wrapper .the_tile:hover .the_title {
  color: #ffffff;
  background-color: #ff6b00;
}

.full_screen_image,
.full_screen_video,
.full_screen_image_video,
.full_screen_image_video_intro {
  position: relative;
  display: block;
  height: calc(100dvh - 138px);
  height: 100dvh;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  .full_screen_image,
  .full_screen_video,
  .full_screen_image_video,
  .full_screen_image_video_intro {
    height: calc(100dvh - 55px);
    height: 100dvh;
  }
}
.full_screen_image h2,
.full_screen_video h2,
.full_screen_image_video h2,
.full_screen_image_video_intro h2 {
  position: relative;
  top: 320px;
  width: 740px;
  margin: 0 auto;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .full_screen_image h2,
  .full_screen_video h2,
  .full_screen_image_video h2,
  .full_screen_image_video_intro h2 {
    width: 75%;
    top: 220px;
  }
}
@media (max-width: 640px) {
  .full_screen_image h2,
  .full_screen_video h2,
  .full_screen_image_video h2,
  .full_screen_image_video_intro h2 {
    width: calc(100% - 40px);
    top: 160px;
  }
}
.full_screen_image h2 .the_line_wrapper,
.full_screen_video h2 .the_line_wrapper,
.full_screen_image_video h2 .the_line_wrapper,
.full_screen_image_video_intro h2 .the_line_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.full_screen_image h2 .the_line_wrapper .the_copy,
.full_screen_video h2 .the_line_wrapper .the_copy,
.full_screen_image_video h2 .the_line_wrapper .the_copy,
.full_screen_image_video_intro h2 .the_line_wrapper .the_copy {
  flex: 0 0 auto;
  color: #ffffff;
  margin-right: 0px;
  font-size: 50px;
  line-height: 40px;
}
@media (max-width: 980px) {
  .full_screen_image h2 .the_line_wrapper .the_copy,
  .full_screen_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video_intro h2 .the_line_wrapper .the_copy {
    font-size: 40px;
    line-height: 30px;
  }
}
@media (max-width: 760px) {
  .full_screen_image h2 .the_line_wrapper .the_copy,
  .full_screen_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video_intro h2 .the_line_wrapper .the_copy {
    font-size: 35px;
    line-height: 25px;
  }
}
@media (max-width: 640px) {
  .full_screen_image h2 .the_line_wrapper .the_copy,
  .full_screen_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video_intro h2 .the_line_wrapper .the_copy {
    font-size: 25px;
    line-height: 15px;
  }
}
@media (max-width: 385px) {
  .full_screen_image h2 .the_line_wrapper .the_copy,
  .full_screen_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video h2 .the_line_wrapper .the_copy,
  .full_screen_image_video_intro h2 .the_line_wrapper .the_copy {
    width: 200px;
    text-align: center;
    line-height: 30px;
  }
}
.full_screen_image h2 .the_line_wrapper .the_line,
.full_screen_video h2 .the_line_wrapper .the_line,
.full_screen_image_video h2 .the_line_wrapper .the_line,
.full_screen_image_video_intro h2 .the_line_wrapper .the_line {
  flex: 1 0 auto;
  height: 3px;
  background-color: #ffffff;
}
.full_screen_image h2 .the_line_wrapper.second,
.full_screen_video h2 .the_line_wrapper.second,
.full_screen_image_video h2 .the_line_wrapper.second,
.full_screen_image_video_intro h2 .the_line_wrapper.second {
  margin-top: 20px;
}
.full_screen_image h2 .the_line_wrapper.second .the_copy,
.full_screen_video h2 .the_line_wrapper.second .the_copy,
.full_screen_image_video h2 .the_line_wrapper.second .the_copy,
.full_screen_image_video_intro h2 .the_line_wrapper.second .the_copy {
  margin-left: 0px;
  margin-right: 0px;
}
.full_screen_image.down_under_active,
.full_screen_video.down_under_active,
.full_screen_image_video.down_under_active,
.full_screen_image_video_intro.down_under_active {
  height: calc(100dvh - 55px);
}

.full_screen_video,
.full_screen_image_video,
.full_screen_image_video_intro {
  position: relative;
  display: block;
  height: calc(100dvh - 138px);
  height: 100dvh;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 760px) {
  .full_screen_video,
  .full_screen_image_video,
  .full_screen_image_video_intro {
    height: calc(100dvh - 55px);
    height: 100dvh;
  }
}
.full_screen_video #embeded_video,
.full_screen_image_video #embeded_video,
.full_screen_image_video_intro #embeded_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%);
}

.full_screen_logo_image,
.full_screen_image_video,
.full_screen_image_video_intro {
  position: relative;
  display: block;
  height: calc(100dvh - 138px);
  height: 100dvh;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  .full_screen_logo_image,
  .full_screen_image_video,
  .full_screen_image_video_intro {
    height: calc(100dvh - 55px);
    height: 100dvh;
  }
}
.full_screen_logo_image .the_logo,
.full_screen_image_video .the_logo,
.full_screen_image_video_intro .the_logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  margin: 0 auto;
  transition: all 300ms ease-out;
}
.full_screen_logo_image .the_logo img,
.full_screen_image_video .the_logo img,
.full_screen_image_video_intro .the_logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .full_screen_logo_image .the_logo,
  .full_screen_image_video .the_logo,
  .full_screen_image_video_intro .the_logo {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .full_screen_logo_image .the_logo,
  .full_screen_image_video .the_logo,
  .full_screen_image_video_intro .the_logo {
    width: 150px;
  }
}
.full_screen_logo_image.down_under_active,
.full_screen_image_video.down_under_active,
.full_screen_image_video_intro.down_under_active {
  height: calc(100dvh - 55px);
}

@media (max-height: 710px) {
  .full_screen_image_video.section {
    height: 70dvh;
  }
}
.full_screen_image_video.section .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.full_screen_image_video.section .container .the_logo {
  top: auto;
  transform: none;
}
.full_screen_image_video.section .container h2.the_copy {
  top: 0;
  width: 600px;
  margin-left: 0;
}
@media (max-width: 980px) {
  .full_screen_image_video.section .container h2.the_copy {
    margin-top: 40px;
    width: 450px;
  }
}
@media (max-width: 710px) {
  .full_screen_image_video.section .container h2.the_copy {
    width: 380px;
  }
}
@media (max-width: 440px) {
  .full_screen_image_video.section .container h2.the_copy {
    margin-top: 60px;
    width: 270px;
  }
}
@media (max-width: 360px) {
  .full_screen_image_video.section .container h2.the_copy {
    width: 190px;
  }
}
.full_screen_image_video.section .container h2.the_copy .the_line_wrapper {
  display: inline-block;
}
.full_screen_image_video.section .container h2.the_copy .the_line_wrapper span.the_copy {
  font-size: 62px;
  line-height: 63px;
}
@media (max-width: 980px) {
  .full_screen_image_video.section .container h2.the_copy .the_line_wrapper span.the_copy {
    font-size: 50px;
    line-height: 51px;
  }
}
@media (max-width: 710px) {
  .full_screen_image_video.section .container h2.the_copy .the_line_wrapper span.the_copy {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (max-height: 710px) {
  .full_screen_image_video.section .container h2.the_copy .the_line_wrapper span.the_copy {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (max-width: 440px) {
  .full_screen_image_video.section .container h2.the_copy .the_line_wrapper span.the_copy {
    font-size: 30px;
    line-height: 31px;
  }
}
@media (max-width: 360px) {
  .full_screen_image_video.section .container h2.the_copy .the_line_wrapper span.the_copy {
    font-size: 20px;
    line-height: 21px;
  }
}

.full_screen_image_video_intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #0a5543;
}
.full_screen_image_video_intro #embeded_video {
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s ease;
  width: 200px;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
}
.full_screen_image_video_intro #embeded_video.fade-out {
  opacity: 0;
}

.basic_header.section.the_content {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.basic_header.section.the_content .container .the_copy {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  .basic_header.section.the_content .container .the_copy {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
.basic_header.section.the_content .container .the_copy h1.line_1_text,
.basic_header.section.the_content .container .the_copy h2.line_1_text,
.basic_header.section.the_content .container .the_copy h3.line_1_text,
.basic_header.section.the_content .container .the_copy p.line_1_text {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 800px) {
  .basic_header.section.the_content .container .the_copy h1.line_1_text br,
  .basic_header.section.the_content .container .the_copy h2.line_1_text br,
  .basic_header.section.the_content .container .the_copy h3.line_1_text br,
  .basic_header.section.the_content .container .the_copy p.line_1_text br {
    display: none;
  }
}
.basic_header.section.the_content .container .the_copy h2.line_2_text,
.basic_header.section.the_content .container .the_copy h3.line_2_text {
  margin-bottom: 25px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 800px) {
  .basic_header.section.the_content .container .the_copy h2.line_2_text br,
  .basic_header.section.the_content .container .the_copy h3.line_2_text br {
    display: none;
  }
}
@media (max-width: 800px) {
  .basic_header.section.the_content .container .the_copy > p br {
    display: none;
  }
}
.basic_header.section.the_content .container .the_copy > h6 {
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
}
.basic_header.section.the_content .container .the_copy > .orange_line {
  display: block;
  width: 560px;
  margin-bottom: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #ff6b00;
}
@media (max-width: 800px) {
  .basic_header.section.the_content .container .the_copy > .orange_line {
    width: 100%;
  }
}

.basic_header.has_video_bg {
  position: relative;
  overflow: hidden;
}

.basic_header .header_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Fills container like a background image */
  z-index: 1;
}

.basic_header .container,
.basic_header .the_copy {
  position: relative;
  z-index: 5; /* put text over video */
}

.fade_this_in {
  opacity: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  font-size: 0;
  border: none;
  background-color: transparent;
  z-index: 2000;
}

.slick-prev {
  left: 0px;
}
.slick-prev:hover {
  cursor: url("images/arrow-left-long.svg") 15 15, auto;
}

.slick-next {
  right: 0px;
}
.slick-next:hover {
  cursor: url("images/arrow-right-long.svg") 15 15, auto;
}

.slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  bottom: 20px;
  margin-top: 0px;
}
.slick-dots li {
  list-style-type: none;
}
.slick-dots li {
  flex: 0 0 20px;
  margin-right: 5px;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border: solid 2px #ccc;
  border-radius: 100px;
  background-color: #ccc;
  font-size: 0;
}
.slick-dots li button:hover {
  cursor: pointer;
}
.slick-dots li.slick-active button {
  border: solid 2px #ff6b00;
  background-color: #ff6b00;
}
.slick-dots li.slick-active button:hover {
  cursor: default;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
  display: none !important;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

#fancybox-overlay {
  background-color: rgb(73, 89, 102) !important;
}

.fancybox__container * {
  outline: none !important;
}

@media print {
  #primary_nav_wrapper {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */