body.app-open {
  transition: 0.7s;
  padding-top: 90px; }
  body.app-open .visible, body.app-open .body.header.docked {
    transition: 0.7s;
    top: 90px; }

body .tn-header,
body .header-nav,
body .header,
body .wz-dock,
body .content-wrap {
  transition: 0.7s; }

body .download-app-container {
  color: #000000;
  height: 90px;
  padding: 15px 35px 15px 15px;
  background-color: #f5f5f5;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: -90px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: 0.7s;
  z-index: 9; }
  body .download-app-container.active {
    height: 90px;
    top: 0px; }
    body .download-app-container.active:hover {
      background-color: #f5f5f5; }
  body .download-app-container .close-button-download-app {
    background: #ad1818;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 5px; }
    body .download-app-container .close-button-download-app .x-closer {
      height: 25px; }
  body .download-app-container .logo-container {
    height: 60px;
    min-width: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #0000000f;
    box-shadow: 0px 0px 4px 0px #00000017;
    background: white; }
    body .download-app-container .logo-container img {
      width: auto;
      height: 100%; }
  body .download-app-container .text-container {
    vertical-align: top;
    padding-left: 10px;
    width: calc(50% - 30px);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    body .download-app-container .text-container p {
      margin: 0;
      padding: 0;
      font-size: 10px;
      line-height: 1.4;
      width: 100%;
      color: #000000; }
      body .download-app-container .text-container p.bold-title {
        font-size: 14px;
        font-weight: 700;
        text-align: left; }
    body .download-app-container .text-container img {
      height: 16px;
      padding: 2px 0;
      width: auto;
      box-sizing: border-box; }
  body .download-app-container .right-text-container {
    padding-left: 5px;
    width: calc(50% - 30px);
    text-align: right;
    display: flex;
    justify-content: flex-end; }
    body .download-app-container .right-text-container .btn {
      font-size: 14px;
      min-width: 115px;
      height: 35px;
      text-align: center;
      box-sizing: border-box;
      margin: 0;
      justify-content: center;
      display: flex;
      align-items: center; }
      body .download-app-container .right-text-container .btn:before, body .download-app-container .right-text-container .btn:after {
        content: none; }
      body .download-app-container .right-text-container .btn.app-banner-cta {
        background-color: #2cb104;
        font-weight: bold;
        color: #ffffff;
        display: flex;
        border-radius: 5px;
        border: 1px solid #00000000;
        padding: 3px 10px; }
    body .download-app-container .right-text-container p {
      background-color: #2cb104;
      font-weight: bold;
      color: #ffffff;
      display: flex;
      border-radius: 5px;
      border: none;
      padding: 3px 10px; }
    body .download-app-container .right-text-container .app-cta-img {
      height: 100%;
      background: transparent; }
      body .download-app-container .right-text-container .app-cta-img img {
        max-width: 170px;
        width: 100%; }

body .ios-modal-container {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  z-index: 9999999;
  background: #000000ad;
  width: 100vw;
  height: 100%;
  padding: 30px 25px 20px 25px;
  bottom: 0%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  box-sizing: border-box; }
  body .ios-modal-container.active {
    opacity: 1;
    pointer-events: unset;
    bottom: 0%; }

body .ios-instructions {
  position: relative;
  width: 100%;
  background: white;
  border-radius: 15px;
  padding: 20px;
  text-align: center; }
  body .ios-instructions:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 23.5px 20px 23.5px;
    border-color: transparent transparent #FFFFFF transparent;
    position: absolute; }
  body .ios-instructions .h2 {
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-size: 20px; }
  body .ios-instructions .h2, body .ios-instructions p {
    color: #1e1e1e;
    text-align: center; }
  body .ios-instructions-icon {
    height: 70px;
    width: auto;
    margin: 0 auto 20px auto;
    border: 1px solid #0000000f;
    box-shadow: 0px 0px 4px 0px #00000017;
    border-radius: 15px; }
  body .ios-instructions-close {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 5px;
    right: 5px;
    filter: brightness(0.4); }
  body .ios-instructions img.text-share-icon {
    height: 30px;
    display: inline;
    width: 30px;
    vertical-align: middle; }

body .ios-modal-container.safari {
  align-content: flex-end; }
  body .ios-modal-container.safari .ios-instructions:after {
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(180deg); }

body .ios-modal-container.chrome {
  align-content: flex-start;
  padding: 30px 5px 20px 5px; }
  body .ios-modal-container.chrome .ios-instructions {
    border-radius: 5px; }
    body .ios-modal-container.chrome .ios-instructions:after {
      top: -20px;
      right: 5px; }

.footer-store-links {
  display: flex;
  width: 100%;
  justify-content: center; }
  .footer-store-links .footer-app-link {
    max-width: 170px;
    width: 100%;
    margin: auto;
    height: 100%;
    display: block;
    padding: 20px 0; }
    .footer-store-links .footer-app-link img {
      max-width: 170px;
      width: 100%; }
    .footer-store-links .footer-app-link-desktop {
      max-width: 170px;
      width: 100%;
      margin: auto 5px;
      height: 100%;
      padding: 20px 0; }
      .footer-store-links .footer-app-link-desktop img {
        max-width: 170px;
        width: 100%; }

.scroll-lock {
  overflow: hidden;
  height: 100vh; }
