@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.eot");
  src: url("/fonts/Roboto-Light.woff") format("woff"), url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.eot");
  src: url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.eot");
  src: url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.eot");
  src: url("/fonts/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.za-btn-success {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  color: #FFFFFF;
  background-color: #E40C5B;
  border: 1px solid #E40C5B;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
}
.za-btn-success:hover, .za-btn-success:active, .za-btn-success:focus {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #D00C54;
}

.za-btn-white {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
}
.za-btn-white:hover, .za-btn-white:active, .za-btn-white:focus {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #E40C5B;
  border-color: #E40C5B;
}

.za-btn-gray {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  color: #000000;
  background-color: #F2F2F2;
  border: 1px solid #000000;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
}
.za-btn-gray:hover, .za-btn-gray:active, .za-btn-gray:focus {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #E40C5B;
  border-color: #E40C5B;
}

.za-btn-transparent {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
}
.za-btn-transparent:hover, .za-btn-transparent:active, .za-btn-transparent:focus {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #E40C5B;
  border-color: #E40C5B;
}


.za-btn-text-icon {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  color: #FFFFFF;
  background-color: #00AF43;
  border: 1px solid #00AF43;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
  padding: 12px 12px;
}
.za-btn-text-icon:hover, .za-btn-text-icon:active, .za-btn-text-icon:focus {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #00be49;
}
.za-btn-text-icon i {
  padding-right: 12px;
}

.za-go-down i {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  margin-bottom: -30px;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #000000;
  font-size: 23px;
  padding: 17px 19px;
  border: 1px solid #B2B2B2;
}
.za-go-down i:hover {
  background-color: #F2F2F2;
}

.za-badge-sm {
  font-size: 30%;
  vertical-align: super;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
}

#download {
  background-color: #696969;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#download h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 700;
}
#download .modal {
  display: none;
  background-color: white;
  max-width: 500px;
  padding: 30px;
  margin: 30px;
}
#download .modal h3 {
  color: #EE0C5D;
}
#download .modal a {
  color: #E40C5B;
  text-decoration: none;
}
#download .modal a {
  text-decoration: underline;
}
#download .store h3 {
  color: white;
}

/*# sourceMappingURL=mobile-security-redirect.css.map */
