html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}


html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

code,
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}


[hidden] {
  display: none;
}


html, body { height: 100% } /* sticky footer */

.body,
body {
  background: white;
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  margin: auto auto 10px;
}

@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
  .body,
  body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}

img {
  display: block;
  width: 100%;
}

.flex-wrapper {
  z-index: 1;
  flex: 1 0 auto;
  position: relative;
  max-width: 640px;
  margin: auto;
}

@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
  .flex-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 0;
    max-width: none;
  }
}

@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
  .table.flex-left {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width: 50vw;
  }
}

@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
  .table.flex-right {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 50vw;
    margin-left: 5em;
  }

  .flex-right > .table { max-width: 600px; }
}


.table {
  border-spacing: 0;
  display: table;
  width: 100%;
}
.table .cell {
  display: table-cell;
}
.table .row {
  display: table-row;
}
.table .left {
  text-align: left;
}
.table .right {
  text-align: right;
}
.table .center {
  text-align: center;
}
.table .middle {
  vertical-align: middle;
}
.table .w100 {
  width: 100%;
}

.banner-image {
  display: block;
  margin: auto;
  width: auto;
  width: 100%;
  margin-bottom: 0;
}
.banner {
  position: relative;
}
@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
  .banner {
    max-width: 480px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
  }
}
.banner-gradient {
  display: block;
  background: linear-gradient(transparent, #FFFFFF);
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}


.form {
  border-spacing: 10px 0;
}

.form-input {
  border-spacing: 0 10px;
}
.form-input:last-of-type {
  margin-bottom: 0;
}

.form-input__text {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  height: 48px;
  padding: 14px;
  width: 100%;
  max-width: 300px;
}

.form-input__error {
  text-align: center;
  color: red;
  display: block;
  display: none;
  font-size: 16px;
  margin: 5px 0;
}

.form-input__submit {
  background-color: transparent;
  background-image: none;
  background: #FFCB06;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
  color: #202020;
  display: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 10px;
  text-decoration: none;
  width: 290px;
  display: block !important;
  margin: auto;

}
.form-input__link {
  color: #202020;
  text-decoration: none;
  margin: 10px 0;
}
.form-input__checkbox {
  vertical-align: middle;
}


.text {
  border-spacing: 10px;
}
.text-title {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #00587C;
}

.text-title2 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: black;
}

.text-body {
  font-size: 11px;
  margin: 0;
}

.text-small {
  font-size: 11px;
  margin: 0;
}

.footer {
  color: #989898;
  background-color: #F9F9F9;
  word-break: break-all;
  position: sticky; /* sticky footer */
  top: 100vh; /* sticky footer */
}

.footer a {
  color: #989898;
}

.footer p {
  color: #202020;
  margin: 10px;
}

.footer.sticky-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}

