.home_banner .flex {
  max-width: 1287px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}
.home_banner .head {
  padding: 3rem 0;
  padding-bottom: 5.5%;
}
.home_banner .head h1 {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  color: #fff;
  max-width: 450px;
}
.home_banner .head .desc {
  font-size: 1.4em;
  max-width: 500px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  line-height: 33px;
}
.home_banner .head .desc p {
  margin: 0;
}
.home_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 34px;
  margin-top: 29px;
}
.home_clearfix {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 100px;
}
.home_clearfix .content {
  max-width: 1256px;
}
.home_clearfix .head {
  max-width: 596px;
  margin-bottom: 88px;
}
.home_clearfix .head .subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4bb4fb;
  margin-bottom: 8px;
  display: block;
}
.home_clearfix .head h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0077c8;
  margin-bottom: 1.67rem;
}
.home_clearfix .head .desc {
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
}
.home_clearfix .home_clearfix_swiepr {
  position: relative;
  overflow: hidden;
}
.home_clearfix .home_clearfix_swiepr .swiper-wrapper {
  transition-timing-function: linear;
  padding: 0;
  margin: 0;
}
.home_clearfix .home_clearfix_swiepr li {
  position: relative;
  list-style: none;
}
.home_clearfix .home_clearfix_swiepr .img {
  width: 100%;
}
.home_clearfix .home_clearfix_swiepr .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home_clearfix .home_clearfix_swiepr .custom_btn {
  position: absolute;
  bottom: 6.82409178%;
  left: 6.36942675%;
  min-width: 162px;
}
.home_clearfix .list {
  margin-top: 86px;
}
.home_clearfix .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.home_clearfix .list li {
  list-style: none;
}
.home_clearfix .list li a {
  background-color: #f3f5f8;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.home_clearfix .list li a .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 28px;
}
.home_clearfix .list li a .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.home_clearfix .list li a:hover span {
  color: #00A7E1;
}
.home_clearfix .list li a strong {
  font-size: 1.2em;
  font-weight: 600;
  color: #0077c8;
  flex: 1;
  line-height: 29px;
  margin-bottom: 32px;
}
.home_clearfix .list li a span {
  font-size: 16px;
  font-weight: 600;
  color: #004b9d;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  gap: 11px;
}
.home_clearfix .list li a span::before {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/link-arrow.png) no-repeat center / contain;
}
.text_title {
  padding-top: 88px;
  padding-bottom: 30px;
  background-color: #fff;
}
.text_title .content {
  max-width: 1256px;
}
.text_title .head {
  max-width: 596px;
}
.text_title .head .subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4bb4fb;
  margin-bottom: 8px;
  display: block;
}
.text_title .head h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0077c8;
  margin-bottom: 1.67rem;
}
.text_title .head .desc {
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
}
.clearfix_swiepr {
  background-color: #fff;
  padding: 20px 0;
}
.clearfix_swiepr .content {
  max-width: 1256px;
}
.clearfix_swiepr .home_clearfix_swiepr {
  position: relative;
  overflow: hidden;
}
.clearfix_swiepr .home_clearfix_swiepr .swiper_btns {
  display: flex;
  justify-content: space-between;
}
.clearfix_swiepr .home_clearfix_swiepr .swiper_btns div {
  width: 40px;
  aspect-ratio: 40/58;
  background: url(../img/a22.png) center center no-repeat;
  background-position: -10px -31px;
}
.clearfix_swiepr .home_clearfix_swiepr .swiper_btns div.swiper-button-disabled {
  opacity: 0;
}
.clearfix_swiepr .home_clearfix_swiepr .swiper-wrapper {
  transition-timing-function: linear;
  padding: 0;
  margin: 0;
}
.clearfix_swiepr .home_clearfix_swiepr li {
  position: relative;
  list-style: none;
}
.clearfix_swiepr .home_clearfix_swiepr .img {
  width: 100%;
}
.clearfix_swiepr .home_clearfix_swiepr .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.clearfix_swiepr .home_clearfix_swiepr .custom_btn {
  position: absolute;
  bottom: 6.82409178%;
  left: 6.36942675%;
  min-width: 162px;
}
.col_list {
  background-color: #fff;
  padding: 72px 0;
}
.col_list .content {
  max-width: 1256px;
}
.col_list .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.col_list .list li {
  list-style: none;
}
.col_list .list li a {
  background-color: #f3f5f8;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.col_list .list li a .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 28px;
}
.col_list .list li a .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.col_list .list li a:hover span {
  color: #00A7E1;
}
.col_list .list li a strong {
  font-size: 1.2em;
  font-weight: 600;
  color: #0077c8;
  flex: 1;
  line-height: 29px;
  margin-bottom: 32px;
}
.col_list .list li a span {
  font-size: 16px;
  font-weight: 600;
  color: #004b9d;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  gap: 11px;
}
.col_list .list li a span::before {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/link-arrow.png) no-repeat center / contain;
}
.home_technology 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;
  font-size: 1.4em;
}
.home_technology 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;
}
.home_technology a:hover {
  color: #00A7E1;
}
.home_technology sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.home_technology .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.home_technology .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.home_technology .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) {
  .home_technology .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home_technology .column.half {
    width: 50%;
  }
}
.home_technology .clearfix:before,
.home_technology .clearfix:after {
  content: " ";
  display: table;
}
.home_technology .clearfix:after {
  clear: both;
}
.home_technology .clearfix {
  *zoom: 1;
}
.home_technology .center {
  text-align: center;
}
.home_technology .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.home_technology .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.home_technology .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home_technology .column > .embed-responsive {
  margin-top: 1em;
  margin-bottom: 1em;
}
.home_technology .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(https://www.aerogen.com/images/btn-primary.png);
}
.home_technology .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.home_technology .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.home_technology .blue {
  background-color: #0077c8;
  color: #FFFFFF !important;
}
.home_technology .blue p,
.home_technology .blue h3,
.home_technology .blue a {
  color: #FFFFFF !important;
}
.home_technology .blue a.btn {
  color: #000000 !important;
}
.home_technology .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 719px) {
  .home_technology .column > .embed-responsive {
    margin-top: 2.5em;
    margin-bottom: 3em;
  }
}
@media (max-width: 450px) {
  .home_technology .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.home_technology .clear {
  clear: both;
}
.home_technology .column {
  position: relative;
  z-index: 100;
}
.home_technology 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;
  font-size: 1.4em;
}
.home_technology 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;
}
.home_technology a:hover {
  color: #00A7E1;
}
.home_technology sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.home_technology .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.home_technology .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.home_technology .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) {
  .home_technology .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home_technology .column.half {
    width: 50%;
  }
}
.home_technology .clearfix:before,
.home_technology .clearfix:after {
  content: " ";
  display: table;
}
.home_technology .clearfix:after {
  clear: both;
}
.home_technology .clearfix {
  *zoom: 1;
}
.home_technology .center {
  text-align: center;
}
.home_technology .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.home_technology .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.home_technology .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home_technology .column > .embed-responsive {
  margin-top: 1em;
  margin-bottom: 1em;
}
.home_technology .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(https://www.aerogen.com/images/btn-primary.png);
}
.home_technology .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.home_technology .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.home_technology .blue {
  background-color: #0077c8;
  color: #FFFFFF !important;
}
.home_technology .blue p,
.home_technology .blue h3,
.home_technology .blue a {
  color: #FFFFFF !important;
}
.home_technology .blue a.btn {
  color: #000000 !important;
}
.home_technology .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 719px) {
  .home_technology .column > .embed-responsive {
    margin-top: 2.5em;
    margin-bottom: 3em;
  }
}
@media (max-width: 450px) {
  .home_technology .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.home_technology .clear {
  clear: both;
}
.home_technology .column {
  position: relative;
  z-index: 100;
}
.home_technology 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;
  font-size: 1.4em;
}
.home_technology 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;
}
.home_technology a:hover {
  color: #00A7E1;
}
.home_technology sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.home_technology .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.home_technology .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.home_technology .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) {
  .home_technology .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home_technology .column.half {
    width: 50%;
  }
}
.home_technology .clearfix:before,
.home_technology .clearfix:after {
  content: " ";
  display: table;
}
.home_technology .clearfix:after {
  clear: both;
}
.home_technology .clearfix {
  *zoom: 1;
}
.home_technology .center {
  text-align: center;
}
.home_technology .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.home_technology .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.home_technology .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home_technology .column > .embed-responsive {
  margin-top: 1em;
  margin-bottom: 1em;
}
.home_technology .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(https://www.aerogen.com/images/btn-primary.png);
}
.home_technology .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.home_technology .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.home_technology .blue {
  background-color: #0077c8;
  color: #FFFFFF !important;
}
.home_technology .blue p,
.home_technology .blue h3,
.home_technology .blue a {
  color: #FFFFFF !important;
}
.home_technology .blue a.btn {
  color: #000000 !important;
}
.home_technology .column p:nth-of-type(1) b {
  color: #4bb4fb;
  margin-bottom: -1.3em;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 719px) {
  .home_technology .column > .embed-responsive {
    margin-top: 2.5em;
    margin-bottom: 3em;
  }
}
@media (max-width: 450px) {
  .home_technology .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.home_technology .clear {
  clear: both;
}
.home_technology .column {
  position: relative;
  z-index: 100;
}
.home_product {
  padding: 88px 0;
  background-color: #fff;
}
.home_product .head {
  max-width: 1256px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.home_product .head .subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #4bb4fb;
}
.home_product .head h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0077c8;
  margin-top: 5px;
}
.home_product .list a:hover {
  color: #00A7E1;
}
.home_product .list h6 {
  font-weight: 600;
  font-style: normal;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
  font-size: 0.85em;
}
.home_product .list 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;
}
.home_product .list a:hover {
  color: #00A7E1;
}
.home_product .list img {
  max-width: 100%;
}
.home_product .list figure {
  margin: 0;
}
.home_product .list sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.home_product .list .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.home_product .list .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.home_product .list .colour.no-pad-top {
  padding-top: 0.01em;
}
.home_product .list .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) {
  .home_product .list .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home_product .list .column.half {
    width: 50%;
  }
}
.home_product .list .clearfix:before,
.home_product .list .clearfix:after {
  content: " ";
  display: table;
}
.home_product .list .clearfix:after {
  clear: both;
}
.home_product .list .clearfix {
  *zoom: 1;
}
@media only screen and (min-width: 720px) {
  .home_product .list .product-row .column {
    padding-left: 4em;
    padding-right: 0rem;
  }
  .home_product .list .product-row .column:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    border-right: 1px solid #e9e9e9;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  .home_product .list .product-row .column.half:nth-of-type(2):after {
    border-right: none;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}
