body {
  background-color: #0f1922;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 4.5vh;
  margin-left: -0.6vh;
  font-family: stolzl, sans-serif;
  font-size: 6.2vh;
  line-height: 1.2em;
  font-weight: 300;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: stolzl, sans-serif;
  color: #172430;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

h4 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  line-height: 1.7em;
}

a {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0081ff;
  line-height: 1.2em;
  text-decoration: none;
}

a:hover {
  color: #00c0ff;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 17px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

strong {
  font-weight: 500;
}

figure {
  display: block;
  margin-bottom: 5px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

figcaption {
  margin-top: 15px;
  margin-bottom: 20px;
  color: rgba(4, 22, 32, 0.45);
  font-size: 12px;
  text-align: center;
}

.expert-bar {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.1px;
}

.top-link-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}

.top-link-right:hover {
  color: #00c0ff;
  text-decoration: underline;
}

.banner-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00c0ff;
  text-decoration: none;
}

.top-nav-link:hover {
  text-decoration: underline;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #021018;
}

.brand-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: transparent;
}

.logo-link:hover {
  color: #fff;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 118px;
  height: 13.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.close-fs {
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(17px, -17px);
  -ms-transform: rotate(-45deg) translate(17px, -17px);
  transform: rotate(-45deg) translate(17px, -17px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.dd-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  margin-bottom: 1px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-wrapper {
  position: static;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dropdown-arrow {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-left: 50px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: margin-top 200ms ease;
  transition: margin-top 200ms ease;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -2px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dd-text {
  font-family: stolzl, sans-serif;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.nav-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  color: #00c0ff;
}

.close-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 14px;
  height: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bte-logo {
  position: absolute;
  left: 0px;
  top: -3px;
  right: auto;
  bottom: auto;
  width: 54px;
  opacity: 0.9;
}

.dropdown-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 500px;
  padding: 20px 30px 20px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 -6px 60px -5px rgba(2, 16, 24, 0.2);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #252529;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.piezowave2-logo {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 106px;
  margin-top: -2px;
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
}

.close-bs {
  position: absolute;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(17px, 17px);
  -ms-transform: rotate(45deg) translate(17px, 17px);
  transform: rotate(45deg) translate(17px, 17px);
}

.dd-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 260px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dd-col.bte {
  width: 280px;
  padding-left: 20px;
}

.menu-lower {
  position: relative;
  width: 16px;
  height: 1px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.lymphatouch-logo {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 144px;
  margin-top: -2px;
}

.nav-dropdown-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-right: -2px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.menu-btn:hover {
  border-color: #fff;
}

.dd-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5%;
  padding: 35px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dd-product-wrap.bte {
  padding-top: 28px;
}

.menu-upper {
  position: relative;
  width: 16px;
  height: 1px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.dd-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252529;
  font-size: 11.5px;
  font-weight: 300;
  text-decoration: none;
}

.dd-link:hover {
  color: #00b0ff;
}

.dd-link.bte {
  position: relative;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
}

.alpinion-logo {
  position: absolute;
/*  left: -1px;*/
  top: 0%;
  right: auto;
  bottom: auto;
  width: 88px;
/*  -webkit-filter: contrast(220%);
  filter: contrast(220%);*/
}

.dropdown-outer {
  position: absolute;
  right: 40px;
  margin-top: 19px;
  padding-top: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 39px;
  margin-left: 10px;
  padding-top: 1px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0081ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.nav-btn:hover {
  color: #fff;
}

.nav-btn-text {
  position: relative;
  z-index: 1;
}

.btn-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0%;
  z-index: -1;
  width: 120%;
  background-color: #279aff;
  -webkit-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  -ms-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  transform: skew(-10deg, 0deg) translate(-100%, 0px);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: all 700ms cubic-bezier(.075, .82, .165, 1);
  transition: all 700ms cubic-bezier(.075, .82, .165, 1);
}

.btn-bg.physi-blue {
  background-color: #0081ff;
  -webkit-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  -ms-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  transform: skew(-10deg, 0deg) translate(-100%, 0px);
}

.btn-bg.physi-blue {
  background-color: #00b0ff;
  opacity: 0;
  -webkit-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  -ms-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  transform: skew(-10deg, 0deg) translate(-100%, 0px);
}

.btn-bg.darker-blue {
  background-color: #0081ff;
}

.full-hight-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100.3vh;
  margin-top: -38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: hidden;
  height: 100vh;
  padding-top: 13%;
  padding-bottom: 10%;
  background-color: #021018;
  -webkit-transform: translate(0px, -100vh);
  -ms-transform: translate(0px, -100vh);
  transform: translate(0px, -100vh);
}

.hero-video {
  position: absolute;
  left: 0%;
  top: 38px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  opacity: 0.5;
}

.footer-dark {
  position: absolute;
  top: 0%;
  right: 33.333333333333336%;
  bottom: -80px;
  width: 100vw;
  background-color: rgba(15, 25, 34, 0.6);
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container.left-center {
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.container.hero {
  z-index: 1;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.middle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.product {
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.about {
  padding-left: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.blog {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.event {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  line-height: 1.3em;
  text-decoration: none;
}

.footer-text:hover {
  color: #00c0ff;
}

.footer-link {
  margin-bottom: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: hsla(0, 0%, 100%, 0.9);
  line-height: 1.3em;
  text-decoration: none;
}

.footer-link:hover {
  color: #00c0ff;
}

.opening-times {
  color: rgba(255, 255, 255, 0.25);
  font-style: italic;
}

.legals-link {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

.legals-link:hover {
  text-decoration: underline;
}

.footer-lower-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
}

.btn-text {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-btn {
  position: relative;
  display: none;
  overflow: hidden;
  height: 50px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.3);
  color: #fff;
  letter-spacing: -0.1px;
}

.footer-btn:hover {
  color: #fff;
}

.footer-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 14px;
  margin-bottom: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-header.logo {
  width: 126px;
}

.legals-links {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.footer-col.col3 {
  padding-bottom: 18px;
  padding-left: 6%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-col.no-heading {
  padding-top: 52px;
}

.footer-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
}

.footer-section {
  position: relative;
  overflow: hidden;
  background-color: #021018;
}

.open-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  height: 8px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.open-icon.enrol {
  width: 7px;
  margin-top: 1px;
  margin-left: 7px;
}

.smallprint {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

.content-wrap {
  position: relative;
  overflow: hidden;
  margin-top: -60px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.content-wrap.white {
  padding-bottom: 0px;
  background-color: #fff;
}

.dark-bg {
  position: relative;
  height: 100%;
  background-color: #021018;
}

.hero-sub {
  max-width: 450px;
  font-size: 15px;
  line-height: 1.85em;
}

.video-overlay {
  position: absolute;
  left: -50%;
  top: 0%;
  right: 0%;
  bottom: -1%;
  z-index: 1;
  width: 200%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(2, 16, 24, 0.2)), color-stop(95%, #021018)), radial-gradient(circle farthest-corner at 50% 200%, #021018 20%, rgba(2, 16, 24, 0.08) 50%, rgba(2, 16, 24, 0) 74%);
  background-image: linear-gradient(180deg, rgba(2, 16, 24, 0.2) 56%, #021018 95%), radial-gradient(circle farthest-corner at 50% 200%, #021018 20%, rgba(2, 16, 24, 0.08) 50%, rgba(2, 16, 24, 0) 74%);
}

.paragraph {
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  line-height: 1.7em;
  font-weight: 200;
  letter-spacing: 0.2px;
  text-shadow: 0 0 30px rgba(4, 22, 32, 0.5);
}

.test-content {
  position: relative;
  max-width: 75%;
  margin-bottom: 30px;
}

.olympics-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.5;
  -webkit-filter: contrast(105%) brightness(90%) blur(10px);
  filter: contrast(105%) brightness(90%) blur(10px);
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-2 {
  margin-right: 2px;
  margin-left: -8px;
}

.test-bg-wrap {
  position: absolute;
  left: -5%;
  top: -5%;
  right: -5%;
  bottom: -5%;
  width: 110%;
}

.test-author-photo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 85%;
  width: auto;
}

.testimonials-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a3146;
}

.test-author {
  font-size: 15px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.2px;
}

.outer-h1 {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 32px;
  line-height: 1.4em;
}

.slider-heading {
  position: relative;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.slider-heading.dark {
  color: #172430;
}
.swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-wrapper._4-limit {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.header-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 37px;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(4, 22, 32, 0.12);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #021018;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-btn:hover {
  box-shadow: none;
  color: #fff;
}

.header-btn.on-dark {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.feed-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-arrow {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-right: -2px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.swiper-slide {
  position: relative;
  width: 25%;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.swiper-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(2, 16, 24, 0.15);
}

.swiper-container.home {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.swiper-container.about {
  position: relative;
  top: -50px;
  min-height: 50vh;
  margin-right: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.hero-outer {
  position: relative;
  overflow: hidden;
  padding-top: 12vh;
  padding-bottom: 4vh;
}

.product-news-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.product-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-top: 8px;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bullet-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 340px;
  margin-bottom: 4px;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-photo-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f3f3;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0e232e;
  cursor: pointer;
}

.product-photo-inner:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.large-photo-col {
  position: relative;
  width: 65%;
  padding-right: 6px;
  padding-left: 6px;
}

.wp-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-image {
  position: relative;
  z-index: -1;
  display: block;
  width: 110%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-transform 600ms cubic-bezier(.35, 0, 0, 1);
  transition: transform 600ms cubic-bezier(.35, 0, 0, 1);
  transition: transform 600ms cubic-bezier(.35, 0, 0, 1), -webkit-transform 600ms cubic-bezier(.35, 0, 0, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.info-video-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f3f3;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #0e232e;
  cursor: pointer;
}

.product-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: brightness(90%) brightness(110%);
  filter: brightness(90%) brightness(110%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.plus-x {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #041620;
}

.comparison-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  margin-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
}

.comparison-icon.cell {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.comparison-icon.bone {
  width: 17px;
  opacity: 0.95;
}

.comparison-icon.blood {
  width: 14px;
}

.comparison-icon.strong {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.comparison-icon.happy {
  width: 18px;
  opacity: 0.9;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.small-photo-outer {
  position: relative;
  width: 100%;
  height: 50%;
  padding: 6px;
}

.submit-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-color: #0081ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 400;
}

.submit-btn:hover {
  color: #fff;
  background: #279aff;
}

.bold-text {
  font-family: stolzl, sans-serif;
  font-weight: 300;
}

.sidebar-points {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding: 16px 28px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #f2f3f3;
  color: #041620;
}

.play-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  margin-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sidebar-bullet-text {
  position: relative;
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-video-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 600ms cubic-bezier(.35, 0, 0, 1);
  transition: all 600ms cubic-bezier(.35, 0, 0, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.applications-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: -35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.applications-list.expandable {
  margin-top: 0px;
  margin-bottom: 30px;
}

.product-content {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #021018;
}

.testimonials-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-test-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 22px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #f2f3f3;
}

.how-points-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -40px;
  margin-left: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.compare-btn-text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: -0.1px;
  text-shadow: none;
}

.product-heading {
  margin-top: 17px;
  margin-bottom: 15px;
  margin-left: 0vh;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.comparison-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.12) rgba(4, 22, 32, 0.12) rgba(4, 22, 32, 0.12);
  border-radius: 8px;
}

.comparison-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 4px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6em;
}

.product-test-wrap {
  position: relative;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plus-y {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #041620;
}

.tick-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  margin-top: 1px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #279aff;
}

.sticky-inner-1 {
  position: relative;
  display: block;
  width: 100%;
}

.applications-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.12);
  border-radius: 8px;
}

.news-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(4, 22, 32, 0.12);
}

.triple-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
}

.expand-heading {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  letter-spacing: -0.1px;
  text-shadow: none;
}

.how-point-title {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid hsla(0, 0%, 100%, 0.27);
  color: #172430;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 400;
}

.expand-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: stolzl, sans-serif;
  color: #041620;
  cursor: pointer;
}

.expand-header:hover {
  color: #279aff;
}

.small-photo-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-top: -6px;
  margin-bottom: -6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comp-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-left: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  color: #279aff;
}

.fields-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.comparison-points-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -6px 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 8px;
}

.wp-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: brightness(95%) contrast(95%);
  filter: brightness(95%) contrast(95%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-test-outer {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.how-point-text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid hsla(0, 0%, 100%, 0.27);
  line-height: 1.6em;
  font-weight: 200;
  margin-bottom: 0px;
}

.testimonial-author {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.7em;
  letter-spacing: -0.1px;
}

.tall-photo-outer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px;
}

.how-point-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 25px;
  padding-right: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.how-point-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 19px;
  font-weight: 400;
}

.block-header.no-padding {
  margin-bottom: 0px;
  letter-spacing: -0.2px;
}

.finance-text {
  position: relative;
  margin-top: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.how-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 40px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.12);
  border-radius: 8px;
}

.expand-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.product-testimonials {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.sidebar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
}

.sidebar-icon.delivery {
  width: 17px;
  margin-right: 15px;
}

.sidebar-icon.video {
  width: 17px;
  margin-right: 14px;
  margin-left: 1px;
}

.expand-row {
  position: relative;
  border-top: 1px solid rgba(4, 22, 32, 0.12);
}

.wp-outer {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
}

.form-btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-text-field {
  position: relative;
  height: 44px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.09) rgba(4, 22, 32, 0.09) rgba(4, 22, 32, 0.12);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 12.5px;
}

.product-text-field:focus {
  border-bottom-color: #128aff;
}

.product-text-field::-webkit-input-placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.product-text-field:-ms-input-placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.product-text-field::-ms-input-placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.product-text-field::placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.how-item-image-wrap {
  position: relative;
  overflow: hidden;
  width: 94px;
  height: 94px;
  margin-right: 18px;
  border-radius: 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  background: #f2f3f3;
}

.how-image {
  position: relative;
  display: block;
  width: 110%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.white-paper-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.finance-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(4, 22, 32, 0.9);
  font-size: 12px;
}

.play-btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(4, 22, 32, 0.75);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.roi-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(4, 22, 32, 0.9);
  text-decoration: underline;
  cursor: pointer;
}

.roi-link:hover {
  color: #07ace2;
}

.cta-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00a1ff;
}

.banner-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-filter: brightness(65%) grayscale(100%);
  filter: brightness(65%) grayscale(100%);
}

.bg-photo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.9em;
  font-weight: 300;
  text-shadow: 0 0 30px rgba(14, 35, 46, 0.4);
}

.banner-bg-photo {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: white;
}

.banner-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0081ff;
  opacity: 0.6;
}

.cta-btn-text {
  position: relative;
  z-index: 1;
}

.cta-btn {
  position: relative;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 44px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 19px;
  padding-bottom: 1px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #029ffa;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
}

.cta-btn:hover {
  color: #fff;
}

.applications-upper {
  padding: 40px 40px 30px;
}

.customers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.12);
  text-align: center;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cust-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 80px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cust-logo {
  width: 100%;
  height: 75%;
  max-width: 130px;
  min-height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-duration {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.academy-card-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #172430;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.academy-card-link:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
}

.academy-card-lower {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 150px;
  padding: 19px 21px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1), -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
}

.duration-wrap {
  position: absolute;
  right: 25px;
  bottom: 34px;
}

.duration-wrap.academy {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: stolzl, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: none;
}

.duration-wrap.product {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.duration-wrap.events {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: stolzl, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: none;
}
.academy-card-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0px;
}

.academy-photo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.05);
}

