* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.53;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
html.wf-active,
html.fonts-loaded {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
img, video {
  display: block;
  max-width: 100%;
}
h1 {
  font-size: 52px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (min-width: 760px) {
  h1 {
    font-size: 80px;
    line-height: 72px;
  }
}
h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 12px;
}
h3, h4 {
  font-weight: 300;
}
a {
  color: #000;
}
a:hover, a:focus {
  color: #345;
}
b {
  font-weight: 600;
}
@media (min-width: 768px) {
  b {
    font-weight: 500;
  }
}



.cf:after {
  content: "";
  display: table;
  clear: both;
  width: 0;
  height: 0;
}


/* SITESWITCH */

.siteswitch {
  background: #f2f4f5;
  color: #302d28;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Fira Sans", Poppins, Helvetica, sans-serif;
  z-index: 11;
  position: relative;
}
.siteswitch__list {
  display: flex;
  justify-content: center;
}

.siteswitch__item {
  display: block;
  list-style: none;
  margin: 0 10px;
  text-align: center;
  padding: 10px 0;
}
.siteswitch__item--unfade {
  font-family: Poppins, Helvetica, sans-serif;
}
.siteswitch__link {
  color: inherit;
  text-decoration: none;
}
.siteswitch__icon {
  display: block;
  margin: 0 auto 5px auto;
}
.siteswitch__title--active {
  border-bottom: 2px solid currentColor;
}

@media (min-width: 768px) {
  .siteswitch {
    line-height: 60px;
  }
  .siteswitch__item {
    margin: 0 25px;
  }
  .siteswitch__icon {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
}


/* HEADER */

.header {
  color: #fff;
  background: #185fea;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 3px 3px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 20;
}
.header__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 12px 20px;
}
.header__navtoggle {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
}
.header__navtoggle:focus {
  outline: none;
}
.navigation--secondary {
  width: 100%;
  text-align: center;
  display: none;
}
.navigation--active {
  display: block;
}

.navigation__home {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}
.navigation__list {
  list-style: none;
}
.navigation__item {
  display: block;
}
.navigation__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 6px 0;
}
.navigation__link:hover,
.navigation__link:focus {
  color: inherit;
}
.navigation__icon {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header__wrapper {
    max-width: 960px;
    margin: 0 auto;
    line-height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .navigation {
    font-size: 18px;
  }
  .navigation--secondary {
    display: block;
    width: auto;
  }
  .navigation__list {
    display: flex;
  }
  .header__navtoggle {
    display: none;
  }

  .navigation__home {
    font-size: 48px;
    text-decoration: none;
    margin: 0 10px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
  }
  .navigation__items {
    display: flex;
  }
  .navigation__item {
    padding: 0;
  }
  .navigation__link {
    position: relative;
    display: block;
    line-height: 80px;
    padding: 24px 14px 0;
  }
  .navigation__link--home {
    line-height: 90px;
    padding: 10px 0 0 0;
  }
  .navigation__icon {
    vertical-align: middle;
    padding: 25px 0;
    height: 80px;
  }
  .navigation__link:hover:before, .navigation_link:focus:before, .navigation__link--active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #f2f4f5;
    position: absolute;
    left: calc(50% - 8px);
    top: -2px;
  }
}

.colorbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #185fea;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 3px 3px 0 rgba(0, 0, 0, 0.12);
}





.teaser {

}
.teaser--home {
  background: url('../images/home/old-photo-album.jpg') no-repeat 45% 50%;
  background-size: cover;
}
.teaser--features {
  height: 440px;
  max-height: 50vh;
  background: url('../images/features/unfade-on-ipad.jpg') no-repeat 67% 80%;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), (min-resolution: 192dpi) and (min-width: 768px) {
  .teaser--home {
    background-image: url('../images/home/old-photo-album@2x.jpg');
  }
  .teaser--features {
    background-image: url('../images/features/unfade-on-ipad@2x.jpg');
  }
}
@media (max-width: 767px) {
  .teaser--home {
    background-image: url('../images/home/old-photo-album-small.jpg');
  }
}
.teaser__container {
  max-width: 960px;
  margin: 0 auto;
}
.teaser__content-area {
  padding: 30px 10px;
  text-align: center;
}
.teaser__image-area {
  display: none;
}
.teaser__headline {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) {
  .teaser {
    margin-bottom: 26px;
  }
  .teaser--home {
    margin-bottom: 72px;
    position: relative;
  }
  .teaser__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .teaser__content-area {
    width: 60%;
    padding: 30px 0;
    text-align: left;
  }
  .teaser__content-area--home {
    padding: 70px 0;
  }
  .teaser__image-area {
    display: block;
    width: 32.75%;
    padding: 30px 0 0;
  }
  .teaser__image-area--home {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 491px;
    overflow: hidden;
  }
  .teaser__headline {
    font-size: 38px;
  }
  .teaser__text {
    max-width: 330px;
    margin-bottom: 24px;
  }
}