.home_product .list .product-row figure {
  padding-bottom: 20px;
  background-image: url(../img/link-arrow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20px auto;
  padding-right: 20%;
}
.home_product .list .product-row img {
  width: 180px;
}
.home_product .list .product-row h6 {
  font-size: 1.3em;
  line-height: 1.12em;
  min-height: 2.5em;
  margin: 0em 0em;
}
.home_product .list .product-row h6 sup {
  font-size: 100%;
  top: 0.3rem;
}
.home_product .list .product-row .column a p {
  color: #525252;
  font-weight: 400;
  font-size: 0.85em;
}
@media only screen and (max-width: 719px) {
  .home_product .list .product-row figure {
    padding-right: 0%;
  }
  .home_product .list .product-row .column {
    margin-bottom: 30px;
  }
}
.home_product .list .clear {
  clear: both;
}
.home_product .list .column {
  position: relative;
  z-index: 100;
}
.home_aerosol {
  /*! CSS Used from: https://www.aerogen.com/content.css */
  /*! CSS Used from: https://www.aerogen.com/stylesheet-aerogenmain.css */
  /*! @import https://daphnis.wbnusystem.net/~wbplus/websites/assets/default.css */
}
.home_aerosol h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  color: #0077c8;
  margin: 1em 0em 0.6em 0em;
  line-height: normal;
  margin-bottom: 1.67rem;
}
.home_aerosol a {
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: #004b9d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_aerosol a:hover {
  color: #00A7E1;
}
.home_aerosol img {
  max-width: 100%;
}
.home_aerosol sup {
  line-height: 0;
  font-size: 75%;
  display: inline;
  position: relative;
  top: 0rem;
}
.home_aerosol .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.home_aerosol .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.home_aerosol .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  -moz-box-sizing: border;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .home_aerosol .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home_aerosol .column.half {
    width: 50%;
  }
}
.home_aerosol .clearfix:before,
.home_aerosol .clearfix:after {
  content: " ";
  display: table;
}
.home_aerosol .clearfix:after {
  clear: both;
}
.home_aerosol .clearfix {
  *zoom: 1;
}
.home_aerosol .center {
  text-align: center;
}
.home_aerosol .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(https://www.aerogen.com/images/btn-primary.png);
}
.home_aerosol .btn.btn-primary {
  color: #007fd5;
  background-color: #ffffff;
}
.home_aerosol .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #4bb4fb;
}
.home_aerosol .btn.btn-secondary {
  color: #ffffff;
  background-color: #0077c8;
  background-image: url(https://www.aerogen.com/images/btn-secondary.png);
}
.home_aerosol .btn.btn-secondary:hover {
  color: #007fd5;
  background-color: #ffd100;
}
.home_aerosol .grey1 {
  background-color: #f3f5f8;
}
.home_aerosol .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) {
  .home_aerosol .btn {
    padding: 20px 55px 20px 10px;
    font-size: 1em;
    display: inline-block;
    margin: 1em 2em 1em 0em;
    background-position: right -8px center;
  }
}
.home_aerosol .clear {
  clear: both;
}
.home_aerosol .column {
  position: relative;
  z-index: 100;
}
.home_nums .restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.home_nums .colour {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.home_nums .column {
  padding-left: 1.25em;
  padding-right: 1.25em;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .home_nums .column {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .home_nums .column.fourth {
    width: 25%;
  }
}
.home_nums .blue {
  background-color: #0077c8;
  color: #FFFFFF !important;
}
.home_nums .blue p {
  color: #FFFFFF !important;
}
.home_nums .home-stats-wrap {
  padding: 1em 0px;
}
.home_nums .blue.home-stats-wrap {
  background-color: #007fc8;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../img/footer.png);
  background-size: 70% auto;
  padding: 2em 0px 1em 0px;
}
.home_nums .home-stats-wrap .fourth p {
  margin: 0.1em 0em;
  line-height: 1em;
}
.home_nums p.home-stats-main {
  font-size: 3em;
  font-weight: 600;
}
.home_nums .home-stats-wrap .fourth p:nth-of-type(3) {
  font-size: 1em;
}
@media screen and (max-width: 1300px) and (min-width: 720px) {
  .home_nums .home-stats-wrap {
    padding: 1em 0px;
    font-size: 90%;
  }
  .home_nums p.home-stats-main {
    font-size: 2.7em;
    font-weight: 600;
  }
  .home_nums .home-stats-wrap-inner {
    padding-left: 80px !important;
    background-size: 60px 60px !important;
  }
}
@media screen and (max-width: 719px) {
  .home_nums .home-stats-wrap .fourth {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home_nums .blue.home-stats-wrap {
    background-size: auto 100%;
  }
}
.home_nums .clear {
  clear: both;
}
.home_nums .column {
  position: relative;
  z-index: 100;
}
.home_nums .home-stats-wrap-inner {
  padding-left: 100px;
  background-image: url(../img/h-icon-patients-b.png);
  background-position: left center;
  background-size: 80px 80px;
  background-repeat: no-repeat;
}
.home_nums .home-stats-wrap-inner2 {
  background-image: url(../img/h-icon-countries-b.png);
}
.home_nums .home-stats-wrap-inner3 {
  background-image: url(../img/h-icon-patents-b.png);
}
.home_nums .home-stats-wrap-inner4 {
  background-image: url(../img/h-icon-publications.png);
}
.home_nums .home-stats-main {
  color: #0077c8;
}
.home_news {
  background-color: #fff;
  padding: 5.9rem 0 20px;
}
.home_news .content {
  max-width: 1256px;
}
.home_news .head h2 {
  font-size: 1.4rem;
  color: var(--theme_color);
  margin-bottom: 1.5rem;
}
.home_news .news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 5.0955414%;
  padding: 0;
}
.home_news .news_list li {
  list-style: none;
}
.home_news .news_list .news_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f3f5f8;
}
.home_news .news_list .news_item:hover img {
  transform: scale(1.03);
}
.home_news .news_list .news_item .img {
  width: 100%;
  aspect-ratio: 371/196;
  display: block;
  object-fit: cover;
}
.home_news .news_list .news_item .info {
  flex: 1;
  padding: 28px 5.31914894% 45px;
}
.home_news .news_list .news_item .info strong {
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--theme_color);
  font-weight: 500;
}
.home_news .news_list .news_item .info p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.home_news .careers {
  background: url(../img/-g1zg5c.png) no-repeat center / cover;
  margin-top: 110px;
}
.home_news .careers a {
  display: flex;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 32.82%, rgba(0, 0, 0, 0) 100%);
  align-items: center;
  padding: 2rem 4.99203822%;
  min-height: 414px;
}
.home_news .careers a .head {
  padding-bottom: 0.5%;
}
.home_news .careers a .head h3 {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 600;
}
.home_news .careers a .head .desc {
  color: #fff;
}
.home_news .careers a .head .btn {
  margin-top: 23px;
}


.home_banner .content{
  z-index: 9;
}
.home_banner:after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}