.academy-photo {
  position: relative;
  width: 100%;
  height: 100%;
  /* opacity: 0.6; */
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.academy-photo-inner {
  opacity: 0.7;
}

.webinar-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.7);
}

.video-type {
  font-weight: 300;
}
.physichat-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-top: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.7);
}

.training-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
}

.swipe-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-btn {
  position: absolute;
  right: 18px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(12, 25, 34, 0.8);
  cursor: pointer;
}

.swiper-btn:hover {
  background-color: #0081ff;
  color: rgba(255, 255, 255, 0.9);
}

.swiper-btn.home-right {
  background-color: #ebf1f7;
}

.swiper-btn.home-right:hover {
  background-color: #279aff;
}

.swiper-btn.home-left {
  left: 18px;
  right: 0px;
  padding-right: 1px;
  padding-left: 0px;
  background-color: #ebf1f7;
}

.swiper-btn.home-left:hover {
  background-color: #279aff;
}

.card-play-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.blue-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(39, 154, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.slider-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-section.home {
  margin-top: 50px;
}

.card-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 180px;
  max-height: 20vh;
  padding: 18px 40px 18px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #14222e;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
  min-height: 150px;
}

.card-inner:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
}

.card-logo {
  position: absolute;
  left: 21px;
  bottom: 22px;
  z-index: 1;
  height: 22px;
  margin-top: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-overlay {
  opacity: 0.8;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 92, 112, 0.2)), to(rgba(73, 92, 112, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(2, 16, 24, 0.5)), color-stop(74%, rgba(2, 16, 24, 0.2)));
  background-image: linear-gradient(180deg, rgba(73, 92, 112, 0.2), rgba(73, 92, 112, 0.2)), linear-gradient(180deg, rgba(2, 16, 24, 0.5) 23%, rgba(2, 16, 24, 0.2) 74%);
}

.view-arrow-icon {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 1;
  display: inline-block;
  width: 5px;
  margin-left: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.view-arrow-icon.events {
  top: 22px;
  right: 25px;
  opacity: 0.6;
}
.home-hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-top: 14vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-image {
  position: absolute;
  right: 0%;
  overflow: hidden;
  width: 50%;
  height: 100%;
  min-height: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #172430;
}

.home-about-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-image-inner {
  position: absolute;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.about-heading {
  position: relative;
  z-index: 1;
  margin: 0px 24px 30px -2px;
  color: #fff;
  font-weight: 300;
}

.about-text {
  position: relative;
  z-index: 1;
  max-width: 40%;
  margin-bottom: 50px;
}

.about-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.academy-card {
  position: relative;
  width: 25%;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news-card {
  position: relative;
  width: 25%;
  margin-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news-card-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  text-shadow: none;
}

.transparent-bg {
  position: relative;
  padding-top: 30px;
}

.news-card-lower {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 22px 21px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1), -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
}

.news-photo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  max-height: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news-card-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #172430;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 1.5em;
}

.news-card-link:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
}

.guest-overlay {
  position: absolute;
  left: 40%;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 120%;
  margin-left: -2px;
  background-image: radial-gradient(circle farthest-side at 100% 0%, rgba(22, 38, 51, 0.2) 67%, rgba(22, 38, 51, 0.55) 74%, rgba(22, 38, 51, 0.75) 81%, rgba(22, 38, 51, 0.91) 88%, #172430 95%);
}

.video-smallprint {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.podcast-card-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 180px;
  padding: 19px 21px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #172430;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.podcast-card-link:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
}

.guest-experience {
  position: relative;
  z-index: 2;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.6em;
  letter-spacing: 0px;
}

.guest-experience.bold {
  font-weight: 500;
}

.guest-photo-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.podcast-card-heading {
  z-index: 2;
  margin-top: 0px;
  margin-bottom: auto;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.episode-text-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: stolzl, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  letter-spacing: 0.5px;
}

.guest-photo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 479px) {
  .guest-photo {
    width: auto;
    height: auto;
  }
}

.news-card-photo {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-photo.product {
  opacity: 0.9;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.product-news-card {
  position: relative;
  width: 50%;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product-video-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #f2f3f3;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #041620;
}

.product-video-link:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #279aff;
}

.product-video-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-card-lower {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 19px 21px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1), -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
}

.video-card-photo {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-card-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #021018;
  font-size: 12.5px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.whitepaper-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #f2f3f3;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #021018;
}

.whitepaper-link:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #279aff;
}

.whitepaper-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 28%;
  min-width: 110px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-video-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 8px;
}

.expand-icon {
  position: absolute;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}

.section-end-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(4, 22, 32, 0.12);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #041620;
  cursor: pointer;
}

.section-end-btn:hover {
  color: #279aff;
}

.comp-upper {
  padding: 40px 40px 30px;
}

.info-heading {
  position: relative;
  margin: 0px 24px 0px 2px;
  font-size: 20px;
  letter-spacing: -0.2px;
}

