@charset "UTF-8";
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-Regular.woff2") format("woff2"),
    url("../fonts/Figtree/Figtree-Regular.woff") format("woff"),
    url("../fonts/Figtree/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Figtree Bold";
  src: url("../fonts/Figtree/Figtree-Bold.woff2") format("woff2"),
    url("../fonts/Figtree/Figtree-Bold.woff") format("woff"),
    url("../fonts/Figtree/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
    font-family: iconfont;
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
    font-weight: 400;
    font-style: normal
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: "Figtree", sans-serif;
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

button {
    font-family: "Figtree Bold", sans-serif;
}

.hidden {
    display: none !important;
}

.error {
    color: #d81e04;
}

.success {
    color: #008738;
    font-weight: 600;
}

*:focus {
    outline: none;
}

ul, ol {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 2rem;
    text-align: left;
    list-style: none inside none;
}

input::-ms-reveal {
    display: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 2px solid #234F8F;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}