<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.day-with-god {
  font-family: 'Montserrat', Arial, sans-serif;
  overflow-x: hidden;
}

body.day-with-god h1, body.day-with-god h2, body.day-with-god h3, body.day-with-god h4, body.day-with-god h5, body.day-with-god h6, body.day-with-god .h1, body.day-with-god .h2, body.day-with-god .h3, body.day-with-god .h4, body.day-with-god .h5, body.day-with-god .h6, body.day-with-god span.heading {
  font-family: 'Lobster Two', cursive;
}

body.day-with-god #page-wrapper {
  background-color: #00a1c2;
  background-image: url("../../files/images/page-bg-dots-light.png");
}

.dwg .dwg-heading {
  background-color: #575656;
}

.dwg .dwg-heading div {
  position: reltive;
}

.dwg .dwg-heading img {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dwg .dwg-status {
  margin-left: -55px;
}

.dwg .dwg-status li {
  list-style: none;
  color: white;
  font-weight: 900;
  font-size: 32px;
  width: 80px;
  height: 55px;
  text-align: center;
  white-space: nowrap;
  margin-left: 55px;
  position: relative;
}

.dwg .dwg-status li div {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.dwg .dwg-status li div span {
  line-height: 1.2;
  display: block;
  position: relative;
  z-index: 2;
}

.dwg .dwg-status li div:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90%;
  width: 130%;
  border-bottom: 2px solid white;
  background: #706f6f;
  -webkit-transform: rotate(-5deg) translate(-10%, -17%);
          transform: rotate(-5deg) translate(-10%, -17%);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  z-index: 1;
}

.dwg .dwg-status li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0px;
  height: 7px;
  width: 55px;
  border-bottom: 2px solid white;
  background: #706f6f;
  z-index: 1;
  -webkit-transform: rotate(3deg) translate(-100%, 0%);
          transform: rotate(3deg) translate(-100%, 0%);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.dwg .dwg-status li.active:before, .dwg .dwg-status li.active &gt; div:before {
  background-color: #ffd200;
}

@media screen and (max-width: 768px) {
  .dwg .dwg-status li {
    font-size: 24px;
    width: 46px;
    height: 48px;
    margin-left: 15px;
  }
  .dwg .dwg-status li:not(:first-child):before {
    width: 15px;
  }
}

.dwg .dwg-lvl {
  overflow: hidden;
  text-align: center;
  padding: 0px 12px 12px 20px;
  position: relative;
}

.dwg .dwg-lvl span {
  line-height: 1;
  position: relative;
  z-index: 2;
}

.dwg .dwg-lvl:before {
  content: "";
  width: 100%;
  height: 120%;
  background-color: #ffd200;
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-2deg) translateY(-30%);
          transform: rotate(-2deg) translateY(-30%);
  z-index: 1;
}

.dwg .dwg-lead {
  font-size: 28px;
}

.dwg .dwg-grid &gt; div &gt; div {
  background-color: #ffd200;
  text-align: center;
  position: relative;
  height: 85px;
  margin-top: 90px;
}

.dwg .dwg-grid &gt; div &gt; div .dwg-grid-image {
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: white;
  border-radius: 50%;
  border: 6px solid #ffd200;
  top: 0px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dwg .dwg-grid &gt; div &gt; div .dwg-grid-image svg {
  width: 60px;
}

.dwg .dwg-grid &gt; div &gt; div strong {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .dwg .dwg-grid &gt; div &gt; div strong {
    font-size: 18px;
    bottom: 10px;
  }
}

aside .day-with-god {
  background-color: #e13e0b;
}

aside .day-with-god .row {
  text-decoration: none;
}

aside .day-with-god .row &gt; div:last-child img {
  width: 180px;
  -webkit-transition: 80ms -webkit-transform linear;
  transition: 80ms -webkit-transform linear;
  transition: 80ms transform linear;
  transition: 80ms transform linear, 80ms -webkit-transform linear;
}

aside .day-with-god .row:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*# sourceMappingURL=dwg.css.map */</pre></body></html>