.podcast-card {
  position: relative;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-inner {
  position: relative;
  height: 69vh;
  color: #021018;
}

.contact-heading {
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: 0vh;
  font-family: stolzl, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 300;
}

.contact-heading:hover {
  color: #00c0ff;
}

.contact-page-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-left {
  position: relative;
  width: 50%;
  padding-top: 50px;
}

.contact-right {
  position: relative;
  width: 50%;
  padding-left: 10%;
}

.contact-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-t-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.office-photo {
  width: 100%;
  height: 100%;
  background-color: #f2f3f3;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  padding: 50px 12% 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 60px -10px rgba(22, 38, 51, 0.15);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 31vh;
  padding-top: 15vh;
  padding-bottom: 40px;
}

.form-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block-3 {
  width: 100%;
}

.contact-field {
  position: relative;
  height: 44px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.09) rgba(4, 22, 32, 0.09) rgba(4, 22, 32, 0.12);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 12.5px;
}

.contact-field:hover {
  border-bottom-color: rgba(4, 22, 32, 0.6);
}

.contact-field:focus {
  border-bottom-color: #128aff;
}

.contact-field::-webkit-input-placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.contact-field:-ms-input-placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.contact-field::-ms-input-placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.contact-field::placeholder {
  color: rgba(4, 22, 32, 0.45);
}

.textarea {
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 14px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.12);
  font-size: 12.5px;
}

.textarea::-webkit-input-placeholder {
  color: rgba(4, 22, 32, 0.4);
}

.textarea:-ms-input-placeholder {
  color: rgba(4, 22, 32, 0.4);
}

.textarea::-ms-input-placeholder {
  color: rgba(4, 22, 32, 0.4);
}

.textarea::placeholder {
  color: rgba(4, 22, 32, 0.4);
}

.support-heading {
  font-weight: 400;
}

.contact-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 48px;
  margin-top: 40px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-color: #0081ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.contact-btn:hover {
  color: #fff;
}

.map-outer {
  position: relative;
  overflow: hidden;
  height: 70vh;
  background-color: #f2f3f3;
}

.message-heading {
  margin-top: 0px;
  margin-bottom: 20px;
}

.map-inner {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 110%;
}

.podcast-slide {
  position: relative;
  width: 25%;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-prompt {
  position: relative;
  top: 1px;
  display: none;
  overflow: hidden;
  height: 36px;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  right: -10px;
}

.scroll-right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 15px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.scroll-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 15px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.scroll-right:active, .scroll-left:active {
  color: white;
}

.applications-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 18px;
}

.test-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-banner {
  display: none;
}

.bottom-banner-inner:hover {
  color: #fff;
}

.top-page-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 15vh;
  padding-bottom: 80px;
}

.about-card-lower {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 16px 20px 16px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(22, 38, 51, 0.05);
}

.about-card-photo {
  position: relative;
  width: 100%;
  height: 120%;
  opacity: 0.85;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-photo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-card-heading {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: -0.2px;
  text-shadow: none;
}

.about-card-link {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #172430;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  cursor: pointer;
}

.about-card-link:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.about-card {
  position: relative;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
}

.bio-title {
  margin-bottom: 2px;
  font-weight: 200;
  letter-spacing: 0.2px;
}

.value-cols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.value-left-col {
  width: 50%;
  min-height: 50vh;
  padding-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.value-heading {
  margin-bottom: 15px;
  color: #0081ff;
}

.our-values {
  position: relative;
  width: 46vw;
  margin-top: 0px;
  margin-bottom: 120px;
  color: rgba(22, 38, 51, 0.08);
}

.about-bg {
  background-color: #fff;
  color: #111d27;
}

.insta-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-photo-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.333333333333336%;
  height: 240px;
  max-height: 20vw;
  max-width: 27vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 4px;
  background-color: rgba(22, 38, 51, 0.06);
  color: #fff;
}

.about-photo-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40vw;
  height: 390px;
  max-height: 30vw;
  max-width: 700px;
  min-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 4px;
  background-color: rgba(22, 38, 51, 0.12);
  color: #fff;
}

.about-photo-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.333333333333336%;
  height: 240px;
  max-height: 20vw;
  max-width: 27vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(22, 38, 51, 0.09);
  color: #fff;
}

.about-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.about-open-icon {
  position: absolute;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  height: 8px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.modal-outer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(2, 16, 24, 0.7);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.modal-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 594px;
  padding: 35px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  color: #021018;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-photo-wrap {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  margin-left: -4px;
  border-radius: 50%;
}

.bio-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bio-modal-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: stolzl, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-shadow: none;
}

.bio-modal-title {
  margin-bottom: 2px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.modal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-header-content {
  margin-top: 15px;
}

.bio-block-heading {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
}

.bio-block-text {
  line-height: 1.6em;
}

.close-modal-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.close-modal-btn {
  position: absolute;
  left: auto;
  top: 20px;
  right: 22px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(22, 38, 51, 0.4);
  cursor: pointer;
}

.close-modal-btn:hover {
  background-color: #172430;
  color: rgba(255, 255, 255, 0.9);
}

.bio-wrap {
  display: none;
}

.bio-wrap.at {
  display: block;
}

.bio-wrap.ds {
  display: none;
}

.bio-wrap.ep {
  display: none;
}

.bio-wrap.ke {
  display: none;
}

.bio-wrap.jf {
  display: none;
}

.value-right-col {
  width: 50%;
  min-height: 50vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.values-icons {
  width: 24px;
  height: 24px;
  color: rgba(22, 38, 51, 0.9);
}

.values-icons.passionate {
  width: 28px;
  height: 28px;
  margin-left: -3px;
}

.values-icons.proactive {
  width: 31px;
  height: 31px;
  margin-left: -5px;
}

.values-icons.professional {
  width: 27px;
  height: 27px;
}

.values-icons.progressive {
  width: 29px;
  height: 29px;
  margin-left: -5px;
}

@media only screen and (max-width: 479px) {
  .values-icons {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.insta-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  margin-top: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.blog-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-info {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-right: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-info-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.academy-main-photo {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.academy-secondary-photos {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25%;
  height: 100%;
}

.secondary-upper {
  width: 100%;
  height: 50%;
}

.secondary-lower {
  width: 100%;
  height: 50%;
  background: white;
}

.academy-photo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.blog-content {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #041620;
}

.blog-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #041620;
}

.blog-hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news-breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bc-primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: 10px;
  padding-right: 8px;
  padding-bottom: 1px;
  padding-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f3f3;
  font-size: 12px;
}

.bc-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding-right: 13px;
  padding-bottom: 1px;
  padding-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.bc-arrow {
  position: absolute;
  left: 100%;
  width: 0px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 11px solid #f2f3f3;
  background-color: transparent;
}

.blog-heading-wrap {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.blog-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0vh;
  color: #041620;
  font-size: 29px;
  line-height: 1.6em;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.author-image-wrap {
  position: relative;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-left: -2px;
  border-radius: 50%;
  background-color: #eee;
}

.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
}

.blog-author-info {
  margin-bottom: 2px;
  font-family: stolzl, sans-serif;
  color: rgba(4, 22, 32, 0.8);
  line-height: 1.2em;
  font-weight: 300;
}

.author-header-content {
  margin-top: 22px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(4, 22, 32, 0.8);
}

.author-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -o-object-fit: cover;
  object-fit: cover;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  margin-left: -6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.share-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.share-btn-wrap.video {
  margin-top: 5px;
  margin-right: -2px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.event-cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.share-title {
  margin-bottom: 16px;
  font-family: stolzl, sans-serif;
  color: rgba(4, 22, 32, 0.8);
  line-height: 1.2em;
  font-weight: 300;
}

.share-title.video {
  color: rgba(255, 255, 255, 0.8);
}

.social-icon-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-icon-inner.fb {
  width: 14px;
  height: 14px;
}

.social-icon-inner.insta {
  width: 14px;
  height: 14px;
}

.social-icon-inner.tw {
  width: 14px;
  height: 14px;
}

.bc1 {
  color: rgba(4, 22, 32, 0.9);
  line-height: 1.8em;
}

.bc1:hover {
  color: rgba(4, 22, 32, 0.9);
  text-decoration: underline;
}

.bc2 {
  color: rgba(4, 22, 32, 0.6);
  line-height: 1.8em;
}

.bc2:hover {
  color: rgba(4, 22, 32, 0.9);
  text-decoration: underline;
}

.footer-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3em;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer-phone:hover {
  color: #00c0ff;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -6px;
  margin-left: -7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.social-btn:hover {
  color: #00c0ff;
}

.social-btn.fb {
  padding-right: 2px;
  padding-bottom: 1px;
}

.social-btn.tw {
  padding-top: 1px;
}

.social-btn.li {
  padding-bottom: 1px;
}

.paragraph-5 {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
}

.light-feed-bg {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #111d27;
}

.sort-dropdown-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-right: -3px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feed-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.load-more-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-top: 20px;
  margin-right: -6px;
  margin-left: -6px;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.load-more-btn:hover {
  border-color: rgba(0, 129, 255, 0.4);
  color: #0081ff;
}

.load-more-btn.light {
  border-color: rgba(4, 22, 32, 0.12);
}

.load-more-btn.light:hover {
  border-color: rgba(0, 129, 255, 0.4);
}

.blog-cover-outer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #f2f3f3;
  max-width: 1300px;
  padding-bottom: 40%;
}

.event-cover-outer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #f2f3f3;
  padding-bottom: 50%;
  margin-bottom: 60px;
}

.author-link-2 {
  display: inline-block;
  border-bottom: 1px solid rgba(4, 22, 32, 0.2);
  -webkit-transition-property: all;
  transition-property: all;
  color: rgba(4, 22, 32, 0.8);
}

.author-link-2:hover {
  border-bottom-color: #00c0ff;
}

.share-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 22, 32, 0.15);
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(4, 22, 32, 0.8);
}

.share-btn:hover {
  border-color: rgba(22, 38, 51, 0);
  background-color: #279aff;
  color: #fff;
}

.share-btn.li {
  padding-bottom: 1px;
  padding-left: 1px;
}

.share-btn.fb {
  padding-right: 1px;
  padding-bottom: 1px;
}

.post-tag {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: 6px;
  margin-bottom: 10px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f2f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #041620;
  font-size: 11px;
  letter-spacing: 0.1px;
}

.post-tag:hover {
  background-color: #279aff;
  color: #fff;
}

.btn-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0%;
  width: 120%;
  background-color: #0081ff;
  -webkit-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  -ms-transform: skew(-10deg, 0deg) translate(-100%, 0px);
  transform: skew(-10deg, 0deg) translate(-100%, 0px);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: all 700ms cubic-bezier(.075, .82, .165, 1);
  transition: all 700ms cubic-bezier(.075, .82, .165, 1);
}

.open-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 10px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.open-icon-2.enrol {
  width: 7px;
  margin-top: 1px;
  margin-left: 7px;
}

.plus-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plus-icon.tag {
  width: 6px;
  height: 6px;
  margin-top: 0px;
}

.video-upper {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.related-videos {
  padding-bottom: 60px;
}

.video-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vid-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vid-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-top: 55px;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.video-h1 {
  margin-bottom: 15px;
  margin-left: 0px;
  font-size: 25px;
  line-height: 1.4em;
}

.share-vid-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(255, 255, 255, 0.8);
}

.share-vid-btn:hover {
  border-color: rgba(22, 38, 51, 0);
  background-color: #279aff;
  color: #fff;
}

.share-vid-btn.li {
  padding-bottom: 1px;
  padding-left: 1px;
  color: rgba(255, 255, 255, 0.8);
}

.share-vid-btn.li:hover {
  color: #fff;
}

.share-vid-btn.fb {
  padding-bottom: 1px;
}

.share-vid-btn.tw {
  padding-top: 1px;
}

.video-info-text {
  margin-bottom: 2px;
  font-family: stolzl, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 300;
}

.tag-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: 8px;
  margin-bottom: 12px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #172430;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  letter-spacing: 0.2px;
}

