:after,
:before,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  overflow-x: auto;
  overflow-y: scroll;
}
@media print {
  body {
    background-color: transparent;
  }
}
a {
  text-decoration: none;
  color: #0000ee;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 20px 0;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 38px;
  min-width: 80px;
  padding: 0 12px;
  font-weight: 400;
  height: 40px;
}
.btn:focus {
  outline: none;
}
.btn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.btn::-moz-focus-inner {
  border: 0;
}
.btn.btn-default {
  color: #333333;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 100%), #ffffff;
  border: 1px solid #d6d6d6;
}
.btn.btn-default:not([disabled]):hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 100%), #fafafa;
}
.btn.btn-default:not([disabled]):focus {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 100%), #fafafa;
  border-color: #0000ee;
}
.btn.btn-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(32, 37, 122, 0.06) 100%), #000080;
  color: #ffffff;
  border: 1px solid #333333;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.btn.btn-primary:not([disabled]):hover,
.btn.btn-primary:not([disabled]):focus {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(32, 37, 122, 0.06) 100%), #000090;
}
.flex-container {
  display: flex;
  flex-direction: column;
}
.flex-container.flex-container-row {
  flex-direction: row;
}
.flex-container .flex0 {
  flex: 0 0 auto;
}
.flex-container .flex1 {
  flex: 1 1 auto;
}
.flex-container .flex2 {
  flex: 2 2 auto;
}
.flex-container .flex3 {
  flex: 3 3 auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.container-main {
  max-width: 800px;
}
header {
  height: 145px;
  background: #05060e;
  background-image: url("header-sm.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}
header .title-container {
  margin-top: 40px;
  align-items: flex-start;
  font-size: 0;
}
header .title-container .logo {
  width: 180px;
  height: 59px;
  margin-left: 30px;
}
header .title-container .gradient-holder {
  margin-left: 40px;
}
header .title-container .gradient-holder .gradient {
  width: 100%;
  height: 1px;
  margin-top: 38px;
}
header .slogan {
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 840px) {
  header {
    height: 310px;
    background-image: url("header-md.jpg");
  }
  header .title-container {
    margin-top: 55px;
  }
  header .title-container .logo {
    margin-left: 0;
  }
  header .slogan {
    display: block;
    margin-top: 50px;
  }
}
@media (min-width: 2560px) {
  header {
    background-size: 100% auto;
  }
}
main {
  display: block;
  margin-top: 20px;
}
main h1 {
  line-height: 48px;
  margin-bottom: 15px;
}
main h1 .img-icon {
  height: 48px;
  vertical-align: bottom;
  margin-right: 10px;
}
main .project {
  margin-bottom: 40px;
}
main .project h2 {
  margin-bottom: 5px;
}
@media (min-width: 840px) {
  main {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  main .project {
    margin-bottom: 50px;
  }
}
footer {
  background: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  font-size: 14px;
}
footer address {
  font-style: normal;
}
@media (min-width: 840px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #02050d;
    color: #e0e0e0;
  }
  a {
    color: #3f74fa;
  }
  .btn.btn-default {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 100%), #404040;
    border-color: #606060;
  }
  .btn.btn-default:not([disabled]):hover,
  .btn.btn-default:not([disabled]):focus {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 100%), #505050;
    border-color: #707070;
  }
  .btn.btn-primary {
    border-color: #0000bb;
  }
  .btn.btn-primary:not([disabled]):hover,
  .btn.btn-primary:not([disabled]):focus {
    border-color: #0000cb;
  }
  footer {
    background: #050c21;
  }
}
/*# sourceMappingURL=style.css.map */