/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/vfh0gjq.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img {
  /* set max width 100% unless overridden */
  max-width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.no-body {
  display: none;
}

body {
  margin: 0px;
}

.top-black-bar {
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #2c2c2c;
}
.top-black-bar p {
    color: #FFFFFF;
    font-family: freight-sans-pro, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.top-black-bar img {
  width: 127px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.zeiss-nav-bar {
    position: relative;
    width: 100%;
    background: #fff;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    z-index:99;
}

.zeiss-nav-bar p {
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    display: inline-block;
}

@media all and (max-width: 767px){
  .zeiss-nav-bar p {
    max-width: 170px;
  }
}

.zeiss-nav-bar .dt-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 30px;

}

.zeiss-nav-bar nav a {
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index:9;
}




  .zeiss-nav-bar .dt-nav a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:150%;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .mob-nav {
    display: none;
    width: 100%;
    background-color: #f1f1f1;
    transition: all 0.3s;
    height: 0px;
    overflow: hidden;
  }

  .zeiss-nav-bar p.mob-nav-anchor {
    float: right;
    cursor: pointer;
    display: none;
    font-weight: bold;
  }

  .mob-nav-anchor img {
    transition: all 0.3s;
  }

  .mob-nav-anchor.open img {
    transform: rotate(180deg);
  }

  .mob-nav a{
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    
  }

  

  @media all and (max-width: 767px){
    .mob-nav {
      display: block;
    } 
    .zeiss-nav-bar .dt-nav {
      display: none;
    }
    .zeiss-nav-bar p.mob-nav-anchor {
      display: block;
      padding-top: 9px;
    }
    .top-black-bar p {
      display: none;
    }
  }

.gray-hero {
  background-color: #D9DDDF;
  
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gray-hero .inner-gray-hero {
  display: block;
  max-width: 2000px;
  margin: auto;
}

.gray-hero .hero-text {
  z-index: 3;
  position: relative;
  max-width: 670px;
  margin: auto;
  display: block;
  padding-top: 110px;
  padding-bottom: 110px;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .gray-hero .hero-text {
    
    padding-top: 30px;
    padding-bottom: 30px;
  } 
}

.gray-hero video {
  position: absolute;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

@media all and (min-width: 1400px){
  .gray-hero video {
    
    width: 100%;
    height: auto;
    
  }
}
.gray-hero .spons {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 13px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gray-hero .spons {
    font-size: 15px;
    line-height: 17px;
  }
}
.gray-hero .supp-title {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gray-hero .supp-title {
    font-size: 30px;
    line-height: 31px;
  }
}
.gray-hero .supp-by-line {
  color: #fff;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .gray-hero .supp-by-line {
    font-size: 15px;
    line-height: 17px;
  }
}
@media all and (max-width: 1225px) {
  .gray-hero .hero-text {
    left: 15px;
  }
}
@media all and (max-width: 1100px) {
  .gray-hero .hero-img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .gray-hero {
    background-color: #fff;
    height: auto;
    width: 100%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
  }
  .gray-hero .hero-text {
    position: relative;
    top: 0px;
    left: 0px;
    transform: translateY(0);
  }
}

.blue-quote-section {
  background-color: #141F8C;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  position: relative;
  margin-bottom: 60px;
}
.blue-quote-section .inner-quote-section {
  
  display: block;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
}
@media all and (max-width: 905px) {
  .blue-quote-section .inner-quote-section {
    max-width: 100%;
    width: 95%;
  }
}

.blue-quote-section .vid-pop {
  
  float: left;
  margin-right: 30px;
}

.blue-quote-section img {
  width: 370px;
  height: auto;
}
.blue-quote-section .quote {
  color: #FFFFFF;
  font-family: freight-text-pro, serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
  margin-bottom: 5px;
}
.blue-quote-section .quote-info {
  float: right;
  width: calc(100% - 400px);
}
.blue-quote-section .quote-info .auth {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  /* display: inline-block; */
  vertical-align: top;
  position: relative;
  top: 0px;
}
.blue-quote-section .quote-info img {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: auto;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .blue-quote-section {
    height: auto;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .blue-quote-section .inner-quote-section {
    position: relative;
    top: 0px;
    left: 0px;
    transform: translate(0, 0);
    max-width: 100%;
    width: 100%;
  }
  .blue-quote-section .quote {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .blue-quote-section .quote-info p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .blue-quote-section .quote-info {
    float: none;
    width: 100%;
  }
  .blue-quote-section .vid-pop {
  
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.list-header p {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

.list-header {
  margin-bottom: 10px;

}

.list-header .lottie-check {
  display: inline-block;
  height: 22px;
  width: 22px;
}

.default-list {
  /* padding-left: 30px; */
  list-style: disc;
}

.default-list.padded-list {
  padding-left: 18px;
}

.default-list.padded-list-kera {
  padding-left: 66px;
  margin-bottom: 27px;
}

.default-list li {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 10px;
}

.container-800 {
  display: block;
  max-width: 830px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.article-container p {
  color: #333333;
  font-family: freight-text-pro, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}
.article-container .article-blue-text {
  font-style: italic;
  color: #141F8C;
  /* font-weight: bold; */
}
.article-container h2 {
  
  font-family: freight-sans-pro, sans-serif;
  color: #141F8C;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  text-align: center;
  margin-bottom: 40px;
}
.article-container h4 {
  color: #333333;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-bottom: 40px;
}
.article-container .auth-headshot {
  float: left;
  margin-right: 25px;
}
.article-container .article-auth-section {
  margin-top: 40px;
}
.article-container .article-auth-section h3 {
  color: #555555;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 20px;
}
.article-container .article-auth-section p {
  color: #555555;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}


.article-container .article-quote p {
  color: #141F8C;
  font-family: freight-text-pro, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.article-container .article-quote {
  display: block;
  max-width: 615px;
  margin: auto;
  border-top: 3px solid #141F8C;
  border-bottom: 3px solid #141F8C;
  position: relative;
  padding: 15px;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.article-container .article-quote .quote-icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}


.discover-box-section {
  margin-top: 40px;
}

.discover-box {
  padding: 20px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #141F8C;
  margin-bottom: 60px;
}
.discover-box p {
  color: #141F8C;
  font-family: freight-text-pro, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .article-container p {
    font-size: 16px;
    line-height: 20px;
  }
  .discover-box {
    margin-bottom: 40px;
  }
}

.whitefade {
  position: relative;
}
.whitefade:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

.whitefade-right {
  position: relative;
}
.whitefade-right:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}

.flickity-button {
  outline: 0 !important;
  background-color: #141F8C;
  color: #fff;
}
.flickity-button:hover {
  background-color: #141F8C;
}

.stem-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 24px;
  top: 1px;
}

.stem-wrapper .stem,
.stem-wrapper .stem-background {
  position: absolute;
  top: 0px;
  width: 10px;
}

.stem-wrapper .stem {
  background: #eee;
  opacity: 0.7;
  height: 100%;
}

.stem-wrapper .stem-background {
  background: #141F8C;
  height: 50%;
  transition-duration: 0.3s;
}
.stem-wrapper .stem-background.stem-bot {
  height: 99.5% !important;
}

.stem-padding,
.single-stem-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
}

/*==========  Post wrapper ==========*/
.post-wrapper {
  *zoom: 1;
}

.post-wrapper:before,
.post-wrapper:after {
  content: "";
  display: table;
}

.post-wrapper:after {
  clear: both;
}

.post-wrapper .post {
  position: relative;
  width: calc(50% - 50px);
  padding: 0px 0px 60px 0px;
  clear: both;
  opacity: 1;
}
.post-wrapper .post.clear-float {
  clear: none;
}

.post-wrapper .post.hidden .post-content {
  -webkit-transform: translateY(100px) rotateX(30deg);
  transform: translateY(100px) rotateX(30deg);
  opacity: 1;
}

.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
  opacity: 1;
}

.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.post-wrapper .post:nth-child(even) {
  float: right;
}

.post-wrapper .post:nth-child(odd) {
  float: left;
}

.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -110px;
}

.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -110px;
}

.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 10px;
}

.post-wrapper .post .stem-overlay .stem-mask {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.zeiss-content-section {
  padding-left: 80px;
}

@media all and (max-width: 767px) {
  .stem-outer-wrapper {
    display: none;
  }

  .zeiss-content-section {
    padding-left: 0px;
  }
}
.gray-blurb-box {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px;
  border-left: 5px solid #141F8C;
  max-width: 650px;
  margin-bottom: 25px;
}
.gray-blurb-box p {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
@media all and (max-width: 767px) {
  .gray-blurb-box p {
    font-size: 15px;
    line-height: 19px;
  }
}

.pipeline-img {
  display: table;
  margin-bottom: 60px;
  max-width: 100%;
}

.num-img {
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
  display: block;
}
@media all and (max-width: 767px) {
  .num-img {
    display: none;
  }
}

.num-img-mob {
  display: none;
  background: #141F8C;
  padding: 15px;
  padding-top: 9px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.num-img-mob p {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.39px;
  line-height: 22px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .num-img-mob {
    display: block;
  }
}

.full-module-container {
  position: relative;
}

.slider-intro {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 25px;
}

.img-slider {
  margin-bottom: 41px;
  display: block;
}
@media all and (max-width: 767px) {
  .img-slider {
    /* display: none; */
  }
}
.img-slider .slide-item {
  /* width: 70%; */
  margin-right: 25px;
}
.img-slider .slide-item img{
  /* height: 374px; */
  width: auto;
}
@media all and (max-width: 767px) {
  .img-slider .slide-item {
    width: 100%;
  }
}
.img-slider .slide-item .slide-title {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.57px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.img-slider .slide-item .slide-imgs {
  margin-bottom: 15px;
}
.img-slider .slide-item .slide-imgs .slide-img-container {
  width: calc(50% - 25px);
  margin-right: 25px;
  display: block;
  float: left;
  position: relative;
}
.img-slider .slide-item .slide-imgs .slide-img-container img {
  width: 100%;
}
.img-slider .slide-item .slide-imgs .slide-img-container:last-child {
  margin-right: 0px;
}
.img-slider .slide-item .slide-imgs .slide-img-container .zoom-tag {
  width: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.img-slider .slide-item .slide-text {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  float: none;
  display: block;
}
.img-slider .flickity-prev-next-button {
  top: 40%;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
.img-slider .flickity-prev-next-button:disabled {
  display: none;
  opacity: 0;
}

.img-slider-vertical {
  display: none;
}
@media all and (max-width: 767px) {
  .img-slider-vertical {
    display: block;
    margin-bottom: 25px;
  }
}
.img-slider-vertical .slide-item {
  display: block;
  margin-bottom: 25px;
}
.img-slider-vertical .slide-item .slide-title {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.57px;
  line-height: 20px;
  margin-bottom: 15px;
}
.img-slider-vertical .slide-item .slide-imgs {
  margin-bottom: 15px;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container {
  width: calc(50% - 25px);
  margin-right: 25px;
  display: block;
  float: left;
  position: relative;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container img {
  width: 100%;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container:last-child {
  margin-right: 0px;
}
.img-slider-vertical .slide-item .slide-imgs .slide-img-container .zoom-tag {
  width: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.img-slider-vertical .slide-item .slide-text {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  float: none;
  display: block;
}

.img-slider .slide-item .top-slide {
    background-color: #141F8C;
    
}

.flickity-prev-next-button {
  z-index: 3;
}

.info-beacon-row {
  position: relative;
  margin-top: 20px;
  display: block;
}
.info-beacon-row .info-beacon {
  float: left;
  width: 54px;
  margin-right: 15px;
}
.info-beacon-row .info-beacon img {
  width: 100%;
}
.info-beacon-row p, .info-beacon-row .beacon-text {
  float: left;
  width: calc(100% - 70px);
  max-width: 57%;
  vertical-align: top;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .info-beacon-row p, .info-beacon-row .beacon-text {
    max-width: 100%;
  }
}

.checklist-img {
  margin-bottom: 50px;
}
.checklist-img p {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
}
.checklist-img.checklist-img-1 {
  margin-bottom: 50px;
}
.checklist-img.checklist-img-2 {
  margin-bottom: 30px;
}

.img-header {
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.img-header.img-header-safety {
  margin-bottom: 50px;
}
.img-header.img-header-target {
  margin-bottom: 40px;
}

.img-blurb {
  display: block;
  margin-bottom: 35px;
  position: relative;
}

.img-blurb img {
  float: left;
  margin-right: 30px;
}

.img-blurb-1 img {
  margin-left: 20px;
}

.img-blurb p {
  position: absolute;
  left: 103px;
  width: calc(100% - 103px);
  top: 50%;
  transform: translateY(-50%);
  color: #2C2C2C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}


.bull-list ul {
  list-style-type: disc;
  padding-left: 20px;
  float: left;
  margin-right: 20px;
  width: calc(50% - 30px);
  display: block;
}
.bull-list ul:last-child {
  margin-right: 0px;
}
.bull-list ul li {
  margin-bottom: 20px;
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  display: list-item;
  list-style-type: disc;
}

.body-p {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 15px;
}

.chart-section {
  margin-top: 30px;
}

.chart-list {
  border: 1px solid #ccc;
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
  margin-bottom: 30px;
}
.chart-list:last-child {
  margin-right: 0px;
}
.chart-list .chart-top {
  background-color: #141F8C;
  height: 80px;
  position: relative;
}
.chart-list .chart-top p {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
}
.chart-list .chart-body {
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  height: 240px;
}
.chart-list .chart-body ul {
  list-style-type: disc;
}
.chart-list .chart-body ul li {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .chart-list {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .chart-list .chart-body {
    height: 100%;
  }
}

.view-more-pop {
  margin-bottom: 40px;
}
.view-more-pop .see-more-samples {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
  text-align: center;
}
.view-more-pop .see-more-samples span {
  position: relative;
  top: 4px;
  left: -12px;
}
.view-more-pop .img-pop {
  max-width: 100%;
}
.view-more-pop .img-pop .cropped-img {
  width: 100%;
}




.img-blurb-ul {
  column-count: 2;
  column-gap: 25px;
  list-style-type: disc;
  padding-left: 123px;
  max-width: calc(100% - 123px);
  margin-bottom: 30px;
}
.img-blurb-ul li {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .img-blurb-ul {
    padding-left: 15px;
  }

  .img-blurb p {
    float: left;
    left: 0px;
    width: calc(100% - 50px);
    margin-left: 10px;
    position: relative;
    top: 0px;
    transform: none;
  }

  .img-blurb img {
    max-width: 40px;
    margin-right: 0px;
    margin-top: 10px;
  }
}

.p-left-106 {
  padding-left: 106px;
}
@media all and (max-width: 767px) {
  .p-left-106 {
    padding-left: 0px;
  }
}

.bot-pipeline-summary {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

.bottom-article {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}


.bottom-gray-box {
  max-width: 778px;
  display: block;
  margin: auto;
  background: #f7f7f7;
  padding: 50px;
  margin-bottom: 50px;
  margin-top: 60px;
}
.bottom-gray-box h3 {
  margin-bottom: 20px;
}
.bottom-gray-box p {
  color: #333333;
  font-family: freight-text-pro, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
.bottom-gray-box a {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 22.5px;
  background-color: #141F8C;
  margin-bottom: 0px;
  text-decoration: none;
  max-width: 204px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .bottom-gray-box {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bottom-gray-box a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.bottom-disclosure {
  margin-bottom: 30px;
}
.bottom-disclosure p {
  color: #818181;
  font-family: freight-sans-pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 13px;
}
.bottom-disclosure img {
  margin-top: 15px;
}

.bottom-slider, .img-slider-1, .blue-quote-slider {
  opacity: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bottom-slider.open, .img-slider-1.open, .blue-quote-slider.open {
  opacity: 1;
}

.video-section .video-container {
  display: block;
  width: 100%;
  position: relative;
}
.video-section video {
  width: 100%;
  display: block;
}

.inner-vertical-slider {
  height: 520px;
  overflow: hidden;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}



lottie-player.zeiss-lottie {
  max-width: 100%;
  display: block;
}
@media all and (max-width: 767px) {
  lottie-player.zeiss-lottie {
    width: 100% !important;
    height: auto !important;
  }
}



.icon-setup-img {
  height: auto;
}

.z-post {
  opacity: 0;
  
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.z-post.open {
  opacity: 1;
}

.video-container .jw-icon-rewind, .video-container .jw-icon-volume {
  display: none !important;
}

.author-article-img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 25px;
}
.author-article-img img {
  width: 100%;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

#section-2-lottie {
  max-width:530px;
  height: auto;
  margin-bottom: 45px;
  width: 100%;
  margin-left: 18px;
}

@media all and (max-width: 767px){
  #section-2-lottie {
    
    margin-left: 0px;
  }
}


.zoom-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

.img-pop {
    display: table;
    position: relative;
    margin: auto;
}


.z-img {
  margin-bottom: 40px;
}

.x-line-item img {
  float: left;
  margin-right: 15px;
}

.x-line-item p {
  float: left;
  padding-top: 2px;
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}

.x-line-item {
  margin-bottom: 25px;
  display: block;
}

.blue-blurb {
  padding: 35px;
  background: #E7E8F3;
  position: relative;
  max-width: 580px;
  margin-bottom: 25px;
  
  
}

.blue-blurb p {
  color: #141F8C;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  float: left;
  width: calc(100% - 69px);
}

.blue-blurb img {
  float: left;
  margin-right: 25px;
  margin-top: 11px;
}

.zeiss-section-4 {
  margin-bottom: 40px;
}

.article-container.bottom-article {
  border-top: 1px solid #ccc;
  margin: auto;
  margin-top: 50px;
  padding-top: 50px;
  max-width: 988px;
  display: block;
}

@keyframes quoteFade {
  /* 0% {transform:scale(0);opacity:0;}

  100% {transform:scale(1);opacity:1;} */

  0% {top:-30px;opacity:0;}

  100% {top:0px;opacity:1;}
}

@keyframes vidPopAnimation {
  0% {transform:scale(0);opacity:0;}

  100% {transform:scale(1);opacity:1;}
}

.hero-text {
  
    animation: quoteFade;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    opacity: 1;
    animation-fill-mode: forwards;
}

.blue-quote-section .inner-quote-section.open {
  
  animation: vidPopAnimation;
    animation-duration: 1s;
    
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    
    animation-fill-mode: forwards;
}

.beacon-blurb {
    position: relative;
    margin-top: 12px;
    margin-bottom: 27px;
    text-decoration: none;
    display: block;
}

.beacon {
    width: 54px;
    height: 54px;
}

#beacon-1 {
    display: inline-block;
    vertical-align: top;
}

.beacon-blurb p {
    color: #141F8C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    padding-top: 19px;
}

.square-header {
    padding-left: 19px;
    margin-bottom: 20px;
}

.square {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #141F8C;
    z-index: 9;
    position: relative;
    top: 2px;
}

.square-header h4 {
    color: #141F8C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
    padding-left: 36px;
    vertical-align: top;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .square-header {
    padding-left: 0px;
  }
  .square-header .square {
    display: none;
  }
  .square-header h4 {
    padding-left: 0px;
  }
}
.slider-zeiss-section {
    margin-top: 50px;
}

.body-p {
    color: #2C2C2C;
    font-family: freight-sans-pro, sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.scan-unit {
    position: relative;
    max-width: 630px;
    margin: auto;
    margin-bottom: 38px;
}

.scan-num {
    position: absolute;
    left: -30px;
    top: 2px;
}
.scan-img {
    display: table;
    margin: auto;
}
.scan-floats {
    display: table;
    margin: auto;
}
.scan-floats img {
    float: left;
    max-width: calc(50% - 10px);
}
.scan-floats img:nth-child(even) {
    margin-left: 20px;
}

@media all and (max-width: 767px){
    .scan-unit {
      max-width: calc(100% - 40px);
      margin-right: 0px;
      margin-left: 40px;
    }
    .scan-num {
        left: -40px;
    }
}

.italic {
    font-style: italic !important;
}

.article-blue-blurb {
    background-color:#141F8C;
    padding: 45px 50px 25px 50px;
    margin-bottom: 30px;
}

.article-blue-blurb img{
    float: left;
    margin-right: 20px;
    width: 80px;
    height: auto;
    vertical-align: top;
}

.article-blue-blurb .blurb-text {
    float: left;
    width: calc(100% - 100px);
    vertical-align: top;
}

.article-blue-blurb .blurb-text p {
    color: #FFFFFF;
    font-family: freight-text-pro, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}

@media all and (max-width: 767px) {
  .article-blue-blurb  {
    padding: 15px;
  }
  .article-blue-blurb img {
    float: none;
    /* margin: auto; */
    display: block;
    margin-bottom: 15px;
    
  }
  .article-blue-blurb .blue-text p {
    font-size: 16px;
    line-height: 20px;
    
    
  }

  .article-blue-blurb .blurb-text {
    float: none;
    width: 100%;
  }
}


#kappa-pop {
  padding-left: 130px;
  padding-right: 130px;
  display: none;
}

@media all and (max-width: 767px) {
  #kappa-pop {
    padding-left: 44px;
    padding-right: 44px;
  }
}

#kappa-pop .kappa-img {
  margin: auto;
  display: table;
  margin-bottom: 8px;
}

.kappa-graph {
  max-width: 600px;
  margin: auto;
  width: 100%;
  margin-top: 40px;
  border: 1px solid #979797;
}

.kappa-graph .kg-top {
  background-color: #141F8C;
  padding-top: 8px;
  padding-bottom:7px;
}

.kappa-graph .kg-top h4 {
  color: #FFFFFF;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

.kappa-graph p {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  padding: 20px 35px 20px 35px;
}


.barrett-mob {
  display: none;
}

@media all and (max-width: 767px){
  .barrett-mob {
    display: block;

  }

  .barrett-dt {
    display: none;
  }
}

@keyframes beacontrigger {
  0%, 20% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    
  }
}

.beacons-container {
  position: relative;
  margin-top: 36px;
  margin-bottom: 30px;
}

.c-beacon {
  position: absolute;
  width: auto;
  opacity: 0;
  
}

.c-beacon.open {
  animation-name: beacontrigger;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* opacity: 1; */
  animation-fill-mode: forwards;
}

.b1 {
  left: 12.3%;
  top: 30%;
  
  animation-delay: 0.3s;
}

.b2 {
  right: 8.5%;
  top: 10%;
  animation-delay: 0.8s;
}

.b3 {
  bottom: 20%;
  right: 4.8%;
  animation-delay: 1.3s;
}

.b4 {
  bottom: 13%;
  left: 34.5%;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.cornea-ret-scan-img {
  /* margin-bottom: 25px; */
  width: 100%;
}

.img-comp-container {
  display: block;
  
  position: relative;
  margin: auto;
}



.beacon-blurb:hover p {
  text-decoration: underline;
}

:root {
  --image-comparison-slider-width: min(80vw, 522px);
  --image-comparison-slider-handle-width: 50px;
}

  
#image-comparison-slider {
  position: relative;
  width: var(--image-comparison-slider-width);
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: -7px 5px 16px 1px rgba(56, 86, 122, 0.6);
  cursor: col-resize;
}
#image-comparison-slider img.comp-img {
  display: block;
  width: var(--image-comparison-slider-width);
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  max-width: none;
}
#image-comparison-slider .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translateZ(0); /* This is in order to fix a Firefox bug, related to the 3D tilt effect */
  /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
}
#image-comparison-slider .img-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#image-comparison-slider .label {
  position: absolute;
  top: 1rem;
  z-index: 3;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.33);
  /* border-radius: 0.25rem; */
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  text-align: center;
  letter-spacing: 1px;
  user-select: none;
  opacity: 0;
  transition: 0.25s cubic-bezier(.68,.26,.58,1.22);
}
#image-comparison-slider:hover .label {
  opacity: 1;
}
#image-comparison-slider .label.label-before {
  left: 1rem;
}
#image-comparison-slider .label.label-after {
  right: 1rem;
  background-color: #f95540;
}
#image-comparison-slider .handle {
  position: absolute;
  top: 0;
  left: calc(50% - var(--image-comparison-slider-handle-width)/2);
  width: var(--image-comparison-slider-handle-width);
  height: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  user-select: none;
  z-index: 2;
  /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
}
#image-comparison-slider .handle-line {
  width: 4px;
  flex-grow: 1;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#image-comparison-slider .handle-circle {
  width: var(--image-comparison-slider-handle-width);
  height: var(--image-comparison-slider-handle-width);
  color: #fff;
  /* border: 2px solid #fff;
  border-radius: 50%; */
  display: block;

  /* background-color: rgba(0,0,0,0.5); */
}

#image-comparison-slider .slider-arrow {
  height:33px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-comp-mob-container {
  display: none;
}
@media (max-width: 768px) {
  .img-comp-mob-container {
    display: block;
  }
  :root {
    --image-comparison-slider-width: 90vw;
  }
  #image-comparison-slider {
    display: none;
  }
}
/*# sourceMappingURL=zeiss.css.map */
@keyframes panelBounce {
  0% {width:calc(50% + 950px);}
  25% {width:calc(50% + 1050px);}
  50%{width:calc(50% + 975px);}
  75%{width:calc(50% + 1025px);}
  100% {width:calc(50% + 1000px);}
}


@keyframes handleBounce {
  0% {left:calc(50% - 50px);}
  25% {left:calc(50% + 50px);}
  50%{left:calc(50% - 25px);}
  75%{left:calc(50% + 25px);}
  100% {left:50%;}
}

#image-comparison-slider.open .comparison-img-slider {
 animation: panelBounce;
 animation-duration: 0.8s;
 /* // animation-delay: 0.5s; */
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 width:calc(50% + 1000px);
}

#image-comparison-slider.open .handle {
 animation: handleBounce;
 animation-duration: 0.8s;
 /* // animation-delay: 1s; */
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 left: 50%;
}
.regular-p {
  color: #262626;
  font-family: freight-sans-pro, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}