@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
* {
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #161E2E;
  line-height: 1.4em;
  background: #fff;
  min-height: 100%;
}

#application-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.app-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.app-wrapper .app-wrapper-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.app-wrapper .app-wrapper-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: calc(100vw - 250px);
}
@media only screen and (min-width: 769px) {
  .app-wrapper .renew-session-modal .modal-wrapper {
    width: auto;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #161E2E;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  color: #161E2E;
}
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
  text-align: center;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
  font-weight: 700;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
  font-weight: 500;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  font-weight: 300;
}
h1.fancy, h2.fancy, h3.fancy, h4.fancy, h5.fancy, h6.fancy {
  font-family: monospace;
}

.headline-h0 {
  font-size: 48px;
  padding-bottom: 15px;
}
.headline-h0.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 15px;
}

.headline-h1 {
  font-size: 36px;
  padding-bottom: 15px;
}
.headline-h1.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 15px;
}

.headline-h2 {
  font-size: 32px;
  padding-bottom: 15px;
}
.headline-h2.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 15px;
}

.headline-h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.headline-h3.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 10px;
}

.headline-h4 {
  font-size: 26px;
  padding-bottom: 10px;
}
.headline-h4.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 10px;
}

.headline-h5 {
  font-size: 22px;
  padding-bottom: 5px;
}
.headline-h5.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 5px;
}

