body {
    background-color: #FFF;
    font-family: "IBM Plex Mono", monospace;
}

.splash-section .logo {
    max-width: 80%;
}

.splash-section .logos-div {
    display: flex;
    flex-direction: row;
    gap: 90px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.splash-section .logos-div .img {
    max-width: 150px;
}

.splash-section h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: "IBM Plex Mono", monospace;
}

.gform-footer {
    text-align: right;
    flex-direction: row-reverse;
}

.gform_required_legend {
    font-size: 12px;
    text-align: right;
    display: none;
}

.gravity-form-control input[type="submit"], .gravity-form-control input[type="button"], .gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
  font-family: "IBM Plex Mono", monospace;
  background-color: #606466 !important;
  color: #fff;
  border: 3px solid #606466 !important;
  text-transform: uppercase;
}

select.gfield_select {
    background: url('https://api.iconify.design/akar-icons/chevron-down.svg') no-repeat center right 15px / 16px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}