<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  padding: 3rem 0;
  background-color: #ECF0F1;
  margin-bottom: 40px;
}

@media screen and (max-width: 425px) {
  .site-header {
    padding: 1rem 0;
  }
}

.site-header .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .site-header .top-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 25px;
  }
}

.site-header .top-header .site-branding img {
  width: 64px;
  height: 64px;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .site-header .top-header #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .site-header .top-header #site-navigation .site-description {
    margin-right: 20px;
  }
}

.site-header .top-header #site-navigation .site-description a {
  text-decoration: none;
  font-size: 22px;
  margin-right: 10px;
  color: #111;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
}

.site-header .top-header #site-navigation .site-description span {
  color: #767676;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.site-header .top-header #site-navigation .site-description span::before {
  content: "\2014";
  margin: 0 0.2em;
}

.site-header .top-header #site-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .site-header .top-header #site-navigation .menu {
    display: none;
    margin-top: 0;
  }
}

@media screen and (max-width: 430px) {
  .site-header .top-header #site-navigation .menu {
    display: none;
  }
}

.site-header .top-header #site-navigation .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media screen and (max-width: 768px) {
  .site-header .top-header #site-navigation .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #0073aa;
    padding: 20px 0;
  }
}

.site-header .top-header #site-navigation .menu ul li {
  display: inline;
  position: relative;
  line-height: 1.25;
  font-size: 24px;
}

.site-header .top-header #site-navigation .menu ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #0073aa;
  -webkit-transition: color 110ms ease-in-out;
  transition: color 110ms ease-in-out;
  padding: 5px 10px;
  display: block;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .site-header .top-header #site-navigation .menu ul li a {
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
  }
  .site-header .top-header #site-navigation .menu ul li a:hover {
    background-color: #066b99;
  }
}

.site-header .top-header #site-navigation .menu ul li a:hover {
  color: #013852;
}

.site-header .top-header #site-navigation .menu.show {
  display: block;
  position: absolute;
  z-index: 9999999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  top: 100%;
}

.site-header .top-header #site-navigation .menu.show ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.site-header .top-header .toggle {
  background-color: #fff;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .site-header .top-header .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header .top-header .toggle span {
  width: 100%;
  height: 4px;
  background-color: #000;
  display: none;
}

@media screen and (max-width: 768px) {
  .site-header .top-header .toggle span {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .main-content {
    margin: 0 1rem;
  }
}

.main-content article {
  max-width: 50%;
  padding: 2rem 0;
  margin: calc(2 * 1rem) calc(3% + 60px);
}

@media screen and (max-width: 768px) {
  .main-content article {
    max-width: 100%;
    margin: 0 1rem;
  }
}

@media screen and (max-width: 425px) {
  .main-content article {
    max-width: 100%;
    margin: 0 1rem;
  }
}

.main-content article .entry-header .line {
  margin: 1rem 0;
  width: 3em;
  height: 2px;
  background-color: #767676;
  display: block;
}

.main-content article .entry-header .entry-title {
  font-size: 50px;
}

.main-content article .login-section {
  margin: 2rem 0;
  text-align: right;
}

.main-content article .login-section a {
  display: inline-block;
  line-height: 1;
  background-color: #61ce70;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Roboto, sans-serif;
}

.main-content article .content-section p {
  color: #7a7a7a;
  margin: 22px 0;
  font-size: 22px;
  line-height: 40px;
  font-family: roboto, sans-serif;
  font-weight: 400;
}

.main-content article .link {
  text-align: center;
}

.main-content article .link p {
  line-height: 2;
}

.main-content article .link p a {
  color: #0073aa;
  font-weight: 700;
  font-size: 24px;
}

.main-content article .link p .take {
  font-size: 22px;
  font-weight: normal;
}

.site-footer {
  padding: 2rem 0;
  background-color: #333;
  color: #fff;
  margin-top: 40px;
}

.site-footer .inner-div {
  margin: calc(3 * 1rem) calc(3% + 60px);
}

@media screen and (max-width: 768px) {
  .site-footer .inner-div {
    margin: 0 1rem;
  }
}

@media screen and (max-width: 425px) {
  .site-footer .inner-div {
    margin: 0 2rem;
  }
}

.site-footer .inner-div .copyright p {
  font-size: 22px;
}

.site-footer .inner-div .site-info {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer .inner-div .site-info a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 110ms ease-in-out;
  transition: color 110ms ease-in-out;
  padding-right:3.0em;
}

.site-footer .inner-div .site-info a:hover {
  color: #0073aa;
}

.site-footer .inner-div .site-info .imprint {
  margin-right: 25px;
}

.site-footer .inner-div .site-info .menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer .inner-div .site-info .menu li {
  display: inline;
  position: relative;
  line-height: 1.25;
  font-size: 16px;
  padding-right:2.0em;
}

.site-footer .inner-div .site-info .menu li a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  -webkit-transition: color 110ms ease-in-out;
  transition: color 110ms ease-in-out;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}

.site-footer .inner-div .site-info .menu li a:hover {
  color: #0073aa;
}

.site-footer .inner-div .site-info .menu.show {
  display: block;
}
</pre></body></html>