.headline-h6 {
  font-size: 18px;
  padding-bottom: 5px;
}
.headline-h6.underline {
  border-bottom: 1px solid #4B5563;
  margin-top: 5px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.link {
  color: #161E2E;
  text-decoration: none;
  border-bottom: 1px dotted #161E2E;
}
.link:hover {
  cursor: pointer;
  color: #374b73;
  text-decoration: none;
}
.link.underline, .link.underline:hover {
  text-decoration: underline;
}
.link.dark {
  color: #4083F8;
}
.link.dark:hover {
  color: #71a3fa;
}
.link.gray {
  color: #4B5563;
}
.link.gray:hover {
  color: #353c46;
}
.link.black {
  color: #161E2E;
}
.link.black:hover {
  color: #71a3fa;
}
.link.white {
  color: #fff;
}
.link.white:hover {
  color: white;
}
.link.tiny {
  font-size: 12px;
}
.link.small {
  font-size: 14px;
}
.link, .link.regular {
  font-size: 16px;
}
.link.medium {
  font-size: 18px;
}
.link.large {
  font-size: 22px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.text {
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #161E2E;
  margin-top: 0;
  line-height: 19px;
}
.text, .text.regular {
  font-size: 16px;
}
.text.small {
  font-size: 14px;
}
.text.medium {
  font-size: 22px;
}
.text.large {
  font-size: 26px;
  line-height: 1.2em;
}
.text.x-large {
  font-size: 30px;
  line-height: 1.2em;
}
.text.weight-light {
  font-weight: 300;
}
.text.weight-regular {
  font-weight: 400;
}
.text.weight-medium {
  font-weight: 500;
}
.text.weight-bold {
  font-weight: 700;
}
.text.color-dark-gray {
  color: #374151;
}
.text.color-gray {
  color: #6B7280;
}
.text.style-italic {
  font-style: italic;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.base-page {
  display: flex;
  flex-direction: column;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 20px;
  background: #252F3F;
  color: #fff;
  text-align: center;
}
.footer .copyright {
  font-size: 12px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.header {
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.header .header-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  width: 100%;
}
.header .header-top {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .header-top .link {
  border: none;
}
.header .header-top .left-side {
  display: flex;
  flex: 1;
  align-items: center;
}
.header .header-top .left-side .link:not(:last-of-type) {
  margin-right: 20px;
}
.header .header-top .right-side {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
}
.header .header-top .right-side .right-side-item {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top .right-side .cart-link {
  color: #161E2E;
  display: flex;
}
.header .header-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.header .header-banner .link {
  font-size: 36px;
  font-weight: 700;
  border-bottom: none;
  margin-bottom: 20px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.paragraph {
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #161E2E;
  margin-top: 0;
  line-height: 19px;
}
.paragraph, .paragraph.regular {
  font-size: 16px;
}
.paragraph.small {
  font-size: 14px;
}
.paragraph.medium {
  font-size: 18px;
}
.paragraph.large {
  font-size: 22px;
  line-height: 1.2em;
}
.paragraph.x-large {
  font-size: 26px;
  line-height: 1.2em;
}
.paragraph.color-white {
  color: #fff;
}
.paragraph.color-gray {
  color: #6B7280;
}
.paragraph.weight-light {
  font-weight: 300;
}
.paragraph.weight-medium {
  font-weight: 500;
}
.paragraph.weight-bold {
  font-weight: 700;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.page {
  display: flex;
  flex-direction: column;
  background: #fff;
  flex: 1;
  max-width: 100vw;
  overflow: hidden;
}
.page .page-content-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  margin-bottom: 40px;
}
.page .page-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 1160px;
  width: 100%;
}
.page .product-menu-container {
  margin: 0 10px;
}
@media only screen and (min-width: 1160px) {
  .page .product-menu-container {
    margin: 0;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.archive-page {
  display: flex;
  flex-direction: column;
}
.archive-page .page-content {
  align-items: center;
}
.archive-page .archive-page-content {
  display: flex;
  flex-direction: column;
}
.archive-page .archive-post {
  display: flex;
  flex-direction: column;
}
.archive-page .archive-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.archive-page .archive-post .link {
  border-bottom: none;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.error-page {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.error-page .error-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.not-found-page {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.not-found-page .error-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.avatar {
  border-radius: 50%;
  background: #D2D6DD;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  vertical-align: middle;
}
.avatar.small {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.avatar, .avatar.regular {
  width: 50px;
  height: 50px;
  font-size: 26px;
}
.avatar.large {
  width: 100px;
  height: 100px;
  font-size: 36px;
}
.avatar .image {
  height: 100%;
  width: 100%;
  background-size: cover;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size */
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.micon {
  position: relative;
}
.micon .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 14px;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.post {
  display: flex;
  flex-direction: column;
}
.post .post-headline {
  display: flex;
  flex-direction: column;
}
.post .post-headline .post-title {
  display: flex;
  flex-direction: row;
}
.post .post-headline .post-title .avatar {
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 12px;
}
.post .post-headline .post-title .link {
  display: flex;
  justify-content: flex-start;
  border-bottom: none;
}
.post .post-headline .post-title .link:hover .headline {
  color: #4083F8;
}
.post .post-headline .post-title .link .headline {
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
}
.post .post-headline .post-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 80px;
}
.post .post-headline .post-meta .avatar {
  margin-right: 10px;
}
.post .post-headline .post-meta .author-name {
  margin-right: 10px;
}
.post .post-body {
  font-size: 1.1em;
  line-height: 1.7em;
  margin-left: 80px;
  margin-top: 40px;
}
.post .post-body * {
  font-weight: 400;
  font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #161E2E;
}
.post .post-body h1 {
  font-size: 42px;
  line-height: 46px;
  margin: 0;
  padding: 0;
}
.post .post-body h2 {
  font-size: 32px;
  line-height: 46px;
  margin: 0;
  padding: 0;
}
.post .post-body h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.post .post-body h1, .post .post-body h2, .post .post-body h3, .post .post-body h4, .post .post-body h5, .post .post-body h6 {
  font-weight: 700;
}
.post .post-body ul,
.post .post-body ol,
.post .post-body dl {
  padding-left: 30px;
  margin: 15px 0;
}
.post .post-body li {
  margin: 5px 0;
}
.post .post-body dl {
  padding: 0;
}
.post .post-body dt {
  font-style: italic;
  margin: 15px 0 5px;
}
.post .post-body dd {
  font-style: normal;
  margin: 0 0 15px;
  padding: 0 15px;
}
.post .post-body pre,
.post .post-body code {
  background-color: #F9FAFC;
  border: 1px solid #E6E7EB;
  font-size: 16px;
  line-height: 22px;
  overflow: auto;
  border-radius: 3px;
  font-family: monospace;
}
.post .post-body p code {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  padding: 0 5px;
  font-family: monospace;
}
.post .post-body pre code {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0.5em;
  display: block;
  font-family: monospace;
}
.post .post-body pre * {
  font-family: monospace;
}
.post .post-body blockquote {
  border-left: 6px solid #1A56DB;
  padding: 0 15px;
  color: #374151;
  margin: 15px 0;
  margin-left: -26px;
  padding-left: 20px;
  font-style: italic;
}
.post .post-body table {
  padding: 0;
  border-collapse: collapse;
  font-size: 16px;
}
.post .post-body table tr {
  border-top: 1px solid #E6E7EB;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.post .post-body table tr:nth-child(2n) {
  background-color: #F4F5F7;
}
.post .post-body table tr th {
  font-weight: bold;
}
.post .post-body table tr th,
.post .post-body table tr td {
  border: 1px solid #E6E7EB;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
.post .post-body img {
  max-width: 550px;
  padding: 5px;
  border: 1px solid #F4F5F7;
  margin-top: 20px;
}
.post .post-body a {
  color: #4083F8;
  text-decoration: underline;
}
.post .post-body a:hover {
  color: #A4CAFF;
}
.post .post-body .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}
.post .post-body .hljs-comment,
.post .post-body .hljs-quote {
  color: #998;
  font-style: italic;
}
.post .post-body .hljs-keyword,
.post .post-body .hljs-selector-tag,
.post .post-body .hljs-subst {
  color: #333;
  font-weight: 700;
}
.post .post-body .hljs-literal,
.post .post-body .hljs-number,
.post .post-body .hljs-tag .hljs-attr,
.post .post-body .hljs-template-variable,
.post .post-body .hljs-variable {
  color: teal;
}
.post .post-body .hljs-doctag,
.post .post-body .hljs-string {
  color: #d14;
}
.post .post-body .hljs-section,
.post .post-body .hljs-selector-id,
.post .post-body .hljs-title {
  color: #900;
  font-weight: 700;
}
.post .post-body .hljs-subst {
  font-weight: 400;
}
.post .post-body .hljs-class .hljs-title,
.post .post-body .hljs-type {
  color: #458;
  font-weight: 700;
}
.post .post-body .hljs-attribute,
.post .post-body .hljs-name,
.post .post-body .hljs-tag {
  color: navy;
  font-weight: 400;
}
.post .post-body .hljs-link,
.post .post-body .hljs-regexp {
  color: #009926;
}
.post .post-body .hljs-bullet,
.post .post-body .hljs-symbol {
  color: #990073;
}
.post .post-body .hljs-built_in,
.post .post-body .hljs-builtin-name {
  color: #0086b3;
}
.post .post-body .hljs-meta {
  color: #999;
  font-weight: 700;
}
.post .post-body .hljs-deletion {
  background: #fdd;
}
.post .post-body .hljs-addition {
  background: #dfd;
}
.post .post-body .hljs-emphasis {
  font-style: italic;
}
.post .post-body .hljs-strong {
  font-weight: 700;
}
.post .post-footer {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 80px;
}
.post .post-footer .tags-list-wrapper {
  flex-direction: row;
  display: flex;
}
.post .post-footer .tags-list-wrapper .micon {
  margin-right: 10px;
  color: #6B7280;
}
.post .post-footer .tags-list-wrapper .link {
  color: #0594A2;
  border-bottom: none;
}
.post .post-footer .tags-list-wrapper .link:hover {
  color: #15BDCA;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.post-page {
  display: flex;
  flex-direction: column;
}
.post-page .post-page-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.post-page .post {
  margin: 40px 20px;
  max-width: 660px;
  width: 100%;
}
.post-page .comments-wrapper {
  display: flex;
  flex-direction: column;
  margin: 40px 20px;
  max-width: 660px;
  width: 100%;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.posts-page {
  display: flex;
  flex-direction: column;
}
.posts-page .page-content {
  align-items: center;
}
.posts-page .posts-page-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.posts-page .post {
  margin: 40px 20px;
  max-width: 660px;
  width: 100%;
}
.posts-page .pagination-container {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  max-width: 660px;
  width: 100%;
  justify-content: center;
}
.posts-page .pagination-container .link {
  display: flex;
  padding: 0 7px;
  color: #4083F8;
  border-bottom: none;
  margin: 0 5px;
}
.posts-page .pagination-container .link.active {
  background: #4083F8;
  color: #fff;
  border-radius: 3px;
}
.posts-page .pagination-container .link:hover {
  color: #77A9FA;
}
.posts-page .pagination-container .prev {
  padding-right: 20px;
}
.posts-page .pagination-container .next {
  padding-left: 20px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.tag-list {
  display: flex;
  flex-direction: column;
}
.tag-list .posts {
  display: flex;
  flex-direction: column;
}
.tag-list .posts .link {
  border-bottom: none;
  color: #4083F8;
}
.tag-list .posts .link:not(:last-of-type) {
  margin-bottom: 10px;
}
.tag-list .posts .link:hover {
  color: #77A9FA;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.tags-page {
  display: flex;
  flex-direction: column;
}
.tags-page .page-content {
  align-items: center;
  display: flex;
}
.tags-page .tags-page-content {
  margin: 40px 20px;
  max-width: 660px;
  width: 100%;
}
.tags-page .tags-page-content.has-match-tag .tag-list .tag-list-tag {
  display: none;
}
.tags-page .tags-page-content .tag-list:not(:last-of-type) {
  margin-bottom: 30px;
}

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