@import "normalize.css";
@import "bootstrap.min.css";
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', serif;
  font-weight: bold;
  text-align: center;
  color: #171717;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  color: #171717;
  font-family: 'Open Sans', sans-serif;
}
body.admin {
  padding: 100px 0 60px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.homepage {
  text-align: center;
}
.sharer {
  padding: 80px 0 0;
  text-align: center;
}
.sharer .profile-photo {
  width: 240px;
  height: 240px;
  margin: 40px auto;
  border-radius: 100%;
  border: 10px solid #ffc324;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.sharer .profile-photo img {
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 1px);
  -moz-transform: translate3d(0, -50%, 1px);
  -ms-transform: translate3d(0, -50%, 1px);
  -o-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px);
}
.sharer h2 {
  color: #555555;
  font-size: 24px;
}
.sharer h3 {
  color: #acd373;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.thanks {
  padding: 200px 0 0;
  text-align: center;
}
.thanks h2 {
  color: #555555;
  font-size: 24px;
}
footer {
  min-height: 440px;
}
footer .black {
  background: #222222 url("../images/big_foot.png") no-repeat;
  background-position: -190px 50%;
  width: 100%;
  min-height: 360px;
  box-sizing: border-box;
  padding: 60px 0 60px 0;
}
@media (max-width: 991px) {
  footer .black .phone {
    margin-bottom: 60px;
  }
}
footer .black .logo {
  margin-bottom: 45px;
  margin-top: 10px;
}
footer .black .logo img {
  max-width: 270px;
}
footer .black span {
  font-size: 18px;
  color: #bbbbbb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
footer .black a {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #bbbbbb;
  font-weight: 100;
}
@media (max-width: 767px) {
  footer .black a {
    font-size: 22px;
  }
}
footer .black a:hover {
  text-decoration: none;
}
footer .black .mail {
  margin-bottom: 32px;
}
footer .white {
  background: #fff;
  width: 100%;
  height: 80px;
  text-align: center;
  padding-top: 21px;
}
footer .white .wibster {
  margin: 0 auto;
  text-align: center;
  color: #222222;
  text-decoration: none;
  font-family: 'Open Sans', Arial;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
footer .white .wibster span.wib {
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
  font-family: 'Open Sans', Arial;
  font-size: 14px;
}
footer .white .wibster .mailto {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-top: 6px;
  display: block;
}
footer .white .wibster:hover .mailto {
  color: #ffc324;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px;
  z-index: 10;
  background: #ffc324;
  background: -moz-linear-gradient(left, #ffc324 0px, rgba(255, 255, 255, 0) 270px);
  background: -webkit-linear-gradient(left, #ffc324 0px, rgba(255, 255, 255, 0) 270px);
  background: linear-gradient(to right, #ffc324 0px, rgba(255, 255, 255, 0) 270px);
}
@media (max-width: 767px) {
  nav {
    height: 60px;
  }
}
nav a img {
  max-height: 60px;
}
@media (max-width: 767px) {
  nav a img {
    height: 40px;
  }
}
nav span {
  font-size: 30px;
  font-family: 'Lora', sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-top: 9px;
}
.btn {
  display: inline-block;
  border-radius: 4px;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 2px solid;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .btn {
    padding: 6px;
    font-size: 18px;
  }
}
.btn.btn-white {
  background: #ffffff;
  color: #171717;
  border-color: #171717;
}
.btn.btn-white:focus,
.btn.btn-white:hover {
  background: #ffc324;
  border-color: #ffffff;
}
.section {
  padding: 40px 0;
  background: #ffffff;
}
@media (max-width: 480px) {
  .section {
    padding: 20px 0;
  }
}
.section.yellow {
  background: #ffc324;
}
.section.section-claim {
  background: url("../images/top_head_bg.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.section.section-claim h1 {
  color: #ffc324;
  font-size: 120px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 1px);
  -moz-transform: translate3d(-50%, 0, 1px);
  -ms-transform: translate3d(-50%, 0, 1px);
  -o-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px);
  top: 10%;
}
@media (max-width: 991px) {
  .section.section-claim h1 {
    top: 7%;
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .section.section-claim h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .section.section-claim h1 {
    top: 10%;
  }
}
.section.section-claim h2 {
  color: #ffc324;
  font-size: 50px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  line-height: 70px;
  position: absolute;
  white-space: nowrap;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 1px);
  -moz-transform: translate3d(-50%, 0, 1px);
  -ms-transform: translate3d(-50%, 0, 1px);
  -o-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px);
}
@media (max-width: 991px) {
  .section.section-claim h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section.section-claim h2 {
    font-size: 24px;
    line-height: 40px;
    white-space: normal;
    width: 80%;
  }
  .section.section-claim h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .section.section-claim h2 {
    font-size: 18px;
    line-height: 26px;
    white-space: normal;
    width: 90%;
  }
}
@media (max-height: 730px) {
  .section.section-claim {
    height: 730px;
  }
}
@media (max-width: 767px) {
  .section.section-claim {
    height: 640px;
  }
}
@media (max-width: 480px) {
  .section.section-claim {
    height: 500px;
  }
}
.section.section-claim-middle {
  background: url("../images/claim_middle_bg.png") no-repeat center top;
  background-size: cover;
  position: relative;
  height: 100vh;
}
.section.section-claim-middle h2 {
  font-size: 60px;
  line-height: 72px;
  color: #ffc324;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: 20px;
  -webkit-transform: translate3d(-50%, 0, 1px);
  -moz-transform: translate3d(-50%, 0, 1px);
  -ms-transform: translate3d(-50%, 0, 1px);
  -o-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px);
}
@media (max-width: 991px) {
  .section.section-claim-middle h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section.section-claim-middle h2 {
    font-size: 24px;
    line-height: 30px;
    white-space: normal;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section.section-claim-middle h2 {
    font-size: 22px;
  }
}
.section.section-claim-middle h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 42px;
  color: #ffffff;
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate3d(-50%, 0, 1px);
  -moz-transform: translate3d(-50%, 0, 1px);
  -ms-transform: translate3d(-50%, 0, 1px);
  -o-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px);
}
@media (max-height: 991px) {
  .section.section-claim-middle h3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section.section-claim-middle h3 {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .section.section-claim-middle h3 {
    font-size: 16px;
  }
  .section.section-claim-middle h3 br {
    display: none;
  }
}
@media (max-height: 730px) {
  .section.section-claim-middle {
    height: 730px;
  }
}
@media (max-width: 767px) {
  .section.section-claim-middle {
    height: 460px;
  }
}
.section.section-claim-bottom {
  background: #080808 url("../images/claim_bottom_bg.png") no-repeat center top;
  background-size: contain;
  position: relative;
  height: 100vh;
}
.section.section-claim-bottom h2 {
  color: #ffffff;
  font-family: 'Lola', serif;
  font-weight: normal;
  width: 450px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 60px;
  line-height: 70px;
  left: 300px;
}
@media (max-width: 1200px) {
  .section.section-claim-bottom h2 {
    font-size: 50px;
    left: 250px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .section.section-claim-bottom h2 {
    font-size: 45px;
    line-height: 55px;
    left: 180px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .section.section-claim-bottom h2 {
    left: 130px;
    width: 200px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .section.section-claim-bottom h2 {
    font-size: 20px;
    line-height: 32px;
    left: 90px;
    width: 120px;
  }
}
@media (max-height: 730px) {
  .section.section-claim-bottom {
    height: 630px;
  }
}
@media (max-width: 767px) {
  .section.section-claim-bottom {
    height: 630px;
  }
}
@media (max-width: 480px) {
  .section.section-claim-bottom {
    height: 420px;
  }
}
.section.section-app-detail img {
  max-width: 100%;
  border: 2px solid #ffc324;
}
.section.section-app-detail h2 {
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  margin: 60px 0;
}
@media (max-width: 991px) {
  .section.section-app-detail h2 {
    margin: 30px 0;
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section.section-app-detail h2 {
    margin: 20px 0;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .section.section-app-detail h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.section.section-app-detail p {
  font-family: 'Lora', serif;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section.section-app-detail p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section.section-app-detail p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.download-section {
  background: #ffc324;
  width: 400px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .download-section {
    width: 300px;
    padding: 12px;
  }
}
.section-claim .download-section {
  padding: 20px;
  margin: 20px 0 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 30%;
  right: 5%;
}
@media (max-width: 991px) {
  .section-claim .download-section {
    right: 50%;
    transform: translate3d(50%, 0, 1px);
  }
}
@media (max-width: 767px) {
  .section-claim .download-section {
    top: 25%;
  }
}
@media (max-width: 480px) {
  .section-claim .download-section {
    width: 300px;
    padding: 12px;
  }
}
.download-section p {
  font-size: 22px;
}
@media (max-width: 480px) {
  .download-section p {
    font-size: 16px;
  }
}
.download-section .download-claim {
  margin: 20px 0 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .download-section .download-claim {
    margin: 10px 0 0;
    font-size: 12px;
  }
}
.download-section .board .system {
  display: inline-block;
  margin: 0 auto;
  width: 100px;
  padding: 10px 20px;
  vertical-align: middle;
}
.download-section .board .system img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .download-section .board .system {
    width: 80px;
  }
}
.download-section .btn {
  margin: 10px auto 0;
}
.offer-page {
  padding-top: 80px;
}
.offer-page h1 {
  color: #ffc324;
  font-size: 60px;
  margin-bottom: 20px;
}
.offer-page h2 {
  color: #ffc324;
  font-size: 46px;
  margin-bottom: 50px;
}
.offer-page h3 {
  color: #171717;
  font-size: 38px;
  margin: 20px 0;
}
.offer-page h4 {
  color: #171717;
  font-size: 24px;
  margin: 10px 0;
}
.offer-page h5 {
  color: #171717;
  font-size: 20px;
  margin: 20px 0 10px;
}
.offer-page .section {
  background: transparent;
}
.offer-page .story {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 20px;
}
.offer-page .story img {
  max-width: 100%;
}
.offer-page .story .text-block {
  margin: 40px 0;
}
.offer-page .story p {
  text-align: left;
  font-size: 20px;
  line-height: 1.618;
  margin: 20px 0;
}
.offer-page .story ul {
  text-align: left;
  font-size: 20px;
  line-height: 1.618;
  list-style-image: url("../images/list-item-little.png");
}
.offer-page .story video {
  margin: 40px 0;
}
.offer-page .offers {
  background: #ffc324;
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  border: 10px dashed #ed1c24;
}
.offer-page .offers .subscription-description {
  line-height: 1.618;
  margin-bottom: 30px;
  color: #171717;
  font-size: 18px;
  text-align: center;
}
.offer-page .offers .subscription-description b {
  font-size: 18px;
}
.offer-page .offers .subscription-description b:first-child {
  font-size: 32px;
  display: block;
  color: #171717;
}
.offer-page .offers .btn {
  margin: 0 auto;
}
.offer-page .offers .offer {
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
}
.offer-page .offers .offer:last-of-type {
  margin-bottom: 30px;
}
.offer-page .offers .offer input {
  display: inline-block;
  margin: 4px;
  vertical-align: middle;
  max-width: 20px;
}
.offer-page .offers .offer input:checked + label {
  background: rgba(31, 131, 159, 0.7);
}
.offer-page .offers .offer label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  margin: 0;
  border: 1px solid #555555;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  padding: 10px;
  cursor: pointer;
}
.offer-page .offers .offer label p {
  margin-bottom: 0;
  line-height: 1.618;
}
.offer-page .offers .offer label p.offer-title {
  font-size: 24px;
  color: #171717;
}
.offer-page .offers .offer label p.offer-title span {
  font-size: 20px;
  color: blue;
}
.offer-page .offers .offer label p.offer-description {
  font-size: 18px;
  font-weight: normal;
  color: #555555;
}
.transaction-complete .section.section-claim h1,
.transaction-complete .section.section-claim h2 {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  white-space: inherit;
  line-height: 1.617;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.transaction-complete .section.section-claim h1 {
  margin-top: 60px;
  font-size: 60px;
}
.transaction-complete .section.section-claim h2 {
  font-size: 30px;
}
.transaction-complete .section.section-claim h3 {
  margin: 100px auto 0 auto;
  width: 60%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.617;
  color: #ffc324;
}
.transaction-complete .section.section-claim h3 a {
  color: #acd373;
  font-weight: bold;
}
