.xo8PrC7sFtGRlcMBlpwws {
  text-align: center;
  margin: .5rem 0;
  padding: 0 1rem;
}

.xo8PrC7sFtGRlcMBlpwws span {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 20px;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 2;
}

.xo8PrC7sFtGRlcMBlpwws span:before,
.xo8PrC7sFtGRlcMBlpwws span:after {
  content: "";
  display: block;
  border-bottom: 1px dashed #ccc;
}

._12Vt0AXBEgIJZ0pVhI9wb2 {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

._12Vt0AXBEgIJZ0pVhI9wb2.dfw-m-f-close {
  position: relative;
}

._12Vt0AXBEgIJZ0pVhI9wb2.dfw-m-f-close .dfw-m-f-b-c {
  position: absolute;
}

._12Vt0AXBEgIJZ0pVhI9wb2.dfw-m-f-close .store-site .store-container-layout .store-b-s {
  display: none;
}

._12Vt0AXBEgIJZ0pVhI9wb2.dfw-m-f-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  overflow-y: auto;
}

._12Vt0AXBEgIJZ0pVhI9wb2.dfw-m-f-white {
  background-color: rgba(255,255,255,0.95);
}

._12Vt0AXBEgIJZ0pVhI9wb2 .dfw-m-f-b-c {
  position: fixed;
  right: 2vw;
  top: 9px;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.4);
  z-index: 5;
}

._12Vt0AXBEgIJZ0pVhI9wb2 .dfw-m-f-b-c:hover {
  color: rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

@keyframes joyride-beacon-pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  1% {
    transform: scale(0);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9;
  }

  90% {
    opacity: 0.7;
  }
}

.joyride-beacon:after,
.joyride-beacon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  background: rgba(62,170,222,0.3);
  border: 1px solid rgba(62,170,222,0.3);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: -42px;
  left: -42px;
  z-index: -1;
  animation: joyride-beacon-pulse 3s infinite ease-out;
  pointer-events: none;
  transform: scale(0);
  animation-play-state: running;
}

.joyride-beacon:after {
  animation-delay: .5s;
}

.joyride-beacon .joyride-beacon-inner {
  background-color: #3eaade;
  animation: joyride-beacon-inner 1.2s ease-in-out infinite;
  border-radius: 50%;
  display: block;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
}

.joyride-beacon .joyride-beacon-outer {
  display: none;
}

