@font-face {
  font-family: 'work-sans-bold';
  src: url('https://www.xenonstack.com/hubfs/work-sans/WorkSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'work-sans-extrabold';
  src: url('https://www.xenonstack.com/hubfs/work-sans/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'work-sans-semibold';
  src: url('https://www.xenonstack.com/hubfs/work-sans/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'work-sans-medium';
  src: url('https://www.xenonstack.com/hubfs/work-sans/WorkSans-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'work-sans-regular';
  src: url('https://www.xenonstack.com/hubfs/work-sans/WorkSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'work-sans-light';
  src: url('https://www.xenonstack.com/hubfs/work-sans/WorkSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: sans-serif;
  font-size: 8px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "work-sans-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #334960;
  background-color: #ffffff;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
}
h1 {
  font-size: 5rem;
  line-height: 135%;
  font-family: "work-sans-bold", sans-serif;
  color:#222C3A;
}
h2 {
  font-family: "work-sans-semibold",sans-serif;
  font-size: 4.3rem;
  line-height: 135%;
  color:#222C3A;
}
h3 {
  font-size:3rem;
  line-height: 135%;
  color:#222C3A;
  font-family: "work-sans-semibold",sans-serif;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 2rem;
  color: #222C3A;
}
p {
  font-size: 17px;
  line-height: 150%;
  margin: 0;
  font-family: 'work-sans-regular', sans-serif;
  color: #334960;
}
label{
  font-size:2.2rem;
  line-height: 130%;
  margin:0 0 1rem;
  font-family: 'work-sans-regular', sans-serif;
  color: #4b5b63;
}
span {
  font-family: 'work-sans-regular', sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
  display: block;
}
audio,canvas,progress,video
{
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 15px;
  word-break: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"],
input[type="number"] {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  display: block;
}
a {
  color: #1450A8;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color:#4888E5;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #1450a8;
}
.btn {
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  min-height: 70px;
  font-weight: 400;
  display: inline-block;
  line-height: 125%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  border: none;
  font-family: 'work-sans-regular', sans-serif;
  font-size: 2.3rem;
  position: relative;
  z-index: 10;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
@media (max-width:1024px) {
  html {
    font-size: 6px;
  }
  p {
    font-size: 16px;
  }
}