button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/*font-family: museo-slab, serif;
font-weight: 500;
font-style: normal;

font-family: museo-slab, serif;
font-weight: 800;
font-style: normal;

font-family: interstate, sans-serif;
font-weight: 400;
font-style: normal;
*/
html {
  font-family: interstate, sans-serif;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3 {
  font-family: museo-slab, serif;
  font-style: normal;
  width: 100%;
  margin: 0;
  color: #ED3535; }

h1 {
  margin-top: 3%;
  margin-bottom: 3%; }

h2 {
  margin-bottom: 3%;
  font-size: 24px; }

.blue {
  font-weight: 400;
  font-size: 7vw;
  color: #1F6FE5;
  margin-bottom: 5px;
  width: 100%; }

p {
  font-size: 14px;
  line-height: 16px; }

.red {
  font-size: 5vw;
  padding: 5px 20px;
  font-weight: 800;
  color: #ED3535;
  border: 1.5px solid #ED3535;
  border-radius: 25px;
  white-space: nowrap; }

.linebg {
  background: -webkit-repeating-linear-gradient(135deg, rgba(237, 53, 53, 0.5), rgba(237, 53, 53, 0.5) 0.1px, white 2px, white 4px);
  background: repeating-linear-gradient(-45deg, rgba(237, 53, 53, 0.5), rgba(237, 53, 53, 0.5) 0.1px, white 2px, white 4px); }

.squarebg {
  background-image: -webkit-linear-gradient(rgba(31, 111, 229, 0.15) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(31, 111, 229, 0.15) 1px, transparent 1px);
  background-image: linear-gradient(rgba(31, 111, 229, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 111, 229, 0.15) 1px, transparent 1px);
  background-size: 12px 12px, 12px 12px;
  background-position: -1px -1px, -1px -1px; }

.invis {
  color: transparent; }

.absol {
  position: absolute;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.header {
  padding: 20px 0; }

.inner {
  text-align: center;
  width: 90%;
  padding: 30px 0;
  margin: auto;
  max-width: 1600px; }

.window {
  width: 100%;
  min-height: 400px;
  -webkit-align-content: center;
          align-content: center;
  background-image: -webkit-linear-gradient(rgba(31, 111, 229, 0.15) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(31, 111, 229, 0.15) 1px, transparent 1px), url("../img/bar.svg"), url("../img/x.svg");
  background-image: linear-gradient(rgba(31, 111, 229, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 111, 229, 0.15) 1px, transparent 1px), url("../img/bar.svg"), url("../img/x.svg");
  background-size: 12px 12px, 12px 12px, 600px auto, 10px;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-position: -1px -1px, -1px -1px,-2px 3%,  97% 2%;
  border: 1px solid #1F6FE5;
  border-radius: 10px;
  padding: 6%;
  padding-top: 40px;
  padding-bottom: 10px; }

.intro p {
  margin: 20px 0; }

h1 {
  text-transform: uppercase; }

.line {
  border-right: .05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
          animation: caret 1s steps(1) infinite; }

table {
  font-family: museo-slab, serif;
  border-collapse: separate;
  border-spacing: 0;
  max-width: 500px;
  margin: 20px auto;
  margin-bottom: 6%; }
  table thead {
    font-style: normal;
    font-weight: 800; }
    table thead .squarebg {
      border: 1px solid #1F6FE5;
      color: #1F6FE5;
      border-radius: 10px 0 0 0; }
    table thead .linebg {
      border: 1px solid #ED3535;
      color: #ED3535;
      border-radius: 0 10px 0 0; }
    table thead tr :first-child {
      width: 60%; }
    table thead tr :last-child {
      width: 40%; }
  table th {
    padding: 4px;
    padding: 2% 0;
    padding-left: 6%;
    padding-right: 3%; }
  table tbody {
    font-size: 14px;
    line-height: normal; }
    table tbody tr {
      border: 0; }
      table tbody tr td {
        padding: 1% 0; }
    table tbody tr :first-child {
      padding-left: 6%;
      padding-right: 3%;
      color: #1F6FE5;
      font-weight: 500;
      border-left: 1px solid #1F6FE5;
      border-right: 1px solid #1F6FE5; }
    table tbody tr :last-child {
      padding-left: 6%;
      font-weight: 800;
      color: #ED3535;
      border-left: 1px solid #ED3535;
      border-right: 1px solid #ED3535; }
    table tbody :last-child :first-child {
      border-bottom: 1px solid #1F6FE5;
      border-radius: 0 0 0 10px; }
    table tbody :last-child :last-child {
      border-bottom: 1px solid #ED3535;
      border-radius: 0 0 10px 0; }

.width100 {
  width: 100%; }

.white-bar {
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: white;
  bottom: 0; }

.fix-title {
  background-color: #ED3535;
  padding: 6px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px; }
  .fix-title h3 {
    color: white;
    font-weight: 500; }

.fix1, .fix2, .fix3, .fix4, .fix5, .fix6 {
  width: 100%; }

.fix-top {
  border-top: 1px solid #1F6FE5;
  padding: 20px 0;
  border-bottom: 1px solid #1F6FE5; }

.block {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #1F6FE5; }
  .block p {
    margin: 0; }

.blue-line {
  width: 100%;
  border-bottom: 1px solid #1F6FE5; }

.step {
  padding: 10px;
  width: 100px;
  height: 100px; }
  .step img {
    -o-object-fit: contain;
       object-fit: contain; }

.step-text {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  opacity: 0; }

.step-pic {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .step-pic img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%; }
  .step-pic .white-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
    box-shadow: 0px 0px 2px 4px white; }

.circle {
  background-color: #1F6FE5;
  position: relative;
  border-radius: 100px;
  width: 80px;
  color: white;
  height: 80px;
  vertical-align: middle;
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
  -webkit-transform: scale(0);
          transform: scale(0); }
  .circle .num {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-weight: 800;
    font-size: 60px;
    opacity: 0.4; }

.footer {
  padding: 20px 0; }
  .footer .inner p {
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1F6FE5; }
  .footer .inner a {
    font-weight: 800; }
  .footer .inner .bold {
    font-weight: 900; }
  .footer .inner .flex div {
    padding: 0 20px; }
  .footer .inner .flex p {
    font-size: 12px; }
  .footer .inner .flex .logo-bot {
    margin: 20px 0; }
    .footer .inner .flex .logo-bot img {
      width: 80%;
      max-width: 200px; }

.top-left {
  position: absolute;
  left: -27px;
  top: -13px; }

.top-right {
  position: absolute;
  right: -27px;
  top: -13px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.bot-left {
  position: absolute;
  left: -26px;
  bottom: -20px; }

.bot-right {
  position: absolute;
  right: -26px;
  bottom: -20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.top-left2 {
  position: absolute;
  left: -15px;
  top: -2px; }

.top-right2 {
  position: absolute;
  right: -15px;
  top: -2px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.bot-left2 {
  position: absolute;
  left: -28px;
  bottom: -20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.bot-right2 {
  position: absolute;
  right: -28px;
  bottom: -20px; }

.popAnim {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: popKey 0.3s ease 1;
          animation: popKey 0.3s ease 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.fadeInAnim {
  opacity: 0;
  -webkit-animation: fadeKey 0.6s ease 1;
          animation: fadeKey 0.6s ease 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes fadeKey {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeKey {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes popKey {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes popKey {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.scrollAnim {
  -webkit-animation: scrollKey 2s ease 1;
          animation: scrollKey 2s ease 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes scrollKey {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%); } }

@keyframes scrollKey {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%); } }

@-webkit-keyframes caret {
  50% {
    border-color: transparent; } }

@keyframes caret {
  50% {
    border-color: transparent; } }

@media only screen and (min-width: 300px) {
  .blue {
    font-size: 22px; } }

@media only screen and (min-width: 600px) {
  p, td, th, .footer .inner p {
    font-size: 18px;
    line-height: normal; }
  .blue {
    font-size: 30px; }
  h2 {
    font-size: 30px; }
  .window {
    background-size: 15px 15px, 15px 15px, 900px auto, 15px;
    background-position: -1px -1px, -1px -1px,-2px 3%,  97% 2.2%; }
  .block {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 700px;
    min-height: 200px; } }

@media only screen and (min-width: 900px) {
  .step-pic {
    width: 300px; }
  .intro {
    padding-left: 5%;
    padding-right: 5%; }
  .step {
    width: 120px;
    height: 120px; }
    .step .circle {
      width: 100px;
      height: 100px;
      font-size: 28px; }
      .step .circle .num {
        font-size: 80px;
        opacity: 0.3; }
  h2, h3 {
    font-size: 34px; }
  .block {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 800px;
    min-height: 260px; }
  .window {
    padding-top: 140px;
    padding-bottom: 80px;
    background-size: 15px 15px, 15px 15px, 1200px auto, 25px;
    background-position: -1px -1px, -1px -1px,-2px 3%,  97% 3%; }
  .blue {
    font-size: 42px; }
  .red {
    font-size: 54px; } }

@media only screen and (min-width: 1300px) {
  .intro {
    padding-left: 10%;
    padding-right: 10%; }
  p, .footer .inner p {
    font-size: 20px;
    line-height: normal; }
  .section1 p {
    margin: auto;
    max-width: 1000px; }
  .fixes {
    margin-top: 4%; }
  table td, th {
    font-size: 28px;
    padding: 40px; }
  table {
    max-width: 800px; }
  h2, h3 {
    font-size: 54px;
    line-height: normal; }
  .window {
    padding-top: 120px;
    padding-bottom: 40px;
    background-size: 15px 15px, 15px 15px, 1640px auto, 25px;
    background-position: -1px -1px, -1px -1px,-2px 3%,  97% 3%; }
  .blue {
    font-size: 60px; }
  .red {
    font-size: 80px; } }
