.smart-banner {
  background-color: #262626;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  position: relative; }

@media screen and (min-width: 640px) {
  .smart-banner {
    display: none; } }
.simple-page-item .smart-banner--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.smart-banner__close {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  padding: 0 10px; }

.smart-banner__app {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: TeleGrotesk Next-Web,TeleGrotesk Next,sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

.smart-banner__app-logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  width: 48px;
  height: 48px; }

.smart-banner__app-name {
  font-size: 1rem;
  line-height: 1.1875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0; }

.smart-banner__download {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 6px 10px; }

.button {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  background-color: #e20074;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: TeleGrotesk Next Ultra-Web,TeleGrotesk Next Ultra,sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  padding: 14px 30px;
  z-index: 1; }

.button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

.button:hover {
  background-color: #d1006c;
  color: #fff; }

.button--small {
  font-size: 1rem;
  line-height: 1rem;
  padding: 9px 10px; }

/*# sourceMappingURL=smartbanner.css.map */
