:root {
  --theme_color: #0077c8;
  --subtheme_color: #00A7E1;
  --hover_color: #000;
  --title_color: #000;
  --content_color: #000;
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: var(--title_color);
  font-family: 'ProximaNova', sans-serif;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.6;
  color: #525252;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  --c: no-repeat linear-gradient(var(--theme_color) calc(50% - 10px), transparent 0 calc(50% + 10px), var(--theme_color) 0);
  background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
  background-size: 20% calc(200% + 20px);
  animation: loader 1s infinite linear;
}
@keyframes loader {
  33% {
    background-position: 0% 50%, 50% 100%, 100% 100%;
  }
  50% {
    background-position: 0% 0%, 50% 50%, 100% 100%;
  }
  66% {
    background-position: 0% 0%, 50% 0%, 100% 50%;
  }
  100% {
    background-position: 0% 0%, 50% 0%, 100% 0%;
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.img.img_ct img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
header.transparent {
  position: fixed;
  background-color: transparent;
  border-color: transparent;
}
header.transparent .logo {
  filter: contrast(0) brightness(2);
}
header.transparent nav {
  color: #fff;
}
header.transparent .btn_lange select {
  color: #fff;
}
header.transparent .btn_lange .icon {
  background-image: url(../img/he-icon-world.png);
}
header.transparent .search .icon {
  background: url(../img/search-h.png) no-repeat center / contain;
}
header.sticky {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
header.sticky .logo {
  filter: none;
}
header.sticky nav {
  color: var(--theme_color);
}
header.sticky .btn_lange select {
  color: var(--theme_color);
}
header.sticky .btn_lange .icon {
  background-image: url(../img/he-icon-world-blue.png);
}
header.sticky .search .icon {
  background-image: url(../img/icon-search-blue.png);
  cursor: pointer;
}
header ul {
  margin: 0;
}
header ul li {
  list-style: none;
}
header .content {
  max-width: 1920px;
  padding: 0 20px;
}
header .flex {
  gap: clamp(1rem, 2.23920126vw, 56px);
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  margin-left: 2.152766%;
  transition: all 0.3s;
  filter: none;
}
header .logo img {
  display: block;
  width: 135px;
  height: auto;
}
header .logo p {
  position: absolute;
  inset: 0;
  z-index: -1;
}
header nav {
  color: var(--theme_color);
  margin-left: auto;
}
header nav .menu {
  display: flex;
  gap: clamp(1rem, 1.5625vw, 30px);
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 0.95em;
  font-weight: 700;
  transition: all 0.3s;
  padding: 36px 0 30px;
}
header nav .menu > li > a:hover {
  color: #00A7E1;
}
header nav .menu > li.current-menu-item::before,
header nav .menu > li.current-menu-parent::before {
  opacity: 1;
}
header nav .sub-menu {
  left: -1.5rem;
  position: absolute;
  min-width: 12rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1rem 1.5rem 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  display: none;
}
header nav .sub-menu > li {
  margin-bottom: 5px;
  transition: all 0.4s;
  transform: translateY(-1rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 8px 0;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: var(--title_color);
}
header nav .sub-menu > li > a:hover {
  color: var(--theme_color);
}
header .btns {
  display: flex;
  align-items: center;
  gap: 18px;
}
header .btn_account {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
}
header .btn_account .icon {
  width: 18px;
  height: 20px;
  background: url(../img/icon-account.svg) no-repeat center / contain;
}
header .btn_lange {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
  color: #fff;
  position: relative;
}
header .btn_lange select {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme_color);
  background-color: transparent;
  border: none;
  padding-left: 30px;
  outline: none;
  -webkit-appearance: none;
  width: 53px;
}
header .btn_lange select option {
  color: #004b9d;
  font-weight: 600;
  text-align: center;
}
header .btn_lange .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/he-icon-world.png) no-repeat center / contain;
  background-image: url(../img/he-icon-world-blue.png);
}
header .search .icon {
  width: 22px;
  height: 22px;
  background: url(../img/search-h.png) no-repeat center / contain;
  background-image: url(../img/icon-search-blue.png);
  cursor: pointer;
}
header .search.active .search_form {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
header .search .search_form {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 235px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  position: fixed;
  top: 90px;
  right: 20px;
  gap: 8px;
  transform: translateY(-80%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 99;
  pointer-events: none;
}
header .search .search_form input[type="text"] {
  font-size: 16px;
  padding: 4px 10px;
  background-color: #f3f3f3;
  border: none;
  width: 100%;
}
header .search .search_form input[type="submit"] {
  width: 32px;
  height: 32px;
  background: url(../img/search.png) no-repeat right center / 62%;
  text-indent: -9999px;
}
header .btn_menu {
  display: none;
}
header .btn {
  padding: 8px 35px;
}
header .header_menu {
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  display: none;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
}
header .header_menu .content {
  max-width: 1920px;
  width: calc(100% - 1.2rem);
  padding: 0;
}
header .header_menu .lists {
  display: flex;
  width: 100%;
  justify-content: end;
  flex-wrap: wrap;
}
header .header_menu li {
  width: 15.26315789%;
  width: 280px;
  position: relative;
  margin-bottom: 14px;
  margin-top: 14px;
}
header .header_menu li:not(:last-child) {
  margin-right: -1.5%;
}
header .header_menu li:last-child {
  margin-right: -0.4%;
}
header .header_menu li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #e9e9e9;
  transform: skewX(-20deg);
  pointer-events: none;
}
header .header_menu a {
  display: block;
  max-width: 250px;
  max-width: 268px;
  padding: 20px 13.79310345%;
  transition: all 0.3s;
}
header .header_menu a:hover {
  transform: scale(1.03);
  color: #00A7E1;
}
header .header_menu a .img {
  width: 120px;
}
header .header_menu a .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
header .header_menu a p {
  font-size: 16px;
  font-weight: 600;
  color: #0077c8;
  line-height: normal;
  margin: 0;
}
.custom_btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  background-image: url(../img/btn-primary.png);
  background-color: #fff;
}
.custom_btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.custom_btn:hover {
  color: #ffffff;
  background-color: #601986 !important;
}
@font-face {
  font-family: "ProximaNova";
  src: url('../font/proximanova_light.otf');
  font-weight: 300;
}
@font-face {
  font-family: "ProximaNova";
  src: url('../font/proximanova_regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src: url('../font/proximanova_bold.otf');
  font-weight: 700;
}
@font-face {
  font-family: "ProximaNova";
  src: url('../font/proximanova_extrabold.otf');
  font-weight: 800;
}
@font-face {
  font-family: "ProximaNova";
  src: url('../font/proximanova_black.otf');
  font-weight: 900;
}
h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.video_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: -1;
}
.video_bg video,
.video_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.arrow_down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  background: url(../img/anim-arrow-down.gif) no-repeat center / contain;
}
.swiper_btns {
  display: flex;
  gap: clamp(1rem, 2.1875vw, 42px);
}
.swiper_btns div {
  width: 40px;
  height: 58px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.swiper_btns div::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: var(--bg_color);
  transition: all 0.3s;
  opacity: 0;
  border-radius: 50%;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrowicon.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.swiper_btns div.swiper-button-disabled {
  pointer-events: none;
  border-color: rgba(36, 36, 36, 0.45);
  background-color: transparent;
}
.swiper_btns div.swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle {
  width: 98%;
  max-width: 1672px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
footer .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
footer .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  footer .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  footer .column.full {
    width: 100%;
  }
  footer .column.two-thirds {
    width: 66.66%;
  }
  footer .column.third {
    width: 33.33%;
    width: 24%;
  }
  footer .column.fifth {
    width: 20%;
    width: 18%;
  }
  footer .column.flow-opposite {
    float: right;
    float: left;
  }
}
footer .clearfix:before,
footer .clearfix:after {
  content: " ";
  display: table;
}
footer .clearfix:after {
  clear: both;
}
footer .clearfix {
  
}
footer a {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #004b9d;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #00A7E1;
}
footer img {
  max-width: 100%;
}
footer .btn {
  box-sizing: content-box;
  padding: 20px 80px 20px 15px;
  font-size: 13px;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  background-image: url(../img/btn-primary.png);
}
footer .btn::after {
  width: 38px;
}
footer .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
footer .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
footer .footer-wrap {
  padding: 70px 0px;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.43em;
  background-color: #007fc8;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../img/footer.png);
  background-size: auto 120%;
}
footer .footer-wrap a {
  color: #ffffff !important;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
}
footer .footer-wrap a.btn {
  font-size: 13px;
}
footer .footer-wrap p {
  margin: 0.6em 0em;
}
footer p.F-header {
  font-size: 1.3em;
  color: #ffd100;
  margin: 0.8em 0em 0.8em 0em;
  font-weight: 600;
  font-style: normal;
}
footer .footer-4 {
  padding-top: 15px;
}
footer .f-sm img {
  width: 25px;
  height: 25px;
  padding-right: 5px;
  box-sizing: content-box;
}
footer .footer-images {
  padding-top: 40px;
}
footer .footer-images img {
  height: 45px;
  margin-right: 30px;
}
footer .footer-sm-wrap {
  padding-top: 55px;
}
footer .footer-5 {
  padding-top: 20px;
}
footer .footer-5 a {
  padding-right: 20px;
  display: inline-block;
}
footer .footer-wrap a.btn.btn-primary {
  margin: 0em 0em 0em 0em;
  padding: 10px 40px 10px 15px;
  color: #000000 !important;
  width: 185px;
}
@media (max-width: 840px) and (min-width: 720px) {
  footer .footer-wrap a.btn.btn-primary {
    padding: 10px 35px 10px 10px;
    width: 155px;
    font-size: 0.8em;
  }
}
@media (max-width: 719px) {
  footer .footer-4 {
    margin-top: 70px;
  }
  footer .footer-1 {
    border: none !important;
    height: auto !important;
  }
  footer .footer-5 {
    text-align: left;
  }
  footer .footer-wrap {
    padding: 10px 10px 70px 10px !important;
  }
}
@media (max-width: 450px) {
  footer .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
footer .clear {
  clear: both;
}
footer .column {
  position: relative;
  z-index: 100;
}
ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.product_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 0;
}
.product_list .product_item {
  position: relative;
  list-style: none;
}
.product_list .product_item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: skewX(-20deg);
  border: 1px solid #e9e9e9;
}
.product_list .product_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 19.96644295%;
}
.product_list .product_item a .img {
  width: 180px;
  height: 180px;
  display: flex;
}
.product_list .product_item a .img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.product_list .product_item .info {
  margin-top: 8px;
}
.product_list .product_item .info strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.12em;
  min-height: 2.5em;
  font-weight: 600;
  color: var(--theme_color);
}
.product_list .product_item .info p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #525252;
  line-height: 1.359375rem;
}
.product_list .product_item i {
  display: block;
  width: 20px;
  height: 12px;
  margin-top: 8px;
  background: url(../img/link-arrow.png) no-repeat center / contain;
}
.aerogenultra_references {
  background: #fff;
}
.aerogenultra_references .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.aerogenultra_references .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.aerogenultra_references .colour.no-pad {
  padding-top: 0.01em;
  padding-bottom: 0.01em;
}
.aerogenultra_references .colour.no-pad-bottom {
  padding-bottom: 0.01em;
}
.aerogenultra_references .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
}
.aerogenultra_references .clearfix ol {
  list-style: decimal;
}
@media (min-width: 720px) {
  .aerogenultra_references .column {
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .aerogenultra_references .column.full {
    width: 100%;
  }
}
.aerogenultra_references .clearfix:before,
.aerogenultra_references .clearfix:after {
  content: " ";
  display: table;
}
.aerogenultra_references .clearfix:after {
  clear: both;
}
.aerogenultra_references .clearfix {
  
}
.aerogenultra_references .grey1 {
  background-color: #f3f5f8;
}
.aerogenultra_references .references {
  font-size: 0.75em;
  color: #898C90;
  font-style: italic;
  line-height: 1.4em;
}
.aerogenultra_references .references.colour .colour {
  padding: 1.5em 0em;
  background-color: #f3f5f8;
}
.aerogenultra_references .references .references-no {
  font-style: normal;
}
.aerogenultra_references .accordion {
  background-color: #f3f3f3;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: solid 1px #CBCBCB;
}
.aerogenultra_references .accordion-active,
.aerogenultra_references .accordion:hover {
  background-color: #EBEBEB;
}
.aerogenultra_references .accordion-panel {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height;
  transition-timing-function: ease-out;
}
.aerogenultra_references .references .accordion {
  background-color: transparent;
  color: #525252;
  cursor: pointer;
  padding: 18px 18px 18px 28px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/accordian-open.png);
}
.aerogenultra_references .references .accordion.accordion-active {
  background-image: url(../img/accordian-close.png);
}
.invasive_enquiries {
  /*! CSS Used from: https://www.aerogen.com/content.css */
}
.invasive_enquiries h3 {
  font-weight: 700;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
  font-weight: 600;
  font-size: 1.4em;
}
.invasive_enquiries a {
  text-decoration: none;
  font-weight: 600;
  color: #004b9d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.invasive_enquiries a:hover {
  color: #00A7E1;
}
.invasive_enquiries img {
  max-width: 100%;
}
.invasive_enquiries figure {
  margin: 0;
}
.invasive_enquiries .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.invasive_enquiries .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.invasive_enquiries .colour.no-pad-top {
  padding-top: 0.01em;
}
.invasive_enquiries .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .invasive_enquiries .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .invasive_enquiries .column.full {
    width: 100%;
  }
}
.invasive_enquiries .clearfix:before,
.invasive_enquiries .clearfix:after {
  content: " ";
  display: table;
}
.invasive_enquiries .clearfix:after {
  clear: both;
}
.invasive_enquiries .clearfix {
  
}
.invasive_enquiries .column > figure {
  margin-top: 1em;
  margin-bottom: 1em;
}
.invasive_enquiries .btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  background-image: url(../img/btn-primary.png);
}
.invasive_enquiries .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.invasive_enquiries .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.invasive_enquiries .header-in-page {
  position: relative;
}
.invasive_enquiries .header-in-page img {
  display: block;
}
.invasive_enquiries .header-in-page-inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.35) 32.82%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.35) 32.82%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.35) 32.82%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 32.82%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.invasive_enquiries .header-in-page h3,
.invasive_enquiries .header-in-page p {
  color: #ffffff;
  margin: 0.5em 0em;
  pointer-events: visiblePainted;
}
.invasive_enquiries .header-in-page h3 {
  font-size: 2.3em;
}
.invasive_enquiries .header-in-page figcaption {
  padding: 1em 33% 1em 5%;
}
@media (max-width: 999px) {
  .invasive_enquiries .header-in-page h3 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}