.tag-btn:hover {
  background-color: #279aff;
  color: #fff;
}

.tag-btn.active {
  cursor: default;
  background: white;
  color: #021018;
}
.tag-btn.active:hover {
  cursor: default;
  background: white;
  color: #021018;
}

.tag-btn.more-tags {
  padding-left: 16px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.tag-btn.more-tags:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.8);
}

.tag-btn.mobile-show-tags {
  display: none;
  padding-left: 16px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.tag-btn.mobile-show-tags:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.8);
}

.related-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.product-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.meet-team-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 44px;
  margin-left: -6px;
  padding-right: 18px;
  padding-bottom: 1px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.meet-team-btn:hover {
  color: #fff;
}

.hero-heading-upper {
  display: inline-block;
  line-height: 1.3em;
}

.hero-heading-lower {
  display: inline-block;
  line-height: 1.3em;
}

.menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-row.upper {
  margin-bottom: 70px;
}

.menu-row.lower {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-heading {
  font-family: stolzl, sans-serif;
  font-size: 20px;
}

.menu-link {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 200;
}

.menu-heading-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quote-thankyou {
  display: inline-block;
  margin-bottom: 5px;
  font-family: stolzl, sans-serif;
  color: rgba(3, 54, 31, 0.9);
  font-size: 13px;
  font-weight: 400;
}

.quote-block {
  width: 100%;
  margin-bottom: 0px;
}

.success-message {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 24px 28px 28px;
  border-radius: 8px;
  background-color: #ddf6e8;
  color: #03361f;
  text-align: center;
}

.error-message {
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 26px 28px 29px;
  border-radius: 8px;
  background-color: #ffe4e4;
  color: #971012;
  text-align: center;
}

.product-dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 44px;
  margin-top: 5px;
  margin-right: -3px;
  margin-left: -3px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f2f3f3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: rgba(4, 22, 32, 0.9);
  font-weight: 400;
}

.product-dropdown:hover {
  background-color: #e4e4e4;
}

.product-dd-outer {
  margin-top: 6px;
  margin-bottom: 16px;
}

.dd-label {
  position: relative;
  margin-bottom: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(4, 22, 32, 0.4);
  font-size: 12.5px;
  letter-spacing: -0.1px;
}

.product-dd-text {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-dd-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #021018;
}

.product-test-text {
  font-weight: 200;
  margin-bottom: 10px;
}

.tag-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -6px;
  margin-left: -6px;
  padding-right: 25%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tag-wrapper.no-padding {
  padding-right: 0%;
}

.address-link {
  color: #021018;
  line-height: 1.7em;
}

.address-link:hover {
  color: #00c0ff;
}

.video-inner {
  display: block;
}

.photo-load {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #e7e9e9;
}

.hero-heading {
  margin-top: 0px;
  line-height: 1.2em;
}

.podcast-outer {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #021018;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.video-load {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #021018;
}

.office-photo-wrap {
  position: relative;
  overflow: hidden;
  height: 360px;
  border-radius: 4px;
  background-color: #e6e6e6;
}

.background-p {
  position: absolute;
  left: -9%;
  top: -17%;
  z-index: 1;
  width: 170px;
  height: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.1;
}

.page-heading {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0vh;
  color: #041620;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.page-content-container {
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.page-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #041620;
}

.legal-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #041620;
}

.podcast-description {
  margin-top: 30px;
}

.cookies-banner {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121e29;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 12px;
  text-align: center;
}

.banner-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 34px;
  margin-right: -4px;
  margin-left: 20px;
  padding: 1px 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(27, 44, 58, 0.8);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  cursor: pointer;
}

.banner-btn:hover {
  background-color: #279aff;
  color: #fff;
}

.cookies-text {
  margin-top: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.5em;
}

.cookies-text.mobile {
  display: none;
}

.cookies-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.notification-dot {
  width: 5px;
  height: 5px;
  margin-right: -6px;
  margin-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #00c0ff;
}

.text-block-5 {
  display: inline-block;
}

.event-photo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #172430;
}

.event-card-lower {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 22px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #172430;
  -webkit-transition: -webkit-filter 300ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-filter 300ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 300ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 300ms cubic-bezier(.35, 0, 0, 1), -webkit-filter 300ms cubic-bezier(.35, 0, 0, 1);
}

.event-card-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 1.5em;
}

.event-card-link:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
}

