/* CSS Document */
body {
	padding-top: 55px;
}
#page-header {
	padding-top: 120px;
    background: linear-gradient(135deg, #35b8b0 0%,#1c799d 100%);
}
#header-text {
	color: #fff;
}
#header-img > img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}
section {padding:;
	position: relative;
}
h3.section-title {
	margin-bottom: 30px;
	font-weight: 400;
}
#features i {
	    background: #f9f9f9;
        width: 124px;
    border-radius: 50%;
    height: 124px;
    line-height: 124px;
    border-radius: 50%;
}
#features h5 {
	color: #1b99b9;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
#screenshots {
	padding-top: 50px;
}
#screenshots h2 {
	font-weight: 400;
}
#screenshots .row {
	/* margin-bottom: 80px */
}
#screenshots img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}
#page-footer {
    padding: 15px 0 10px;
    font-size: 12px;
}
.style1 {
	color: #fff;
	border-color: #000;
	border-style: none;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;}
#Nexademicscom {
}
img.img-fluid {
}
@media (min-width: 768px) {
.style2 {
		font-size: 20px;
	}
.style3 {
		font-size: 30px;
	}
.style15 {
		font-size: 30px;
	}
.style19 {
		background-position: 32% 4%;
		background-size: cover;
	}
.style24 {
		background-image: url("../assets/images/pexels-erik-mclean-5214421.jpg");
		background-size: cover;
	}
.style643 {
		font-size: 40px;
	}
.style797 {
		font-size: 67px;
	}
.style822 {
		margin-bottom: 10px;
	}
.style841 {
		margin-top: 6px;
	}
.style978 {
		font-size: 22px;
	}
.style58 {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

.style61 {
		font-size: 18px;
	}

.style1314 {
		font-size: 18px;
	}

.style1502 {
		border-color: #0d069e;
		color: #0d069e;
	}
}
@media (min-width: 992px) {
.style3 {
		font-size: 42px;
	}
.style2 {
		font-size: 30px;
	}
.style5 {
		font-size: 24px;
	}
.style15 {
		font-size: 30px;
	}
.style26 {
		border-width: 3px;
	}
.style31 {
		font-size: 85px;
		margin-top: 20px;
	}
}
.style4 {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #070226;
}
@media (min-width: 1200px) {
.style3 {
		font-size: 42px;
	}
.style15 {
		font-size: 30px;
	}
.style19 {
		background-position: center 9%;
	}
.style31 {
		font-size: 70px;
	}
.style58 {
		background-color: #000;
	}
.style77 {
		margin-top: 10px;
	}
.style79 {
		margin-top: 10px;
	}
.style80 {
		margin-top: -20px;
	}
.style114 {
		border-bottom: 3px dashed;
		border-color: #066338;
	}
.style384 {
		margin-top: 10px;
	}
.style978 {
		font-size: 22px;
	}
.style1092 {
		color: #000;
	}
.style1093 {
		color: #000;
	}

.style61 {
		font-size: 24px;
	}

.style1221 {
		font-size: 24px;
	}

.style1298 {
		margin-top: -30px;
	}
}
.style5 {
	font-size: 19px;
}
p.text-warning.text-center.style2 {
	/* size: 60 */
}
.style6 {
	background-color: #fff;
}
.style7 {
	border-width: 4px;
	border-top-left-radius: 23px;
	border-top-right-radius: 23px;
	border-bottom-left-radius: 23px;
	border-bottom-right-radius: 23px;
}
<style>
/* Base table styles with higher specificity */
.table tbody tr {
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

/* Schools table selection styles */
.table tbody tr.bg-warning {
    background-color: #ffc107 !important;
    color: #000 !important;
}

/* Departments table selection styles */
.table tbody tr.bg-info {
    background-color: #0dcaf0 !important;
    color: #fff !important;
}

/* Ensure hover states don't override selection */
.table tbody tr:hover:not(.bg-warning):not(.bg-info) {
    background-color: rgba(0,0,0,0.05);
}

/* Add focused visual feedback */
.table tbody tr:focus {
	background-color: #ffc107;
    outline: 2px solid #fada23;
    outline-offset: -2px;
	outline-top-left-radius: 12;
	outline-top-right-radius: 12;
	outline-bottom-left-radius: 12;
	outline-bottom-right-radius: 12;
	
}

/* Make sure selected states persist */
.table tbody tr.bg-warning:hover {
    background-color: #ffca2c !important;
}

.table tbody tr.bg-info:hover {
    background-color: #31d2f2 !important;
}

/* Optional: Add active state feedback */
.table tbody tr:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
}
</style>
header.style6.text-light.bg-white {
	spacing: -55;
}
h4.text-light.text-center.text-sm-start.style3.fw-normal.w-auto.h-auto {
}
h4.text-light.text-center.text-sm-start.style3.fw-normal.w-auto.h-auto {/* font-size: 62 */
}
.style8 {
	background-color: #0b022b;
}
button.btn-close {
}
.style9 {
	background-color: #c90e0e;
}
.style10 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.style11 {
}
header.style6.text-light.bg-white.navbar-dark.sticky-top {
}
.style3 {
	font-size: 26px;
	border-width: 2px;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 16px;
}
.style12 {
}
.style13 {
	padding-top: 5px;
}
@media (min-width: 576px) {
.style7 {
		margin-top: 20px;
	}
.style3 {
		font-size: 24px;
	}
.style2 {
		font-size: 14px;
	}
.style19:hover {
		background-size: contain;
	}
.style19 {
		background-size: cover;
	}
.style26 {
		border-width: 4px;
	}
.style24 {
		background-image: url("../assets/images/pexels-erik-mclean-5214421.jpg");
		background-size: cover;
	}
.style177 {
		margin-bottom: -3px;
	}
.style180 {
		margin-left: 25px;
	}
.style211 {
		margin-left: 36px;
	}
.style643 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 34px;
	}
.style644 {
		font-size: 20px;
		text-align: right;
	}
.style455 {
		margin-bottom: 12px;
	}
.style795 {
		font-size: 48px;
	}
.style822 {
		margin-bottom: 9px;
	}
.style843 {
		margin-left: 10px;
	}
.style849 {
		margin-bottom: 20px;
	}
.style978 {
		font-size: 22px;
	}
.style1044 {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
.style1040 {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
.style78 {
		text-align: center;
	}
.style58 {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		font-size: 0px;
	}
.style1090 {
		border-color: #ffc107;
		border-style: none;
	}
.style1130 {
		margin-left: 0px;
	}

.style1313 {
		font-size: 18px;
	}

.style1314 {
		font-size: 20px;
	}

.style1315 {
		font-size: 18px;
	}

.style1078 {
		font-size: 18px;
	}

.style81 {
		font-size: 18px;
	}

.style82 {
		font-size: 18px;
	}

.style1176 {
		margin-top: 10px;
	}

.style1165 {
		margin-top: 10px;
	}
}
.style2 {
	font-size: 20px;
}
header.style6.bg-opacity-75.fixed-top.bg-white {
}
.style14 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #ffb500;
}
.style15 {
	margin-top: 10px;
	font-size: 30px;
	color: #212529;
	font-weight: bold;
}
.style16 {
	margin-top: 20px;
}
.style17 {
	margin-top: 25px;
	padding-top: 35px;
}
.style18 {
	margin-top: 15px;
}
.style19 {
	margin-top: 20px;
	background-image: url("../assets/images/pexels-erik-mclean-5214411.jpg");
	background-position: 111%;
	background-size: cover;
}
.style20 {
}
div.row {
}
.style19:hover {
	background-image: url("../assets/images/pexels-erik-mclean-5214421.jpg");
	background-size: cover;
	background-position: center 17%;
}
@media (min-width: 1400px) {
.style19 {
		background-position: center 31%;
	}
.style31 {
		font-size: 70px;
	}
.style58 {
		background-color: #000;
	}
.style119:hover {
		border-style: none;
	}
.:hover {
		border-style: none;
	}
.style122 {
		border-color: #6c757d;
		border-style: none;
		border-top-right-radius: 12px;
	}
.style123 {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
.style122:hover {
		border-width: 4px;
	}
.style642 {
		color: #fff;
		font-weight: bold;
	}
.style643 {
		margin-top: -10px;
		font-family: Verdana, Geneva, sans-serif;
		color: #343a40;
		font-weight: bold;
		font-size: 52px;
	}
.style644 {
		color: #fd7e14;
	}
.style641 {
		padding-top: 0px;
	}
.style675 {
		margin-top: 0px;
		padding-left: 25px;
		padding-right: 25px;
	}
.style676 {
		background-image: url("../assets/fashion/43.jpg");
	}
.style798 {
		border-top-right-radius: 96px;
		border-bottom-left-radius: 96px;
		border-bottom-right-radius: 96px;
	}
.style822 {
		margin-bottom: -2px;
	}
.style842 {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
.style978 {
		font-size: 22px;
	}
.style1140 {
		padding-left: 0px;
		padding-right: 0px;
	}

.style61 {
		font-size: 26px;
	}

.style1219 {
		font-size: 24px;
	}

.style1234 {
		margin-left: 0px;
	}

.style1301 {
		text-decoration: underline;
	}
}
.style21 {
	font-size: 20px;
}
.style22 {
	font-size: 20px;
}
.style23 {
	font-size: 20px;
}
.style24 {
	margin-left: 12px;
	margin-right: 12px;
}
.style25 {
	margin-right: 12px;
}
.style26 {
	border: 3px dashed #ffc107;
	border-top-left-radius: 29px;
	border-top-right-radius: 29px;
	border-bottom-left-radius: 29px;
	border-bottom-right-radius: 29px;
	margin-top: 20px;
}
.style27 {
	font-size: 21px;
}
.style28 {
	font-size: 21px;
}
.style29 {
	border-width: 1px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style30 {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin-top: 13px;
	margin-right: 0px;
}
div.container.style26 {
}
.style31 {
	font-size: 30px;
	color: #fff;
}
.style32 {
	margin-top: 15px;
}
div.container {
}
.style33 {
	margin-top: 20px;
}
.style34 {
	background-color: #ffc107;
}
.style35 {
	margin-top: 20px;
	font-size: 18px;
	color: #000;
}
.style36 {
	margin-top: 20px;
	font-size: 18px;
	border-color: rgba(255, 255, 255, 0.15);
	border-left: dashed #130459;
	border-width: 3px;
	color: #000;
}
.style37 {
	font-size: 26px;
}
div.style35.col-4 {
}
.style38 {
	font-size: 30px;
}
.style39 {
	background-color: #06011f;
	margin-bottom: -16px;
	margin-left: -12px;
	margin-right: -15px;
	padding-bottom: 19px;
	padding-left: 20px;
	padding-right: 11px;
}
.style40 {
	color: #f5ba0b;
	font-size: 14px;
}
.style41 {
	color: #f5ba0b;
	font-size: 14px;
}
.style42 {
	color: #f5ba0b;
	font-size: 14px;
}
.style43 {
	color: #f5ba0b;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.style44 {
}
.style45 {
}
.style46 {
	margin-top: 10px;
}
.style47 {
	margin-top: 10px;
}
.style48 {
	margin-top: 10px;
}
.style49 {
	margin-top: 10px;
}
div.container {
}
.style50 {
	margin-top: 20px;
	background-size: auto ;
	color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#070226), to(#0f0345));
	background-image: linear-gradient(0deg, #070226 0%, #0f0345 100%);
}
.style51 {
	font-size: 18px;
}
.style52 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffc107;
}
.style53 {
	font-size: 26px;
}
.style54 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
}
.style55 {
}
.style56 {
	color: #ffc107;
}
.style54:hover {
	color: #ffc107;
}
.style15:hover {
	color: #2eb510;
	font-weight: bold;
}
.:hover {
	color: #f59e0b;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #570ece;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style57 {
	color: #000;
}
#dashboard1 {
}
div.offcanvas1 {
}
#offcanvas1 {
    --offcanvas-width: 250px;
    --topNavbarHeight: 56px;
}
.offcanvas {
    /* width: var(--offcanvas-width) *//* background-color: #1a1a2e */
    /* border-top-width: 0px */
    /* border-right-width: 0px */
    /* border-top-color: #ffc707 */
    /* border-right-color: #ffc707 */
    /* border-bottom: 0px #ffc707 */
    /* border-left: 0px #ffc707 */
    /* margin-top: 7px */
}
@media (min-width: 992px) {
    main {
        margin-left: var(--offcanvas-width);
    }
    .offcanvas {
        -webkit-transform: none;
                transform: none;
        visibility: visible !important;
        top: var(--topNavbarHeight);
        height: calc(100% - var(--topNavbarHeight));
        position: fixed;
        margin-top: -2px;
    }
    .offcanvas-backdrop::before {
        display: none;
    }
    .offcanvas-header .btn-close {
        visibility: hidden;
    }
.style78 {
		margin-left: 200px;
	}
.style74 {
		margin-top: -20px;
	}
.style94 {
		border-top-style: none;
		border-bottom: 2px solid #25034f;
		border-left-style: none;
		border-right-style: none;
	}
.:hover {
		border-left-color: #2eb510;
		border-top: 0px #2eb510;
		border-bottom: 0px #2eb510;
		border-left-style: none;
		border-right: 0px #2eb510;
	}
.style327 {
		border-color: #2eb510;
		border-style: solid;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
.style328 {
		border-color: #2eb510;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
.style329 {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
.style530:hover {
		background-image: -webkit-gradient(linear,  left bottom, left top,  from(0%),  to(100%));
		background-image: linear-gradient(0deg,  0%,  100%);
	}
.style767 {
		font-size: 16px;
	}
.style799 {
		color: #6c757d;
		font-size: 80px;
	}
.style822 {
		margin-top: 10px;
		margin-bottom: 14px;
	}
.style966 {
		background-color: #000;
		color: #fff;
	}
.style967 {
		margin-left: 140px;
	}
.style978 {
		font-size: 22px;
	}
.style1024 {
		color: #ffc107;
	}
.style1025 {
		color: #6c757d;
	}
.style1026 {
		color: #fff;
		background-color: #6610f2;
	}
.style77 {
		font-size: 2px;
	}

.style61 {
		font-size: 18px;
	}

.style1327 {
		color: #bfe2e9;
		font-size: 26px;
	}

.style1328 {
		color: #f8f9fa;
		font-size: 26px;
	}

.style1329 {
		color: #f8f9fa;
		font-size: 26px;
	}

.style1330 {
		font-size: 26px;
		color: #f8f9fa;
	}

.style1238 {
		margin-top: 20px;
	}

.style1204 {
		margin-right: 10px;
	}
}
header.fixed-top {
}
.style58 {
	background-color: #4f46e5;
	color: #f8f9fa;
	line-height: 0.2;
	font-size: 28px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: -21px;
	padding: 20px;
}
a.nav-item.nav-link.active.text-muted {
}
.style59 {
	margin-top: 10px;
}
.style60 {
	margin-top: 10px;
}
.style61 {
	color: #f8f9fa;
	font-size: 16px;
}
header.fixed-top.style58 {
}
#offcanvas1 {
}
footer.style39 {
}
#offcanvas1 {
}
button.btn-close.text-reset {
}
.style62 {
	font-size: 16px;
	color: #f8f9fa;
}
.style63 {
	margin-top: 10px;
	font-size: 16px;
	color: #f8f9fa;
}
div.d-none.d-lg-block.col-lg-4 {
}
.style64 {
	margin-top: 10px;
}
div.container.wappler-block.pt-4.pb-4 {
}
.style65 {
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
}
.style66 {
	border: 1px #bdc9d4;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #bdc2e2;
}
.style67 {
	border: 0px solid #bdc9d4;
	border-bottom: 1px solid #6610f2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style65:hover {
	border-color: rgba(0, 0, 0, 0);
	border-style: none;
	border-bottom-left-radius: 12px;
}
.style66:hover {
	border: 2px #052163;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style67:hover {
	border: 0px solid #052163;
	border-top-left-radius: 80px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 80px;
}
.style68 {
	margin-bottom: 1rem;
	margin-right: 20px;
}
.style69 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	color: #212529;
	margin-left: 20px;
}
.style70 {
	margin-top: 10px;
	margin-bottom: 1rem;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style70:hover {
	border: 0px #052163;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style71 {
	font-size: 20px;
}
div.text-center.col-12.offset-md-0.col-md-5.col-sm-6 {
}
.style72 {
	border-width: 1px;
	border-style: dashed;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style73 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#offcanvas1 {
	position: fixed;
}
.style74 {
}
#offcanvas1 {
}
.style75 {
}
.style76 {
	border: 0px solid #26c207;
	border-left-style: none;
}
.wappler-temp {
}
#offcanvas1 {
}
.style81 {
	color: #bdc2e2;
	font-size: 24px;
}
.style77 {
	margin-top: 10px;
	color: #ced4da;
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style82 {
	margin-top: 10px;
	color: #bdc2e2;
	border-width: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 24px;
}
div.wappler-block.pt-4.pb-4.container-fluid.style74 {
}
div.row.style77 {
}
div.row.style77 {
}
a.btn.w-100.btn-outline-dark.text-xl-start.style77.text-start {
}
#offcanvas1 {
}
#products {
}
.style83 {
	margin-top: 10px;
}
body {
}
.style84 {
	padding-bottom: 10px;
}
div.text-center.col-12.col-sm-6.col-lg-3.mb-3.style84 {
}
.style84:hover {
	border: 2px #2c0669;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.style85 {
	padding-top: 0px;
	color: #bdc2e2;
}
div.card {
}
.style86 {
	margin-bottom: 10px;
	color: #bdc2e2;
}
.style87 {
	margin-top: 10px;
}
.style88 {
	margin-bottom: -5px;
}
.style89 {
}
.style90 {
	margin-top: 20px;
}
#products {
}
div.row {
}
#offcanvas1 {
}
.style91 {
	margin-top: 10px;
}
#offcanvaspdt {
}
.style92 {
	margin-top: 10px;
}
.style93 {
	margin-top: 10px;
}
div.col.offset-lg-1 {
}
.style95 {
	margin-left: 12px;
}
div.container-fluid {
}
.style96 {
}
div.wappler-block.pt-4.pb-4.style87.container {
}
.style97 {
}
.style98 {
	margin-top: 10px;
}
.style99 {
}
.style100 {
	margin-top: 10px;
}
div.row.style99 {
}
#Nexademicscom {
}
#products {
}
#products {
}
#yourenoughforbesriley {
}
.style101 {
	min-width: 0px;
	border-color: #0a032e;
	border-left: solid #0a032e;
	border-width: 3px;
}
#video1 {
}
.style102 {
	border: 1px solid #dee2e6;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style103 {
	margin-top: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.style104 {
	margin-left: 10px;
}
.style105 {
	margin-top: 5px;
}
.style106 {
	margin-top: 20px;
}
.style107 {
	border-bottom-color: #ffc707;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#rules {
}
.style108 {
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style109 {
	border: 0px solid #000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style110 {
	border: 1px solid #9da19f;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style110:hover {
	border: 2px solid #160b91;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
#modal1 {
}
.style111 {
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#resources {
}
#resources {
}
#resources {
}
.style112 {
	border: 1px solid #cbccce;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.style113 {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
.style113:hover {
	border-color: #09055c;
	border-style: none;
}
.style112:hover {
	border-color: #1b065c;
	border-style: none;
}
.style114 {
	border-bottom: 3px dashed;
	border-color: #02450c;
}
.style115 {
	border-width: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style115:hover {
	border-width: 3px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style116 {
	margin-top: 15px;
}
.style117 {
	padding-top: 0px;
}
#stsrthere {
}
.style118 {
}
.style119 {
	margin-top: 10px;
}
.style120 {
	margin-top: 10px;
}
.style121 {
	margin-top: 10px;
}
.style122 {
	border-width: 2px;
	border-style: dashed;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.style122:hover {
	border: 2px solid #12065c;
}
.style123 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style124 {
	border-width: 5px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style125 {
	font-size: 8px;
}
.style126 {
	font-size: 8px;
}
.style127 {
	font-size: 8px;
}
.style128 {
	font-size: 8px;
}
.style129 {
	font-size: 10px;
}
.style130 {
	font-size: 8px;
}
.style131 {
	font-size: 8px;
}
.style132 {
	font-size: 8px;
}
.style133 {
}
.style134 {
	margin-top: -10px;
}
.style135 {
	margin-top: 10px;
}
.style136 {
	margin-top: 20px;
}
#minsuccess {
}
#allvideos {
}
#entrepreneureshow {
}
#opentalk {
}
#allvideos {
}
.style137 {
	border-width: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#videocategories {
}
.style138 {
	margin-bottom: 20px;
}
.style139 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style140 {
}
.style141 {
	font-size: 13px;
	margin-top: -12px;
	margin-bottom: 8px;
}
.style142 {
	margin-top: 10px;
}
.style143 {
	margin-top: 15px;
}
.style144 {
	padding-top: 10px;
}
.style145 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style145:hover {
	border: 2px solid #2f0687;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style146 {
	margin-top: 15px;
}
.style147 {
	border-width: 1px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.style148 {
	background-color: #ffc107;
}
.style149 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style150 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
div.container {
}
#modalvids {
}
.style151 {
	background-color: #ffc107;
}
.style152 {
	padding-left: 15px;
}
.style153 {
	border: 0px solid #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style153:hover {
	border: 0px solid #ffc107;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style154 {
	margin-bottom: -1px;
}
.style155 {
	margin-bottom: 7px;
}
.style156 {
	margin-bottom: -12px;
	color: #fff;
}
.style157 {
	border-style: solid;
}
.style158 {
	margin-top: 5px;
}
.style159 {
	background-color: #212529;
	color: #ffc107;
}
.style160 {
	background-color: #212529;
	border-width: 1px;
}
.style161 {
	color: #fff;
}
#containerterms {
}
#Nexademicscom {
}
#Nexademicscom {
}
p {
}
#aboutus {
}
.style162 {
	background-color: #000;
}
.style163 {
	background-color: #000;
	color: #fff;
}
.style164 {
	font-size: 24px;
	color: #ffc107;
	margin-top: 20px;
}
.style165 {
	font-size: 24px;
	color: #ffc107;
}
img.img-fluid {
}
.style166 {
	border-width: 6px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
img.img-fluid {
}
.style167 {
	border-top-left-radius: 23px;
	border-top-right-radius: 23px;
	border-bottom-left-radius: 23px;
	border-bottom-right-radius: 23px;
}
.style168 {
	margin-top: 20px;
}
.style169 {
	margin-top: 15px;
}
.style170 {
	font-size: 24px;
	color: #ffc107;
}
.style171 {
	font-size: 20px;
}
.style172 {
	margin-top: 15px;
}
.style173 {
	font-size: 20px;
	color: #ffc107;
}
.style174 {
	color: #ffc107;
	font-size: 20px;
}
.style175 {
	color: #000;
}
.style176 {
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
}
div.offcanvas-body.style80 {
}
#dashboard {
}
#videosetting {
}
.style178 {
	margin-top: 10px;
	color: #ced4da;
	border-color: #6610f2;
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style179 {
	margin-top: 10px;
}
.style180 {
	border-color: #0e8504;
	border-style: solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 10px;
	margin-left: 14px;
}
.style181 {
	border: 4px double #0e8504;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 10px;
	margin-left: 10px;
}
#videosetting {
}
#videosetting {
}
.style182 {
	margin-bottom: 5px;
}
.style183 {
}
.style184 {
	background-color: #cc0e20;
}
#users {
}
#offcanvasadmin {
}
.style185 {
	font-size: 24px;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-right-width: 12px;
	color: #0e8504;
	padding-top: 10px;
}
.style186 {
	font-size: 20px;
	font-weight: bold;
}
.style187 {
	font-size: 20px;
	font-weight: bold;
}
.style188 {
}
.style189 {
	margin-top: -7px;
	margin-bottom: 10px;
}
.style190 {
	font-size: 20px;
}
.style191 {
	background-color: #fff;
}
.style192 {
	margin-top: 10px;
}
.style193 {
	margin-top: 10px;
	margin-left: 20px;
}
.style194 {
	margin-top: 10px;
	background-color: #000;
	color: #ced4da;
}
#scUpdateuser {
}
.style195 {
	margin-left: 5px;
}
#personaldetails {
}
.style196 {
}
.style197 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.style198 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
}
.style199 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.style200 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.style201 {
}
.style202 {
	margin-top: 10px;
}
.style203 {
	border-style: none;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
div.row {
}
.style204 {
	border-top: 3px;
	border-style: none;
	border-color: rgba(0, 0, 0, 0);
}
.style205 {
	border: 3px solid #2b8a16;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 10px;
	margin-left: 19px;
	margin-right: -9px;
}
.style206 {
	font-size: 20px;
	text-align: center;
}
.style207 {
	font-size: 17px;
	margin-top: 13px;
	margin-right: 15px;
	color: #10a803;
}
.style208 {
}
.style209 {
	margin-top: 10px;
	border: 1px solid #1e219e;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style210 {
	padding-top: 0px;
}
.style209:hover {
	border: 2px solid #0e8504;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.style209:active {
	border-color: #1e219e;
}
.style211 {
	margin-left: 20px;
}
.style212 {
}
#dbadmin2 {
}
script {
}
script {
}
div.text-center.col-12.offset-md-0.col-md-4.style71.col-sm-6.col-xl-3.col-lg-10 {
}
.style213 {
	border-color: #0a1191;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style213:hover {
	border: 2px solid #2b8a16;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.style214 {
	color: #000;
}
.style215 {
	color: #000;
}
.style216 {
	font-size: 30px;
}
.style217 {
	color: #000;
}
.style218 {
	color: #000;
}
.style219 {
	color: #000;
}
.style220 {
	color: #000;
}
.style221 {
	color: #000;
}
#basic {
}
#categories {
}
#categories {
}
.style222 {
	border: 2px solid #6c757d;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style222:hover {
	border: 3px solid #2b8a16;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
}
.style223 {
}
.style224 {
	margin-top: 10px;
}
.style225 {
	margin-top: 10px;
}
#eventsettings {
}
.style226 {
	font-size: 24px;
	color: #2b8a16;
}
.style227 {
	margin-left: 89px;
}
.style228 {
	border: 2px solid #2b8a16;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	padding-top: 15px;
}
.style229 {
	margin-top: 10px;
}
.style228:hover {
	border: 3px solid #13098c;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style230 {
	margin-top: 10px;
}
.style231 {
}
.style232 {
	margin-top: 20px;
	font-size: 20px;
}
.style233 {
	margin-bottom: 15px;
}
.style234 {
	font-size: 22px;
	margin-top: 7px;
}
.style235 {
	font-size: 20px;
	color: #212529;
}
.style236 {
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style237 {
}
.style238 {
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style239 {
	margin-left: 6px;
}
.style240 {
	margin-left: 5px;
}
#scUpdatestudent {
}
.style241 {
	margin-bottom: 10px;
}
.style242 {
}
#Nexademicscom {
}
p.card-text.d-none.d-sm-block {
}
.style243 {
	color: #222;
}
.style244 {
	color: #212529;
}
.style245 {
	color: #222;
}
.style246 {
	margin-top: 10px;
}
#rules {
}
#dashboard {
}
.style247 {
	color: #ced4da;
	margin-top: 10px;
	border-color: #10a803;
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style248 {
	margin-top: 10px;
	color: #ced4da;
}
.style249 {
	margin-top: 10px;
	color: #ced4da;
}
.style250 {
	margin-top: 10px;
	color: #ced4da;
}
.style251 {
	margin-top: 10px;
	color: #ced4da;
	background-image: url("../assets/images/bg01.png");
	background-size: cover;
}
.style252 {
	margin-top: 10px;
	color: #ced4da;
}
.style253 {
	margin-top: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style254 {
	margin-top: 10px;
	border: 3px double #222;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style255 {
	margin-top: 10px;
}
.style256 {
	margin-top: 10px;
}
.style257 {
	margin-top: 10px;
}
.style258 {
	margin-top: 10px;
}
.style259 {
	margin-top: 10px;
}
.style260 {
	margin-top: 10px;
}
.style261 {
	margin-top: 10px;
}
.style262 {
	margin-top: 10px;
}
.style263 {
	margin-top: 10px;
}
.style264 {
	margin-top: 10px;
}
.style265 {
	margin-top: 10px;
}
.style266 {
	margin-top: 10px;
}
.style267 {
	margin-top: 10px;
}
.style268 {
	margin-top: 10px;
}
.style269 {
}
.style270 {
	margin-bottom: 10px;
}
.style247:hover {
	background-color: #ffc707;
	font-size: 17px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style271 {
}
.style272 {
	color: #ced4da;
}
.style273 {
	color: #ced4da;
	margin-top: 10px;
	border-color: #10a803;
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style273:hover {
	background-color: #ffc707;
	font-size: 17px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style249:hover {
	background-color: #ffc707;
	font-size: 17px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style250:hover {
	background-color: #ffc707;
	font-size: 17px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style251:hover {
	font-size: 17px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style252:hover {
	font-size: 17px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style82:hover {
	border-color: rgba(255, 255, 255, 0.15);
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style274 {
	color: #ced4da;
}
.style275 {
	margin-top: -10px;
}
.style276 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.style277 {
	background-color: #10a803;
	color: #ececec;
}
.style277:hover {
	background-color: #ffc107;
}
.style278 {
	padding: 10px;
	border: 5px #6610f2;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.style77:hover {
	color: #ced4da;
	border-width: 0px;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style77:active {
	border-color: rgba(0, 0, 0, 0.08);
	border-style: solid solid solid none;
}
.style272:hover {
	background-color: #212529;
}
.style279 {
	padding-left: 20px;
	padding-right: 20px;
}
.style280 {
}
.style281 {
	color: #2eb510;
	margin-top: 10px;
	border: 1px solid #10a803;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style281:hover {
	background-color: #6610f2;
	color: #ced4da;
	border: 1px solid #6610f2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style282 {
	border-color: #10a803;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style282:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-width: 0px;
}
.style283 {
	color: #212529;
	margin-top: 10px;
	border: 1px solid #10a803;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style283:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-width: 0px;
	border-style: none;
}
.style284 {
	color: #212529;
	border: 1px solid #10a803;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style284:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-style: none;
}
.:active {
	border: 1px solid #10a803;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style285 {
	border-color: #10a803;
	border-style: solid;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style285:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-width: 0px;
}
.style286 {
	border-color: #001fc7;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style286:hover {
	border: 1px solid #10a803;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: #10a803;
}
.style287 {
}
.style288 {
	background-color: #afb1b3;
	color: #212529;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style288:hover {
	background-color: #d60808;
	color: #ced4da;
}
.style289 {
	background-color: #10a803;
	color: #ced4da;
	border-color: #10a803;
	border-style: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style289:hover {
	background-color: #ffc707;
}
.style290 {
	background-color: #ffc707;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style290:hover {
	background-color: #10a803;
	color: #ced4da;
	-webkit-transition-property: bounce;
	transition-property: bounce;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transition-duration: 2s;
	        transition-duration: 2s;
}
.style291 {
	background-color: #ffc707;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style291:hover {
	background-color: #10a803;
	color: #ced4da;
}
.style292 {
	background-color: #d2d2d2;
}
.style292:hover {
	background-color: #d60808;
	color: #ced4da;
}
.style293 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style294 {
	border: 3px solid #10a803;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.style295 {
	margin-top: 11px;
}
.style295:hover {
	background-color: #10a803;
	border-color: #2eb510;
}
.style296 {
	color: #ced4da;
}
.style297 {
	color: #ced4da;
}
.style298 {
	margin-top: 10px;
	color: #ced4da;
	border-style: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style298:hover {
	color: #fff;
	background-color: #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 17px;
}
.style299 {
	background-color: #6610f2;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #ced4da;
}
.style299:hover {
	background-color: #10a803;
}
.style300 {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.style301 {
	color: #cc0e0e;
}
.style302 {
	color: #212529;
	font-size: 19px;
}
.style303 {
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.style303:hover {
	color: #ced4da;
}
.style304 {
	color: #ffe424;
	border-width: 2px;
	border-color: #ffc107;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style305 {
	color: #10a803;
}
.style306 {
	color: #10a803;
}
.style307 {
	margin-top: 10px;
}
.style308 {
	font-size: 16px;
}
.style309 {
	margin-right: -18px;
	border: 2px solid #10a803;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}
.style310 {
	background-color: #6610f2;
	font-size: 20px;
	color: #ced4da;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style311 {
	border-right-style: solid;
}
.style312 {
	font-size: 44px;
}
.style313 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style314 {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.style315 {
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style316 {
	background-color: #e60f00;
	color: #ced4da;
}
.style34:hover {
	background-color: #5518b8;
	color: #ced4da;
}
.style11:hover {
	background-color: #650cf5;
	border-color: #650cf5;
}
.style169:hover {
	background-color: #650cf5;
	border-color: #650cf5;
}
.style317 {
	color: #212529;
}
.style318 {
	color: #212529;
}
.style319 {
	font-size: 24px;
}
.style320 {
	font-size: 13px;
	border-width: 1px;
	border-color: #000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style321 {
	color: #2eb510;
}
.style322 {
	color: #212529;
}
.style323 {
	color: #212529;
}
.style324 {
	color: #212529;
}
.style325 {
	border-style: none;
}
.style326 {
	border-style: none;
}
.style330 {
}
.style178:hover {
	background-color: #ffc107;
	color: #000;
	border-color: #6610f2;
	border-style: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style331 {
	color: #222;
	border-style: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style310:hover {
	background-color: #2eb510;
	color: #ced4da;
}
.style331:hover {
	background-color: #e60f00;
	color: #ced4da;
}
.style332 {
	background-color: #06011f;
	color: #ffe424;
}
.style61:hover {
	color: #fff;
}
.style236:hover {
	color: #ced4da;
}
.style61:active {
	color: #ffe424;
}
.style333 {
	background-color: #06011f;
}
.style334 {
	margin-top: 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #ffc107;
}
.style335 {
	color: #ffc107;
	font-size: 18px;
	background-color: #000;
}
.style336 {
	background-color: #fff;
}
.style337 {
	color: #212529;
}
.style338 {
	color: #222;
}
.style339 {
}
.style340 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #ced4da;
}
.style340:hover {
	background-color: #6610f2;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #ced4da;
}
.style341 {
	font-size: 21px;
}
.style342 {
}
.style343 {
	margin-top: 10px;
	border-color: #212529;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style344 {
	color: #212529;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -1px;
}
.style345 {
	color: #212529;
	border-color: #222;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style346 {
	border: 1px solid #212529;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style347 {
	border-width: 1px;
	border-color: #212529;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style348 {
	border-width: 1px;
	border-color: #212529;
}
.style349 {
	background-color: #bdbebf;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style349:hover {
	background-color: #e60f00;
	color: #ced4da;
}
.style350 {
	background-color: #ffe424;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style350:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style351 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style352 {
	border-width: 1px;
	border-color: #212529;
}
.style353 {
	border-width: 1px;
	border-color: #222;
}
.style354 {
	border-width: 0px;
	border-color: #212529;
}
.style355 {
	color: #222;
}
.style356 {
	color: #6c757d;
	font-size: 12px;
}
.style357 {
	font-size: 22px;
	color: #222;
	font-family: cursive;
}
.style358 {
	color: #222;
}
.style359 {
	border: 2px solid #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style360 {
	border-width: 1px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #1d9c03;
}
.style361 {
	border-width: 1px;
	border-color: #212529;
}
.style362 {
	border-width: 1px;
	border-color: #212529;
}
.style363 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	font-size: 12px;
}
.style363:hover {
	border-color: #6610f2;
	border-style: none;
}
.style364 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	font-size: 9px;
}
.style364:hover {
	border-color: #6610f2;
}
.style365 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style365:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-color: #6610f2;
}
.style366 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style367 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style368 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style369 {
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style370 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 24px;
}
.style371 {
	border-left-color: #2eb510;
	border-top: 0px #2eb510;
	border-bottom: 0px #2eb510;
	border-left-style: none;
	border-right: 0px #2eb510;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style372 {
	color: #212529;
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style373 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style374 {
	text-transform: uppercase;
	color: #212529;
	font-size: 17px;
	border-width: 2px;
	border-color: #6610f2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-left: -12px;
	margin-right: -14px;
	padding-left: 12px;
}
.style375 {
	border: 0px #2eb510;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #212529;
}
.style366:hover {
	border-color: #6610f2;
	background-color: #6610f2;
	color: #ced4da;
}
.style367:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-color: #6610f2;
}
.style368:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-color: #6610f2;
}
.style370:hover {
	border-color: #6610f2;
	border-style: none;
}
.style371:hover {
	border-color: #6610f2;
	border-style: none;
}
.style372:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-color: #6610f2;
}
.style373:hover {
	border-color: #6610f2;
}
.style374:hover {
	color: #222;
	border-color: #ffc107;
}
.style375:hover {
	color: #ced4da;
	border-color: #6610f2;
}
.style327 {
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style327:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.style376 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style377 {
	border-color: #212529;
}
.style378 {
	background-color: #212529;
}
.style379 {
	border-width: 1px;
	border-color: #222;
}
.style380 {
	border-width: 1px;
	border-color: #212529;
}
.style381 {
	color: #ced4da;
	border-color: #212529;
	border-style: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style382 {
	border-width: 1px;
	border-color: #212529;
}
.style383 {
	border-width: 1px;
	border-color: #212529;
}
.style384 {
	margin-top: 10px;
}
.style385 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #ced4da;
}
.style385:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-color: #6610f2;
}
.style346:hover {
	border-style: none;
}
.style386 {
	border-width: 1px;
	border-bottom-color: #1d9c03;
	border-left-color: #1d9c03;
	border-right-color: #1d9c03;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #1d9c03;
}
.style386:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style387 {
	background-color: #e60f00;
	color: #ced4da;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style387:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style388 {
	padding-bottom: 0px;
}
.style389 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style390 {
	font-size: 9px;
}
.style391 {
	font-size: 12px;
}
.style392 {
	border: 1px solid #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style392:hover {
	border-color: #6610f2;
	border-style: solid;
	background-color: #6610f2;
	color: #ced4da;
}
.style393 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style394 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style394:hover {
	border-width: 1px;
	border-color: #001fc7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style395 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style395:hover {
	background-color: #6610f2;
	border-color: #6610f2;
}
.style396 {
	font-size: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style397 {
	font-size: 10px;
}
.style398 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style398:hover {
	border-width: 1px;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style399 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style399:hover {
	background-color: #6610f2;
	border-color: #6610f2;
	color: #ced4da;
}
.style343:hover {
	color: #212529;
	border-style: none;
}
.style400 {
	background-color: #212529;
	color: #ffc107;
}
.style401 {
	background-color: #ced4da;
}
.style401:hover {
	background-color: #ffc107;
}
.style402 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style402:hover {
	background-color: #6610f2;
	border-color: #6610f2;
}
.style345:hover {
	border-color: #ffc107;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ffc107;
}
.style403 {
	font-size: 11px;
}
.style404 {
	font-size: 12px;
}
.style405 {
	border: 1px solid #2eb510;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style406 {
	border-width: 1px;
	border-style: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style405:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-color: #6610f2;
}
.style407 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style407:hover {
	background-color: #6610f2;
	border-color: #6610f2;
}
.style406:hover {
	border-width: 1px;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style408 {
	font-size: 12px;
	margin-top: 2px;
}
.style409 {
	border-width: 1px;
	border-color: #2eb510;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style409:hover {
	border-color: #6610f2;
	background-color: #6610f2;
	color: #ced4da;
}
.style410 {
	padding-bottom: 0px;
}
.style411 {
	border-width: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style411:hover {
	border-width: 1px;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style412 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style412:hover {
	background-color: #6610f2;
	border-color: #6610f2;
}
.style347:hover {
	border-color: #ffc107;
	background-color: #ffc107;
}
.style413 {
}
.style414 {
	margin-left: -1px;
	margin-right: -3px;
	padding-left: 5px;
	padding-right: 0px;
}
.style415 {
	border-width: 1px;
	border-color: #222;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style415:hover {
	border-color: #ffc107;
	background-color: #ffc107;
}
.style416 {
}
.style320:hover {
	background-color: #ffc107;
	border-color: #ffc107;
}
.style417 {
	border-width: 2px;
	border-color: #2eb510;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style417:hover {
	background-color: #6610f2;
	border-color: #6610f2;
	color: #ced4da;
}
.style418 {
	border-color: #ffc107;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style418:hover {
	border-width: 1px;
	border-color: #6610f2;
	background-color: #6610f2;
}
.style419 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style420 {
	color: #000;
}
.style421 {
	border-width: 1px;
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style422 {
	border-color: #212529;
}
.style423 {
	border-color: #212529;
}
.style424 {
	border-color: #212529;
}
.style425 {
	border-color: #212529;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style426 {
	border-color: #212529;
}
.style427 {
	border-color: #212529;
}
.style360:hover {
	border-color: #ffc107;
	color: #ffe424;
}
.style428 {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	color: #212529;
}
.style428:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-color: #6610f2;
}
.style429 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #212529;
}
.style429:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-color: #6610f2;
}
.style381:hover {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style430 {
	border-style: none;
}
.style430:hover {
	border-style: none;
}
.style431 {
	margin-bottom: 15px;
}
.style432 {
	border-color: #212529;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style433 {
	border-color: #212529;
}
.style434 {
	border-color: #212529;
}
.style435 {
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style436 {
	border-color: #212529;
}
.style437 {
	border-color: #212529;
}
.style438 {
}
.style438:hover {
	color: #000;
}
.style439 {
	color: #ced4da;
	background-color: #6610f2;
	border-color: #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style440 {
	margin-bottom: 10px;
}
.style441 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style442 {
	border-color: #212529;
}
.style443 {
	color: #212529;
	border-color: #212529;
}
.style444 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style445 {
	border-color: #212529;
}
.style446 {
	border-color: #212529;
}
.style439:hover {
	color: #ced4da;
	background-color: #ffc107;
	border-style: none;
}
.style447 {
	margin-bottom: 15px;
}
.style448 {
	margin-bottom: 10px;
}
.style449 {
}
.style450 {
	color: #212529;
}
#rowbooks {
}
.style451 {
	margin-top: 10px;
	color: #ced4da;
}
.style451:hover {
	background-color: #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #ced4da;
}
.style452 {
	color: #ced4da;
	margin-top: 10px;
}
.style452:hover {
	background-color: #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #ced4da;
}
.style71:hover {
	border: 1px #2eb510;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style453 {
}
.style454 {
	background-color: #e60f00;
	color: #ced4da;
	margin-bottom: 12px;
}
.style455 {
	background-color: #ffc107;
	color: #212529;
	margin-left: 10px;
	border-style: none;
}
.style456 {
	background-color: #222;
	color: #ffc107;
}
.style457 {
	color: #ced4da;
	background-color: #222;
	border-style: none;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.style458 {
	background-color: #000;
}
.style459 {
	color: #ffe424;
	background-color: #ffe424;
}
.style454:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style460 {
	color: #222;
}
.style461 {
	color: #212529;
}
.style462 {
	color: #222;
}
.style463 {
	color: #e0e0e0;
}
.style464 {
	color: #e0e0e0;
}
.style465 {
	color: #212529;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}
.style466 {
	background-color: #001fc7;
	color: #e0e0e0;
}
.style466:hover {
	background-color: #e60f00;
	color: #fff;
}
.style464:hover {
	background-color: #6610f2;
	color: #e0e0e0;
	border-style: none;
}
.style467 {
	color: #ced4da;
	background-color: #e60f00;
}
.style467:hover {
	color: #fff;
	background-color: #000;
}
.style468 {
	color: #ced4da;
	margin-bottom: 10px;
}
.style468:hover {
	background-color: #ffc107;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style469 {
	color: #ced4da;
	background-color: #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style469:hover {
	background-color: #ffc107;
}
.style470 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style471 {
	background-color: #212529;
}
.style472 {
	background-color: #212529;
}
.style473 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style474 {
	background-color: #212529;
}
.style475 {
	background-color: #212529;
}
.style476 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style477 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #6610f2;
	color: #ced4da;
	margin-top: 10px;
}
.style477:hover {
	background-color: #ffc107;
	font-size: 17px;
}
.style478 {
	border-color: #212529;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style479 {
	background-color: #212529;
}
.style480 {
	background-color: #212529;
}
.style481 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style482 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style481:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style482:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style476:hover {
	background-color: #ffc107;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style483 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style484 {
	background-color: #212529;
}
.style485 {
	background-color: #212529;
}
.style486 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style486:hover {
	background-color: #ffc107;
}
.style487 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #6610f2;
	margin-top: 10px;
}
.style487:hover {
	background-color: #ffc107;
}
.style488 {
	border-color: #000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style489 {
	background-color: #212529;
}
.style490 {
	background-color: #212529;
}
.style491 {
	border-color: #212529;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style492 {
	background-color: #212529;
}
.style493 {
	background-color: #212529;
}
.style494 {
	background-color: #6610f2;
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 10px;
}
.style494:hover {
	background-color: #ffc107;
	font-size: 17px;
}
.style495 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style496 {
	background-color: #212529;
}
.style497 {
	background-color: #212529;
}
.style498 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 10px;
}
.style498:hover {
	background-color: #ffc107;
}
.style499 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style500 {
	background-color: #212529;
	border-width: 1px;
}
.style501 {
	border: 1px solid #212529;
}
.style502 {
	background-color: #212529;
}
.style503 {
	background-color: #212529;
}
.style504 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style505 {
	background-color: #212529;
}
.style506 {
	background-color: #212529;
}
.style507 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #6610f2;
	margin-top: 10px;
}
.style507:hover {
	background-color: #ffc107;
	font-size: 17px;
}
.style508 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style509 {
	margin-bottom: 10px;
}
.style510 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #6610f2;
	margin-top: 10px;
}
.style510:hover {
	background-color: #ffc107;
}
.style511 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style512 {
	background-color: #212529;
}
.style513 {
	background-color: #212529;
}
.style514 {
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style515 {
	background-color: #212529;
}
.style516 {
	background-color: #212529;
}
.style508:hover {
	background-color: #ffc107;
}
.style517 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style518 {
	border-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style519 {
	background-color: #212529;
}
.style520 {
	background-color: #212529;
}
.style521 {
	background-color: #212529;
}
.style522 {
	background-color: #212529;
}
.style300:hover {
	text-indent: 22px;
}
.style329 {
	border-style: none;
}
.style523 {
	border-width: 2px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style524 {
	border-width: 2px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style525 {
	border-width: 0px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d63384), to(#6610f2));
	background-image: linear-gradient(0deg, #d63384 0%, #6610f2 100%);
}
.style526 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #fff;
}
.style527 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
}
.style528 {
	margin-bottom: 0px;
	color: #fff;
}
.style529 {
}
.style525:hover {
	background-color: #222;
	color: #ced4da;
}
.style530 {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
.wappler-temp {
}
.style531 {
	background-image: linear-gradient(334deg, #0d6efd 0%, #330b5e 78%);
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
.style532 {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
.style533 {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#030830), color-stop(88%, #410847));
	background-image: linear-gradient(0deg, #030830 0%, #410847 88%);
}
.style534 {
	color: #ffe424;
	font-family: Tahoma, Geneva, sans-serif;
}
.style535 {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #122924), to(#4000ba));
	background-image: linear-gradient(0deg, #122924 23%, #4000ba 100%);
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
.style536 {
	color: #fff;
	margin-bottom: 0px;
}
.style537 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 11px;
}
.style538 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
}
.style539 {
	margin-bottom: 0px;
	color: #fff;
}
.style540 {
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}
.style541 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #fff;
}
.style542 {
	margin-bottom: 0px;
	color: #fff;
}
.style543 {
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}
.style544 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #fff;
}
.wappler-temp {
}
.style545 {
}
.style545:hover {
	padding-top: 4px;
}
.style546 {
	margin-top: 15px;
}
.style547 {
}
.style547:hover {
	padding-top: 4px;
}
.style548 {
}
.style548:hover {
	padding-top: 4px;
}
.style549 {
}
.style549:hover {
	padding-top: 4px;
}
.style550 {
}
.style551 {
	background-color: #001fc7;
	color: #dee2e6;
}
.style551:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style463:hover {
	color: #dee2e6;
	background-color: #6610f2;
}
.style552 {
	border-width: 3px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 15px;
}
.style553 {
	border-width: 0px;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-left: 16px;
	margin-right: 13px;
}
.style554 {
	border: 0px solid rgba(0, 0, 0, 0.1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 0px;
}
.style555 {
	font-weight: bold;
	color: #6610f2;
	margin-top: 10px;
	font-size: 24px;
}
.style556 {
	margin-top: 15px;
}
.style557 {
	background-color: #ffc107;
	color: #000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style557:hover {
	color: #fff;
	background-color: #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
b.style185 {
}
.style194:hover {
	color: #ced4da;
	background-color: #6610f2;
}
.style558 {
}
.style559 {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.style3:hover {
	background-color: #6610f2;
	color: #fff;
}
.style560 {
	background-color: #e60f00;
}
.style560:hover {
	background-color: #6610f2;
}
.style561 {
	padding-top: 20px;
	padding-bottom: 21px;
	border-width: 0px;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style562 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.style563 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.style562:hover {
	border-width: 1px;
	border-color: #6610f2;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.style563:hover {
	border-width: 1px;
	border-color: #6610f2;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.style564 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-color: #6610f2;
	border-style: solid;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.style565 {
}
.style566 {
	border-width: 2px;
	border-color: #1d9c03;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #1d9c03;
}
.style567 {
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style567:hover {
	border: 3px solid #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style566:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-style: none;
}
.style568 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.style569 {
	margin-top: 10px;
}
.style570 {
	color: #ffe424;
	border-width: 2px;
	border-color: #ffe424;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style570:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-style: none;
}
.style571 {
	background-position: 0% 0%;
	background-size: cover;
	background-image: url("../assets/images/bg01.png");
}
.style572 {
}
.style573 {
}
.style574 {
	background-image: url("../assets/images/bg03.png");
	background-size: cover;
}
.style575 {
	background-color: #6f42c1;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style576 {
	border: 0px #775ca8;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-top: 36px;
}
.style329:hover {
	border-style: none;
}
.style328 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style577 {
}
.style578 {
	background-size: cover;
	background-image: url("../assets/images/black-and-white-1282260.jpg");
}
.style579 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style580 {
	margin-top: 22px;
	color: #ffc107;
}
.style581 {
	margin-top: -40px;
}
.style304:hover {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}
.style307:hover {
	border: 2px solid #6610f2;
}
.style308:hover {
	border: 2px solid #6610f2;
}
.style582 {
	margin-top: 15px;
}
.style583 {
	margin-top: 20px;
}
.style584 {
	background-color: #6610f2;
	padding-bottom: 1px;
}
.style585 {
	background-color: #6610f2;
}
.style586 {
	background-color: #6610f2;
}
.style587 {
	background-color: #6610f2;
}
.style588 {
	color: #ffc107;
	border-width: 1px;
	border-color: #ffc107;
}
.style589 {
	color: #ffc107;
	border: 1px solid #ffc107;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.style589:hover {
	color: #000;
	background-color: #ffc107;
	border-width: 2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style588:hover {
	background-color: #ffc107;
}
.style590 {
	border-width: 1px;
	border-color: #000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style591 {
	background-color: #000;
}
.style592 {
	background-color: #000;
}
.style593 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #ced4da;
}
.style593:hover {
	color: #fff;
	background-color: #6610f2;
	font-size: 17px;
}
.style594 {
	font-size: 25px;
	margin-bottom: 0px;
}
.style595 {
	color: #ced4da;
	margin-top: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style595:hover {
	font-size: 17px;
	color: #fff;
	background-color: #6610f2;
}
.style596 {
	margin-top: 10px;
}
.style597 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #ced4da;
}
.style597:hover {
	background-color: #6610f2;
	color: #ced4da;
}
.style598 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style599 {
	background-color: #212529;
}
.style600 {
	background-color: #1d9c03;
	color: #fff;
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style600:hover {
	color: #000;
	background-color: #ffc107;
}
.style601 {
	font-size: 11px;
}
.style602 {
	font-size: 11px;
}
.style603 {
	font-size: 11px;
}
.style604 {
	font-size: 11px;
}
.style605 {
}
.style606 {
	color: #000;
}
.style607 {
	color: #000;
}
.style608 {
	background-color: #06011f;
	color: #ced4da;
}
.style609 {
}
.style610 {
}
.style611 {
	margin-top: 30px;
}
.style612 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.style613 {
	color: #1d9c03;
}
.style614 {
	border-width: 1px;
	border-color: #000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style614:hover {
	color: #fff;
	background-color: #6610f2;
	border-style: none;
}
.style615 {
	border-color: #1d9c03;
	border-style: solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style615:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-style: none;
}
.style616 {
	border-color: #1d9c03;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style616:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-style: none;
}
.style617 {
	color: #000;
}
.style618 {
	color: #000;
}
.style619 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style619:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-style: none;
}
.style620 {
	border-color: #1d9c03;
	border-style: solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #1d9c03;
}
.style620:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-style: none;
}
.style621 {
	margin-left: 5px;
}
.style622 {
	background-color: #ced4da;
}
.style623 {
	background-color: #ced4da;
}
.style624 {
	background-color: #ced4da;
}
.style625 {
	background-color: #ced4da;
}
.style626 {
	border-color: #1d9c03;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style626:hover {
	background-color: #6610f2;
	color: #ced4da;
	border-style: none;
}
.style627 {
	border-color: #1d9c03;
	border-style: solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style627:hover {
	color: #ced4da;
	background-color: #1d9c03;
}
.style628 {
	background-color: #001fc7;
	color: #f8f9fa;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style628:hover {
	background-color: #6610f2;
	color: #fff;
}
.style629 {
	background-color: #001fc7;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style630 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #001fc7;
	color: #fff;
}
.style629:hover {
	background-color: #6610f2;
	color: #fff;
}
.style630:hover {
	color: #fff;
	background-color: #6610f2;
}
.style631 {
}
.style632 {
	background-color: #ffc107;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	padding-left: 10px;
}
.style633 {
	padding-left: 5px;
	padding-right: 0px;
}
.style634 {
	margin-top: 10px;
}
.style635 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.style635:hover {
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style636 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #ffc107;
}
.style636:hover {
	color: #ced4da;
	background-color: #6610f2;
	font-size: 17px;
}
.style637 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #919191;
	color: #fff;
}
.style637:hover {
	background-color: #e60f00;
	color: #ced4da;
}
.style638 {
}
.style639 {
}
.style640 {
	background-size: cover;
	margin-top: -23px;
	background-image: url("../assets/images/ecom%20backg.png");
}
.style641 {
	margin-top: 26px;
}
.style644 {
	color: #d63384;
	font-size: 20px;
}
.style643 {
	background-color: #ffc107;
	border-style: dashed;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style645 {
	margin-bottom: 0px;
}
.style646 {
	margin-bottom: 0px;
}
.style647 {
	margin-bottom: 0px;
}
.style648 {
	border-color: #1d9c03;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style648:hover {
	color: #ced4da;
	background-color: #6610f2;
	border-style: none;
}
.style649 {
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
.style650 {
}
.style651 {
	margin-top: 12px;
}
.style652 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style653 {
	margin-bottom: 0px;
}
.style654 {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#8f2222), to(#730000));
	background-image: linear-gradient(0deg, #8f2222 0%, #730000 100%);
	padding: 10px;
	color: #fff;
	border-width: 1px;
	border-style: dashed;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
}
.style655 {
	background-color: #ffc107;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style655:hover {
	background-color: #1d9c03;
	color: #ced4da;
	font-size: 17px;
}
.style656 {
	border-color: #cbccce;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #cbccce;
}
.style656:hover {
	border-style: none;
	background-color: #dc3545;
	color: #fff;
}
.style657 {
	background-color: #ffc107;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style657:hover {
	font-size: 17px;
	color: #fff;
	background-color: #1d9c03;
}
.style658 {
	background-color: #bfe2e9;
	border-style: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style658:hover {
	background-color: #dc3545;
	color: #fff;
}
.style659 {
	margin-top: 10px;
}
.style660 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style661 {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.style662 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style663 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.style662:hover {
	border: 3px solid #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style663:hover {
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}
.style664 {
	border: 2px solid #1d9c03;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style664:hover {
	background-color: #6610f2;
	color: #fff;
	border-style: none;
}
.style665 {
	padding-right: 0px;
}
.style666 {
}
.style667 {
	background-color: #212529;
}
.style668 {
	color: #fff;
}
.style669 {
	color: #212529;
}
.style670 {
	background-color: #212529;
}
.style671 {
	margin-top: 20px;
}
.style672 {
	margin-top: 20px;
}
.style673 {
	margin-top: 20px;
}
.style674 {
	margin-top: 20px;
}
.style676 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-size: cover;
	background-position: 0% 8%;
}
.style677 {
	margin-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
}
.style678 {
}
.style679 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style679:hover {
	margin-left: 10px;
	margin-right: 10px;
}
.style680 {
	font-size: 12px;
	margin-bottom: 0px;
}
.style681 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
}
.style682 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.style683 {
}
.style684 {
	color: #212529;
	font-size: 75px;
}
.style685 {
	font-size: 25px;
	font-weight: bold;
}
.wappler-temp {
}
.wappler-temp {
}
.wappler-temp {
}
.wappler-temp {
}
.style686 {
	background-color: #1d9c03;
}
.style687 {
}
.wappler-temp {
}
.wappler-temp {
}
.wappler-temp {
}
.style688 {
	border-width: 2px;
	border-color: #ffc107;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style689 {
	font-size: 18px;
	color: #ffc107;
}
.style690 {
	font-size: 25px;
}
.style691 {
	background-color: #ffc107;
	color: #000;
}
.style691:hover {
	background-color: #6f42c1;
	color: #fff;
}
.style692 {
	margin-top: 10px;
}
.style693 {
}
.style694 {
	background-color: #cacaca;
}
.style694:hover {
	background-color: #e60f00;
	color: #fff;
}
.style695 {
	background-color: #6f42c1;
	color: #fff;
}
.style695:hover {
	background-color: #1d9c03;
}
.style696 {
	margin-top: 7px;
}
.style697 {
	margin-top: 10px;
	padding-left: 10px;
}
.style698 {
}
.style699 {
	margin-top: 15px;
}
.style700 {
	margin-left: 7px;
}
.style701 {
	font-size: 19px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.style702 {
	padding-top: 0px;
}
.style703 {
	background-color: #1d9c03;
	color: #fff;
}
.style703:hover {
	color: #fff;
	background-color: #6610f2;
}
.style704 {
	background-color: #cacaca;
}
.style704:hover {
	background-color: #e60f00;
	color: #fff;
}
.style705 {
}
.style706 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.style707 {
	margin-top: 10px;
}
.style708 {
	background-color: #cacaca;
}
.style708:hover {
	background-color: #e60f00;
	color: #fff;
}
.style709 {
	background-color: #1d9c03;
	color: #fff;
}
.style709:hover {
	color: #fff;
	background-color: #6f42c1;
}
.style710 {
	background-color: #cacaca;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style710:hover {
	background-color: #e60f00;
	color: #fff;
}
.style711 {
	background-color: #1d9c03;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style711:hover {
	color: #fff;
	background-color: #6610f2;
}
.style712 {
	border-color: #cacaca;
}
.style713 {
	border-color: #cacaca;
	border-style: solid;
}
.style712:hover {
	border: 1px solid #1d9c03;
}
.style713:hover {
	border: 1px solid #1d9c03;
}
.style714 {
	background-color: #cacaca;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left: 15px;
}
.style714:hover {
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #e60f00;
}
.style715 {
	background-color: #1d9c03;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style715:hover {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #6610f2;
	color: #fff;
}
.style716 {
	margin-top: 10px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 12px;
	border: 2px #343a40;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style716:hover {
	border: 2px solid #1d9c03;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style717 {
	background-color: #e60f00;
}
.style718 {
	color: #fff;
	background-color: #e60f00;
}
.style718:hover {
	color: #000;
	background-color: #ffc107;
}
.style719 {
	background-color: #6610f2;
	margin-right: 15px;
}
.style720 {
	border-color: #1d9c03;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style720:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style721 {
	background-color: #1d9c03;
	color: #fff;
	margin-top: 10px;
	margin-left: 19px;
	margin-right: 20px;
}
.style721:hover {
	background-color: #6610f2;
	color: #fff;
}
.style722 {
	margin-left: 10px;
}
.style723 {
	background-color: #ffc107;
}
.style724 {
	margin-top: 10px;
	background-color: #ffc107;
}
.style725 {
	border-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style726 {
	background-color: #6610f2;
	color: #fff;
	margin-bottom: 10px;
}
.style726:hover {
	background-color: #1d9c03;
}
.style727 {
}
.style728 {
	color: #fff;
	background-color: #6610f2;
}
.style728:hover {
	background-color: #ffc107;
}
.style729 {
	margin-top: 20px;
}
.style730 {
	margin-top: 20px;
}
.style731 {
	margin-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style732 {
	margin-top: 15px;
}
.style733 {
	border: 2px solid #cacaca;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#categories {
}
.style734 {
	margin-bottom: 0px;
}
.style735 {
	background-color: #1d9c03;
	color: #fff;
	margin-right: 20px;
}
.style735:hover {
	color: #fff;
	background-color: #6610f2;
}
.style736 {
	background-color: #000;
}
.style737 {
	margin-top: 10px;
}
.style738 {
}
.style739 {
}
.style739:hover {
	background-color: #e60f00;
	border-style: none;
}
.style740 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.style741 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style741:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style742 {
	background-color: #6610f2;
	color: #f8f9fa;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	margin-top: 10px;
}
.style743 {
	color: #ffc107;
}
.style742:hover {
	background-color: #ffc107;
}
.style744 {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	color: #fff;
}
.style744:hover {
	color: #fff;
	background-color: #6610f2;
}
.style745 {
	margin-bottom: 10px;
	background-color: #ffc107;
}
.style745:hover {
	background-color: #6610f2;
	color: #fff;
}
.style746 {
	background-color: #000;
	color: #ffc107;
}
.style747 {
	color: #ffc107;
}
.style748 {
	color: #ffc107;
}
.style749 {
	color: #ffc107;
}
.style750 {
	background-color: #1d9c03;
	color: #fff;
}
.style750:hover {
	background-color: #6610f2;
	color: #fff;
}
.style751 {
	color: #1d9c03;
	font-weight: bold;
	font-size: 20px;
}
.style752 {
	background-color: #000;
	color: #ffc107;
}
.style753 {
	margin-bottom: 10px;
	background-color: #1d9c03;
	color: #fff;
}
.style753:hover {
	background-color: #6610f2;
	color: #fff;
}
.style754 {
	background-color: #1d9c03;
	color: #f8f9fa;
}
.style754:hover {
	background-color: #6610f2;
	color: #fff;
}
.style755 {
}
.style756 {
	background-color: #1d9c03;
	color: #fff;
	margin-right: 20px;
}
.style756:hover {
	color: #fff;
	background-color: #6610f2;
}
.style757 {
}
.style758 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style759 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.style759:hover {
	border-width: 2px;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style760 {
	font-size: 16px;
	font-weight: bold;
}
.style761 {
	margin-right: 20px;
	color: #fff;
	background-color: #1d9c03;
}
.style761:hover {
	background-color: #6610f2;
	color: #fff;
}
.style762 {
	background-color: #cacaca;
}
.style762:hover {
	background-color: #e60f00;
	color: #fff;
}
.style763 {
	margin-top: 10px;
}
.style764 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.style765 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style765:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style766 {
	font-size: 16px;
}
.style767 {
	font-size: 17px;
	font-weight: bold;
}
.style768 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.style769 {
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.style769:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.style770 {
	border-width: 1px;
	border-color: #1d9c03;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style770:hover {
	background-color: #6610f2;
	color: #fff;
	border-width: 0px;
	border-style: none;
}
.style771 {
	margin-bottom: 15px;
}
.style772 {
	margin-top: 35px;
}
.style773 {
	margin-top: 10px;
}
.style774 {
	background-color: #212529;
}
.style775 {
	color: #ffc107;
}
.style776 {
	color: #ffc107;
}
.style777 {
	color: #ffc107;
}
.style778 {
}
.style779 {
	background-color: #d63384;
}
.style780 {
	background-color: #001329;
}
.style781 {
	font-size: 60px;
	color: #ffc107;
}
.style782 {
	margin-top: 20px;
}
.style783 {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.style784 {
}
.style785 {
	margin-top: 25px;
	padding-bottom: 25px;
}
.style786 {
	font-size: 24px;
	color: #f8f9fa;
}
.style787 {
	font-size: 43px;
	color: #fd7e14;
	padding-left: 10px;
	padding-right: 10px;
}
.style788 {
	font-size: 22px;
}
.style789 {
	color: #fff;
	background-color: #e60f00;
	font-size: 25px;
	border-top-left-radius: 43px;
	border-top-right-radius: 43px;
	border-bottom-left-radius: 43px;
	border-bottom-right-radius: 43px;
}
.style790 {
	border-color: #001329;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style791 {
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style792 {
	background-color: #001fc7;
	color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style792:hover {
	background-color: #ffc107;
}
.style790:hover {
	border: 2px solid #ffc107;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style793 {
}
.style794 {
	background-color: #ffc107;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	font-size: 18px;
	font-weight: bold;
}
.style796 {
	font-size: 50px;
	color: #6c757d;
}
.style798 {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
.style797 {
	color: #6c757d;
}
.style789:hover {
	background-color: #6610f2;
	color: #fff;
}
.style794:hover {
	background-color: #d63384;
	color: #fff;
}
.style800 {
	color: #6c757d;
}
.style801 {
	background-color: #000;
}
.style802 {
	color: #ffc107;
}
.style803 {
	color: #6610f2;
}
.style804 {
	border-width: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style805 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style804:hover {
	border: 2px solid #001fc7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style806 {
	background-color: #000;
}
.style807 {
	color: #ffc107;
}
.style808 {
	background-color: #000;
}
.style809 {
	color: #f8f9fa;
}
.style810 {
	color: #ffc107;
}
.style811 {
	margin-left: 20px;
	padding-right: 40px;
}
.style812 {
	background-color: #e60f00;
	color: #f8f9fa;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style813 {
	margin-bottom: 20px;
}
.style812:hover {
	color: #fff;
	background-color: #6610f2;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style814 {
	background-color: #e60f00;
}
.style815 {
	color: #fff;
}
.style816 {
	font-size: 22px;
}
.style817 {
	background-color: #e60f00;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style817:hover {
	background-color: #6610f2;
	color: #fff;
}
.style818 {
	background-color: #1d9c03;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-color: #495057;
	border-left-color: #495057;
	border-bottom: 2px solid #495057;
	border-right: 2px #495057;
}
.style819 {
}
.style820 {
}
.style821 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 10px;
	color: #adb5bd;
}
.style822 {
	margin-top: 11px;
	margin-bottom: 8px;
}
.style823 {
	background-color: #ffc107;
}
.style823:hover {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #6610f2;
	color: #fff;
}
.style824 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #ffc107;
}
.style824:hover {
	background-color: #6610f2;
	color: #fff;
}
.style825 {
	margin-left: 20px;
	padding-right: 20px;
}
.style826 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style827 {
}
.style828 {
	margin-top: 15px;
}
.style829 {
	color: #adb5bd;
	margin-bottom: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style829:hover {
	background-color: #6f42c1;
	color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style821:hover {
	color: #ffc107;
	font-size: 17px;
}
.style830 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.style831 {
	background-color: #000;
}
.style832 {
	color: #fff;
}
.style833 {
	color: #ffc107;
}
.style834 {
	color: #fff;
}
.style835 {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 20px;
}
.style836 {
	background-color: #6610f2;
}
.style837 {
	background-color: rgba(255, 255, 255, 0.1);
}
.style838 {
	margin-top: 20px;
}
.style839 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.style840 {
	margin-left: 15px;
	padding-right: 10px;
}
.style843 {
	border-style: solid;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.style844 {
	margin-top: 10px;
}
.style845 {
	margin-top: 10px;
}
.style846 {
	padding-left: 20px;
	background-color: #fff;
	border: 2px dashed #ffc107;
	border-right: 1px dashed #6610f2;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.style847 {
	background-color: #fff;
	border: 2px dashed #ffc107;
	border-left: 1px dashed #6610f2;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding-left: 10px;
	padding-right: 15px;
}
.style848 {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.style850 {
	font-weight: bold;
	margin-top: 20px;
	color: #ffc107;
}
.style851 {
}
.style852 {
	background-color: #001fc7;
	color: #fff;
}
.style852:hover {
	background-color: #ffc107;
}
.style853 {
	background-color: #001329;
}
.style854 {
	color: #ffc107;
}
.style855 {
	color: #6c757d;
}
.style856 {
	background-color: #001329;
}
.style857 {
	font-size: 45px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #ffc107;
}
.style858 {
	background-color: #ffc107;
}
.style859 {
}
.style860 {
	border: 3px solid #6610f2;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.style861 {
	color: #6610f2;
}
.style862 {
	color: #a11005;
}
.style863 {
	background-color: #6610f2;
	color: #fff;
}
.style864 {
	border-color: #adb5bd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style864:hover {
	border-width: 2px;
	border-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style865 {
	background-color: #6610f2;
}
.style866 {
	background-color: #001329;
}
.style867 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style868 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style869 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style870 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style871 {
}
.style872 {
	color: #fff;
}
.style873 {
	border-top-left-radius: 42px;
	border-top-right-radius: 42px;
	border-bottom-left-radius: 42px;
	border-bottom-right-radius: 42px;
}
.style874 {
	font-size: 49px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}
.style875 {
}
.style876 {
	background-color: #fd7e14;
}
.style877 {
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style877:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
}
.style878 {
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
}
.style879 {
	margin-left: 30px;
}
.style880 {
	background-color: #000;
}
.style881 {
	color: #ffc107;
}
.style882 {
	color: #fff;
}
.style883 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style884 {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.style885 {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.style886 {
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.style887 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style888 {
	background-color: #ffc107;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style889 {
	background-color: #001329;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.mb-4.col-md-4.col-lg-3.col-sm-4.col-6 {
}
.style890 {
	border-width: 2px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style891 {
	color: #ffc107;
}
.style892 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style893 {
	background-color: #badce3;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 10px;
	border-width: 0px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}
.style894 {
}
.style895 {
	background-color: #ffc107;
}
.style895:hover {
	background-color: #6610f2;
	color: #fff;
}
.style896 {
	color: #6c757d;
	text-align: left;
	margin-bottom: 10px;
	border-width: 2px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style896:hover {
	color: #ffc107;
	background-color: #6610f2;
}
.style897 {
	background-color: #6f42c1;
}
.style898 {
	color: #f8f9fa;
}
.style899 {
	background-color: #fd7e14;
}
.style900 {
}
.style901 {
	color: #000;
	background-color: #fd7e14;
}
.style902 {
	color: #fff;
}
.style903 {
	color: #1d9c03;
	font-weight: bold;
}
.style904 {
	margin-right: 13px;
	background-color: #6c757d;
	color: #fff;
}
.style904:hover {
	background-color: #ffc107;
}
.style905 {
	background-color: #001fc7;
	color: #fff;
}
.style905:hover {
	background-color: #ffc107;
}
.style906 {
	background-color: #1d9c03;
	color: #fff;
}
.style906:hover {
	background-color: #6610f2;
	color: #fff;
}
.style907 {
	margin-top: 10px;
}
.style908 {
	background-color: #fd7e14;
}
.style909 {
	color: #fff;
}
.style910 {
}
.style911 {
	background-color: #ffc107;
}
.style911:hover {
	background-color: #6610f2;
	color: #fff;
}
.style912 {
}
.style913 {
	background-color: #ffc107;
}
.style913:hover {
	background-color: #6610f2;
	color: #fff;
}
.style914 {
	margin-left: 10px;
}
.style915 {
	margin-top: 10px;
}
.style916 {
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style917 {
	color: #ced4da;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style916:hover {
	background-color: #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
}
.style917:hover {
	background-color: #6610f2;
	background-attachment: fixed;
	color: #fff;
}
.style918 {
	margin-top: 10px;
}
.style919 {
	margin-top: 15px;
}
.style920 {
	margin-top: 15px;
}
.style921 {
	margin-top: 15px;
}
.style922 {
	margin-top: 15px;
}
.style923 {
	margin-top: 15px;
}
.style924 {
	margin-top: 15px;
}
.style925 {
	background-color: #ffc107;
}
.style926 {
	margin-top: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style927 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style928 {
	background-color: #1d9c03;
}
.style929 {
	margin-top: 15px;
}
.style930 {
	margin-top: 15px;
}
.style931 {
	margin-top: 15px;
}
.style932 {
	margin-top: 15px;
}
.style933 {
	margin-top: 15px;
}
.style934 {
	margin-top: 15px;
}
.style80 {
}
.style935 {
	margin-top: 15px;
}
.style936 {
	border: 3px solid #1d9c03;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 15px;
	margin-left: 25px;
}
.style937 {
	color: #1d9c03;
}
.style938 {
	border: 3px solid #1d9c03;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 10px;
}
.style939 {
	margin-bottom: 16px;
}
.style940 {
	background-color: #6610f2;
	padding-bottom: 8px;
}
.style177 {
	color: #ffc107;
}
.style941 {
}
.style942 {
	text-align: center;
}
.style943 {
	background-color: #ffc107;
	color: #000;
	border-style: none;
	margin-right: 8px;
}
.style944 {
	background-color: #495057;
	color: #fff;
	border-style: none;
	margin-left: 25px;
	margin-right: 25px;
}
.style943:hover {
	color: #fff;
	background-color: #6610f2;
}
.style944:hover {
	color: #fff;
	background-color: #e60f00;
}
.style945 {
	color: #fff;
	background-color: #e60f00;
	margin-left: 10px;
}
.style945:hover {
	background-color: #6610f2;
	color: #fff;
}
.style946 {
	color: #000;
	background-color: #ffc107;
}
.style946:hover {
	color: #fff;
	background-color: #e60f00;
}
.style947 {
	color: #fff;
	background-color: #495057;
}
.style947:hover {
	background-color: #1d9c03;
	color: #fff;
}
.style948 {
	background-color: #ffc107;
}
.style948:hover {
	color: #fff;
	background-color: #6610f2;
}
.style949 {
	color: #fff;
	background-color: #495057;
}
.style949:hover {
	color: #fff;
	background-color: #e60f00;
}
.style950 {
	background-color: #ffc107;
	margin-top: 15px;
}
.style950:hover {
	color: #fff;
	background-color: #6610f2;
}
.style952 {
	border: 2px solid #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style951 {
	border-width: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style953 {
	border: 0px #6610f2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style954 {
	border-width: 2px;
	border-color: #6610f2;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
}
.style955 {
	background-color: #6610f2;
	color: #fff;
}
.style956 {
	background-color: #ffc107;
}
.style956:hover {
	background-color: #6610f2;
	color: #fff;
}
.style957 {
	background-color: #343a40;
	color: #fff;
}
.style957:hover {
	color: #fff;
	background-color: #e60f00;
}
.style958 {
	margin-top: 20px;
}
.style959 {
	margin-top: 10px;
}
.style960 {
	font-size: 10px;
	margin-top: 0px;
}
.style961 {
	font-size: 20px;
	font-weight: bold;
}
.style962 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style963 {
	margin-left: 5px;
}
.style964 {
	font-size: 11px;
}
.style965 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style967 {
	background-color: #000;
	color: #fff;
}
.style968 {
	background-color: #000;
	color: #fff;
}
.style969 {
	margin-left: 41px;
}
.style970 {
	background-color: #000;
}
.style971 {
	font-size: 50px;
	color: #ffc107;
	font-weight: bold;
}
.style972 {
	color: #0dcaf0;
}
.style973 {
	color: #6c757d;
}
.style974 {
	color: #6c757d;
}
.style975 {
	color: #6c757d;
}
.style976 {
	color: #6c757d;
}
.style977 {
	background-color: #212529;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style978 {
	color: #0dcaf0;
}
.style979 {
	color: #6c757d;
}
.style980 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.style977:hover {
	border-width: 2px;
	border-color: #fd7e14;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style981 {
	color: #dc3545;
	font-size: 37px;
}
.wappler-temp
.style982 {
	color: #20c997;
}
.style983 {
	color: #6c757d;
}
.style984 {
	color: #20c997;
}
.style985 {
	color: #20c997;
}
.style986 {
	color: #0dcaf0;
	font-size: 15px;
}
.style987 {
	color: #dc3545;
}
.style988 {
	font-weight: bold;
	color: #ffc107;
}
.style989 {
	color: #6c757d;
}
.style990 {
	color: #6c757d;
}
.style991 {
	background-color: #000;
}
.style992 {
	margin-top: -2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.style993 {
	color: #ffc107;
	font-size: 30px;
}
.style994 {
	color: #0d6efd;
}
.style982 {
	margin-bottom: 20px;
	color: #20c997;
}
.style995 {
	color: #ffc107;
	text-align: center;
}
.style996 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.style997 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style998 {
	background-color: #030017;
}
.style999 {
	margin-top: 20px;
}
.style1000 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1001 {
	font-size: 19px;
}
.style1002 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.style1003 {
}
.style1004 {
}
.style1005 {
	background-position: 0%;
	border-color: #001329;
	border-style: solid;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.style1006 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.style1005:hover {
	border: 3px solid #fd7e14;
}
.style1007 {
	color: #ffc107;
}
.style1008 {
	color: #bcd0c7;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1008:hover {
	background-color: #6610f2;
	color: #ffc107;
	font-size: 18px;
}
.style1009 {
	color: #6610f2;
	font-weight: bold;
	font-size: 15px;
}
.style1010 {
	font-size: 17px;
}
.style1011 {
	font-size: 12px;
}
.style1012 {
	margin-right: 5px;
}
.style1013 {
}
.style1014 {
	margin-left: -10px;
	margin-right: 10px;
}
.style1015 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style1016 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.style1017 {
	background-color: #000;
}
.style1018 {
	color: #ffc107;
}
.style1019 {
	color: #6c757d;
}
.style1020 {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1020:hover {
	border: 3px solid #fd7e14;
	border-top-right-radius: 19px;
	border-bottom-left-radius: 19px;
}
.style1021 {
}
.style1022 {
	margin-top: 15px;
}
.style1023 {
	margin-left: 15px;
	margin-right: 15px;
}
.style1027 {
	background-color: #fff;
}
.style1028 {
	background-color: #6610f2;
}
.style1029 {
	color: #fff;
}
.style1030 {
}
.style1031 {
	margin-bottom: 0px;
}
.style1032 {
	background-color: #e60f00;
	color: #fff;
	margin-left: 10px;
}
.style1033 {
}
.style1034 {
	margin-right: 10px;
}
.style1035 {
	padding: 15px 20px 10px;
	border: 3px solid #6610f2;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
}
.style1036 {
	padding-left: 15px;
	padding-right: 15px;
}
.style1037 {
	margin-right: 15px;
}
.style1038 {
}
.style1039 {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-left: 20px;
	border: 3px solid #1d9c03;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1039:hover {
	border-color: #6610f2;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1040 {
	background-color: #6610f2;
}
.style1041 {
	color: #fff;
}
.style1042 {
	background-color: #001fc7;
	color: #fff;
}
.style1043 {
	background-color: #6c757d;
	color: #fff;
}
.style1045 {
	margin-bottom: 20px;
	font-size: 33px;
}
.style1042:hover {
	background-color: #ffc107;
}
.style1043:hover {
	background-color: #e60f00;
	color: #fff;
}
.style1046 {
	color: #fff;
}
.style1047 {
	background-color: #6610f2;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.style1047:hover {
	background-color: #1d9c03;
	color: #fff;
}
.style1048 {
	background-color: #6610f2;
}
.style1049 {
	color: #fff;
}
.style1050 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1051 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1052 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #e60f00;
}
.style1053 {
	color: #6610f2;
}
.style1054 {
	background-color: #1d9c03;
}
.style1055 {
	color: #fff;
}
.style1056 {
	background-color: #e60f00;
	color: #fff;
}
.style1057 {
	background-color: #e60f00;
	color: #f8f9fa;
}
.style1057:hover {
	background-color: #ffc107;
}
.style1058 {
	background-color: #e60f00;
	color: #fff;
}
.style1059 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1060 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1061 {
}
.style1062 {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-color: #6610f2;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1063 {
	background-color: #6610f2;
}
.style1064 {
	color: #fff;
}
.style1065 {
	background-color: #e60f00;
	color: #fff;
}
.style1066 {
	background-color: #6610f2;
	color: #fff;
}
.style1066:hover {
	background-color: #ffc107;
}
.style1065:hover {
	background-color: #1d9c03;
	color: #fff;
}
.style1067 {
	border-width: 3px;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left: 11px;
	margin-right: 10px;
}
.style1068 {
	border: 2px solid #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1069 {
	border-width: 2px;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1070 {
	border: 2px solid #000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1071 {
	border: 2px solid #ffc107;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1072 {
	border: 2px solid #1d9c03;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1073 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.style1074 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.style1075 {
	background-color: #fff;
}
.style1076 {
	font-family: serif;
}
.style1077 {
	color: #6610f2;
	font-weight: bold;
	font-size: 20px;
}
.style1078 {
	font-size: 24px;
}
.style1079 {
	font-size: 24px;
}
.style1080 {
	background-color: #ffc107;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #1d9c03;
	border-bottom: solid #1d9c03;
	border-width: 3px;
	border-top-left-radius: 96px;
	border-bottom-right-radius: 100px;
}
.style1081 {
	font-size: 15px;
}
.style1082 {
	font-size: 20px;
}
.style1083 {
	font-size: 20px;
}
.style1084 {
	font-size: 20px;
}
.style1085 {
	font-size: 20px;
}
.style1086 {
	font-size: 20px;
}
.style1087 {
	font-size: 20px;
}
.style1088 {
	font-size: 20px;
}
.style1089 {
	background-color: #6610f2;
}
.style1090 {
	color: #ffc107;
	border-color: #ffc107;
	border-style: solid;
	margin-bottom: 5px;
}
.style1090:hover {
	background-color: #ffc107;
}
.style1091 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.style1094 {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	margin-top: 11px;
	font-size: 18px;
}
.style1094:hover {
	background-color: #6610f2;
	font-size: 18px;
	color: #fff;
}
.style1095 {
	color: #212529;
}
.style1093 {
	color: #212529;
}
.style1096 {
}
.style1092 {
}
.style1097 {
}
.style1098 {
	background-color: #ffc107;
}
.style1099 {
	background-color: #000;
	color: #ffc107;
}
.style1100 {
	color: #f8f9fa;
}
.style1101 {
	color: #e60f00;
}
.style1102 {
}
.style1103 {
	margin-top: 10px;
	margin-left: 10px;
}
.style1104 {
	margin-top: 10px;
}
.style1098:hover {
	background-color: #1d9c03;
	color: #fff;
}
.style1105 {
}
.style1106 {
	background-color: #1d9c03;
	color: #fff;
}
.style1107 {
	font-size: 25px;
	color: #6610f2;
}
.style1108 {
	background-color: #6c757d;
	color: #fff;
}
.style1108:hover {
	background-color: #e60f00;
	color: #fff;
}
.style1109 {
	background-color: #001fc7;
	color: #fff;
}
.style1109:hover {
	color: #000;
	background-color: #ffc107;
}
.style1110 {
	background-color: #ffc107;
}
.style1111 {
	border-width: 2px;
	border-color: #1d9c03;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style1112 {
	background-color: #e60f00;
	color: #fff;
}
.style1112:hover {
	color: #fff;
	background-color: #a11005;
}
.style1113 {
	margin-top: 30px;
}
.style1114 {
	color: #fff;
	background-color: #e60f00;
}
.style1115 {
	color: #6610f2;
}
.style1116 {
	font-size: 22px;
}
.style1117 {
	background-color: #ffc107;
}
.style1117:hover {
	background-color: #1d9c03;
	color: #fff;
}
.style1118 {
	border: 2px solid #6610f2;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1119 {
	margin-top: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1120 {
	margin-top: 10px;
}
.style1121 {
	border: 2px solid #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style1119:hover {
	color: #fff;
	background-color: #6610f2;
	font-size: 16px;
}
.style1122 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1122:hover {
	background-color: #6610f2;
	color: #fff;
}
.style1123 {
	background-color: #6610f2;
	margin-top: -1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.style1124 {
	padding-top: 9px;
	padding-bottom: 6px;
}
.style1125 {
	color: #ffc107;
	border: 2px solid #ffc107;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style1125:hover {
	background-color: #ffc107;
}
.style1126 {
	border-right-width: 2px;
	border-right-color: #6610f2;
	border-bottom: 2px solid #6610f2;
	border-left: 2px solid #6610f2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style1127 {
	color: #fff;
	font-size: 20px;
}
.style1128 {
	color: #ffc107;
	border: 1px solid #ffc107;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.style1128:hover {
	background-color: #ffc107;
}
.style1129 {
	color: #ffc107;
}
.style1130 {
	margin-left: 100px;
}
.style1131 {
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
}
.style1132 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #6610f2;
	color: #fff;
}
.style1132:hover {
	background-color: #6610f2;
	color: #fff;
}
.style1133 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #6610f2;
	color: #fff;
	margin-top: 10px;
}
.style1133:hover {
	background-color: #ffc107;
}
.style1134 {
	background-color: #ffc107;
}
.style1134:hover {
	background-color: #6610f2;
	color: #fff;
}
.style1135 {
	margin-left: 10px;
}
.style1136 {
	margin-top: 10px;
}
.style1137 {
	border-width: 2px;
	border-color: #1d9c03;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.style1138 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.style1139 {
	margin-top: 20px;
	margin-left: 4px;
	margin-right: 4px;
}
.style1140 {
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1141 {
	padding-top: 15px;
	text-decoration: underline;
	font-size: 18px;
	color: #a11005;
}
.style1142 {
	font-size: 24px;
}
.style1143 {
	border: 2px solid #1d9c03;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1144 {
	color: #a11005;
	font-size: 18px;
	text-decoration: underline;
}
.style1145 {
	margin-left: 10px;
}
.style1146 {
	margin-top: 10px;
}
.style1147 {
	background-color: #ffc107;
}
.style1148 {
	margin-top: 10px;
}
.style1149 {
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1149:hover {
	border: 0px #6610f2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1150 {
	background-color: #6610f2;
	color: #fff;
}
.style1150:hover {
	background-color: #ffc107;
}
.style1151 {
	color: #1d9c03;
	text-decoration: underline;
	font-size: 25px;
}
.style1152 {
	background-color: #ffc107;
}
.style1153 {
}
.style1154 {
	margin-top: 20px;
}
.style1155 {
	background-color: #6610f2;
	color: #fff;
}
.style1156 {
	background-color: #ffc107;
}
.style1157 {
	background-color: #6610f2;
	color: #fff;
}
.style1158 {
	background-color: #6610f2;
	color: #fff;
}
.style1159 {
	background-color: #6610f2;
	color: #fff;
}
.style1160 {
	color: #fff;
	background-color: #6c757d;
}
.style1160:hover {
	background-color: #eb051b;
	color: #fff;
}
.style1159:hover {
	background-color: #ffb606;
}
.style1147:hover {
	color: #fff;
	background-color: #6610f2;
}
.style1161 {
	color: #fff;
	background-color: #6610f2;
}
.style1162 {
	border: 0px solid #6610f2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1163 {
	border-color: #6610f2;
	border-left: solid #6610f2;
	border-width: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 0px;
}
.style1164 {
	border-width: 2px;
	border-color: #6610f2;
	border-top-left-radius: 60px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 60px;
}
.style1165 {
	background-color: #ffc107;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	margin-top: 10px;
	margin-right: 10px;
}
.style1165:hover {
	color: #fff;
	background-color: #6610f2;
}
.style1166 {
	margin-top: 5px;
	margin-left: 10px;
}
.style1167 {
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1168 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.style1169 {
	font-size: 35px;
	color: #6f42c1;
}
.style1170 {
	background-color: #6610f2;
	color: #36e606;
}
.style1171 {
	color: #fff;
}
.style1172 {
}
.style1173 {
}
.style1174 {
	padding-top: 10px;
}
.style1175 {
	background-color: #6610f2;
	color: #fff;
}
.style1176 {
	background-color: #25b000;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: 10px;
}
.style1176:hover {
	background-color: #6610f2;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left: 10px;
}
.style1177 {
	background-color: #6610f2;
	color: #fff;
}
.wappler-temp {
}
.style1178 {
	background-color: #ffc107;
}
.style1178:hover {
	color: #fff;
	background-color: #6610f2;
}
.style1179 {
	border: 4px solid #09ab11;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.style1129:hover {
	color: #000;
}
.style1180 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.style1181 {
	color: #fff;
	background-color: #6610f2;
}
.style1182 {
	background-color: #ffc107;
}
.style1182:hover {
	color: #fff;
	background-color: #6610f2;
}
.style1183 {
	color: #222;
	background-color: #c2c8e8;
}
.style1183:hover {
	background-color: #e60f00;
	color: #fff;
}
.style1184 {
	color: #fff;
	background-color: #6610f2;
}
.style1185 {
	color: #fff;
	background-color: #e0061c;
}
.style1185:hover {
	color: #fff;
	background-color: #1d9c03;
}
.style1186 {
	margin-right: 20px;
	background-color: #ffc107;
}
.style1186:hover {
	background-color: #e0061c;
	color: #fff;
}
.style1187 {
	background-color: #bdc2e2;
}
.style1187:hover {
	background-color: #6610f2;
	color: #fff;
}
.style1188 {
	background-color: #e0061c;
	color: #fff;
}
.style1189 {
	font-size: 18px;
	text-align: center;
	color: #6610f2;
}
.style1190 {
	color: #e60f00;
	font-size: 24px;
	text-decoration: underline;
}
.style1191 {
	color: #fff;
	background-color: #6610f2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1192 {
	background-color: #ffc107;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 20px;
}
.style1192:hover {
	color: #fff;
	background-color: #6610f2;
}
.style1193 {
	background-color: #bdc2e2;
}
.style1193:hover {
	color: #fff;
	background-color: #e0061c;
}
.style1194 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.style1195 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* Header Component Styles */

/* Navbar Base Styles */
.navbar {
    padding: 0.75rem 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;/* background-color: #ffffff */
}

.navbar.shadow-scroll {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Brand Styles */
.navbar-brand {
    font-weight: 500;
    color: #2c3e50;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.navbar-brand:hover {
    color: #0d6efd;
}

.navbar-brand img {
    max-height: 30px;
    width: auto;
}

/* Button Styles */
.navbar .btn {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}

.navbar .btn-outline-primary {
    border-color: #e9ecef;
    color: #0d6efd;
}

.navbar .btn-outline-primary:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #0d6efd;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}

.navbar .btn-outline-secondary {
    border-color: #e9ecef;
    color: #6c757d;
}

.navbar .btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
}

/* Sidebar Toggle Button */
#sidebarToggle {
    width: 38px;
    height: 38px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

#sidebarToggle:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/* User Section Styles */
.user-welcome {
    font-size: 0.9rem;
    color: #6c757d;
}

.user-name {
    font-weight: 600;
    color: #2c3e50;
}

/* Dropdown Styles */
.dropdown-menu {
    padding: 0.5rem 0;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeIn 0.2s ease;
            animation: fadeIn 0.2s ease;
}

.dropdown-header {
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #6c757d;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item i {
    width: 20px;
    text-align: center;
    font-size: 0.9rem;
}

.dropdown-divider {
    margin: 0.5rem 0;
    border-top-color: #e9ecef;
}

/* Quick Actions Button */
.quick-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}

/* User Menu Button */
#userMenu {
    min-width: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* Animations */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .navbar {
        padding: 0.5rem;
    }
    
    .navbar-brand span {
        font-size: 0.9rem;
    }
    
    .quick-actions {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
    
    #userMenu {
        min-width: auto;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand span {
        display: none;
    }
    
    .navbar .btn {
        padding: 0.35rem 0.7rem;
    }
    
    .dropdown-menu {
        margin-top: 0.5rem;
        width: calc(100vw - 2rem);
        position: fixed;
        left: 1rem;
        right: 1rem;
    }
}

/* Print Styles */
@media print {
    .navbar {
        display: none;
    }
}
/* Purple Theme Header Styles */

/* Navbar Base Styles */
.navbar {
    padding: 0.75rem 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background: -webkit-gradient(linear, left top, right top, from(#5d45e7), to(#7462ff)) */
    /* background: linear-gradient(to right, #5d45e7, #7462ff) */
    height: 60px; /* Fixed height for consistency */
}

/* Offset main content to prevent navbar overlap */
body {
    padding-top: 60px; /* Match navbar height */
}

/* Ensure offcanvas doesn't get hidden under header */
.offcanvas {
    top: 60px !important; /* Match navbar height */
    height: calc(100vh - 60px) !important;
    margin-top: 0px;
}

.navbar.shadow-scroll {
    -webkit-box-shadow: 0 2px 8px rgba(93, 69, 231, 0.2);
            box-shadow: 0 2px 8px rgba(93, 69, 231, 0.2);
}

/* Brand Styles */
.navbar-brand {
    font-weight: 500;
    color: #ffffff !important;
}

.navbar-brand:hover {
    opacity: 0.9;
}

.navbar-brand img {
    max-height: 30px;
    width: auto;
}

/* Button Styles */
.navbar .btn {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}

/* Sidebar Toggle Button */
#sidebarToggle {
    width: 38px;
    height: 38px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

#sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* User Section Styles */
.user-welcome {
    color: rgba(255, 255, 255, 0.8);
}

.user-name {
    font-weight: 600;
    color: #ffffff;
}

/* Dropdown Styles */
.nav-link {
    color: #ffffff !important;
    opacity: 0.9;
}

.nav-link:hover {
    opacity: 1;
}

.dropdown-toggle::after {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeIn 0.2s ease;
            animation: fadeIn 0.2s ease;
}

.dropdown-header {
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #6c757d;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-item i {
    width: 20px;
    text-align: center;
    font-size: 0.9rem;
}

.dropdown-divider {
    margin: 0.5rem 0;
    border-top-color: #e9ecef;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .navbar {
        padding: 0 0.5rem;
    }
    
    .navbar-brand span {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .navbar .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand span {
        display: none;
    }
    
    .dropdown-menu {
        margin-top: 0.5rem;
        width: calc(100vw - 2rem);
        position: fixed;
        left: 1rem;
        right: 1rem;
    }
}

/* Print Styles */
@media print {
    .navbar {
        display: none;
    }
}
.style1196 {
	color: #ffc107;
}
.style1197 {
	margin-top: 20px;
}
.style1198 {
	background-color: #520dc2;
}
.style1198:hover {
	color: #fff;
	background-color: #6610f2;
}
.export-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.card {
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.card-header {
    background: linear-gradient(45deg, #5d45e7, #7462ff);
    padding: 1rem 1.5rem;
    border-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #ffc107;
}

.bg-gradient-primary {
    background: linear-gradient(45deg, #5d45e7, #7462ff);
}

/* Format Options */
.format-option label {
    border-radius: 10px;
    border: 2px solid #dee2e6;
    min-width: 120px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.format-option .btn-check:checked + label {
    background-color: #5d45e7;
    border-color: #5d45e7;
    color: white;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 8px rgba(93, 69, 231, 0.2);
            box-shadow: 0 4px 8px rgba(93, 69, 231, 0.2);
}

.format-option label:hover {
    border-color: #5d45e7;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}

/* Field Selection */
.form-check-input {
    border-color: #dee2e6;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #5d45e7;
    border-color: #5d45e7;
}

.form-check-label {
    cursor: pointer;
    padding-left: 0.5rem;
}

/* Submit Button */
.btn-primary {
    background-color: #5d45e7;
    border-color: #5d45e7;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    padding: 0.5rem 1.5rem;
}

.btn-primary:hover {
    border-color: #4935c8;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 8px rgba(93, 69, 231, 0.2);
            box-shadow: 0 4px 8px rgba(93, 69, 231, 0.2);
            color: #f7f9fc;
}

.style1199 {
	color: #0d069e;
}

.style1200 {
	color: #ffc107;
	margin-top: 20px;
}

.style1201 {
	padding-left: 15px;
	padding-right: 15px;
}

.card:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	padding-top: 10px;
}













.app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1030; /* Below Bootstrap's offcanvas z-index */
}

.header-container {
    max-width: 100%;
    padding: 0.5rem 1rem;
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
}

/* Menu Toggle */
.menu-toggle {
    position: relative;
    z-index: 1031; /* Above header, below offcanvas */
}

.menu-btn {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.hamburger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}

.hamburger-icon .line {
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Dropdown Menus */
.dropdown-menu {
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Ensure dropdowns appear above the header but below offcanvas */
.notification-dropdown .dropdown-menu,
.settings-dropdown .dropdown-menu {
    z-index: 1032;
}

/* Status Indicators */
.status-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-left: auto;
}

/* Quick Actions */
.quick-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
}

/* Search Container */
.search-container {
    position: relative;
    max-width: 200px;
}

.search-input {
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 2rem;
}

.search-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #666;
}

/* Ensure proper stacking context */
.offcanvas {
    z-index: 1040; /* Higher than header and dropdowns */ border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .search-container {
        max-width: 150px;
    }
    
    .status-indicators {
        gap: 0.5rem;
    }
    
    .quick-actions {
        gap: 0.5rem;
    }
}
.style1202 {
	margin-left: 30px;
}
.style1203 {
	color: #f8f9fa;
	text-transform: capitalize;
}
.style1204 {/* background-color: #ffc107 */
	margin-top: 10px;
	margin-left: 10px;
}
.style1205 {
	color: #fff;
	background-color: #e0061c;
	margin-top: 10px;
}
.style1206 {/* color: #000 */
	/* text-transform: uppercase *//* background-color: #bdc2e2 */
	border-style: none;
	margin-top: 10px;
	color: #ffc107;
}
.style1207 {
	color: #ffc107;
	/* margin-top: 20px */
}
.style1208 {
	color: #ffc107;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.05);
}
.style1209 {
	text-transform: uppercase;
	/* background-color: #e0061c */
	color: #fff;
}
.style1210 {
	/* background-color: #1a1a2e */
	background-color: #bdc2e2
}

/* Modern Features Section Styles */
:root {
  /* Core Colors */
  /* --primary: #6366f1 */
  /* --secondary: #4f46e5 */
  /* --accent: #818cf8 */
  /* --success: #10b981 */
  /* --dark: #0f172a */
  /* --light: #f8fafc */
  
  /* Neon Colors */
  /* --neon-blue: #00f2fe */
  /* --neon-purple: #4158d0 */
  /* --neon-pink: #c850c0 */
  
  /* Special Gradients */
  /* --card-gradient: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(79, 70, 229, 0.1)) */
  /* --hover-gradient: linear-gradient(45deg, rgba(0, 242, 254, 0.1), rgba(65, 88, 208, 0.1)) */
  /* --icon-gradient: linear-gradient(135deg, var(--neon-blue), var(--neon-purple)) */
  
  /* Glassmorphism */
  /* --glass-bg: rgba(255, 255, 255, 0.05) */
  /* --glass-border: rgba(255, 255, 255, 0.1) */
}

.features-section {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--dark)), to(#000));
  background: linear-gradient(to bottom, var(--dark), #000);
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Wave Animation */
.tech-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.wave-svg {
  -webkit-filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.3));
          filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.3));
}

.wave-svg path {
  fill: rgba(99, 102, 241, 0.1);
  -webkit-animation: waveAnimation 10s linear infinite;
          animation: waveAnimation 10s linear infinite;
}

@-webkit-keyframes waveAnimation {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  50% { -webkit-transform: translateX(-25%); transform: translateX(-25%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes waveAnimation {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  50% { -webkit-transform: translateX(-25%); transform: translateX(-25%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.tech-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--light);
  margin-bottom: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--neon-blue)), to(var(--neon-purple)));
  background: linear-gradient(to right, var(--neon-blue), var(--neon-purple));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
}

.title-accent {
  width: 100px;
  height: 4px;
  margin: 0 auto;
  background: var(--primary);
  position: relative;
  border-radius: 2px;
  -webkit-animation: glowPulse 2s infinite;
          animation: glowPulse 2s infinite;
}

/* Features Grid */
.features-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
}

/* Feature Card */
.feature-card {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 2.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: var(--hover-gradient);
  border-color: var(--primary);
  -webkit-box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2),
              0 0 20px rgba(99, 102, 241, 0.1) inset;
          box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2),
              0 0 20px rgba(99, 102, 241, 0.1) inset;
}

/* Icon Container */
.icon-container {
  width: 70px;
  height: 70px;
  background: var(--icon-gradient);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.icon-container i {
  font-size: 2rem;
  color: var(--light);
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

.feature-card:hover .icon-container {
  -webkit-transform: scale(1.1) rotate(-5deg);
          transform: scale(1.1) rotate(-5deg);
}

/* Tech Badge */
.tech-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 20px;
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Feature Info */
.feature-info h3 {
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.feature-info p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.75rem;
}

.feature-list li i {
  color: var(--success);
  font-size: 1rem;
}

/* Tech Button */
.tech-btn {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--light);
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tech-btn:hover {
  background: var(--primary);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
          box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
}

.btn-glow {
  position: absolute;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -200%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.tech-btn:hover .btn-glow {
  left: 0;
}

/* Particles Animation */
.card-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.card-particles::before,
.card-particles::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: var(--primary);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.05;
  -webkit-animation: particleFloat 10s infinite alternate;
          animation: particleFloat 10s infinite alternate;
}

/* Animations */
@-webkit-keyframes glowPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@-webkit-keyframes particleFloat {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50px, 50px) rotate(180deg);
            transform: translate(50px, 50px) rotate(180deg);
  }
}

@keyframes particleFloat {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50px, 50px) rotate(180deg);
            transform: translate(50px, 50px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tech-title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .features-container {
    padding: 0 1rem;
  }
  
  .tech-title {
    font-size: 2.5rem;
  }
  
  .feature-card {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .tech-title {
    font-size: 2rem;
  }
  
  .icon-container {
    width: 60px;
    height: 60px;
  }
  
  .icon-container i {
    font-size: 1.5rem;
  }
}

/* Image Responsiveness */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.responsive-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.responsive-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.style1211 {
	color: #f8fafc;
	font-size: 24px;
	margin-top: 20px;
}

.style1212 {
	border-top-left-radius: 40px;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 40px;
}

.style1213 {
	font-size: 23px;
	color: #ffc107;
}



:root {
    /* --primary: #6366f1 */
    /* --secondary: #4f46e5 */
    /* --accent: #818cf8 */
    /* --success: #10b981 */
    /* --dark: #0f172a */
    /* --light: #f8fafc */
    /* --gradient: linear-gradient(135deg, var(--primary), var(--secondary)) */
}

.hero-section {
    position: relative;
    background: var(--dark);
    min-height: 100vh;
    overflow: hidden;
}

/* Background Elements */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(var(--dark) 1px, transparent 1px),
                      linear-gradient(90deg, var(--dark) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center center;
    opacity: 0.1;
}

.tech-circles .circle {
    position: absolute;
    border-radius: 50%;
    -webkit-filter: blur(60px);
            filter: blur(60px);
}

.circle-1 {
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(99, 102, 241, 0.15);
    -webkit-animation: float 10s ease-in-out infinite;
            animation: float 10s ease-in-out infinite;
}

.circle-2 {
    bottom: -15%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: rgba(79, 70, 229, 0.1);
    animation: float 12s ease-in-out infinite reverse;
}

.circle-3 {
    top: 40%;
    left: 30%;
    width: 300px;
    height: 300px;
    background: rgba(129, 140, 248, 0.1);
    -webkit-animation: float 8s ease-in-out infinite;
            animation: float 8s ease-in-out infinite;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Section Tag */
.section-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.tag-icon {
    font-size: 1.2rem;
}

.tag-text {
    font-weight: 500;
    color: var(--primary);
}

/* Hero Title */
.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--light);
    margin-bottom: 2rem;
    position: relative;
}

.title-accent {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--gradient);
    border-radius: 2px;
}

/* Hero Text */
.hero-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Key Points */
.key-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    color: var(--light);
}

.point i {
    color: var(--success);
}

/* CTA Buttons */
.hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.cta-button {
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background: var(--gradient);
    color: white;
    border: none;
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--light);
}

.cta-button:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
            box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
}

/* Hero Image */
.hero-image-wrapper {
    position: relative;
    padding: 1rem;
}

.image-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.hero-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(99, 102, 241, 0.2), rgba(79, 70, 229, 0.2));
}

.hero-image-wrapper:hover .hero-image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/* Stats Card */
.stats-card {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--light);
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Animations */
@-webkit-keyframes float {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}
@keyframes float {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding: ;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-image-wrapper {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .cta-button {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .key-points {
        grid-template-columns: 1fr;
    }

    .stats-card {
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        margin-top: 1rem;
    }
}

@media (max-width: 480px) {
    .section-tag {
        font-size: 0.875rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .stat-number {
        font-size: 1.25rem;
    }
}

.style1214 {
	font-size: 24px;
}

.style1328 {
	font-size: 24px;
}

.style1330 {
	font-size: 24px;
}

.style1329 {
	font-size: 24px;
}


/* Performance Optimized About Section Styles */
:root {
    /* --primary: #6366f1 */
    /* --secondary: #4f46e5 */
    /* --accent: #818cf8 */
    /* --dark: #0f172a */
    /* --light: #f8fafc */
    
    /* Using HSL for better performance */
    /* --primary-hsl: 238, 94%, 67% */
    /* --accent-hsl: 235, 91%, 74% */
}

.about-section {
    position: relative;
    background-color: var(--dark);
    overflow: hidden;
    /* Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    margin-top: -28px;
    padding-top: 2rem;
    padding-bottom: 0rem;
    border-bottom: 2px dashed #ffc107;
}

/* Optimized Background Grid */
.bg-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.03;
}

.grid-lines {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(var(--light) 1px, transparent 1px),
        linear-gradient(90deg, var(--light) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Section Header */
.about-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: hsla(var(--primary-hsl), 0.1);
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.badge-icon {
    font-size: 1rem;
    color: var(--primary);
}

.section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--light);
    margin: 1rem 0;
    font-weight: 700;
}

.title-line {
    width: 60px;
    height: 4px;
    background: var(--primary);
    margin: 1rem auto;
    border-radius: 2px;
}

/* Content Styles */
.content-wrapper {
    padding: 2rem;
}

.highlight-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.highlight-card {
    padding: 1.5rem;
    background: hsla(var(--primary-hsl), 0.05);
    border-radius: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.highlight-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}

.highlight-card i {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.highlight-card h3 {
    color: var(--light);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.highlight-card p {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

/* Metrics */
.key-metrics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
}

.metric {
    text-align: center;
}

.metric-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.metric-label {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 0.9rem;
}

/* Image Styles */
.image-wrapper {
    position: relative;
    padding: 1rem;
}

.image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px hsla(var(--primary-hsl), 0.1);
            box-shadow: 0 20px 40px hsla(var(--primary-hsl), 0.1);
}

.feature-image {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    /* Prevent layout shift */
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, 
        hsla(var(--primary-hsl), 0.2),
        hsla(var(--accent-hsl), 0.2)
    );
}

/* Performance Optimized Hover Effects */
@media (hover: hover) {
    .image-container:hover .feature-image {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .content-wrapper {
        padding: 1rem;
    }

    .highlight-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .highlight-cards {
        grid-template-columns: 1fr;
    }

    .key-metrics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2rem;
    }

    .image-wrapper {
        margin-top: 2rem;
    }
}

/* Print Styles */
@media print {
    .about-section {
        background: none;
        color: black;
    }

    .image-overlay {
        display: none;
    }
}
.style1215 {
	font-size: 24px;
	color: #ffc107;
}
.style1216 {
	color: #ffc107;
}

/* Performance Optimized FAQ Styles */
:root {
    /* --primary: #6366f1 */
    /* --secondary: #4f46e5 */
    /* --dark: #0f172a */
    /* --light: #f8fafc */
    /* --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) */
}

.faq-section {
    position: relative;
    background: var(--dark);
    color: var(--light);
    overflow: hidden;
    padding-bottom: 2rem;
}

/* Optimized Background Pattern */
.bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle at 1px 1px, var(--light) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

/* Section Badge */
.section-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.section-badge i {
    color: var(--primary);
}

/* Section Title */
.section-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--secondary)));
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    /* color: #f8f9fa */
}

.title-accent {
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin: 1rem 0;
    border-radius: 2px;
}

/* Section Text */
.section-lead {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.section-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}

/* FAQ List */
.faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}

/* FAQ Item */
.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}

/* Question Wrapper */
.question-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.question-number {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary);
    padding: 0.5rem;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 0.5rem;
    min-width: 2.5rem;
    text-align: center;
}

.question-wrapper h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--light);
    margin: 0;
}

/* Answer */
.answer {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    padding-left: 3.5rem;
}

/* Hover Effects - Only on devices that support hover */
@media (hover: hover) {
    .faq-item:hover .question-number {
        background: rgba(99, 102, 241, 0.2);
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .faq-section {
        padding: 3rem 0;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 2rem;
    }

    .title-accent {
        margin: 1rem auto;
    }

    .answer {
        padding-left: 0;
        margin-top: 1rem;
    }
}




/* Modern Digital Section Styles */
:root {/* --primary: #6366f1 */
    /* --secondary: #4f46e5 */
    /* --accent: #818cf8 */
    /* --dark: #0f172a */
    /* --light: #f8fafc */
    /* --gradient: linear-gradient(135deg, var(--primary), var(--secondary)) */
}

.digital-section {
    position: relative;
    padding: 6rem 0;
    background: var(--dark);
    overflow: hidden;
    color: var(--light);
}

/* Background Effects */
.digital-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gradient-mesh {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        linear-gradient(to right, rgba(99, 102, 241, 0.2) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(99, 102, 241, 0.2) 1px, transparent 1px);
    background-size: 50px 50px;
    -webkit-animation: gradientMove 20s linear infinite;
            animation: gradientMove 20s linear infinite;
}

.tech-lines {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 50% 50%, 
            rgba(99, 102, 241, 0.1) 0%,
            transparent 50%);
}

/* Content Styles */
.content-wrapper {
    position: relative;
    z-index: 2;
}

.digital-content {
    padding: 2rem;
}

/* Title Styles */
.title-wrapper {
    margin-bottom: 2rem;
}

.title-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.digital-title,
.digital-title-mobile {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-animation: titleGlow 2s ease-in-out infinite;
            animation: titleGlow 2s ease-in-out infinite;
}

/* Feature Points */
.feature-points {
    display: grid;
    gap: 1rem;
    margin: 2rem 0;
}

.feature-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(99, 102, 241, 0.05);
    border-radius: 0.75rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.feature-point:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    background: rgba(99, 102, 241, 0.1);
}

.feature-point i {
    color: var(--primary);
}

/* Image Styles */
.image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: perspective(1000px) rotateY(-5deg);
            transform: perspective(1000px) rotateY(-5deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.image-wrapper:hover {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
}

.feature-image {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        rgba(99, 102, 241, 0.2),
        rgba(79, 70, 229, 0.2)
    );
}






/* Modern Digital Section Styles */
:root {
    /* --primary: #6366f1 */
    /* --secondary: #4f46e5 */
    /* --accent: #818cf8 */
    /* --dark: #0f172a */
    /* --light: #f8fafc */
    /* --gradient: linear-gradient(135deg, var(--primary), var(--secondary)) */
}

.digital-section {
    position: relative;
    background: var(--dark);
    overflow: hidden;
    color: var(--light);
    padding-top: 0rem;
    padding-bottom: 0rem;
}

/* Background Effects */
.digital-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gradient-mesh {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        linear-gradient(to right, rgba(99, 102, 241, 0.2) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(99, 102, 241, 0.2) 1px, transparent 1px);
    background-size: 50px 50px;
    -webkit-animation: gradientMove 20s linear infinite;
            animation: gradientMove 20s linear infinite;
}

.tech-lines {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 50% 50%, 
            rgba(99, 102, 241, 0.1) 0%,
            transparent 50%);
}

/* Content Styles */
.content-wrapper {
    position: relative;
    z-index: 2;
}

.digital-content {
    padding: 2rem;
}

/* Title Styles */
.title-wrapper {
    margin-bottom: 2rem;
}

.title-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.digital-title,
.digital-title-mobile {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-animation: titleGlow 2s ease-in-out infinite;
            animation: titleGlow 2s ease-in-out infinite;
}

/* Feature Points */
.feature-points {
    display: grid;
    gap: 1rem;
    margin: 2rem 0;
}

.feature-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(99, 102, 241, 0.05);
    border-radius: 0.75rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.feature-point:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    background: rgba(99, 102, 241, 0.1);
}

.feature-point i {
    color: var(--primary);
}

/* Image Styles */
.image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: perspective(1000px) rotateY(-5deg);
            transform: perspective(1000px) rotateY(-5deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.image-wrapper:hover {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
}

.feature-image {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        rgba(99, 102, 241, 0.2),
        rgba(79, 70, 229, 0.2)
    );
}

/* Animations */
@-webkit-keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}
@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

@-webkit-keyframes titleGlow {
    0%, 100% { -webkit-filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3)); filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3)); }
    50% { -webkit-filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.1)); filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.1)); }
}

@keyframes titleGlow {
    0%, 100% { -webkit-filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3)); filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3)); }
    50% { -webkit-filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.1)); filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.1)); }
}

/* Responsive Design */
@media (max-width: 992px) {
    .digital-section {
        padding: 4rem 0;
    }

    .image-wrapper {
        -webkit-transform: none;
                transform: none;
        margin: 2rem 0;
    }

    .feature-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .digital-content {
        padding: 1rem;
    }

    .feature-point {
        padding: 0.75rem;
    }
}

/* Print Styles */
@media print {
    .digital-section {
        background: white;
        color: black;
    }

    .digital-bg,
    .image-overlay {
        display: none;
    }
}

/* Performance Optimizations */
.digital-section * {
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .digital-section * {
        -webkit-animation: none !important;
                animation: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.style1217 {
	font-size: 24px;
}

.style1313 {
	font-size: 24px;
}

.style1315 {
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.style1218 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1220 {
	padding-top: 0px;
}

.style1314 {
	font-size: 24px;
}

.style1222 {
}

.style1223 {
	margin-top: 10px;
	margin-right: 0px;
}

.style1224 {
	background-color: #ffc107;
	color: #000;
}

.style1224:hover {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1225 {
	border: 2px #adb5bd;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.style1226 {
	margin-bottom: 10px;
}

.style1227 {
	margin-top: -26px;
}

.style1228 {
	color: #6610f2;
}

.style1229 {
	color: #6610f2;
}

.style1230 {
	color: #6610f2;
}

.style1231 {
	color: #6610f2;
}

.style1232 {
	color: #6610f2;
}

.style1233 {
	color: #6610f2;
}

.style1234 {
	margin-right: 0px;
}

.style1235 {
	margin-right: 0px;
}

.style1236 {
	margin-top: 10px;
}

.style1237 {
	color: #f8f9fa;
}

.style1239 {
	margin-top: 20px;
}

.style1240 {
	background-color: #bdc2e2;
}

.style1240:hover {
	color: #fff;
	background-color: #e0061c;
}

.style1241 {
	color: #f8f9fa;
	/* background-color: #6610f2 */
}

.style1241:hover {
	background-color: #ffc107;
}

.style1242 {
	color: #fff;
	background-color: #6610f2;
}

.style1243 {
}

.style1243:hover {
	margin-top: -5px;
}

.style1244 {
	color: #f8f9fa;
	margin-left: 10px;
}

.style1245 {
}

.style1246 {
	border: 3px solid #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px 20px 10px;
}

.style1247 {
	text-transform: uppercase;
	color: #850303;
	font-weight: bold;
}

.style1248 {
	color: #c850c0;
	text-decoration: underline;
}

.style1249 {
	background-color: #e0061c;
}

.style1250 {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1250:hover {
	background-color: #ffc107;
}

.style1251 {
	background-color: #e0061c;
	color: #f8f9fa;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
}

.style1252 {
	background-color: #e0061c;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1253 {
	color: #f8f9fa;
}

.style1254 {
	background-color: #212529;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1255 {
	background-color: #0d069e;
	color: #f8f9fa;
}

.style1255:hover {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1256 {
	margin-top: 20px;
}

.style1257 {
	color: #6610f2;
	font-weight: bold;
}

.style1258 {
	color: #6610f2;
	font-weight: bold;
}

.style1259 {
	color: #6610f2;
	font-weight: bold;
}

.style1260 {
	color: #6610f2;
	font-weight: bold;
}

.style1261 {
	color: #6610f2;
	font-weight: bold;
}

.style1262 {
	color: #6610f2;
	font-weight: bold;
}

.style1263 {
	color: #6610f2;
	font-weight: bold;
	opacity: 1;
}

.style1264 {
	color: #6610f2;
	font-weight: bold;
	margin-top: 0px;
}

.style1265 {
	color: #6610f2;
	font-weight: bold;
}

.style1266 {
	color: #6610f2;
	font-weight: bold;
}

.style1267 {
	color: #6610f2;
	font-weight: bold;
	margin-bottom: 6px;
}

.style1268 {
	color: #6610f2;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 5px;
}

.style1269 {
	color: #6610f2;
	font-weight: bold;
	text-transform: capitalize;
}

.style1270 {
	background-color: #ffc107;
}

.style1270:hover {
	color: #fff;
	background-color: #6610f2;
}

.style1271 {
}

.style1272 {
	margin-top: 0px;
	padding-top: 0px;
}

.style1273 {
	/* background-color: #ffc107 */
}

.style1274 {
}

.style1275 {
	color: #990e0e;
}

.style1276 {
	border: 3px solid #6610f2;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.style1277 {
	color: #fff;
	background-color: #e0061c;
}

.style1278 {
	/* background-color: #bdc2e2 */
}

.style1278:hover {
	background-color: #e0061c;
	color: #f8fafc;
}

.style1279 {
	color: #f8fafc;
}

.style1280 {
	margin-top: 20px;
	margin-left: 10px;
}

.style1281 {
	color: #f8f9fa;
}

.style1282 {
	margin-top: 20px;
	margin-left: 10px;
}

.style1283 {
	margin-top: 20px;
	margin-left: 10px;
}

.style1284 {
	background-color: #ffc107;
}

.style1284:hover {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1285 {
	margin-top: 20px;
}

.style1286 {
	color: #f8f9fa;
}

.style1287 {
	margin-top: 0px;
	margin-left: 10px;
}

.style1288 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.style1289 {
	background-color: #ffc107;
}

.style1290 {
	margin-top: 15px;
}

.style1291 {
	margin-left: 10px;
}

.style1292 {
	margin-top: 20px;
	margin-left: 20px;
}

.style1293 {
	text-align: center;
}

.style1294 {
}

.style1295 {
}

.style1296 {
	margin-top: -20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.style1297 {
	border-width: 0px;
	border-color: rgba(0, 0, 0, 0);
	margin-left: 10px;
}

.style1297:hover {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #ffc107;
}

.style1299 {
	margin-top: -30px;
}

.style1300 {
	margin-top: 20px;
}

.style1301 {
	color: #330978;
	text-decoration: underline;
}

.style1302 {
}

.style1303 {
}

.style1304 {
	color: #6610f2;
}

.style1305 {
	color: #6610f2;
}

.style1306 {
	color: #6610f2;
}

.style1307 {
	color: #6610f2;
}

.style1308 {
	color: #6610f2;
}

.style1309 {
	color: #6610f2;
}

.style1310 {
	color: #6610f2;
}

.style1311 {
	color: #6610f2;
}

.style1312 {
	color: #6610f2;
}

.style1316 {
	color: #6610f2;
}

.style1317 {
	color: #6610f2;
}

.style1318 {
	color: #6610f2;
}

.style1319 {
	color: #6610f2;
}

.style1320 {
	color: #6610f2;
}

.style1321 {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.style1322 {
	margin-left: 15px;
	margin-right: 15px;
}

.style1323 {
	margin-left: 20px;
	margin-right: 20px;
}

.style1324 {
	background-color: #e0061c;
	color: #fff;
}

.style1324:hover {
	background-color: #ffc107;
}

.style1325 {
	background-color: #bdc2e2;
}

.style1325:hover {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1326 {
	color: #870808;
	font-weight: bold;
	text-decoration: underline;
}

.style1331 {
	margin-top: 15px;
}

.style1332 {
	font-size: 16px;
}

.style1333 {
	font-size: 16px;
}

.style1334 {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1335 {
	border: 2px #ffc107;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1336 {
	text-transform: uppercase;
}

.style1166:hover {
	background-color: rgba(0, 0, 0, 0);
}

.style1337 {
	color: #1a1a2e;
}

.style1338 {
	background-color: #ffc107;
}

.style1338:hover {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1339 {
	background-color: #bdc2e2;
}

.style1339:hover {
	background-color: #e0061c;
	color: #f8f9fa;
}

.style1202:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.style1340 {
	background-color: #6610f2;
	color: #fff;
}

.style1340:hover {
	background-color: #ffc107;
}

.style1341 {
	color: #000;
	background-color: #26c207;
}

.style1341:hover {
	background-color: #ffc107;
}

.style1342 {
	background-color: #6610f2;
	color: #f8fafc;
}

.wappler-temp {
}

.style1204:hover {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1343 {
	background-color: #ffc107;
}

.style1344 {
}

.style1345 {
	margin-top: -20px;
}

.style1346 {
}

.style1347 {
	background-color: #6610f2;
	color: #f8f9fa;
}

.style1348 {
	background-color: #bdc2e2;
	color: #000;
}

.style1347:hover {
	background-color: #ffc107;
}

.style1348:hover {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1349 {
	color: #ffc107;
}

.style1350 {
	border-color: #6610f2;
	color: #6610f2;
}

.style1350:hover {
	background-color: #6610f2;
	color: #f8f9fa;
}

.style1351 {
	border-color: #e0061c;
	color: #e0061c;
}

.style1351:hover {
	background-color: #e0061c;
	color: #f8f9fa;
}

.style1352 {
	border-color: #bdc2e2;
}

.style1352:hover {
	background-color: #ffc107;
	border-style: none;
}

.style1353 {
	margin-top: 10px;
	color: #8f0a16;
	text-decoration: underline;
	font-size: 20px;
}

.style1354 {
	margin-top: 20px;
	border: 2px solid #d4d5d9;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1355 {
	color: #6610f2;
}

.style1356 {
	color: #000;
	background-color: #ffc107;
}

.style1354:hover {
	border: 2px solid #6610f2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1357 {
	margin: 20px 0px 13px;
}

.style1358 {
	color: #6610f2;
	border-color: #6610f2;
}

.style1358:hover {
	color: #f8f9fa;
	background-color: #6610f2;
}

.style1359 {
	margin-top: 10px;
	font-size: 24px;
}

.style1360 {
	margin-right: 10px;
}

.style1361 {
	color: #ffc107;
}

.style1362 {
}

.style1363 {
	margin-bottom: 0px;
}

.style1364 {
	margin-bottom: 0px;
}

.style1365 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1366 {
	color: #dee2e6;
	background-color: #e0061c;
}

.style1367 {
	background-color: #ffc107;
}

.style1368 {
	background-color: #bdc2e2;
	color: #000;
}

.style1367:hover {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1368:hover {
	color: #f8fafc;
	background-color: #6610f2;
}

.style1369 {
	background-color: #ffc107;
}

.style1370 {
	background-color: #ffc107;
}

.style1371 {
	color: #1a1a2e;
	background-color: #bdc2e2;
}

.style1370:hover {
	background-color: #6610f2;
	color: #f8fafc;
}

.style1371:hover {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1372 {
	color: #ffc107;
}

.style1373 {
	color: #f8f9fa;
}

.style1374 {
	font-weight: bold;
}

.style1375 {
	font-weight: bold;
}

.style1376 {
	font-weight: bold;
}

.style1377 {
	font-weight: bold;
}

.style1378 {
	color: #fff;
}

.style1379 {
	color: #bdc2e2;
}

.style1380 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.style1381 {
	margin-top: 20px;
}

.style1382 {
	color: #000;
	border-width: 0px;
	border-style: none;
}

.style1383 {
	padding: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1383:hover {
	border: 2px solid #0d069e;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.wappler-temp {
}

.wappler-temp {
}

.wappler-temp {
}

.wappler-temp {
}

.wappler-temp {
}

.wappler-temp {
}

.style1384 {
	margin-top: 20px;
}

.style1385 {
	margin-top: 0px;
}

.style1386 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1387 {
	margin-top: 0px;
}

.style1388 {
	margin-top: 0px;
}

.style1389 {
	margin-top: 0px;
}

.style1390 {
	margin-top: 0px;
}

.style1391 {
	margin-top: 0px;
}

.style1392 {
	margin-top: 0px;
}

.style1393 {
	margin-top: -1px;
}

.style1386:hover {
	background-color: #ebdc4a;
}

.style1393:hover {
	background-color: #a1a8f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #f8f9fa;
}

.style1388:hover {
	background-color: #75f05d;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1389:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #e3616d;
	color: #f8f9fa;
}

.style1390:hover {
	background-color: #0dcaf0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1391:hover {
	background-color: #f0964b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1392:hover {
	background-color: #e5c7ca;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1394 {
	padding: 20px;
	border: 1px solid #0d069e;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1394:hover {
	border: 2px solid #26c207;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1395 {
	color: #ffc107;
}

.style1396 {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1397 {
	color: #ffc107;
}

header.dashboard-header.style1242 {
}

.style1398 {
	margin-left: 10px;
	margin-right: 10px;
	border: 0px #6610f2;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1398:hover {
	border: 0px #26c207;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1399 {
	border-width: 0px 0px 1px;
	border-bottom-color: #6610f2;
	border-top-left-radius: 10px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 30px 20px;
}

.style1400 {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}

.style1401 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top: 0px;
	margin-left: 5px;
}

.style1402 {
	background-color: #6610f2;
	color: #f8f9fa;
}

.style1403 {
	margin-top: -7px;
	margin-bottom: -1px;
}

.style1404 {
	color: #6610f2;
}

.style1405 {
	border-color: #0d069e;
	border-style: solid;
	color: #0d069e;
}

.style1405:hover {
	color: #f8f9fa;
	background-color: #0d069e;
}

.style1406 {
	/* border: 0px #42b02c */
	/* border-top-left-radius: 0px */
	/* border-top-right-radius: 0px */
	/* border-bottom-left-radius: 0px */
	/* border-bottom-right-radius: 0px */
	/* margin-top: 10px */
	/* margin-left: 15px */
	/* padding-left: 0px */
	margin-left: 0px;
	padding-right: 0px;
}

.style1407 {
	border-color: #42b02c;
	border-style: solid;
	padding-left: 20px;
	padding-right: 20px;
}

.style1407:hover {
	color: #f8f9fa;
	background-color: #42b02c;
}

.style1408 {
	background-color: #ffc107;
	margin-top: -1px;
	padding-top: 10px;
	border-color: #000;
	border-style: dashed;
	border-width: 2px 4px 2px 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 31px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 31px;
}

.style1409 {
	padding-top: 10px;
	background-color: #ffc107;
	color: #000;
	border-width: 2px 3px 2px 2px;
	border-style: dashed;
	border-top-left-radius: 10px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
}

.style1410 {
	color: #f8f9fa;
	background-color: #26c207;
	margin-top: -41px;
	margin-bottom: 2px;
}

.style1410:hover {
	color: #f8f9fa;
	background-color: #e0061c;
}

.style1411 {
	color: #3f37c9;
}

.style1412 {
	margin-top: 20px;
}

.style1413 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1414 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}

.style1415 {
	background-color: #bdc2e2;
}

.style1415:hover {
	color: #fff;
	background-color: #e0061c;
}

.style1416 {
	color: #f8f9fa;
}

.style1417 {
	color: #f8f9fa;
}

.style1418 {
	color: #f8f9fa;
}

.style1419 {
	background-color: #ffc107;
}

.style1420 {
	background-color: #26c207;
}

.style1421 {
	color: #000;
}

.style1422 {
	color: #f8f9fa;
}

.style1406:hover {
	color: #f8f9fa;
	border-width: 1px;
	border-color: #ffc107;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1423 {
	border-color: #42b02c;
}

.style1423:hover {
	background-color: #42b02c;
	color: #f8f9fa;
}

.style1424 {
	margin-top: -30px;
}

.style1425 {
	margin-top: -30px;
}

.style1426 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.style1427 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1428 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1429 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.style1430 {
	border-color: #0d069e;
	border-style: solid;
	color: #0d069e;
}

.style1430:hover {
	color: #f8f9fa;
	background-color: #0d069e;
}

.style1431 {
	background-image: linear-gradient(246deg, #170452 0%, #6714ed 100%);
	border-top-left-radius: 46px;
	border-top-right-radius: 46px;
	border-bottom-left-radius: 46px;
	border-bottom-right-radius: 46px;
	margin-bottom: 10px;
	padding-left: 50px;
}

.style1432 {
	color: #f8f9fa;
	text-align: center;
	margin-top: 10px;
}

.style1433 {
	color: #ffc107;
}

.style1434 {
	color: #ffc107;
}

.style1435 {
	color: #ffc107;
}

.style1436 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1437 {
	color: #ffc107;
}

.style1438 {
	background-color: #5fbccf;
}

.style1439 {
	margin-top: 20px;
	margin-left: 20px;
}

.style1440 {
	background-color: #0dcaf0;
}

.style1441 {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1442 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.style1443 {
	margin-top: 20px;
}

.style1444 {
	font-size: 19px;
	color: #8f0a16;
	text-decoration: underline;
}

.style1445 {
	background-color: #6610f2;
	color: #fff;
}

.style1446 {
	color: #8f0a16;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 0px;
}

.style1447 {
	margin-top: -19px;
}

.style1448 {
	font-size: 16px;
}

.style1449 {
	background-color: #42b02c;
	color: #f8f9fa;
}

.style1450 {
	border: 1px solid #0d069e;
	color: #0d069e;
}

.style1450:hover {
	background-color: #42b02c;
	color: #f8f9fa;
	border-style: none;
}

.style1451 {
	background-color: #14cdf2;
}

.style1452 {
	background-color: #ffd65c;
}

.style1453 {
	background-color: #ffc107;
}

.style1454 {
}

.style1455 {
	padding-left: 20px;
}

.style1456 {
	background-color: #ebbe3a;
}

.style1457 {
	color: #ffc107;
	font-size: 16px;
}

.style1458 {
	color: #ffc107;
}

.style1459 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.style1460 {
	color: #ffc107;
}

.style1461 {
	color: #f8f9fa;
}

.style1462 {
}

.style1463 {
	color: #f8f9fa;
}

.style1464 {
	margin-top: 0px;
}

.style1465 {
	color: #f8f9fa;
}

.style1466 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}

.style1467 {
	margin-top: 10px;
}

.style1468 {
	border-color: #0d069e;
	color: #0d069e;
}

.style1469 {
	color: #0e0e8f;
	text-decoration: underline;
	text-align: center;
}

.style1470 {
	padding-top: 10px;
	border-left: #6610f2;
	border-style: dashed;
	border-width: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
}

.style1471 {
}

.style1472 {
	margin-bottom: 10px;
}

.style1473 {
	margin-top: 5px;
}

.style1474 {
	margin-top: 5px;
}

.style1475 {
	font-size: 22px;
}

.style1476 {
	padding-top: 15px;
}

.style1477 {
	margin-bottom: 20px;
}

.style1478 {
	font-weight: bold;
}

.style1479 {
	margin-top: -20px;
	margin-left: 10px;
}

.style1480 {
	color: #f8fafc;
}

.style1481 {
	color: #f8f9fa;
}

.style1482 {
	margin-top: 20px;
}

.style1483 {
	background-color: #1a1a2e;
	color: #ffc107;
	margin-top: 23px;
	border-top-left-radius: 26px;
	border-bottom-right-radius: 26px;
}

.style1484 {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 19px;
}

.style1485 {
	margin-top: 10px;
}

.style1486 {
	margin-top: -30px;
}

.style1487 {
	color: #f8f9fa;
}

.style1488 {
	background-color: #c1d6cc;
}

.style1489 {
	/* color: #1a1a2e */
	background-color: #ff9f1c
}

.style1490 {
	border: 1px solid #ff9f1c;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.style1491 {
	background-color: #26c207;
}

.style1492 {
	background-color: #4f46e5;
}

.style1493 {
	background-color: #f8f9fa;
	border: 1px solid #c6c6c9;
}

.style1490:hover {
	background-color: #ff9f1c;
}

.style1494 {
	color: #1a1a2e;
	font-size: 16px;
	margin-top: -10px;
	margin-bottom: 0px;
}

.style1495 {
	font-size: 15px;
	margin-bottom: 2px;
}

.wappler-temp {
}

.style1496 {
	font-size: 16px;
}

.style1497 {
	margin-top: 20px;
}

.style1498 {
	margin-top: 10px;
}

.style1499 {
	margin-top: -25px;
}

.style1500 {
	padding-left: 0px;
	padding-right: 10px;
}

.style1501 {
	padding-left: 0px;
	padding-right: 0px;
}

.style1502 {
	border-color: #0d069e;
	color: #0d069e;
}

.style1503 {
}

.style1504 {
	margin-top: 60px;
}

.style1505 {
	margin-top: 11px;
}

.style1506 {
	background-color: #ffc107;
}

.style1506:hover {
	background-color: #42b02c;
	color: #fff;
}

.style1507 {
	margin-top: 20px;
}

.style1508 {
}

.style1509 {
	color: #1a1a2e;
}

.style1510 {
	padding-top: 1rem;
	padding-bottom: 0px;
}

.style1511 {
	color: #212529;
}

.style1512 {
	color: #f8f9fa;
}

.style1513 {
	color: #f8fafc;
}

.style1514 {
	color: #fff;
}

.style1515 {
	font-size: 14px;
	color: #c90e1f;
	margin-bottom: -1px;
}

.style1516 {
	color: #212529;
}

.style1517 {
	color: #2d3436;
}

.style1518 {
	font-size: 17px;
}

.wappler-temp {
}

.wappler-temp {
}

section.style1268 {
}

.style1519 {
	background-color: #0ff;
}

.style1520 {
	color: #f8fafc;
}

.style1521 {
	color: #fff;
}

.style1522 {
	color: #fff;
}

.style1523 {
	color: #0ff;
}

.style1524 {
	color: #dcdcdc;
}

.style1525 {
	margin-left: -15px;
	margin-right: -15px;
}

.style1526 {
	color: #ffc107;
}

.style1527 {
	color: #ffc107;
}

.style1528 {
	color: #fff;
}

.style1529 {
	color: #ffc107;
}

.style1530 {
	border-width: 0px;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.style1531 {
	border: 1px solid #8b61d6;
}

.style1532 {
	border-color: #6261c7;
}

.style1533 {
}padding-left: 0px;.style1534 {
	padding-top: 0px;
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.style1535 {
	margin-top: 4px;
}.style1536 {
	border-width: 2px;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}.style1537 {
	border: 0px rgba(255, 255, 255, 0.1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.style1538 {
}.style1539 {
	margin-bottom: 13px;
}.style1540 {
}.style1541 {
	text-decoration: underline;
}.style1542 {
	color: #570ece;
}.style1543 {
	margin-top: -10px;
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.wappler-temp {
}.style1544 {
	margin-top: 10px;
}.wappler-temp {
}.style1545 {
	text-decoration: underline;
}.style1546 {
	margin-bottom: 0px;
}.style1547 {
}.style1548 {
	text-decoration: underline;
}