@media (max-width: 450px) {
  .invasive_enquiries .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.invasive_enquiries .clear {
  clear: both;
}
.invasive_enquiries .column {
  position: relative;
  z-index: 100;
}
.invasive_enquiries .header-in-page {
  overflow: hidden;
}
@media (max-width: 1150px) {
  .invasive_enquiries .header-in-page img {
    width: 150% !important;
    max-width: none !important;
    margin-left: -25%;
  }
}
@media (max-width: 719px) {
  .invasive_enquiries .header-in-page img {
    width: 300% !important;
    max-width: none !important;
    margin-left: -75%;
  }
}
.working_banner {
  /* Vimeo Player CSS */
  /* Additional Styles */
}
.working_banner .player :focus {
  outline: 2px solid #00adef;
  outline-offset: 2px;
}
.working_banner .player *,
.working_banner .player ::after,
.working_banner .player ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.working_banner .player .invisible {
  opacity: 0;
}
.working_banner .player .vp-video-wrapper .vp-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: filter 0.25s, opacity 0.25s;
}
.working_banner .player .vp-video-wrapper .vp-video::after {
  transition: all 0.25s;
}
.working_banner .player .vp-video-wrapper .vp-telecine {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.25s;
}
.working_banner .player .vp-video-wrapper video {
  width: 100%;
  height: 100%;
}
.working_banner h1,
.working_banner h4,
.working_banner h6 {
  font-weight: 700;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0 0.6em 0;
  line-height: normal;
  margin-bottom: 1.67rem;
}
.working_banner h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #ffd100;
}
.working_banner a {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #004b9d;
  transition: all 0.3s ease-in-out;
}
.working_banner a:hover {
  color: #00A7E1;
}
.working_banner .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.working_banner .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.working_banner .colour.no-pad {
  padding-top: 0.01em;
  padding-bottom: 0.01em;
}
.working_banner .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .working_banner .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .working_banner .column.half {
    width: 50%;
  }
  .working_banner .column.full {
    width: 100%;
  }
}
.working_banner .clearfix:before,
.working_banner .clearfix:after {
  content: " ";
  display: table;
}
.working_banner .clearfix:after {
  clear: both;
}
.working_banner .clearfix {
  
}
.working_banner .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.working_banner .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.working_banner .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.working_banner .column > .embed-responsive {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 719px) {
  .working_banner .center-mobile {
    text-align: center;
  }
  .working_banner .column > .embed-responsive {
    margin-top: 2.5em;
    margin-bottom: 3em;
  }
}
.working_banner .grey1 {
  background-color: #f3f5f8;
}
.working_banner .btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  background-image: url(../img/btn-primary.png);
}
.working_banner .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.working_banner .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.working_banner .trans {
  background-color: transparent;
}
.working_banner .p-banner {
  height: calc(100vh - 97px);
  box-sizing: border-box;
  position: relative;
}
.working_banner .p-banner.p-banner-page {
  height: calc(70vh - 97px);
}
.working_banner .p-banner .column {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
}
.working_banner .p-banner.p-banner-page .column {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
}
.working_banner .h-banner-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
}
.working_banner .h-banner-inner-buttons {
  padding: 30px 0 0 40px;
}
.working_banner .p-banner h1 {
  color: #FFFFFF;
  font-size: 36px;
  padding: 0 20px 10px 40px;
  margin-bottom: 0.6em;
  width: 700px;
  max-width: 80%;
  margin: 0 auto 0 0;
  background-image: none;
  line-height: 1.1em;
  margin-top: 5px;
}
.working_banner .p-banner h6 {
  font-size: 1.3em;
  padding: 0 20px 0 40px;
  margin-bottom: 0.3em;
  width: 550px;
  max-width: 80%;
  margin: 0 auto 0 0;
  background-image: none;
  font-weight: 600;
}
@media (max-width: 999px) {
  .working_banner .p-banner,
  .working_banner .p-banner.p-banner-page {
    height: calc(100vh - 75px);
  }
  .working_banner .p-banner h1 {
    font-size: 2em !important;
    padding: 0 20px 0 30px;
  }
  .working_banner .p-banner h6 {
    padding: 0 20px 0 30px;
  }
  .working_banner .h-banner-inner-buttons {
    padding: 20px 0 0 30px;
  }
}
@media (max-width: 720px) {
  .working_banner .p-banner h1 {
    font-size: 1.5em !important;
    padding: 0 20px 0.5em 30px;
  }
}
@media (max-width: 450px) {
  .working_banner .p-banner h1 {
    font-size: 1.6em !important;
  }
  .working_banner .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0;
    background-position: right -8px center;
  }
}
.clear {
  clear: both;
}
.leadership_banner h1,
.leadership_banner h4,
.leadership_banner h6 {
  font-weight: 700;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
}
.leadership_banner h4,
.leadership_banner h6 {
  font-weight: 600;
}
.leadership_banner h4 {
  font-size: 1.2em;
}
.leadership_banner h6 {
  font-size: 0.85em;
}
.leadership_banner .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.leadership_banner .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.leadership_banner .colour.no-pad {
  padding-top: 0.01em;
  padding-bottom: 0.01em;
}
.leadership_banner .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .leadership_banner .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .leadership_banner .column.full {
    width: 100%;
  }
}
.leadership_banner .clearfix:before,
.leadership_banner .clearfix:after {
  content: " ";
  display: table;
}
.leadership_banner .clearfix:after {
  clear: both;
}
.leadership_banner .clearfix {
  
}
.leadership_banner .trans {
  background-color: transparent;
}
.leadership_banner .p-banner {
  height: calc(100vh - 97px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.leadership_banner .p-banner.p-banner-page {
  height: calc(70vh - 97px);
}
.leadership_banner .p-banner .column {
  position: absolute;
  z-index: 150;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0em;
  padding-right: 0em;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
}
.leadership_banner .p-banner.p-banner-page .column {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
}
.leadership_banner .h-banner-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
}
.leadership_banner .p-banner H1 {
  color: #FFFFFF;
  font-size: 36px;
  padding: 0em 20px 10px 40px;
  margin-bottom: 0.6em;
  width: 700px;
  max-width: 80%;
  margin: 0px auto 0px 0px;
  background-image: none;
  line-height: 45px;
}
.leadership_banner .p-banner H4 {
  color: #FFFFFF;
  font-size: 1.3em;
  padding: 0em 20px 0em 40px;
  margin-bottom: 0.3em;
  width: 700px;
  max-width: 80%;
  margin: 0px auto 0px 0px;
  background-image: none;
  font-weight: 600;
}
.leadership_banner .p-banner H6 {
  color: #ffd100;
  font-size: 1.3em;
  padding: 0em 20px 0em 40px;
  margin-bottom: 0.3em;
  width: 550px;
  max-width: 80%;
  margin: 0px auto 0px 0px;
  background-image: none;
  font-weight: 600;
}
.leadership_banner .p-banner.p-banner-page.p-banner-blue {
  background-image: url(../img/header-blue1.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
}
.leadership_banner .p-banner-blue .column {
  background: none !important;
}
@media (max-width: 999px) {
  .leadership_banner .p-banner,
  .leadership_banner .p-banner.p-banner-page {
    height: calc(100vh - 75px);
  }
  .leadership_banner .p-banner H1 {
    font-size: 2em !important;
    padding: 0em 20px 0em 30px;
  }
  .leadership_banner .p-banner H4 {
    padding: 0em 20px 0em 30px;
  }
  .leadership_banner .p-banner H6 {
    padding: 0em 20px 0em 30px;
  }
}
@media (max-width: 720px) {
  .leadership_banner .p-banner H1 {
    font-size: 1.5em !important;
    padding: 0em 20px 0.5em 30px;
  }
}
@media (max-width: 450px) {
  .leadership_banner .p-banner H1 {
    font-size: 1.6em !important;
  }
  .leadership_banner .p-banner H4 {
    color: #FFFFFF;
    font-size: 1em;
  }
}
.leadership_banner .clear {
  clear: both;
}
.leadership_banner .column {
  position: relative;
  z-index: 100;
}
.aboutnews_nav .clear {
  clear: both;
}
.aboutnews_nav .news1-footer-numbers {
  padding-top: 10px;
  padding-bottom: 10px;
}
.aboutnews_nav .news1-footer-numbers-item {
  float: left;
  padding-right: 10px;
}
.aboutnews_nav input[type=submit] {
  white-space: nowrap;
  -webkit-appearance: none;
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  color: #ffffff;
  background-color: #0077c8;
  background-image: url(../img/btn-secondary.png);
}
.aboutnews_nav input[type=submit]:hover {
  color: #007fd5;
  background-color: #ffd100;
}
.aboutnews_nav input:not([type=submit]):not([type=image]) {
  padding: 12px 10px;
  margin-right: 10px;
  border: 1px solid #C7E4F7;
  border-radius: 0px;
  width: calc(90% - 40px);
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
}
.aboutnews_nav .news2-nav-wrapper {
  background-color: #EAECEB;
  text-align: right;
}
.aboutnews_nav .news1-footer-numbers {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.aboutnews_nav .news1-footer-numbers-item {
  margin-right: 10px;
  float: none;
  display: inline-block;
  padding-right: 0px;
}
.aboutnews_nav .news1-footer-numbers-item span {
  padding: 7px 0px 3px 0px;
}
.aboutnews_nav .news1-footer-numbers-item input[type=submit] {
  background: none;
  color: #212322;
  padding: 5px 10px;
  border: solid 1px #c7c9c8;
  border-radius: 0px;
}
.aboutnews_nav .news1-footer-numbers-item input[type=submit]:disabled {
  border: solid 1px #dbdbdb;
  color: #afbcb5;
  cursor: default;
}
.contact_banner h1,
.contact_banner h4,
.contact_banner h6 {
  font-weight: 700;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
}
.contact_banner h4,
.contact_banner h6 {
  font-weight: 600;
}
.contact_banner h4 {
  font-size: 1.2em;
}
.contact_banner h6 {
  font-size: 0.85em;
}
.contact_banner a {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #004b9d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_banner a:hover {
  color: #00A7E1;
}
.contact_banner .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.contact_banner .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.contact_banner .colour.no-pad {
  padding-top: 0.01em;
  padding-bottom: 0.01em;
}
.contact_banner .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .contact_banner .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact_banner .column.full {
    width: 100%;
  }
}
.contact_banner .clearfix:before,
.contact_banner .clearfix:after {
  content: " ";
  display: table;
}
.contact_banner .clearfix:after {
  clear: both;
}
.contact_banner .clearfix {
  
}
.contact_banner .btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  background-image: url(../img/btn-primary.png);
}
.contact_banner .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.contact_banner .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.contact_banner .trans {
  background-color: transparent;
}
.contact_banner .p-banner {
  height: calc(100vh - 97px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.contact_banner .p-banner.p-banner-page {
  height: calc(70vh - 97px);
}
.contact_banner .p-banner .column {
  position: absolute;
  z-index: 150;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0em;
  padding-right: 0em;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.3) 100%);
}
.contact_banner .p-banner.p-banner-page .column {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 21.42%, rgba(0, 0, 0, 0.06) 99.65%);
}
.contact_banner .h-banner-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
}
.contact_banner .h-banner-inner-buttons {
  padding: 30px 0px 0px 40px;
}
.contact_banner .p-banner h1 {
  color: #FFFFFF;
  font-size: 36px;
  padding: 0em 20px 10px 40px;
  margin-bottom: 0.6em;
  width: 700px;
  max-width: 80%;
  margin: 0px auto 0px 0px;
  background-image: none;
  line-height: 45px;
}
.contact_banner .p-banner h4 {
  color: #FFFFFF;
  font-size: 1.3em;
  padding: 0em 20px 0em 40px;
  margin-bottom: 0.3em;
  width: 700px;
  max-width: 80%;
  margin: 0px auto 0px 0px;
  background-image: none;
  font-weight: 600;
}
.contact_banner .p-banner h6 {
  color: #ffd100;
  font-size: 18px;
  padding: 0em 20px 0em 40px;
  margin-bottom: 0.3em;
  width: 550px;
  max-width: 80%;
  margin: 0px auto 0px 0px;
  background-image: none;
  font-weight: 600;
}
@media (max-width: 999px) {
  .contact_banner .p-banner,
  .contact_banner .p-banner.p-banner-page {
    height: calc(100vh - 75px);
  }
  .contact_banner .p-banner h1 {
    font-size: 2em !important;
    padding: 0em 20px 0em 30px;
  }
  .contact_banner .p-banner h4 {
    padding: 0em 20px 0em 30px;
  }
  .contact_banner .p-banner h6 {
    padding: 0em 20px 0em 30px;
  }
  .contact_banner .h-banner-inner-buttons {
    padding: 20px 0px 0px 30px;
  }
}
@media (max-width: 720px) {
  .contact_banner .p-banner h1 {
    font-size: 1.5em !important;
    padding: 0em 20px 0.5em 30px;
  }
}
@media (max-width: 450px) {
  .contact_banner .p-banner h1 {
    font-size: 1.6em !important;
  }
  .contact_banner .p-banner h4 {
    color: #FFFFFF;
    font-size: 1em;
  }
  .contact_banner .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.invasive_banner {
  padding-top: 1rem;
}
.invasive_banner .invasive_banner_swiper {
  max-width: 1256px;
  margin: 0 auto;
  width: calc(100% - 2.4rem);
  overflow: hidden;
  background-color: #000;
}
.invasive_banner .invasive_banner_swiper ul {
  padding: 0;
  margin: 0;
}
.invasive_banner .invasive_banner_swiper li {
  list-style: none;
}
.invasive_banner .invasive_banner_swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.invasive_banner .invasive_banner_swiper a .img {
  width: 100%;
  aspect-ratio: 1256/523;
}
.invasive_banner .invasive_banner_swiper a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invasive_banner .invasive_banner_swiper a .btn {
  position: absolute;
  left: 80px;
  bottom: 7.1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1em;
  padding: 22px 70px 22px 16px;
  color: #233d62;
  background: url(../img/btn-primary.png) no-repeat right center / contain;
  background-color: #fff;
  max-width: 50%;
  border-radius: 5px;
  transition: all 0.3s;
}
.invasive_banner .invasive_banner_swiper a .btn:hover {
  background-color: #fdbb14;
}
.invasive_banner h2 {
  font-weight: 700;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: 40px;
  margin-bottom: 1.67rem;
  font-size: 1.6em;
}
.invasive_banner sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.invasive_banner .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.invasive_banner .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.invasive_banner .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .invasive_banner .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .invasive_banner .column.full {
    width: 100%;
  }
}
.invasive_banner .clearfix:before,
.invasive_banner .clearfix:after {
  content: " ";
  display: table;
}
.invasive_banner .clearfix:after {
  clear: both;
}
.invasive_banner .clearfix {
  
}
.invasive_banner .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
.invasive_banner .clear {
  clear: both;
}
.invasive_banner .column {
  position: relative;
  z-index: 100;
}
.invasive_circuit h3 {
  font-weight: 700;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
  line-height: 34px;
}
.invasive_circuit h3 {
  font-weight: 600;
}
.invasive_circuit h3 {
  font-size: 1.4em;
}
.invasive_circuit a {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #004b9d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.invasive_circuit a:hover {
  color: #00A7E1;
}
.invasive_circuit img {
  max-width: 100%;
}
.invasive_circuit sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.invasive_circuit .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.invasive_circuit .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.invasive_circuit .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .invasive_circuit .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .invasive_circuit .column.half {
    width: 50%;
  }
  .invasive_circuit .column.flow-opposite {
    float: right;
  }
}
.invasive_circuit .clearfix:before,
.invasive_circuit .clearfix:after {
  content: " ";
  display: table;
}
.invasive_circuit .clearfix:after {
  clear: both;
}
.invasive_circuit .clearfix {
  
}
.invasive_circuit .center {
  text-align: center;
}
.invasive_circuit .btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
  background: url(../img/btn-primary.png) no-repeat right center / contain;
}
.invasive_circuit .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.invasive_circuit .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.invasive_circuit .grey1 {
  background-color: #f3f5f8;
}
.invasive_circuit .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
@media (max-width: 450px) {
  .invasive_circuit .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.invasive_circuit .clear {
  clear: both;
}
.invasive_circuit .column {
  position: relative;
  z-index: 100;
}
.invasive_use h3 {
  font-weight: 600;
  font-size: 1.4em;
  color: #0077c8;
  margin: 1em 0 0.6em;
  line-height: normal;
  margin-bottom: 1.67rem;
}
.invasive_use a {
  text-decoration: none;
  font-weight: 600;
  color: #004b9d;
  transition: all 0.3s ease-in-out;
}
.invasive_use a:hover {
  color: #00A7E1;
}
.invasive_use img {
  max-width: 100%;
}
.invasive_use sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.invasive_use .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.invasive_use .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.invasive_use .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
@media (min-width: 720px) {
  .invasive_use .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .invasive_use .column.half {
    width: 50%;
  }
}
.invasive_use .clearfix:before,
.invasive_use .clearfix:after {
  content: " ";
  display: table;
}
.invasive_use .clearfix:after {
  clear: both;
}
.invasive_use .clearfix {
  
}
.invasive_use .btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  margin: 1em 2em 1em 0em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
}
.invasive_use .btn.btn-secondary {
  color: #ffffff;
  background-color: #0077c8;
  background-image: url(../img/btn-secondary.png);
}
.invasive_use .btn.btn-secondary:hover {
  color: #007fd5;
  background-color: #ffd100;
}
.invasive_use .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
@media (max-width: 450px) {
  .invasive_use .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.invasive_guidelines h3 {
  font-weight: 700;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
  font-weight: 600;
  font-size: 1.4em;
}
.invasive_guidelines sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.invasive_guidelines .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.invasive_guidelines .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.invasive_guidelines .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .invasive_guidelines .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .invasive_guidelines .column.full {
    width: 100%;
  }
}
.invasive_guidelines .clearfix:before,
.invasive_guidelines .clearfix:after {
  content: " ";
  display: table;
}
.invasive_guidelines .clearfix:after {
  clear: both;
}
.invasive_guidelines .clearfix {
  
}
.invasive_guidelines .blue {
  background-color: #0077c8;
  color: #FFFFFF !important;
}
.invasive_guidelines .blue p,
.invasive_guidelines .blue h3,
.invasive_guidelines .blue ul {
  color: #FFFFFF !important;
}
.invasive_guidelines .bullet-ticks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.invasive_guidelines .bullet-ticks li {
  padding: 10px 10px 10px 45px;
  background-position: left top 8px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-image: url(../img/bullet-tick.png);
}
.invasive_guidelines .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
.invasive_guidelines .clear {
  clear: both;
}
.invasive_guidelines .column {
  position: relative;
  z-index: 100;
}
.invasive_renowned {
  padding-top: 74px;
  margin-bottom: 105px;
}
.invasive_renowned .content {
  max-width: 1256px;
  overflow: hidden;
}
.invasive_renowned .invasive_renowned_swiper ul {
  margin: 0;
  padding: 0;
  transition: all 3s linear;
}
.invasive_renowned .invasive_renowned_swiper li {
  list-style: none;
}
.invasive_renowned .invasive_renowned_swiper .img {
  max-width: 188px;
  min-height: 58px;
  display: flex;
}
.invasive_renowned .invasive_renowned_swiper .img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  margin: auto;
}
.invasive_renowned h3 {
  font-weight: 700;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 30px;
}
.invasive_renowned h3 {
  font-weight: 600;
}
.invasive_renowned h3 {
  font-size: 1.4em;
}
.invasive_renowned sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.invasive_renowned .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .invasive_renowned .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .invasive_renowned .column.full {
    width: 100%;
  }
}
.invasive_renowned .column {
  position: relative;
  z-index: 100;
  margin-bottom: 85px;
}
.invasive_other h4 {
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
  font-weight: 600;
  font-size: 1.2em;
}
.invasive_other a {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #004b9d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.invasive_other a:hover {
  color: #00A7E1;
}
.invasive_other img {
  max-width: 100%;
}
.invasive_other .heightControl1 {
  box-sizing: content-box;
}
.invasive_other figure {
  margin: 0;
}
.invasive_other .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.invasive_other .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.invasive_other .colour.no-pad-top {
  padding-top: 0.01em;
}
.invasive_other .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.invasive_other .column figure {
  flex: 1;
}
.invasive_other .column figure .heightControl1 {
  height: 100%;
}
.invasive_other .column figure .heightControl1 p {
  flex: 1;
  margin: 36px 0;
}
@media (min-width: 720px) {
  .invasive_other .column {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .invasive_other .column.full {
    width: 100%;
  }
}
.invasive_other .clearfix:before,
.invasive_other .clearfix:after {
  content: " ";
  display: table;
}
.invasive_other .clearfix:after {
  clear: both;
}
.invasive_other .clearfix {
  
}
.invasive_other .column > figure {
  margin-top: 1em;
  margin-bottom: 1em;
}
.invasive_other .arrow p a {
  background-image: url(../img/link-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  display: inline-block;
  padding: 0px 25px 0px 30px;
}
.invasive_other .c2a-boxes figure {
  background-color: #f3f5f8;
}
.invasive_other .c2a-boxes figcaption {
  padding: 1px 20px 45px 20px;
  position: relative;
}
.invasive_other .c2a-boxes-wrap {
  padding: 0px 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.invasive_other .c2a-boxes-wrap .column {
  padding: 0px 1rem;
  width: 100%;
}
.invasive_other .c2a-boxes-wrap .column a {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.invasive_other .c2a-icons.c2a-boxes figure {
  text-align: center;
  position: relative;
}
.invasive_other .c2a-icons img {
  width: 120px;
  max-width: 70%;
  padding: 20px 20px 0px 20px;
  box-sizing: content-box;
}
.invasive_other .c2a-icons.c2a-boxes .c2a-boxes-wrap .column a {
  left: calc(50% - 70px);
}
@media (max-width: 800px) {
  .invasive_other .c2a-boxes-wrap .column {
    padding: 0px 2px;
    float: left;
    width: 50%;
  }
  .invasive_other .c2a-boxes figcaption {
    padding: 1px 10px 45px 10px;
    font-size: 90%;
  }
  .invasive_other .c2a-boxes-wrap .column a {
    left: 10px;
  }
}
@media (max-width: 450px) {
  .invasive_other .c2a-boxes-wrap .column {
    padding: 0px 2px;
    float: left;
    width: 100%;
  }
}
.privacy_main li,
.patient_story li,
.continuous_skills li,
.aerogenultra_references li,
.aerogenultra_effectiveness li,
.invasive_circuit li,
.invasive_use li,
.invasive_facilitates li {
  list-style-type: unset;
}
section.aerogenultra_leader .grey1 {
  background-color: #fff;
}
section.aerogenultra_enquiries .colour {
  background-color: #f3f5f8;
}
.aerogenultra_enquiries .column.full {
  padding-top: 72px;
  padding-bottom: 0;
}

/*** global css ***/
.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}
.loading {
  position: relative;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../global/img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 99;
}

.form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.contact_content .form form span.wpcf7-spinner {
  width: 24px;
}
.form .wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  border: none;
}

div form#sytech-newsletter-subscription {
  display: grid;
}
.single div form#sytech-newsletter-subscription {
  display: flex;
}
div form#sytech-newsletter-subscription p.success.active {
  top: -3rem;
}
div form#sytech-newsletter-subscription p.success,
div form#sytech-newsletter-subscription p.failed {
  background-color: var(--theme_color);
}
div form#sytech-newsletter-subscription p.success::before,
div form#sytech-newsletter-subscription p.failed::before {
  top: 0.9rem;
  filter: contrast(0) brightness(2);
}
div form#sytech-newsletter-subscription p.success::after,
div form#sytech-newsletter-subscription p.failed::after {
  bottom: unset;
  top: 100%;
  border-top-color: var(--theme_color);
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe, .video_pop .pop_content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*** global css ***/

