html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

footer, section, small {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

small {
	margin: 0 clamp(0.67em, 25%, 25%);
}

a {
	background-color: transparent
}

img {
	border-style: none
}

button {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button {
	overflow: visible
}

button {
	text-transform: none
}

html {
	box-sizing: border-box
}

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

body {
	background: #1D2026;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow: auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

::-webkit-scrollbar {
	height: 12px;
	width: 6px;
	background: transparent
}

::-webkit-scrollbar-thumb {
	background: #1a1a1a
}

ul {
	margin-top: 0;
	margin-bottom: 24px;
	padding-left: 24px
}

ul {
	list-style: disc
}

li>ul {
	margin-bottom: 0
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

html {
	font-size: 20px;
	line-height: 30px
}

body {
	color: #8A94A7;
	font-size: 1rem
}

body, button {
	font-family: "IBM Plex Sans", sans-serif
}

a {
	color: #8A94A7;
	text-decoration: underline
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none
}

h1,
h2 {
	color: #fff;
	font-weight: 600
}

h1 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: 0
}

@media (min-width: 641px) {
	h1 {
		font-size: 44px;
		line-height: 54px;
		letter-spacing: 0
	}
}

h2 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0
}

@media (min-width: 641px) {
	h2 {
		font-size: 38px;
		line-height: 48px;
		letter-spacing: 0
	}
}

h1,
h2 {
	margin-top: 48px;
	margin-bottom: 16px
}
p {
	margin-top: 0;
	margin-bottom: 24px
}

button {
	font-size: 20px;
	line-height: 30px
}

section>h1, section>h2  {
	width: 100%;
}

:not(main)>section>h1 {
	font-size: 1.2rem;
}

section>h2 {
	font-size: 1rem;
	color: #8A94A7;
	margin-top: 0
}

.container {
	width: 100%;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px
}

@media (min-width: 481px) {
	.container {
		padding-left: 24px;
		padding-right: 24px
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important
}

.list-reset {
	list-style: none;
	padding: 0
}

.text-center {
	text-align: center
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.mt-24 {
	margin-top: 24px
}

.button {
	display: inline-flex;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: #242830;
	color: #fff !important;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	justify-content: center;
	padding: 16px 32px;
	height: 48px;
	text-align: center;
	white-space: nowrap
}

.button:hover {
	background: #262a33
}

.button:active {
	outline: 0
}

.button::before {
	border-radius: 2px
}

.hero {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 88px
}

.hero-cta-double {
	display: flex;
	margin-top: auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 40px
}
@media (max-width: 641px) {
	.hero-cta-double {
		justify-content: center;
	}
}

.hero-cta-double>.button:nth-child(1){
	width: clamp(160px, 280px, calc(50% - 1rem));
	background: linear-gradient(65deg, #0270D7 0, #0F8AFD 100%)
}
.hero-cta-double>.button:nth-child(1):hover{
	background: linear-gradient(65deg, #0265c2 0, #0e7ce4 100%)
}

.hero-cta-double>.button:nth-child(2){
	width: clamp(160px, 280px, calc(50% - 1rem));
	background: linear-gradient(65deg, #1cc88a 0, #02cbb1 100%)
}

.hero-cta-double>.button:nth-child(2):hover{
	background: linear-gradient(65deg, #19b47c 0, #02b79f 100%)
}

@media (max-width: 640px) {
	.hero-cta-double {
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width: 641px) {
	.hero {
		text-align: left;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		gap: 0 4rem;
		padding-top: 64px;
		padding-bottom: 88px
	}
	.hero-inner {
		display: flex;
		flex-direction: column;
		margin-top: 48px;
		padding-right: 64px;
		width: 552px
	}
	body {
		background-image: linear-gradient(-65deg, #1a1a1a 55%, #1D2026 50%)
	}
}

.site-footer {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0
}

.site-footer a:hover,
.site-footer a:active {
	text-decoration: underline
}

.site-footer-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 48px;
	padding-bottom: 48px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
	width: 100%;
	display: inline-flex;
	justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
	margin-bottom: 24px
}

.footer-social-links li {
	display: inline-flex
}

.footer-social-links li+li {
	margin-left: 16px
}

.footer-social-links li a {
	padding: 8px
}

.footer-links li+li {
	margin-left: 24px
}
.footer-brand a {
	height: min-content;
	text-decoration: unset!important;
}
.footer-brand a:hover {
	background-position: bottom;
	background-repeat: repeat no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,\
	<svg xmlns="http://www.w3.org/2000/svg" width="16" height="1" viewBox="0 0 16 1">\
		<rect x="0" y="0" width="16" height="1" fill="%238A94A7"/>\
	</svg>\
	');
}
@media (min-width: 641px) {
	.site-footer {
		margin-top: 20px
	}
	.site-footer-inner {
		justify-content: space-between;
		padding-top: 64px;
		padding-bottom: 64px
	}
	.footer-brand,
	.footer-links,
	.footer-social-links,
	.footer-copyright {
		flex: 50%
	}
	.footer-brand,
	.footer-copyright {
		justify-content: flex-start
	}
	.footer-links,
	.footer-social-links {
		justify-content: flex-end
	}
	.footer-links {
		order: 1;
		margin-bottom: 0
	}
}
