@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');


body {
    font-family: 'Manrope', sans-serif;
	overflow: hidden;
	padding: 0px !important;
}


.events-table {
    width: 100%;
    border-collapse: collapse;
}

.events-table th {
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #69A7DB;
    border-bottom: 2px solid #242424;
    position: sticky;
    top: 0;
}

.events-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #B5B5B5;
    font-size: 13px;
}

.events-table tr:last-child td {
    border-bottom: none;
}

.events-header {
     
	margin-bottom: 15px;
	text-align: center;
}

.events-header h1 {
	 font-size: 48px;
	font-weight: 600;
	color: #000;
	margin: 0 0 5px 0;
}

.events-header h2 {
	font-size: 32px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.events-header p {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.time {
	font-size: 12px;
	font-weight: 500;
	color: #242424;
}

.day {
	font-size: 14px;
	font-weight: 500;
	color:#000000;
}



/**umb_name:Heading 1*/
.h1RichText {
	font-size: 126px;
	font-weight: 700;
	color: white;
}

/**umb_name:Heading 2*/
.h2RichText {
	color: white;
	font-size: 79px;
	font-weight: 500;
}

/**umb_name:Heading 3*/
.h3RichText {
	font-size: 24px;
	font-weight: 500;
}

/**umb_name:Heading 4*/
.h4RichText {
	font-size: 34px;
	font-weight: 900;
}

/**umb_name:Heading 5*/
.h5RichText {
	font-size: 28px;
	font-weight: 900;
}

/**umb_name:Paragraph 1*/
.paragraph1 {
	font-size: 20px;
	font-weight: 500;
}

/**umb_name:Paragraph 2*/
.paragraph2 {
	font-size: 16px;
	font-weight: 500;
}

/**umb_name:Paragraph 3*/
.paragraph3 {
	font-size: 12px;
	font-weight: 500;
}



/**umb_name:Paragraph*/
.pRichText {
	text-size: 12px;
}