.search_banner {
  padding: 72px 0;
  color: #fff;
  background-color: var(--theme_color);
  form {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 235px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    gap: 8px;
    transition: all 0.3s;
    z-index: 99;
  }
  form input[type="text"] {
    font-size: 16px;
    padding: 4px 10px;
    background-color: #f3f3f3;
    border: none;
    width: 100%;
  }
  form input[type="submit"] {
    width: 32px;
    height: 32px;
    background: url(../img/search.png) no-repeat right center / 62%;
    text-indent: -9999px;
  }
}
.search_main {
h3{font-family:proxima-nova,sans-serif;font-weight:700;font-style:normal;color:#0077c8;margin:1em 0em 0.6em 0em;line-height:normal;margin-bottom:1.67rem;}
h3{font-family:proxima-nova,sans-serif;font-weight:600;}
h3{font-size:1.4em;}
a{text-decoration:none;font-family:proxima-nova,sans-serif;font-weight:600;font-style:normal;color:#004b9d;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
a:hover{color:#00A7E1;}
.restrict-width{margin-left:auto;margin-right:auto;max-width:1320px;}
.colour{padding-top:4.5em;padding-bottom:4.5em;background-color:#FFFFFF;position:relative;z-index:10;}
.column{padding-left:1.25em;padding-right:1.25em;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
@media (min-width: 720px){
.column{float:left;padding-left:2.0rem;padding-right:2.0rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.column.full{width:100%;}
}
.clearfix:before,.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.column p:nth-of-type(1) b{color:#4bb4fb;margin-bottom:-1.3em;display:block;font-size:1.2em;font-weight:400;}
.no-sub-header .column p:nth-of-type(1) b{color:#525252;margin-bottom:1em;display:block;font-size:inherit;font-weight:700;}

.clear{clear:both;}
.sitemap-wrap{margin-left:8%;}
.column{position:relative;z-index:100;}
P.sitemap2-item{margin-top:0.5em;margin-bottom:0.5em;}
.sitemap2-item span{display:block;font-size:0.85em;}
}

section.about_combanner .p-banner h1 {
  box-sizing: content-box;
}

 

.empty_img {
  max-width: 388px;
  margin: 0 auto;
  display: block;
}

.toplevel_page_sytech_fronteditor ul {
  padding-inline-start: 0;
}


.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe, .video_pop .pop_content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.parts_main {
  .btn.btn-secondary {
    color: #ffffff;
    background-color: #0077c8;
    background-image: url(../img/btn-secondary.png);
}
.btn {
  padding: 20px 80px 20px 15px;
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 5px;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 105%;
}
.btn.btn-secondary:hover {
  color: #007fd5;
  background-color: #ffd100;
}
p.center {
  min-height: 4rem;
  margin-top: 4rem;
  margin-bottom: 33px;
  &::before {
    background-color: #f3f5f8;
  }
}
}


section.home_nums .blue.home-stats-wrap {
  padding: 2em 0 2.5em;
}
body section.home_technology .column p:nth-of-type(1) b {
  color: #fff;
}
.awards_box {
  background-color: #fff;
}

.air_advantage ul {
  position: static;
}
.air_advantage .sy_front_relative {
  position: static;
}


.lang_popup{
  padding: 70px 53px;
  border-radius: 12px;
  background-color: white;
  /* position: absolute;
  left: calc(100% + 20px);
  bottom: -15px; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  display: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1005;
}
.lang_popup ul{
  margin-left: 0;
  padding-left: 0;
}
.footer_sidebar .lang{
  position: relative;
}
.lang_popup strong{
  display: block;
  font-size: 32px;
  margin-bottom: 25px;
}
.lang_popup div.img{
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 19px;
  border: 1px solid transparent;
}
.lang_popup div.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lang_popup li{
  padding: 19px 24px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  cursor: pointer;
  
}
.lang_popup:before{
  content: "";
  display: inline-block;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 100%;
  bottom: 38px;
  border-style: solid;
  display: none;
}
.lang_popup li + li{
  margin-top: 16px;
}
.lang_popup li p{
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 0rem;
}
.lang_popup li span{
  font-size: 14px;
  color: #686868;
}
.lang_popup li:after{
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-left: auto;
  background: url('../img/arrow-lang.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.lang_popup li.active{
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.lang_popup li.active .img{
  border-color: white;
}
.lang_popup li.active p, .lang_popup li.active span{
  color: white;
}
.lang_popup li.active:after{
  filter: brightness(100);
}

.lang_popup .close{
  width: 11px;
  display: inline-block;
  height: 11px;
  position: absolute;
  right: 32px;
  top: 30px;
  cursor: pointer;
  transition: all 0.5s;
  background: url('../img/lang-close.svg') no-repeat center/contain;
}
.lang_popup .close:hover{
  transform: rotate(360deg);
}
.over_lang{
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.over_lang.active{
  opacity: 1;
  pointer-events: all;
}