.event-card {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.event-card-photo {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-feed {
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #111d27;
}

.event-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.event-photo-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(39, 154, 255, 0);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  text-shadow: 0 0 25px rgba(2, 16, 24, 0.2);
}

.event-month {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-day {
  font-size: 36px;
  line-height: 1.05em;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.event-card-heading {
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-shadow: none;
}

.event-post-summary {
  font-weight: 200;
}

.full-height-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.event-date {
  font-family: stolzl, sans-serif;
  line-height: 1.2em;
}

.event-heading {
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: -1px;
  color: #041620;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.event-content {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #041620;
}

.event-info {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.event-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.event-date-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #041620;
}

.book-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 46px;
  margin-bottom: 40px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-color: #0081ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.book-btn:hover {
  color: #fff;
}

.events-h1 {
  position: relative;
  margin-top: 8px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 32px;
  line-height: 1.4em;
}

.event-type {
  font-family: stolzl, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.calendar-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
  color: #041620;
}

.home-product-heading {
  margin-top: 0px;
}

.testimonials-images {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feed-heading {
  position: relative;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #021018;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.feed-heading.dark {
  color: #172430;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #041620;
}

._404-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

._404-body.white {
  padding-bottom: 0px;
  background-color: #fff;
}

._404-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._404-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #021018;
}

._404-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._404-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-right: 25px;
  padding-bottom: 1px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-color: #0081ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

._404-btn:hover {
  color: #fff;
}

.home-academy-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-academy-container.left-center {
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.home-academy-container.hero {
  z-index: 1;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-academy-container.middle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-academy-container.product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-academy-container.cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-academy-container.about {
  padding-left: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-academy-container.blog {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academy-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(2, 16, 24, 0.15);
}

.academy-cards.home {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.academy-cards.about {
  position: relative;
  top: -50px;
  min-height: 50vh;
  margin-right: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.podcast-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(2, 16, 24, 0.15);
}

.podcast-cards.home {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.podcast-cards.about {
  position: relative;
  top: -50px;
  min-height: 50vh;
  margin-right: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.news-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(2, 16, 24, 0.15);
}

.news-cards.home {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.news-cards.about {
  position: relative;
  top: -50px;
  min-height: 50vh;
  margin-right: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.news-cards.product {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.mobile-menu-col {
  display: none;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.event-tag {
  margin-top: 4px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
}

.video-test-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #021018;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.video-test-watch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.video-test-watch.academy {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: stolzl, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: none;
}

.video-test-watch.product {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.video-test-watch.events {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: stolzl, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: none;
}

.page-header-container {
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.loader-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  pointer-events: none;
  background: #021018;
}

.loader-animation {
  position: relative;
  width: 8vw;
  height: 8vw;
  margin: auto;
}

.product-articles {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-articles.home {
  margin-top: 50px;
}

.product-articles.produ {
  margin-top: 50px;
}

.left-heading {
  position: absolute;
  left: 0px;
  margin: 0px 24px 0px 2px;
  font-size: 20px;
  letter-spacing: -0.2px;
}

.transducers-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 37px;
  margin-left: 8px;
  padding-top: 1px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(4, 22, 32, 0.12);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #021018;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
}

.tabs-btn:hover {
  box-shadow: none;
  color: #fff;
}

.tabs-btn.on-dark {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.text-span-5 {
  display: inline-block;
}

.add-ons-content {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

.related-articles {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #021018;
}

.add-ons-headings {
  position: relative;
  margin: 0px 24px 0px 2px;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}

.tabs-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(2, 16, 24, 0.15);
}

.tabs-wrapper.home {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.tabs-wrapper.about {
  position: relative;
  top: -50px;
  min-height: 50vh;
  margin-right: -8px;
  margin-bottom: 20px;
  margin-left: -8px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.tabs-wrapper.product {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  max-width: 16.666666666666668%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: #172430;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
}

.tab:hover {
  background-color: #2d3b46;
  color: #fff;
}

.tab.w--current {
  border-top-color: rgba(255, 255, 255, 0.2);
  background-color: #0f1922;
}

.tab.w--current:hover {
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-pane {
  padding-top: 50px;
}

.addon-item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.addon-item-wrap._4-limit {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.addon-card {
  position: relative;
  width: 20%;
  margin-bottom: 70px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.addon-content-upper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 25px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1), -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
}

.addon-photo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.addon-content-lower {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 24px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1);
  transition: filter 600ms cubic-bezier(.35, 0, 0, 1), -webkit-filter 600ms cubic-bezier(.35, 0, 0, 1);
}

.addon-card-heading {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-shadow: none;
}

.addon-card-subheading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.addon-text-upper {
  color: rgba(255, 255, 255, 0.8);
}

.addon-text-lower {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.8);
}

.addons-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.addon-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-sidebar-block {
  margin-bottom: 35px;
}

.event-sidebar-heading {
  margin-top: 0px;
  margin-bottom: 12px;
}

.event-guest-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guest-image-wrap {
  position: relative;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-left: -2px;
  border-radius: 50%;
  background-color: #eee;
}

.guest-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(94%);
  filter: brightness(94%);
  -o-object-fit: cover;
  object-fit: cover;
}

.event-guest-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guest-title {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .brand-wrap.w--current {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .nav-link {
    display: none;
  }

  .close-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu {
    overflow: scroll;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .footer-dark {
    display: none;
  }

  .container {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container.hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.middle-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .container.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .footer-header {
    margin-left: 1px;
  }

  .footer-col {
    width: 50%;
  }

  .footer-col.col3 {
    margin-top: 80px;
    margin-bottom: 30px;
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-col.no-heading {
    width: 35%;
    margin-left: auto;
  }

  .footer-upper {
    margin-top: 70px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-wrap {
    padding-bottom: 0px;
  }

  .hero-sub {
    max-width: 600px;
  }

  .paragraph {
    max-width: 80%;
    font-size: 26px;
  }

  .test-content {
    max-width: none;
  }

  .olympics-bg {
    height: 100%;
    -webkit-filter: contrast(110%) brightness(90%) blur(15px);
    filter: contrast(110%) brightness(90%) blur(15px);
  }

  .test-bg-wrap {
    height: 110%;
  }

  .test-author-photo {
    height: 40vw;
  }

  .testimonials-section {
    height: auto;
    margin-top: 0px;
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .test-author {
    max-width: 80%;
    font-size: 14px;
  }

  .outer-h1 {
    margin-bottom: 20px;
  }

  .swiper-wrapper._4-limit {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .header-btn {
    padding-top: 1px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    font-size: 11px;
  }

  .header-btn:hover {
    box-shadow: inset 0 0 0 1px rgba(2, 16, 24, 0.12);
    color: rgba(2, 16, 24, 0.9);
  }

  .header-btn:active {
    background-color: #00b0ff;
    box-shadow: inset 0 0 0 1px rgba(2, 16, 24, 0);
    color: rgba(255, 255, 255, 0.9);
  }

  .swiper-slide {
    width: 46.6%;
  }

  .swiper-container.home {
    padding-bottom: 50px;
  }

  .hero-outer {
    padding-bottom: 20px;
  }

  .product-sticky {
    position: relative;
    top: 0px;
    width: 100%;
    padding-left: 0px;
  }

  .product-info {
    width: 100%;
  }

  .product-photo-inner:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
  }

  .submit-btn {
    height: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sidebar-points {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    text-align: center;
  }

  .applications-list {
    margin-bottom: 15px;
  }

  .product-content {
    padding-top: 50px;
  }

  .testimonials-block {
    border-radius: 20px;
  }

  .product-heading {
    margin-bottom: 45px;
  }

  .comparison-block {
    margin-bottom: 60px;
  }

  .comparison-point {
    margin-bottom: 2px;
  }

  .sticky-inner-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .applications-block {
    margin-bottom: 60px;
  }

  .news-block {
    border-radius: 20px;
  }

  .triple-photo {
    height: 42vw;
  }

  .sidebar-bullet {
    position: relative;
    line-height: 1.4em;
  }

  .expand-heading {
    font-size: 15px;
  }

  .how-point-title {
    margin-bottom: 8px;
  }

  .expand-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .expand-header:hover {
    color: #041620;
  }

  .fields-wrapper {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-block {
    margin-bottom: 60px;
  }

  .product-test-outer {
    width: 50%;
    margin-bottom: 15px;
  }

  .how-point-item {
    margin-bottom: 46px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .how-point-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-header {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how-block {
    margin-bottom: 60px;
    padding: 35px 30px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .expand-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .product-testimonials {
    margin-bottom: 0px;
  }

  .wp-outer {
    width: 50%;
    margin-bottom: 15px;
  }

  .form-btn-wrap {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-text-field:hover {
    border-bottom-color: rgba(4, 22, 32, 0.12);
  }

  .product-text-field.req {
    margin-bottom: 4px;
  }

  .how-item-image-wrap {
    width: 80px;
    height: 80px;
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .white-paper-block {
    margin-bottom: 55px;
  }

  .finance-wrap {
    height: 80px;
    margin-bottom: 0px;
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .roi-link {
    margin-bottom: 1px;
  }

  .cta-banner {
    height: 40vw;
  }

  .banner-bg-photo {
    width: 50%;
    height: 50%;
  }

  .cta-btn {
    margin-bottom: 10px;
  }

  .cta-btn:hover {
    color: #fff;
  }

  .applications-upper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .customers-block {
    margin-bottom: 60px;
    padding: 35px 30px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cust-logo {
    max-height: 70px;
    max-width: 100px;
  }

  .video-duration {
    margin-top: 4px;
  }

  .academy-card-link:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .academy-card-link:active {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

  .duration-wrap.academy {
    font-size: 12px;
  }

  .duration-wrap.events {
    font-size: 12px;
  }

  .academy-card-heading {
    font-size: 15px;
    line-height: 1.6em;
  }

  .academy-photo-inner {
    opacity: 0.8;
  }

  .webinar-icon {
    color: #fff;
  }

  .physichat-icon {
    color: #fff;
  }

  .training-icon {
    color: #fff;
  }

  .swiper-btn {
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
  }

  .swiper-btn:hover {
    background-color: #fff;
    color: rgba(12, 25, 34, 0.8);
  }

  .swiper-btn:active {
    background-color: #0081ff;
    color: #fff;
  }

  .swiper-btn.home-left {
    display: none;
  }

  .slider-section.home {
    margin-top: 60px;
  }

  .card-inner {
    height: 22vw;
    max-height: none;
  }

  .card-inner:active {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .card-image {
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
  }

  .view-arrow-icon {
    top: 21px;
  }

  .about-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 80px;
    padding-top: 0%;
  }

  .about-image-inner {
    position: relative;
    height: auto;
  }

  .about-heading {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-text {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .about-section {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .academy-card {
    width: 50%;
    margin-bottom: 20px;
  }

  .news-card {
    width: 50%;
  }

  .news-card-heading {
    font-size: 16px;
  }

  .news-photo-wrap {
    max-height: 20vw;
  }

  .news-card-link:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .news-card-link:active {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

  .video-smallprint {
    font-size: 11px;
  }

  .podcast-card-link {
    height: 24vw;
    max-height: none;
  }

  .podcast-card-link:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .podcast-card-link:active {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

  .guest-experience {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
  }

  .podcast-card-heading {
    font-size: 17px;
  }

  .news-card-photo {
    opacity: 0.9;
  }

  .product-news-card {
    width: 50%;
  }

  .product-video-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #041620;
  }

  .product-card-lower {
    padding-top: 16px;
  }

  .video-card-heading {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .whitepaper-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #041620;
  }

  .whitepaper-wrap {
    width: 15vw;
    min-width: auto;
  }

  .image-video-block {
    margin-bottom: 60px;
  }

  .section-end-btn {
    height: 54px;
  }

  .section-end-btn:hover {
    color: #041620;
  }

  .comp-upper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .podcast-card {
    width: 50%;
    margin-bottom: 15px;
  }

  .contact-inner {
    height: auto;
    margin-bottom: -100px;
  }

  .contact-heading {
    font-size: 30px;
  }

  .contact-page-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-right {
    width: 100%;
    padding-left: 0%;
  }

  .contact-table {
    width: 50%;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-t-col {
    margin-bottom: 30px;
  }

  .paragraph-2 {
    margin-bottom: 50px;
  }

  .contact-form {
    padding: 40px 40px 20px;
  }

  .contact-hero {
    height: auto;
    min-height: auto;
    padding-bottom: 120px;
  }

  .contact-field {
    margin-bottom: 10px;
  }

  .contact-field:hover {
    border-bottom-color: rgba(4, 22, 32, 0.12);
  }

  .textarea {
    position: relative;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
  }

  .contact-btn {
    height: 48px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .map-outer {
    height: 60vh;
  }

  .message-heading {
    font-size: 20px;
  }

  .podcast-slide {
    width: 50%;
    margin-bottom: 20px;
  }

  .scroll-prompt {
    padding-top: 1px;
  }

  .applications-header {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-fields-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fields-wrap {
    width: 50%;
    padding-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote-banner {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    background-color: #279aff;
    color: #fff;
  }

  .bottom-banner-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bottom-banner-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: stolzl, sans-serif;
    line-height: 1.4em;
  }

  .about-card-heading {
    font-size: 16px;
  }

  .about-card-link:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about-card-link:active {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

  .about-card {
    width: 50%;
  }

  .value-left-col {
    padding-top: 0px;
  }

  .our-values {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65vw;
  }

  .insta-container {
    margin-right: -5vw;
    margin-left: -5vw;
  }

  .about-photo-3 {
    width: 30%;
    height: 20vw;
    max-height: none;
    max-width: none;
  }

  .about-photo-1 {
    width: 40%;
    height: 26vw;
    max-height: none;
    max-width: none;
    min-width: auto;
  }

  .about-photo-2 {
    width: 30%;
    height: 20vw;
    max-height: none;
    max-width: none;
  }

  .value-right-col {
    padding-top: 20vw;
  }

  .blog-body {
    width: 100%;
    margin-bottom: 60px;
  }

  .blog-info {
    position: relative;
    top: 0px;
    width: 100%;
    padding-top: 40px;
    padding-right: 0%;
    padding-left: 0px;
    border-top: 1px solid rgba(4, 22, 32, 0.12);
  }

  .blog-info-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-hero {
    min-height: auto;
    padding-bottom: 0px;
  }

  .blog-hero-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .news-breadcrumb {
    margin-bottom: 20px;
  }

  .post-author {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-tags {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-share {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .share-btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-btn-wrap.video {
    margin-right: 0px;
    margin-left: -2px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-phone {
    font-size: 14px;
  }

  .footer-social {
    margin-top: 40px;
  }

  .social-btn {
    margin-right: 10px;
  }

  .light-feed-bg {
    padding-top: 40px;
  }

  .load-more-btn {
    margin-top: 30px;
  }

  .load-more-btn:hover {
    color: #111d27;
  }

  .load-more-btn:active {
    color: #279aff;
  }

  .load-more-btn.light {
    margin-top: 20px;
    font-size: 11px;
  }

  .blog-cover-outer {
    width: 100%;
    height: 50vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
  }

  .event-cover-outer {
    width: 100%;
    height: 50vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .share-btn {
    margin-right: 4px;
    margin-left: 4px;
  }

  .post-tag {
    margin-right: 3px;
    margin-left: 3px;
  }

  .video-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vid-info-left {
    width: 100%;
    padding-bottom: 30px;
  }

  .vid-info-right {
    width: 100%;
    padding-top: 10px;
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .video-h1 {
    margin-bottom: 15px;
  }

  .share-vid-btn {
    margin-right: 8px;
    margin-left: 0px;
  }

  .tag-btn {
    height: 36px;
    font-weight: 400;
  }

  .related-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .meet-team-btn {
    height: 44px;
  }

  .menu-row {
    position: relative;
    height: auto;
  }

  .menu-row.upper {
    margin-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .menu-row.lower {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .menu-col {
    width: 50%;
  }

  .menu-link {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .menu-heading-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .quote-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .success-message {
    margin-top: 0px;
  }

  .product-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-dd-outer {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .dd-label {
    margin-bottom: 10px;
  }

  .product-sticky-lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-4 {
    position: relative;
  }

  .quote-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tag-wrapper {
    padding-right: 0%;
    padding-bottom: 10px;
  }

  .hero-heading {
    margin-bottom: 3vh;
    font-size: 7vw;
  }

  .podcast-outer {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    border-radius: 0px;
  }

  .office-photo-wrap {
    width: 50%;
  }

  .page-section {
    min-height: auto;
  }

  .legal-section {
    min-height: auto;
    padding-bottom: 0px;
  }

  .cookies-banner {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    padding-right: 90px;
  }

  .banner-btn {
    padding-top: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    font-size: 11px;
  }

  .banner-btn:hover {
    box-shadow: inset 0 0 0 1px rgba(2, 16, 24, 0.12);
    color: rgba(2, 16, 24, 0.9);
  }

  .banner-btn:active {
    background-color: #00b0ff;
    box-shadow: inset 0 0 0 1px rgba(2, 16, 24, 0);
    color: rgba(255, 255, 255, 0.9);
  }

  .cookies-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .event-photo-wrap {
    width: 25%;
  }

  .event-card-link:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .event-card-link:active {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

  .event-card {
    width: 100%;
  }

  .events-feed {
    padding-top: 40px;
  }

  .event-card-heading {
    font-size: 16px;
  }

  .full-height-content {
    padding-bottom: 0px;
  }

  .event-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event-info {
    position: relative;
    top: 0px;
    width: 100%;
    padding-top: 40px;
    padding-right: 0%;
    padding-left: 0px;
    border-top: 1px solid rgba(4, 22, 32, 0.12);
  }

  .event-body {
    width: 100%;
    margin-bottom: 60px;
  }

  .book-btn {
    height: 48px;
    margin-top: 15px;
  }

  .events-h1 {
    margin-bottom: 20px;
  }

  ._404-section {
    min-height: auto;
    padding-bottom: 0px;
  }

  ._404-body {
    padding-bottom: 0px;
  }

  ._404-hero {
    padding-bottom: 20px;
  }

  ._404-btn {
    height: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home-academy-container {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home-academy-container.hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-academy-container.middle-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .home-academy-container.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-academy-container.about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home-academy-container.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .academy-cards.home {
    padding-bottom: 50px;
  }

  .podcast-cards.home {
    padding-bottom: 50px;
  }

  .news-cards.home {
    padding-bottom: 50px;
  }

  .mobile-menu-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .video-test-heading {
    letter-spacing: 0px;
  }

  .video-test-watch.academy {
    font-size: 12px;
  }

  .video-test-watch.events {
    font-size: 12px;
  }
  .loader-animation {
    width: 16vw;
    height: 16vw;
  }

  .product-articles.home {
    margin-top: 60px;
  }

  .product-articles.produ {
    margin-top: 60px;
  }

  .tabs-btn {
    padding-top: 1px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    font-size: 11px;
  }

  .tabs-btn:hover {
    box-shadow: inset 0 0 0 1px rgba(2, 16, 24, 0.12);
    color: rgba(2, 16, 24, 0.9);
  }

  .tabs-btn:active {
    background-color: #00b0ff;
    box-shadow: inset 0 0 0 1px rgba(2, 16, 24, 0);
    color: rgba(255, 255, 255, 0.9);
  }

  .add-ons-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .related-articles {
    padding-top: 80px;
  }

  .tabs-wrapper.home {
    padding-bottom: 50px;
  }

  .tab {
    max-width: none;
    min-width: 24%;
    margin-right: 0.5%;
    margin-bottom: 8px;
    margin-left: 0.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab:hover {
    background-color: #172430;
  }

  .tab:active {
    background-color: #2d3b46;
  }

  .tabs-menu {
    margin-right: -0.5%;
    margin-left: -0.5%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .addon-item-wrap._4-limit {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .addon-card {
    width: 33.333333333333336%;
  }

  .addon-photo-wrap {
    padding-top: 70%;
  }

  .addon-card-heading {
    font-size: 16px;
  }
  .event-guest-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .expert-bar {
    height: 38px;
  }

  .nav-link-wrapper {
    padding-right: 0px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .container.cta {
    height: auto;
  }

  .footer-link {
    margin-bottom: 14px;
    line-height: 1.5em;
  }

  .text-span-4 {
    display: inline-block;
  }

  .legals-links {
    position: relative;
    margin-top: 10px;
  }

  .footer-col {
    padding-right: 10px;
  }

  .paragraph {
    font-size: 22px;
  }

  .test-content {
    margin-bottom: 40px;
  }

  .test-author {
    margin-bottom: 0px;
  }

  .outer-h1 {
    margin-left: 3px;
    font-size: 5.5vw;
  }

  .slider-heading {
    font-size: 20px;
  }

  .swiper-wrapper {
    margin-right: -6px;
    margin-left: -6px;
  }

  .header-btn {
    position: absolute;
    right: 0px;
  }

  .header-btn.on-dark {
    padding-bottom: 0px;
  }

  .feed-header {
    margin-bottom: 25px;
    padding-top: 5px;
    padding-right: 90px;
    padding-bottom: 5px;
  }

  .swiper-slide {
    width: 60%;
    padding-right: 6px;
    padding-left: 6px;
  }

  .swiper-container.home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-photo-inner:hover {
    -webkit-filter: none;
    filter: none;
  }

  .large-photo-col {
    padding-right: 4px;
    padding-left: 4px;
  }

  .product-logo {
    width: 140px;
  }

  .small-photo-outer {
    padding: 4px;
  }

  .sidebar-points {
    width: 100%;
    margin-left: 0%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(4, 22, 32, 0.12);
    background-color: transparent;
  }

  .product-content {
    padding-bottom: 50px;
  }

  .product-heading {
    text-align: center;
  }

  .comparison-point {
    width: 100%;
  }

  .sticky-inner-1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .triple-photo {
    margin-right: -4px;
    margin-left: -4px;
  }

  .sidebar-bullet {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .small-photo-col {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .fields-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .comparison-points-wrap {
    margin-bottom: 0px;
  }

  .product-test-outer {
    width: 100%;
  }

  .tall-photo-outer {
    padding: 4px;
  }

  .block-header {
    font-size: 20px;
  }

  .wp-outer {
    width: 100%;
    margin-bottom: 12px;
  }

  .form-btn-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .finance-wrap {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-left: 0%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .cta-banner {
    height: auto;
    min-height: 55vw;
  }

  .cust-logo-wrap {
    width: 50%;
    margin-bottom: 25px;
  }

  .duration-wrap.events {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .academy-card-heading {
    font-size: 14px;
  }

  .card-inner {
    height: 30vw;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .card-logo {
    left: 20px;
    bottom: 16px;
  }

  .image-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(4, 22, 32, 0.5)), color-stop(74%, rgba(4, 22, 32, 0.3)));
    background-image: linear-gradient(180deg, rgba(4, 22, 32, 0.5) 23%, rgba(4, 22, 32, 0.3) 74%);
  }

  .view-arrow-icon {
    top: 17px;
    right: 20px;
    margin-left: 16px;
    opacity: 1;
  }

  .about-image {
    margin-top: 60px;
  }

  .about-text {
    max-width: none;
  }

  .about-section {
    margin-bottom: 40px;
  }

  .academy-card {
    padding-right: 6px;
    padding-left: 6px;
  }

  .news-card {
    width: 50%;
  }

  .news-card-heading {
    font-size: 14px;
  }

  .news-post-summary {
    line-height: 1.7em;
  }

  .video-smallprint {
    font-size: 11px;
  }

  .podcast-card-link {
    height: 26vw;
    min-height: 180px;
    padding-bottom: 20px;
  }

  .guest-experience {
    font-size: 13px;
  }

  .podcast-card-heading {
    font-size: 15px;
  }

  .episode-text-wrap {
    margin-bottom: 4px;
  }

  .product-news-card {
    width: 100%;
    margin-bottom: 15px;
  }

  .whitepaper-wrap {
    width: 19vw;
  }

  .section-end-btn {
    height: 56px;
  }

  .info-heading {
    font-size: 20px;
  }

  .item-wrapper {
    margin-right: -8px;
    margin-left: -8px;
  }

  .contact-table {
    width: 40%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-t-col {
    width: 100%;
  }

  .textarea {
    width: 100%;
  }

  .contact-btn {
    margin-top: 20px;
  }

  .applications-header {
    font-size: 20px;
  }

  .test-header {
    margin-bottom: 30px;
  }

  .form-fields-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fields-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .about-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32vh;
    padding-top: 9vw;
    padding-bottom: 9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-card-heading {
    font-size: 14px;
  }

  .about-card {
    width: 50%;
  }

  .value-cols {
    margin-bottom: 40px;
  }

  .value-left-col {
    padding-right: 10%;
    line-height: 1.7em;
  }

  .value-item {
    width: 100%;
  }

  .about-bg {
    padding-top: 10px;
  }

  .team-cards {
    margin-right: -8px;
    margin-left: -8px;
  }

  .modal-outer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .modal-inner {
    width: 100%;
    padding-bottom: 60px;
    border-radius: 20px 20px 0px 0px;
  }

  .value-right-col {
    padding-top: 18vw;
    padding-right: 10%;
    line-height: 1.7em;
  }

  .blog-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-info-inner {
    width: 100%;
  }

  .blog-content {
    padding-bottom: 50px;
  }

  .news-breadcrumb {
    margin-bottom: 30px;
  }

  .bc-secondary {
    font-size: 11px;
  }

  .blog-heading-wrap {
    text-align: center;
  }

  .blog-heading {
    text-align: center;
  }

  .author-image-wrap {
    margin-left: 0px;
  }

  .post-author {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-tags {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-share {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .share-btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-title {
    margin-bottom: 20px;
  }

  .light-feed-bg {
    padding-bottom: 60px;
  }

  .sort-dropdown-icon {
    width: 7px;
    height: 7px;
  }

  .load-more-btn {
    height: 46px;
    margin-top: 20px;
  }

  .share-btn {
    margin-right: 4px;
    margin-left: 4px;
  }

  .post-tag {
    margin-right: 3px;
    margin-left: 3px;
  }

  .related-videos {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .video-h1 {
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .tag-btn.more-tags {
    display: none;
  }

  .tag-btn.more-tags.w--current {
    display: none;
  }

  .tag-btn.mobile-show-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    margin-top: 10px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 25px;
  }

  .tag-btn.mobile-show-tags.w--current {
    display: none;
  }

  .product-form {
    height: 100%;
  }

  .menu-col._1 {
    width: 45%;
  }

  .menu-col._2 {
    width: 55%;
  }

  .menu-col._3 {
    width: 45%;
  }

  .menu-col._4 {
    width: 55%;
  }

  .quote-block {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }

  .product-sticky-lower {
    width: 100%;
    padding-left: 0%;
  }

  .quote-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tag-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-heading {
    margin-bottom: 5vw;
    font-size: 8.5vw;
  }

  .office-photo-wrap {
    width: 60%;
    height: 400px;
  }

  .page-heading {
    text-align: center;
  }

  .cookies-banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-btn {
    margin-left: 20px;
  }

  .cookies-text {
    display: none;
  }

  .cookies-text.mobile {
    display: block;
    margin-top: 0px;
  }

  .event-card {
    width: 100%;
  }

  .events-feed {
    padding-bottom: 80px;
  }

  .event-wrapper {
    margin-right: -8px;
    margin-left: -8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .event-card-heading {
    font-size: 14px;
  }

  .event-post-summary {
    line-height: 1.7em;
  }

  .event-heading {
    text-align: center;
  }

  .event-content {
    padding-bottom: 50px;
  }

  .event-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .book-btn {
    margin-bottom: 45px;
  }

  .events-h1 {
    margin-top: 10px;
    font-size: 5.5vw;
  }

  .feed-heading {
    font-size: 20px;
  }

  ._404-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-academy-container.cta {
    height: auto;
  }

  .academy-cards.home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .podcast-cards.home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .news-cards.home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .video-test-heading {
    margin-top: 5px;
  }

  .video-test-watch.events {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .left-heading {
    font-size: 20px;
  }

  .transducers-header {
    margin-bottom: 30px;
  }

  .tabs-btn {
    position: absolute;
    right: 0px;
  }

  .tabs-btn.on-dark {
    padding-bottom: 0px;
  }

  .add-ons-content {
    padding-bottom: 50px;
  }

  .related-articles {
    padding-bottom: 50px;
  }

  .add-ons-headings {
    font-size: 20px;
  }

  .tabs-wrapper.home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    width: 32px;
  }

  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .addon-item-wrap {
    margin-right: -6px;
    margin-left: -6px;
  }

  .addon-card {
    width: 50%;
  }

  .addon-content-upper {
    padding-top: 28px;
  }

  .addon-card-heading {
    font-size: 14px;
  }

  .addon-card-subheading {
    font-size: 14px;
  }

  .addon-text-upper {
    line-height: 1.7em;
  }

  .addon-text-lower {
    line-height: 1.7em;
  }

  .addons-header {
    margin-bottom: 25px;
    padding-top: 5px;
    padding-right: 70px;
    padding-bottom: 5px;
  }

  .event-sidebar-block {
    text-align: center;
  }

  .event-guest-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .guest-image-wrap {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .top-link-right {
    display: none;
  }

  .top-link-right.home {
    display: none;
  }

  .banner-text {
    font-size: 12px;
  }

  .nav {
    padding-right: 15px;
    padding-left: 15px;
  }

  .brand-wrap {
    padding-right: 17px;
    padding-left: 17px;
  }

  .menu-btn {
    margin-left: 10px;
  }

  .nav-btn {
    padding-right: 18px;
    font-weight: 400;
  }

  .full-hight-hero {
    padding-top: 5vw;
  }

  .menu {
    position: fixed;
  }

  .hero-video {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }

  .container.left-center {
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.product {
    width: 94%;
  }

  .container.products-home {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .footer-text {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 12px;
  }

  .footer-link.contact {
    display: none;
  }

  .opening-times {
    margin-bottom: 8px;
  }

  .legals-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-lower-outer {
    height: 120px;
  }

  .footer-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    margin-bottom: 40px;
    font-size: 12px;
  }

  .footer-col {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-col.col3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-col.no-heading {
    width: 100%;
    padding-top: 40px;
  }

  .footer-upper {
    margin-top: 30px;
  }

  .open-icon {
    width: 7px;
    margin-right: -6px;
  }

  .open-icon.enrol {
    margin-left: 12px;
    opacity: 1;
  }

  .hero-sub {
    font-family: stolzl, sans-serif;
    font-size: 14px;
    letter-spacing: 0.2vw;
  }

  .paragraph {
    max-width: none;
    font-size: 19px;
  }

  .test-content {
    text-align: center;
  }

  .olympics-bg {
    width: auto;
    height: 100%;
  }

  .test-bg-wrap {
    width: auto;
    height: 110%;
  }

  .test-author-photo {
    bottom: -15vw;
    height: 100vw;
  }

  .testimonials-section {
    padding-bottom: 80vw;
  }

  .test-author {
    max-width: none;
  }

  .outer-h1 {
    margin-bottom: 15px;
    font-size: 7vw;
  }

  .slider-heading {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .swiper-wrapper {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .swiper-wrapper._4-limit {
    width: auto;
    margin-right: -6px;
    margin-left: -6px;
  }

  .header-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .feed-header {
    margin-bottom: 25px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-container {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .swiper-container.home {
    width: 90%;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .swiper-container.about {
    top: -15vw;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .hero-outer {
    padding-top: 28vw;
    padding-bottom: 10px;
  }

  .product-news-wrap {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bullet-wrap {
    width: auto;
    min-width: auto;
    margin-bottom: 6px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .large-photo-col {
    width: 100%;
    height: 65vw;
  }

  .product-logo {
    width: 130px;
  }

  .comparison-icon {
    width: 14px;
  }

  .comparison-icon.bone {
    width: 14px;
  }

  .comparison-icon.blood {
    width: 12px;
  }

  .comparison-icon.happy {
    width: 15px;
  }

  .small-photo-outer {
    height: auto;
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .submit-btn {
    height: 44px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .sidebar-points {
    padding-top: 13px;
    padding-bottom: 17px;
    font-size: 11px;
  }

  .applications-list {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-content {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonials-block {
    padding: 0px;
    border-style: none;
    border-radius: 0px;
  }

  .product-test-inner {
    padding-right: 22px;
    padding-left: 22px;
    background-color: #f6f7f7;
    font-size: 12px;
    line-height: 1.7em;
  }

  .how-points-wrapper {
    margin-right: 0px;
  }

  .compare-btn-text {
    margin-bottom: 1px;
  }

  .product-heading {
    margin-bottom: 25px;
    font-size: 7vw;
  }

  .comparison-block {
    margin-bottom: 60px;
    text-align: center;
  }

  .comparison-point {
    position: relative;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.4em;
  }

  .tick-icon {
    margin-top: 7px;
  }

  .applications-block {
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .news-block {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
  }

  .triple-photo {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-bullet {
    height: 38px;
  }

  .how-point-title {
    margin-bottom: 4px;
  }

  .expand-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .small-photo-col {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .comparison-points-wrap {
    text-align: left;
  }

  .image-block {
    margin-bottom: 40px;
  }

  .tall-photo-outer {
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .how-point-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .how-point-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-header {
    font-size: 18px;
    line-height: 1.6em;
  }

  .how-block {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .expand-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-testimonials {
    padding-bottom: 20px;
  }

  .sidebar-icon {
    width: 14px;
  }

  .sidebar-icon.delivery {
    width: 15px;
  }

  .sidebar-icon.video {
    width: 15px;
  }

  .product-text-field {
    height: 44px;
    margin-bottom: 2px;
  }

  .how-item-image-wrap {
    margin-bottom: 10px;
  }

  .white-paper-block {
    margin-bottom: 30px;
  }

  .finance-wrap {
    margin-bottom: 20px;
  }

  .cta-banner {
    min-height: auto;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .banner-background {
    -webkit-filter: brightness(50%) grayscale(100%);
    filter: brightness(50%) grayscale(100%);
  }

  .cta-text {
    font-size: 18px;
    line-height: 1.7em;
  }

  .cta-btn {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
  }

  .applications-upper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .customers-block {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logos-wrapper {
    margin-top: 0px;
  }

  .cust-logo-wrap {
    margin-bottom: 15px;
  }

  .cust-logo {
    width: 85%;
    height: 70%;
  }

  .academy-card-lower {
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .duration-wrap {
    right: 15px;
  }

  .academy-card-heading {
    font-size: 16px;
    line-height: 1.5em;
  }

  .swiper-btn {
    right: 12px;
  }

  .swiper-btn.home-right {
    display: none;
  }

  .card-inner {
    height: 45vw;
    min-height: 170px;
  }

  .view-arrow-icon {
    top: 19px;
    margin-left: 14px;
  }

  .view-arrow-icon.events {
    top: 24px;
  }

  .about-heading {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4em;
  }

  .about-section {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .academy-card {
    width: 100%;
  }

  .news-card {
    width: 100%;
  }

  .news-card-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .news-post-summary {
    font-size: 12px;
  }

  .news-card-lower {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-photo-wrap {
    max-height: 40vw;
  }

  .podcast-card-link {
    padding-left: 15px;
  }

  .guest-experience {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .podcast-card-heading {
    font-size: 17px;
  }

  .product-news-card {
    width: 100%;
  }

  .product-card-lower {
    padding-right: 20px;
    padding-left: 20px;
  }

  .video-card-heading {
    font-size: 12px;
  }

  .whitepaper-wrap {
    width: 30vw;
    max-width: 110px;
  }

  .image-video-block {
    margin-bottom: 40px;
  }

  .expand-icon {
    right: 20px;
  }

  .section-end-btn {
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .comp-upper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .info-heading {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .podcast-card {
    width: 100%;
  }

  .item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-inner {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .contact-heading {
    font-size: 7.5vw;
  }

  .contact-left {
    padding-top: 30px;
    text-align: center;
  }
  .paragraph-2 {
    text-align: left;
  }

  .contact-table {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-t-col {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .contact-hero {
    padding-top: 17vh;
    padding-bottom: 30px;
  }

  .contact-field {
    height: 52px;
    margin-bottom: 2px;
  }

  .map-outer {
    height: 100vw;
  }

  .message-heading {
    text-align: center;
  }

  .podcast-slide {
    width: 100%;
  }

  .scroll-prompt {
    position: absolute;
    top: auto;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: hsla(0, 0%, 100%, 0.6);
  }

  .applications-header {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6em;
  }

  .test-header {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .fields-wrap {
    margin-bottom: 25px;
  }

  .quote-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }

  .bottom-banner-inner {
    font-size: 12px;
  }

  .bottom-banner-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner-arrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: -5px;
    margin-left: 10px;
    padding-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 50%;
  }

  .top-page-icon {
    position: relative;
    width: 8px;
    margin-right: 0px;
  }

  .about-hero {
    height: 28vh;
    padding-bottom: 22vw;
  }

  .about-card-lower {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-card-heading {
    font-size: 16px;
    line-height: 1.5em;
  }

  .about-card {
    width: 100%;
  }

  .value-cols {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .value-left-col {
    width: 100%;
    padding-right: 0%;
  }

  .value-item {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .icon-wrap {
    margin-bottom: 15px;
  }

  .our-values {
    left: auto;
    right: auto;
    width: 80%;
  }

  .about-bg {
    padding-top: 0px;
  }

  .insta-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-photo-3 {
    width: 50%;
    height: 35vw;
  }

  .about-photo-1 {
    width: 100%;
    height: 60vw;
  }

  .about-photo-2 {
    width: 50%;
    height: 35vw;
  }

  .team-cards {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .about-open-icon {
    width: 7px;
    margin-right: -6px;
  }

  .modal-inner {
    overflow: scroll;
    max-height: 88%;
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .modal-photo-wrap {
    margin-left: 0px;
  }

  .bio-modal-heading {
    margin-bottom: 2px;
  }

  .modal-content-block {
    margin-top: 20px;
  }

  .close-modal-btn {
    position: -webkit-sticky;
    position: sticky;
    top: 5vw;
    right: 0px;
    width: 38px;
    height: 38px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #162633;
    color: rgba(255, 255, 255, 0.9);
  }

  .value-right-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15vw;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-body {
    margin-bottom: 40px;
  }

  .blog-info {
    padding-bottom: 40px;
  }

  .blog-info-inner {
    margin-bottom: 0px;
  }

  .blog-content {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .blog-hero {
    overflow: hidden;
  }

  .news-breadcrumb {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .bc-primary {
    font-size: 11px;
  }

  .bc-secondary {
    height: 32px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    font-size: 11px;
  }

  .blog-heading {
    margin-bottom: 25px;
    font-size: 7vw;
  }

  .author-image-wrap {
    margin-left: 0px;
  }

  .share-btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-title.video {
    margin-bottom: 15px;
  }

  .footer-phone {
    margin-bottom: 8px;
  }

  .footer-social {
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .social-btn {
    margin-right: 5px;
    margin-left: 5px;
  }

  .light-feed-bg {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .feed-container {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .load-more-btn {
    height: 50px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    letter-spacing: 0.1px;
  }

  .share-btn.li {
    padding-left: 0px;
  }

  .share-btn.fb {
    padding-bottom: 0px;
  }

  .post-tag {
    margin-bottom: 12px;
    padding-top: 1px;
  }

  .open-icon-2 {
    width: 7px;
    margin-right: -6px;
  }

  .open-icon-2.enrol {
    margin-left: 12px;
    opacity: 1;
  }

  .plus-icon {
    margin-top: 0px;
  }

  .video-upper {
    padding-bottom: 50px;
  }

  .related-videos {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .vid-info-left {
    padding-top: 10px;
  }

  .video-h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 4.5vw;
    line-height: 1.6em;
  }

  .share-vid-btn.li {
    padding-left: 0px;
  }

  .share-vid-btn.fb {
    padding-bottom: 0px;
  }

  .tag-btn {
    margin-right: 4px;
    margin-bottom: 12px;
    margin-left: 4px;
    padding-top: 1px;
  }

  .meet-team-btn {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .menu-row.upper {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-row.lower {
    padding-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-col._1 {
    width: 100%;
  }

  .menu-col._2 {
    width: 100%;
  }

  .menu-col._3 {
    width: 100%;
  }

  .menu-col._4 {
    width: 100%;
  }

  .menu-link {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .quote-block {
    margin-bottom: 20px;
  }

  .tag-wrapper {
    margin-top: 10px;
    margin-right: -3px;
    margin-left: -3px;
  }

  .hero-heading {
    position: relative;
    margin-bottom: 4vw;
    font-size: 8.8vw;
    line-height: 1.4em;
  }

  .office-photo-wrap {
    width: 100%;
    height: 150px;
  }

  .page-heading {
    margin-bottom: 25px;
    font-size: 7vw;
  }

  .page-section {
    overflow: hidden;
  }

  .legal-section {
    overflow: hidden;
  }

  .cookies-banner {
    height: 60px;
  }

  .cookies-banner.product {
    display: none;
  }

  .banner-btn {
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .cookies-text.mobile {
    font-size: 11px;
  }

  .event-photo-wrap {
    width: 100%;
    height: 110px;
  }

  .event-card-lower {
    padding-right: 20px;
    padding-left: 20px;
  }

  .event-card-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .event-card {
    width: 100%;
  }

  .events-feed {
    padding-top: 30px;
  }

  .event-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .event-card-heading {
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .event-post-summary {
    font-size: 12px;
  }

  .event-heading {
    margin-bottom: 25px;
    font-size: 7vw;
  }

  .event-content {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .event-info {
    padding-bottom: 40px;
  }

  .event-body {
    margin-bottom: 40px;
  }

  .book-btn {
    height: 44px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .events-h1 {
    margin-bottom: 15px;
    font-size: 6vw;
  }

  .event-type {
    font-size: 14px;
  }

  .feed-heading {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.6em;
  }

  ._404-section {
    overflow: hidden;
  }

  ._404-hero {
    padding-top: 28vw;
    padding-bottom: 10px;
  }

  ._404-btn {
    height: 44px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .home-academy-container.left-center {
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-academy-container.product {
    width: 94%;
  }

  .home-academy-container.products-home {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .academy-cards {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .academy-cards.home {
    width: 90%;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .academy-cards.about {
    top: -15vw;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .podcast-cards {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .podcast-cards.home {
    width: 90%;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .podcast-cards.about {
    top: -15vw;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .news-cards {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .news-cards.home {
    width: 90%;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .news-cards.about {
    top: -15vw;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .mobile-menu-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .video-test-heading {
    font-size: 13px;
    font-weight: 300;
  }

  .video-test-watch {
    margin-bottom: 10px;
  }

  .loader-animation {
    width: 32vw;
    height: 32vw;
  }
}

/* Cookies banner */
@media only screen and (max-width: 479px) {
  .cookies-banner {
    height: calc(70px + (env(safe-area-inset-bottom) / 2)) !important;
    padding-bottom: calc(10px + (env(safe-area-inset-bottom) / 2)) !important;
  }
  .left-heading {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .transducers-header {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .tabs-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .text-span-5 {
    display: inline-block;
  }

  .add-ons-content {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .related-articles {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .add-ons-headings {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .tabs-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .tabs-wrapper.home {
    width: 90%;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .tabs-wrapper.about {
    top: -15vw;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .tab {
    min-width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .addon-item-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .addon-item-wrap._4-limit {
    width: auto;
    margin-right: -6px;
    margin-left: -6px;
  }

  .addon-card {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .addon-card-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .addon-card-subheading {
    margin-bottom: 10px;
  }

  .addon-text-upper {
    font-size: 12px;
  }

  .addon-text-lower {
    font-size: 12px;
  }

  .addons-header {
    margin-bottom: 25px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .guest-image-wrap {
    margin-left: 0px;
  }
}

/* 

Rob Clarke - Bright Red Digital

Last update 29/02/22

*/

.intro-page {
  padding-top: 60px;
}

.intro-page .outer-h1 {
  margin-bottom: 0;
}



.intro-page .swiper-container {
  top: 0;
}

.intro-page .intro-content {
  margin-top: 20px;
}

.intro-page .intro-image-bkg {
  display: none;
}

@media only screen and (min-width: 992px) {
  .intro-page .intro-content {
    margin-top: 45px;
  }

  .intro-page .intro-image-bkg {
    display: block;
    height: 350px;
    width: 350px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
    position: relative;
    opacity: 0.4;
    transition: 0.5s;
  }

  .intro-page .intro-image-bkg:hover {
    opacity: 1;
    transition: 0.5s;
  }  

  .intro-page .intro {
    display: flex;
    justify-content: space-between;
  }

  .intro-page .intro-text {
    width: 60%;
    margin-right: 30px;
  }

}

.sus-title {
  padding-left: 30px;
  width: 85%;
}

.sus-text {
  margin-top: 30px;
}

.sus-images {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 60px;
}

.sus-images li {
  list-style: none;
  width: 50%;
}

.sus-images img {
  max-width: 100%;
  flex-shrink: 1;
}

@media only screen and (min-width: 992px) {

  .sus-title {
    margin-top: 90px;
    padding-left: 90px;
    width: 65%;
  }

  .sus-text {
    margin-top: 45px;
  }

  .sus-images {
    margin-bottom: 120px;
  }

  .sus-images li {
    width: 25%;
  }

}







