@font-face {
  font-family: "input-mono-compressed";
  src: url("https://use.typekit.net/af/9739c6/00000000000000003b9ae576/27/l?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9739c6/00000000000000003b9ae576/27/d?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9739c6/00000000000000003b9ae576/27/a?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "input-mono-compressed";
  src: url("https://use.typekit.net/af/d8026d/00000000000000003b9ae579/27/l?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/d8026d/00000000000000003b9ae579/27/d?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/d8026d/00000000000000003b9ae579/27/a?primer=9534f20d24153432f138f14be19fe00ed05018076afc824dd1a6f6ca76bae7c7&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

.header-container header {
  padding-top: 30px;
  padding-bottom: 30px; }
  .header-container header .subcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-container header .mobile-nav {
    margin-top: 35px; }
    .header-container header .mobile-nav a {
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      color: #FFF; }
      .header-container header .mobile-nav a:hover, .header-container header .mobile-nav a:focus, .header-container header .mobile-nav a:active, .header-container header .mobile-nav a.active {
        color: #43CF69;
        text-decoration: none; }
    .header-container header .mobile-nav hr {
      background: #C9C9C9; }
  @media screen and (max-width: 767px) {
    .header-container header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .header-container header a.menu-logo img {
    height: 50px;
    width: 195px; }
    @media screen and (max-width: 767px) {
      .header-container header a.menu-logo img {
        width: 130px;
        height: 35px; } }
  .header-container header .nav-anchors nav {
    display: inline-block; }
    .header-container header .nav-anchors nav a {
      display: inline-block;
      margin-left: 80px;
      font-size: 18px;
      font-weight: 700;
      color: #FFF; }
      .header-container header .nav-anchors nav a:first-child {
        margin-left: 0; }
      .header-container header .nav-anchors nav a:hover, .header-container header .nav-anchors nav a:focus, .header-container header .nav-anchors nav a:active, .header-container header .nav-anchors nav a.active {
        color: #43CF69;
        text-decoration: none;
        border-bottom: 2px solid #43CF69; }
      @media screen and (max-width: 991px) {
        .header-container header .nav-anchors nav a {
          margin-left: 40px; } }
      .header-container header .nav-anchors nav a.login {
        background: #FFF;
        color: #2D2D2D;
        height: 50px;
        width: 160px;
        line-height: 3em;
        text-align: center;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (max-width: 767px) {
          .header-container header .nav-anchors nav a.login {
            height: auto;
            width: auto;
            background: none;
            color: #FFF;
            text-decoration: underline;
            font-size: 18px;
            margin-left: 0; }
            .header-container header .nav-anchors nav a.login:hover {
              text-decoration: none;
              -webkit-transform: none !important;
              -moz-transform: none !important;
              -ms-transform: none !important;
              -o-transform: none !important;
              transform: none !important; } }
        .header-container header .nav-anchors nav a.login:hover, .header-container header .nav-anchors nav a.login:focus, .header-container header .nav-anchors nav a.login:active {
          text-decoration: none;
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9);
          border-bottom: none !important; }
    .header-container header .nav-anchors nav .dropdown-menu {
      background: #000; }
      .header-container header .nav-anchors nav .dropdown-menu a {
        background: #000;
        display: block;
        color: #FFF;
        margin-left: 0;
        width: auto; }
        .header-container header .nav-anchors nav .dropdown-menu a:hover {
          text-decoration: underline; }

.footer-container {
  margin-top: 120px; }
  .footer-container .footer-green-container {
    background: #43CF69; }
    .footer-container .footer-green-container .subcontainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 65px;
      padding-bottom: 65px; }
      @media screen and (max-width: 767px) {
        .footer-container .footer-green-container .subcontainer {
          display: block; }
          .footer-container .footer-green-container .subcontainer a.register {
            margin-top: 20px; } }
      .footer-container .footer-green-container .subcontainer h3 {
        font-size: 30px;
        color: #2D2D2D;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 0; }
      .footer-container .footer-green-container .subcontainer a.register {
        margin-right: 15px;
        background: #FFF;
        display: block;
        width: 180px;
        height: 60px;
        color: #2D2D2D;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 3.5em;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .footer-container .footer-green-container .subcontainer a.register:hover {
          text-decoration: none;
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
  .footer-container footer {
    background: #000;
    padding-top: 47px; }
    .footer-container footer .footer-map-container a, .footer-container footer .footer-map-container span {
      margin-top: 13px;
      display: inline-block;
      color: #C9C9C9;
      font-size: 14px;
      font-weight: 400; }
      .footer-container footer .footer-map-container a.bold, .footer-container footer .footer-map-container span.bold {
        font-weight: 700; }
      .footer-container footer .footer-map-container a.email, .footer-container footer .footer-map-container span.email {
        text-decoration: underline;
        margin-top: 0 !important; }
    .footer-container footer .footer-down-container {
      margin-top: 125px;
      position: relative;
      color: #43CF69;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 20px; }
      .footer-container footer .footer-down-container .right-side {
        position: absolute;
        right: 0;
        top: 0; }
        .footer-container footer .footer-down-container .right-side a {
          font-weight: 700;
          color: #43CF69; }
        .footer-container footer .footer-down-container .left-side a {
          font-weight: 700;
          color: #43CF69; }
        @media screen and (max-width: 767px) {
          .footer-container footer .footer-down-container .right-side {
            position: static;
            margin-top: 10px; } }

.homepage-upper-container {
  background: #2D2D2D; }
  .homepage-upper-container .jumb-container {
    display: flex;
    height: calc(100vh - 180px);
    max-height: 600px; }
    @media screen and (max-width: 767px) {
      .homepage-upper-container .jumb-container {
        position: relative;
        height: calc(100vh - 268px); }
        .homepage-upper-container .jumb-container::after {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          content: '';
          background-image: url("../img/svg/illustration/computer-hacking.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          opacity: 0.4; } }
    .homepage-upper-container .jumb-container .column-left, .homepage-upper-container .jumb-container .column-right {
      flex-direction: column;
      justify-content: space-between;
      display: flex; }
    .homepage-upper-container .jumb-container .column-right {
      justify-content: center;
      width: 50%;
      align-items: center; }
      .homepage-upper-container .jumb-container .column-right img {
        max-width: 350px; }
      @media screen and (max-width: 767px) {
        .homepage-upper-container .jumb-container .column-right {
          display: none; } }
    .homepage-upper-container .jumb-container h1 {
      color: #FFF;
      font-size: 40px;
      font-weight: 700;
      max-width: 540px;
      position: relative;
      z-index: 1; }
    .homepage-upper-container .jumb-container p.title {
      position: relative;
      z-index: 1;
      margin-top: 30px;
      font-size: 30px;
      font-weight: 400;
      color: #C9C9C9;
      max-width: 540px; }
    .homepage-upper-container .jumb-container .buttons-container a {
      display: inline-block;
      width: 180px;
      height: 60px;
      color: #000;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      background: #43CF69;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      line-height: 3.5em; }
      @media screen and (max-width: 767px) {
        .homepage-upper-container .jumb-container .buttons-container a {
          display: none; } }
      .homepage-upper-container .jumb-container .buttons-container a:last-child {
        background: transparent;
        border: 1px solid #C9C9C9;
        color: #FFF;
        margin-left: 20px; }
        @media screen and (max-width: 991px) {
          .homepage-upper-container .jumb-container .buttons-container a:last-child {
            margin-left: 0;
            margin-top: 15px; } }
      .homepage-upper-container .jumb-container .buttons-container a:hover {
        text-decoration: none;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }

.homepage-info-container {
  margin-top: 150px; }
  .homepage-info-container .image-container {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .homepage-info-container .image-container {
        margin-top: 30px; } }
    .homepage-info-container .image-container img {
      max-width: 117px;
      max-height: 196px; }
  .homepage-info-container h2 {
    color: #43CF69;
    font-weight: 700;
    font-size: 24px; }
  .homepage-info-container p.desc {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #C9C9C9; }
  .homepage-info-container a.more {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    margin-top: 4px; }

.info-content-container {
  margin-top: 90px; }
  .info-content-container h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .info-content-container p.desc {
    margin-top: 30px;
    color: #C9C9C9;
    font-size: 14px;
    line-height: 21px; }
  .info-content-container .image-container {
    text-align: center; }
    .info-content-container .image-container img {
      max-width: 145px;
      max-height: 238px; }

.contact-container {
  margin-top: 120px; }
  .contact-container h2 {
    font-size: 24px;
    font-weight: 700;
    color: #43CF69; }
  .contact-container p.content {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #C9C9C9;
    line-height: 20px; }
    .contact-container p.content a {
      color: #C9C9C9;
      text-decoration: underline;
      font-weight: 700; }

.gdpr-container {
  margin-top: 90px; }
  .gdpr-container h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .gdpr-container p.content {
    max-width: 730px;
    margin-top: 30px;
    color: #C9C9C9;
    font-size: 14px;
    line-height: 21px; }

.container-404 {
  margin-top: 80px; }
  .container-404 .image-container {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .container-404 .image-container {
        text-align: left;
        margin-top: 40px; } }
  .container-404 h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .container-404 p.content {
    max-width: 730px;
    margin-top: 30px;
    color: #C9C9C9;
    font-size: 14px;
    line-height: 21px; }
    .container-404 p.content a {
      text-decoration: underline;
      color: #FFF; }

.results-container {
  margin-top: 80px; }
  .results-container h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .results-container p.desc {
    max-width: 730px;
    margin-top: 30px;
    color: #C9C9C9;
    font-size: 14px;
    line-height: 21px; }
  .results-container .leaderboard-container {
    margin-top: 60px; }
    .results-container .leaderboard-container table {
      width: 100%;
      max-width: 730px; }
      .results-container .leaderboard-container table thead tr th {
        font-weight: 700;
        color: #FFF;
        font-size: 16px; }
        .results-container .leaderboard-container table thead tr th:last-child {
          text-align: right; }
      .results-container .leaderboard-container table tbody {
        margin-top: 15px; }
        .results-container .leaderboard-container table tbody tr td {
          padding-top: 5px;
          padding-bottom: 5px;
          font-size: 14px;
          font-weight: 400;
          color: #FFF; }
          .results-container .leaderboard-container table tbody tr td:last-child {
            text-align: right; }

.task-list-container {
  margin-top: 80px; }
  .task-list-container h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .task-list-container .task-list-item {
    height: 233px;
    max-width: 350px;
    border: 3px solid #FFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: #C9C9C9;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center; }
    .task-list-container .task-list-item.done {
      border: 1px solid #43CF69;
      content: '\2714'; }
    .task-list-container .task-list-item:hover {
      text-decoration: none;
      color: #FFF; }

.register-container {
  margin-top: 80px; }
  .register-container h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .register-container .text-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .register-container .text-container {
        display: block;
        margin-top: 30px; } }
    .register-container .text-container.login {
      text-align: center; }
    .register-container .text-container p.title {
      color: #FFF;
      font-weight: 400;
      font-size: 30px; }
      .register-container .text-container p.title a {
        color: #FFF;
        font-weight: 700;
        text-decoration: underline; }
  .register-container form label {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px; }
  .register-container form input {
    display: block;
    max-width: 350px;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    background: none;
    padding-right: 15px;
    border: 1px solid #C9C9C9 !important;
    font-size: 14px;
    color: #C9C9C9;
    font-weight: 400; }
    .register-container form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #C9C9C9 !important; }
    .register-container form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #C9C9C9 !important; }
    .register-container form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #C9C9C9 !important; }
    .register-container form input:-moz-placeholder {
      /* Firefox 18- */
      color: #C9C9C9 !important; }
    .register-container form input:focus {
      border: 1px solid #43CF69 !important;
      color: #43CF69;
      font-weight: 700;
      outline: none;
      box-shadow: none; }
  .register-container form input[type="submit"] {
    background: #43CF69;
    border: none !important;
    color: #000;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .register-container form input[type="submit"]:hover, .register-container form input[type="submit"]:focus, .register-container form input[type="submit"]:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .register-container form input[type="submit"] + p {
      margin-top: 10px;
      color: #C9C9C9;
      font-weight: 400; }
      .register-container form input[type="submit"] + p a {
        text-decoration: underline;
        font-weight: 700;
        color: #C9C9C9; }

.thanks-container {
  margin-top: 80px; }
  .thanks-container h1 {
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .thanks-container p {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    max-width: 540px; }
  .thanks-container p.title {
    margin-top: 30px;
    color: #C9C9C9; }
  .thanks-container p.content {
    color: #FFF; }
  .thanks-container .login {
    margin-top: 40px;
    text-align: center;
    display: block;
    max-width: 350px;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    background: none;
    padding-right: 15px;
    border: 1px solid #C9C9C9 !important;
    font-size: 14px;
    color: #C9C9C9;
    font-weight: 400;
    background: #43CF69;
    color: #000;
    border: none !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 3.2em;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .thanks-container .login::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #C9C9C9 !important; }
    .thanks-container .login::-moz-placeholder {
      /* Firefox 19+ */
      color: #C9C9C9 !important; }
    .thanks-container .login:-ms-input-placeholder {
      /* IE 10+ */
      color: #C9C9C9 !important; }
    .thanks-container .login:-moz-placeholder {
      /* Firefox 18- */
      color: #C9C9C9 !important; }
    .thanks-container .login:focus {
      border: 1px solid #43CF69 !important;
      color: #43CF69;
      font-weight: 700;
      outline: none;
      box-shadow: none; }
    .thanks-container .login:hover {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
      text-decoration: none; }

.task-detail-container {
  margin-top: 20px; }
  .task-detail-container a.stepback {
    display: block;
    max-width: 350px;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    background: none;
    padding-right: 15px;
    border: 1px solid #C9C9C9 !important;
    font-size: 14px;
    color: #C9C9C9;
    font-weight: 400;
    color: #000;
    background: #43CF69;
    border: none;
    text-align: center;
    line-height: 3.8em;
    font-size: 16px;
    font-weight: 700;
    max-width: 120px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .task-detail-container a.stepback::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #C9C9C9 !important; }
    .task-detail-container a.stepback::-moz-placeholder {
      /* Firefox 19+ */
      color: #C9C9C9 !important; }
    .task-detail-container a.stepback:-ms-input-placeholder {
      /* IE 10+ */
      color: #C9C9C9 !important; }
    .task-detail-container a.stepback:-moz-placeholder {
      /* Firefox 18- */
      color: #C9C9C9 !important; }
    .task-detail-container a.stepback:focus {
      border: 1px solid #43CF69 !important;
      color: #43CF69;
      font-weight: 700;
      outline: none;
      box-shadow: none; }
    .task-detail-container a.stepback:hover {
      text-decoration: none;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .task-detail-container a.stepback:focus, .task-detail-container a.stepback:active {
      color: #000; }
  .task-detail-container h1 {
    margin-top: 30px;
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 700; }
  .task-detail-container p.content {
    max-width: 730px;
    margin-top: 30px;
    color: #C9C9C9;
    font-size: 14px;
    line-height: 21px; }
  .task-detail-container pre {
    color: #FFF;
    background-color: #000;
    border: 1px solid #000; }
  .task-detail-container a {
    color: #43CF69; }
  .task-detail-container .task-form-container {
    max-width: 730px;
    margin-top: 40px;
    color: #FFF; }
    .task-detail-container .task-form-container form label {
      margin: 0;
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px; }
    .task-detail-container .task-form-container form input {
      display: block;
      max-width: 350px;
      width: 100%;
      height: 60px;
      padding-left: 15px;
      background: none;
      padding-right: 15px;
      border: 1px solid #C9C9C9 !important;
      font-size: 14px;
      color: #C9C9C9;
      font-weight: 400; }
      .task-detail-container .task-form-container form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #C9C9C9 !important; }
      .task-detail-container .task-form-container form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #C9C9C9 !important; }
      .task-detail-container .task-form-container form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #C9C9C9 !important; }
      .task-detail-container .task-form-container form input:-moz-placeholder {
        /* Firefox 18- */
        color: #C9C9C9 !important; }
      .task-detail-container .task-form-container form input:focus {
        border: 1px solid #43CF69 !important;
        color: #43CF69;
        font-weight: 700;
        outline: none;
        box-shadow: none; }
    .task-detail-container .task-form-container form input[type="submit"] {
      cursor: pointer;
      margin-top: 40px;
      color: #000;
      font-size: 18px;
      background: #43CF69;
      border: none;
      font-weight: 700;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .task-detail-container .task-form-container form input[type="submit"]:hover {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "input-mono-compressed", monospace;
  background: #2D2D2D; }

.content-container {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0; }

.footer-container {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.controlFlash {
  color: #FFF;
  padding: 15px;
  font-weight: 700;
  margin-top: 15px; }
  .controlFlash.error {
    background: red; }
  .controlFlash.success {
    background: #43CF69;
    color: #000; }
  .controlFlash.info {
    background: #FFF;
    color: #000; }

.help-block {
  position: absolute;
  left: 0; }

.forgotpw-send {
  position: relative; }
  .forgotpw-send input {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .forgotpw-send input {
        position: static; } }

.showPW {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 0; }

.jstf {
  text-align: justify; }

.jstf a {
  color: #43CF69; }

