@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body { margin: 0; background-color: #111215; color: #fff; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif; font-size: 15px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1.tagline { font-size: 2rem; }

h1, h2, h3 { font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif; font-weight: 800; }

.display-1, .display-2, .display-3, .display-4, .display-5 { font-weight: 800; }

a { font-weight: 600; text-decoration: none; color: #18dc7a; }

.header { background-color: #191b1f; padding: 15px 30px; margin: 0; }

.header .header-inner { display: flex; max-width: 1024px; margin: auto; align-items: center; }

.header .header-inner .brand img { height: 60px; }

.navbar { transition: 250ms linear background-color; background-color: transparent; }

.navbar.scrolled { background-color: #191b1f; }

.navbar .navbar-collapse { transition: 500ms linear background-color; }

.navbar .navbar-collapse.collapsing, .navbar .navbar-collapse.show { background-color: #191b1f; border-radius: 4px; }

.nav-items { margin-left: auto; align-items: center; }

.nav-items .nav-item { margin: 0 7.5px; }

.nav-items .btn { padding: 6px 15px; }

.big-card { padding: 90px 30px; background-color: #111215; }

.big-card.card-alt { background-color: #191b1f; }

.big-card.card-hero { padding-top: 120px; background: linear-gradient(162deg, #152619 0%, #111215 50%, #13171a 100%); }

.big-card img { max-width: 500px; width: 100%; margin-bottom: 15px; }

.partners { display: flex; flex-direction: row; gap: 40px; justify-content: center; }

.partners img { width: auto; height: 40px; }

img.rounded { border-radius: 7px; }

.page-content { min-height: 400px; margin-bottom: 150px; }

.inner-page-content { padding-top: 120px; padding-right: 15px; padding-left: 15px; }

footer a.nav-link { color: #18dc7a; }

.card { background-color: transparent !important; }

.p-1 { padding: 15px; }

.innerpage-content { padding: 30px; }

.included ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 120px; flex-direction: row; }

.included ul li { flex-basis: 0; flex-grow: 1; flex-shrink: 1; }

.included ul li img { width: 100%; }

@media screen and (max-width: 768px) { .included ul { flex-direction: column; } }

.cta { margin-top: 30px; }

.post img { width: 100%; max-width: 800px; }

.page-link { color: #18dc7a; }

.page-link:hover { color: #18dc7a; }

.display-4 { font-size: 2.5rem; }

.display-5 { font-size: 2rem; }

#how-to-guide { font-size: 11px; }

/*# sourceMappingURL=style.css.map */