.badge {
  font-size: 12px;
  margin-bottom: 6px;
  color: #fff;
}
.badge__text {
  display: inline-block;
  padding: 4px 14px 1px;
  background: #185fea;
  border-radius: 4.6px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}



.buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .buttons {
    justify-content: flex-start;
  }
  .buttons--centered {
    justify-content: center;
  }
}
.button {
  margin: 0 30px 24px 0;
  background: #185fea;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 8px;
}
.button:hover, .button:focus {
  color: #fff;
}
.buttons--single .button {
  margin-right: 0;
}
.download-button, .video-button {
  display: block;
  width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.download-button img {
  margin: 0 auto;
  display: block;
}
.download-button--large img {
  width: 196px;
}
.download-button--soon, .video-button {
  padding: 5px 10px;
  background: transparent;
  text-decoration: none;
  border-radius: 5px;
  font-size: 19px;
  line-height: 29px;
  padding: 13px 37px;
}
.download-button--soon {
  border: 1px solid #000;
  color: #000;
  opacity: 0.5;
}
.download-button--soon:hover, .download-button--soon:focus {
  opacity: 0.8;
}
.video-button {
  background-image: linear-gradient(to bottom, #3a78f5, #0040c0);
  color: #fff;
}
.video-button:hover, .video-button:focus {
  color: #fff;
  opacity: 0.9;
}



article p {
  margin: 0 0 1em 0;
}





.article {

}
.article--gray {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)), linear-gradient(#eeeff0, #eeeff0);
}
.article--legal {
  padding: 24px 0;
}
.article--legal ol {
  list-style: none;
}
.article--legal li, .article--legal p {
  margin: 0 0 13px 0;
  font-size: inherit;
}
.article--legal li {
  margin-left: 30px;
}
.article--legal h3 {
  margin: 32px 0 13px 0;
  font-weight: 500;
  font-size: inherit;
}
.article--legal h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.article--legal strong {
  font-weight: 500;
}
.article--legal ul {
  padding-left: 1.1em;
}
.article__wrapper {
  max-width: 960px;
  padding: 24px 10px;
  margin: 0 auto;
}
.splitview__image-area {
  margin-bottom: 20px;
}
.splitview__image {
  margin: 0 auto;
  max-width: 100%;
}
.splitview__image--extended {
  transform: translate(-58px, 0);
}
.article__content-area {

}
.article__headline {
  color: #185fea;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  /*margin-bottom: 39px;*/
}
.article__image {
  display: block;
  margin: 13px auto;
}
@media (max-width: 767px) {
  .article__headline--policy {
    font-size: 28px;
  }
}
.article__headline--policy {
  margin-bottom: 39px;
}
.article__headline--splitview {
  text-align: left;
}
.article__headline--bundle {
  font-size: 32px;
}
.splitview__headline {
  color: #185fea;
  font-size: 24px;
}
@media (min-width: 768px) {
  .article__wrapper {
    padding: 48px 10px;
  }
  .article__wrapper--splitview {
    padding: 24px 10px;
  }
  .splitview {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .splitview__image-area {
    flex: 0 1 280px;
    margin: 0;
  }
  .splitview__image--extended {
    margin-left: -116px;
    max-width: calc(100% + 116px);
    transform: none;
  }
  .splitview__content-area {
    flex: 0 2 640px;
    margin-left: 20px;
  }
  .article:nth-of-type(2n) .splitview__image-area {
    order: 2;
  }
  .article .article__wrapper--bundle .splitview__image-area {
    order: 0;
  }
}


.fullsize-image {
  width: 100%;
  margin: 48px 0;
}



.article__wrapper--featured {
  max-width: 1060px;
}
.featured-on {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  max-width: 1040px;
  margin: 0 auto;
}
.featured-on__item {
  display: block;
  margin: 12px 10px;
}
.featured-on__item img {
  display: block;
}




.user-reviews {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}
.user-review {
  max-width: 300px;
  margin: 12px 0;
}
.user-review p {
  margin: 0;
}
.user-review__author {
  color: #185fea;
  text-decoration: none;
}



.howitworks-video {
  margin: 0 auto;
  max-width: 600px;
  cursor: pointer;
}



.feature-grid {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 20px;
}
.feature-grid--splitview {
  margin: 0;
}
.feature-grid__item {
  display: block;
  max-width: 280px;
  flex: 1 0 220px;
  text-align: center;
  margin: 20px 10px;
}
.feature-grid__iconbox {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.feature-grid__icon {
  display: block;
}
.feature-grid__title {
  font-size: 24px;
  color: #185fea;
}



.form {
}
.form--coupon {
  max-width: 640px;
  margin: 0 auto;
}
.form__input, .form__button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  font-size: 16px;
  color: #185fea;
  height: 48px;
  padding: 0 20px;
  border: 0 none;
  border-radius: 8px;
}
.form__input {
  background: transparent;
  box-shadow: 0 0 0 3px #185fea inset;
  margin-right: 10px;
  margin-bottom: 12px;
  color: #185fea;
  font-weight: 400;
}
.form__input:hover, .form__input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}
.form__button {
  background: #185fea;
  color: #fff;
  cursor: pointer;
  padding: 0 20px;
}
@media (min-width: 500px) {
  .form {
    display: flex;
  }
  .form__input {
    flex: 4 1 400px;
  }
  .form__button {
    flex: 1 1 100px;
  }
}



.newsletter {

}
.newsletter__container {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.newsletter__label {
  display: none;
}
.newsletter__form {
  margin-top: 36px;
}




.press-contact {

}
.press-contact-box {

}
.press-downloads {
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  padding: 60px 0;
  margin: 60px auto;
}
.press-download {
  text-align: center;
  list-style: none;
  line-height: 1.3;
}
.press-download-image {
  margin: 0 auto 20px;
  height: 143px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.press-download a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.press-download a:hover, .press-download a:focus {
  text-decoration: underline;
}
.press-downloads h2, .press-releases h2 {
  text-align: center;
}
.press-release {
  margin-bottom: 40px;
  list-style: none;
}
.press-release .more {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.press-release .more:hover, .press-release .more:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .press-downloads ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row wrap;
  }
  .press-download {
    width: 30%;
    margin: 12px 10px;
  }
  .press-contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .press-contact-box {
    width: 30%;
  }
}




.tab-selector {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 78px 10px 0 10px;
  align-items: stretch;
}
.tab-selector--privacy {

}
.tab-selector__item {
  display: flex;
  align-items: stretch;
}
.tab-selector__link {
  display: block;
  padding: 10px 35px;
  color: #185fea;
  text-decoration: none;
  border-top: 3px #185fea solid;
  border-bottom: 3px #185fea solid;
}
.tab-selector__item:first-child .tab-selector__link {
  border-left: 3px #185fea solid;
  border-radius: 12px 0 0 12px;
}
.tab-selector__item:last-child .tab-selector__link {
  border-right: 3px #185fea solid;
  border-radius: 0 12px 12px 0;
}
.tab-selector__link:hover, .tab-selector__link:focus {
  color: #185fea;
}
.tab-selector__link--active {
  background: #185fea;
  color: #fff;
}
.tab-selector__link--active:hover, .tab-selector__link--active:focus {
  background: #185fea;
  color: #fff;
}


.main-content--legal .privacy-selector {
  margin: 0;
  justify-content: space-between;
}
.main-content--legal .privacy-selector li {
  display: block;
  margin: 0 0 12px 0;
}
.main-content--legal .privacy-selector a {
  display: block;
  text-align: center;
  background: #eee;
  padding: 12px 20px;
  border-radius: 4px;
}
@media (min-width: 760px) {
  .main-content--legal .privacy-selector {
    display: flex;
  }
  .main-content--legal .privacy-selector li {
    width: 48%;
    margin: 0;
  }
}



.job-description {
  margin-bottom: 2em;
}



.footer-download {
  text-align: center;
  padding: 72px 0;
}

.main-footer {
  text-align: center;
  padding: 24px 24px;
  background: rgb(226, 230, 231);
  font-size: 16px;
}
.main-footer ul {

}
.main-footer li {
  display: inline-block;
  margin: 6px 10px;
}
.main-footer a {
  text-decoration: none;
  color: #000;
}
.main-footer a:hover, .main-footer a:focus {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .footer-download .buttons {
    justify-content: center;
  }
}


.banners {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.banners-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.banner {
  position: relative;
  display: block;
  padding: 12px 20px;
  padding-right: 60px;
  background: rgb(226, 230, 231);
}
.banner__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}


.is-hidden {
  display: none;
}


.coupon-box {
  text-align: center
}
.coupon-banner {
  position: relative;
  background: #73E471;
  color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  padding-right: 60px;
  transition: transform .4s, opacity .4s;
  font-weight: 400;
}
.coupon-banner p {
  margin: 0;
}
.coupon-banner a {
  color: inherit;
}
.coupon-banner.is-hidden {
  transform: translate(0,-100%);
  opacity: 0;
  display: block;
}
.coupon-banner__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 14px;
  line-height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KICA8ZyBmaWxsPSIjMDAwMDAwIj4NCiAgICA8cG9seWdvbiBwb2ludHM9IjgzLjU4Niw4Ni40MTQgNTAsNTIuODI4IDE2LjQxNCw4Ni40MTQgMTMuNTg2LDgzLjU4NiA0Ny4xNzEsNTAgMTMuNTg2LDE2LjQxNSAxNi40MTQsMTMuNTg2IDUwLDQ3LjE3MSAgICAgODMuNTg2LDEzLjU4NiA4Ni40MTQsMTYuNDE0IDUyLjgyOCw1MCA4Ni40MTQsODMuNTg2IiAvPg0KICA8L2c+DQo8L3N2Zz4=");
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
