<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 620px) {
  .w_landing_slider .slider .target_copy{
    -ms-transform:translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left:50%;
    padding:0!important;
  }
}

.quiz-title{
  max-width: 764px;
  margin:0 auto;
}
.quiz-title h1 &gt; span{
  display: block;
}
.quiz-title span.left{
  text-align: left;
}
.quiz-title span.center{
  text-align: center;
}
.quiz-title span.right{
  text-align: right;
}
.quiz-title span.blue{
  display: inline-block;
  font-family: 'ProximaNovaSemibold';
  font-size: larger;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #00a7e1;
  color:#fff;
  padding: 20px;
  margin:15px 0 10px;
}
section.quiz .quiz-header{
  color:#00a7e1;
  margin:75px auto;
}
section.quiz .quiz-header p{
  font-size: 40px;
  line-height: 1.2em;
}
section.quiz h2{
  width:100%;
  color:#00a7e1;
  font-size: 44px;
  margin:0 17px ;
  padding:34px 0;
  border-top: 2px solid #f1f3f4;
  line-height: 1.2em;
}

section.quiz .quiz-wrapper{
  padding:90px 0;
  background-color: #fff;
}
section.quiz .quiz-content{

  max-width: 764px;
  margin:0 auto;
}

section.quiz .quiz-question{
  clear: both;
  margin-bottom: 17px;
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.quiz .quiz-answer{
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex:  0 1 50%;
  -webkit-flex:  0 1 50%;
  -ms-flex:  0 1 50%;
  flex:  0 1 50%;

  display: block;
  text-decoration: none;
  color:#000;
  box-sizing: border-box;

  width:382px;
  max-width: 50%;
  padding:0 17px 34px;
}
section.quiz .quiz-answer p{
  font-size: 20px;

  text-align: center;

  margin:10px 0 0;
}
section.quiz .quiz-answer .image{
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.quiz .quiz-answer img{
  width: 100%;
  height: auto;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
section.quiz .quiz-answer:hover img, .quiz-answer.active img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform:  scale(1.1);
}
section.quiz .quiz-answer.active .image::before{
  display: block;
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,174,239,.45) url('/_global-assets/quiz/images/checkmark.png') no-repeat center;
  background-size: contain;
  z-index:100;
}
section.quiz .quiz-padding{
  max-width: 730px;
  padding:0 17px;
}
section.quiz .quiz-result p{
  font-size: 20px;
  line-height: 1.6em;
}
section.quiz .start-over{
  text-align: right;
  /*padding-top: 10px;*/
}
section.quiz .textbutton{
  background-color: #00A7E1;
  margin: 0 auto;
  height:50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.w_share.standalone .w_share__services .service {
    width: 110px;
}

section.quiz .w_share{
  margin-left: 0!important;
  margin-top:20px;
  width: 220px;
  bottom:0!important;
  /*top:10px;*/
  left:0;
}
.w_share.standalone .w_share__trigger .text{
  font-size: 14px;
}
section.quiz .w_share.standalone .w_share__services .service.facebook2,
section.quiz .w_share.standalone .w_share__services .service.twitter2{
  border-right: 1px solid #019bd0;
}
section.quiz .w_share.standalone .w_share__services .service.facebook2 .icon{
  width: 14px;
  height: 23px;
  top: 13.5px;
  left: 52px;
  background: url(/_global-assets/images/sprites/share/sprites-s80a8110e28.png) 0 -306px no-repeat;
}
section.quiz .w_share.standalone .w_share__services .service.twitter2 .icon{
  width: 24px;
  height: 19px;
  top: 15.5px;
  left: 42px;
  background: url(/_global-assets/images/sprites/share/sprites-s80a8110e28.png) 0 -178px no-repeat;
}
.w_share.standalone .w_share__trigger .icon{
  background-image: url(/_global-assets/images/sprites/share/sprites-s80a8110e28.png);
}
section.quiz .w_share.standalone .w_share__services{
  background-color: #00a7e1;
}

@media (max-width: 619px) {
  section.quiz .quiz-header{margin-top: 0;}
  section.quiz .quiz-header p{font-size:28px;}
  section.quiz h2{font-size: 26px;}
  section.quiz .quiz-answer p, section.quiz .quiz-result p{font-size: 14px;}

  section.quiz .w_share{margin-left: auto!important;width: auto;}
  section.quiz .start-over{text-align: center;}

  section.quiz .textbutton{height: auto;line-height: 1em;padding: 12px ;width: auto;display: block;margin: 0 20px;}

  section.quiz .w_share.standalone .w_share__services .service.facebook2 .icon, section.quiz .w_share.standalone .w_share__services .service.twitter2 .icon{
      position: absolute;
      top: 50%;
      left: 50%;
  }
  
.w_share.standalone .w_share__services .service {
    width: 100%;
}

  section.quiz .w_share.standalone .w_share__services .service.facebook2 .icon {
    width: 34px;
    height: 64px;
    margin-top: 8px;
    margin-left: -17px;
    background: url(/_global-assets/images/sprites/share/sprites-s80a8110e28.png) 0 -198px no-repeat;
  }
  section.quiz .w_share.standalone .w_share__services .service.twitter2 .icon {
    width: 73px;
    height: 60px;
    margin-top: -30px;
    margin-left: -37px;
    background: url(/_global-assets/images/sprites/share/sprites-s80a8110e28.png) 0 -65px no-repeat;
}


}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 619px){
  section.quiz .w_share.standalone .w_share__services .service.facebook2 .icon {
      background-image: url(/_global-assets/images/sprites/share/sprites/retina-s2f6b852be4.png);
      background-size: 72.5px 326px;
      background-position: 0 -217px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 619px){
  .w_share.standalone .w_share__services .service.twitter .icon {
      background-image: url(/_global-assets/images/sprites/share/sprites/retina-s2f6b852be4.png);
      background-size: 72.5px 326px;
      background-position: 0 -65px;
  }
}
</pre></body></html>