/*!
 * Start Bootstrap - Agency v5.2.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	color: #17267b;
}

p {
	line-height: 1.5;
}

.text-dark {
	color: #474747;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #ff00f6;
}

h3 {
	font-size: 26px;
}

.small {
	font-size: 90%;
}

h5 {
	line-height: 30px;
}

.text-primary {
	color: #17267b !important;
}

.text-secondary {
	color: #ff00f6 !important;
}

.bg-light {
	background-color: #f2f2f2 !important;
}

.arial {
	font-family: Arial, sans-serif;
}

.jakarta {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.semi-bold {
	font-weight: 600;
}

.medium {
	font-weight: 500;
}

.extra-bold {
	font-weight: 800;
}

.isi {
	font-size: 80%;
}

.bg-primary {
	background-color: #121868 !important;
}

::-moz-selection {
	background: #17267b;
	text-shadow: none;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

.btn {
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px;
}

.btn-primary {
	background-color: #17267b;
	border-color: #17267b;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #17267b !important;
	border-color: #17267b !important;
	color: white;
}

.btn-primary:active,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(25, 115, 182, 0.5) !important;
}

.btn-secondary {
	background-color: #ff00f6;
	border-color: #ff00f6;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #ff00f6 !important;
	border-color: #ff00f6 !important;
	color: white;
}

.btn-secondary:active,
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(25, 115, 182, 0.5) !important;
}

.sponsor-box {
	padding: 30px 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	margin: 10px;
	border-radius: 0.3rem;
}

@media screen and (min-width: 992px) {
	.sponsor-box {
		margin: 0;
	}
}

.wrapper {
	width: 100px;
	margin: 1em auto;
}

.checkmark {
	stroke: #17267b;
	stroke-dashoffset: 745.74853515625;
	stroke-dasharray: 745.74853515625;
	-webkit-animation: dash 2s ease-out forwards;
	animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 745.74853515625;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 745.74853515625;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

/* Callouts */
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: 0.25rem;
	border-radius: 0.25rem;
}

.bd-callout h4 {
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
	margin-bottom: 0;
}

.bd-callout code {
	border-radius: 0.25rem;
}

.bd-callout + .bd-callout {
	margin-top: -0.25rem;
}

.bd-callout-primary {
	border-left-color: #17267b;
}

.bd-callout-secondary {
	border-left-color: #ff00f6;
}

/* Callouts */
