.custom-blog-archive .custom-header-blog-archive {
	padding: 145px 0 70px 0;
	background: #1B1851;
}

.custom-blog-archive .custom-header-blog-archive h1 {
	color: #fff031;
	text-transform: uppercase;
	font-family: 'PlutoRegular';
	margin-bottom: 0px;
	font-size: 30px;
}

.custom-blog-archive .custom-header-blog-archive h2 {
	color: white;
	font-size: 65px;
	margin-block: 12px;
}


.custom-blog-archive .custom-header-blog-archive .countdown {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.custom-blog-archive .custom-header-blog-archive .time-box {
	background-color: #fff031;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	color: #1e1e3f;
	font-size: 20px;
	width: 120px;
}

.custom-blog-archive .custom-header-blog-archive .time-box span {
	font-size: 36px;
}

.custom-blog-archive .custom-header-blog-archive .time-box p {
	margin-top: 10px;
	font-size: 0.6em;
	color: #1B1851;
}

.cta-hero {
	background: #4842C1;
	padding: 60px 0;
}

.cta-hero .center {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cta-hero .center h2{
	color: white;
}

.cta-hero .center .btn{
	background: #fff031;
	color: #1B1851;
	border-radius: 20px;
	font-family: PlutoRegular;
	padding: 10px 25px;
	border: 0;
}

.custom-blog-archive .custom-header-blog-archive p {
	color: #ffffff;
	font-family: PlutoRegular;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.custom-blog-archive .latest-posts .box-title {
	
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 1px solid #1B1851;
	margin-bottom: 48px;
}

.custom-blog-archive .latest-posts .box-title h2{
	margin-bottom: 0;
}

.custom-blog-archive .latest-posts .box-title a{
	color: #4842C1;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.custom-blog-archive .latest-posts {
	background: #ffffff;
	padding: 50px 0 80px 0;
}


.custom-blog-archive .resources {
	background: #ffffff;
}

.custom-blog-archive .resources .box-title {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 1px solid #1B1851;
	margin-bottom: 48px;
}

.custom-blog-archive .resources .box-title h2{
	margin-bottom: 0;
}

.custom-blog-archive .resources.bis {
	padding: 60px 0;
	background: #1B1851;
}

.custom-blog-archive .resources.bis .title {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
	margin-bottom: 48px;
	color: #fff031;
}

.custom-blog-archive .resources.bis .title h2{
	margin-bottom: 0;
	text-align: center;
}

.custom-blog-archive .resources.bis .post {
	background: white;
}






.custom-blog-archive .resources .post {
	padding: 12px;
	border: 1px solid rgba(109, 110, 118, 0.1);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.custom-blog-archive .resources .post .featured-image {
	margin-bottom: 16px;
	text-align: center;
}

.custom-blog-archive .resources .post .category {
	margin-bottom: 24px;
}

.custom-blog-archive .resources .post .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.custom-blog-archive .resources .post .category a:hover {
	text-decoration: none;
}

.custom-blog-archive .resources .post h3 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 17.63px;
	font-weight: 700;
	line-height: 21.78px;
	letter-spacing: 0.005em;
	text-align: left;    
}

.custom-blog-archive .resources .post .btn {
	padding: 12px 33px;
	background: #4842C1;
	font-family: PlutoBold;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.76px;
	text-align: center;
	color: #ffffff;
	border-radius: 100px;
}

.custom-blog-archive .resources .post .btn:hover {
	color: #1B1851;
	background: #FFF031;
}

.custom-blog-archive .resources .post ul {
	padding: 0;
	margin-bottom: 32px;
	list-style-type: none;
}

.custom-blog-archive .resources .post ul li{
	margin-bottom: 0;
	padding: 0;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #595959;
	margin-bottom: 12px;
}
.custom-blog-archive .resources.bis .post {
	justify-content: flex-start;
}

.custom-blog-archive .cta-final {
	padding: 60px 0;
}

.custom-blog-archive .cta-final .content {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.custom-blog-archive .cta-final .content h2 {
	margin-bottom: 0;
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 20px;
}

.custom-blog-archive .cta-final .content .btn {
	padding: 12px 33px;
	background: #4842C1;
	font-family: PlutoBold;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.76px;
	text-align: center;
	color: #ffffff;
	border-radius: 100px;
}












.custom-blog-archive .latest-posts .feature-post {
	padding: 36px 26px;
	border: 1px solid rgba(109, 110, 118, 0.1);
	min-height: 100%;
}

.custom-blog-archive .latest-posts .feature-post .featured-image {
	margin-bottom: 46px;
}

.custom-blog-archive .latest-posts .feature-post .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.custom-blog-archive .latest-posts .feature-post .category {
	margin-bottom: 20px;
}

.custom-blog-archive .latest-posts .feature-post .category a:hover {
	text-decoration: none;
}

.custom-blog-archive .latest-posts .feature-post h1 {
	line-height: 10px;
	margin-bottom: 32px;
}

.custom-blog-archive .latest-posts .feature-post h1 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.custom-blog-archive .latest-posts .feature-post .cta {
	color: #4842C1;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.custom-blog-archive .latest-posts .title {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 1px solid #1B1851;
	margin-bottom: 5px;
}

.custom-blog-archive .latest-posts .title h2 {
	margin-bottom: 0;
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.custom-blog-archive .latest-posts .title a {
	color: #4842C1;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.custom-blog-archive .latest-posts .list-posts {
	padding: 26px 32px;
}

.custom-blog-archive .latest-posts .list-posts .category {
	margin-bottom: 8px;
}

.custom-blog-archive .latest-posts .list-posts .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.custom-blog-archive .latest-posts .list-posts .category a:hover {
	text-decoration: none;
}

.custom-blog-archive .latest-posts .list-posts h3 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.custom-blog-archive .latest-posts .list-posts:hover {
	background: #F5F5F5
}

.custom-blog-archive .highlights-posts {
	padding: 48px 0 78px 0;
	background: #FFF031;
}

.custom-blog-archive .highlights-posts h2 {
	margin-bottom: 48px;
	color: #1B1851;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-blog-archive .highlights-posts .posts {
	background: transparent;
}

.custom-blog-archive .highlights-posts .posts .feature-post {
	background: #ffffff;
	margin: 0 6px;
	padding: 10px 12px;
	min-height: 300px;
	margin-bottom: 20px;
}

.custom-blog-archive .highlights-posts .posts .feature-post .featured-image {
	margin-bottom: 16px;
}

.custom-blog-archive .highlights-posts .posts .feature-post .category {
	margin-bottom: 24px;
}

.custom-blog-archive .highlights-posts .posts .feature-post .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.custom-blog-archive .highlights-posts .posts .feature-post .category a:hover {
	text-decoration: none;
}

.custom-blog-archive .highlights-posts .posts .feature-post h3 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 17.634px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.088px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-blog-archive .category-first-section {
	padding: 120px 0 60px;
	background: #ffffff;
}

.custom-blog-archive .category-first-section .title {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 1px solid #1B1851;
	margin-bottom: 48px;
}

.custom-blog-archive .category-first-section .title h2 {
	margin-bottom: 0;
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.custom-blog-archive .category-first-section .title a {
	color: #4842C1;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.custom-blog-archive .category-first-section .content .post {
	padding: 12px;
	border: 1px solid rgba(109, 110, 118, 0.1);
	min-height: 100%;
}

.custom-blog-archive .category-first-section .content .post .featured-image {
	margin-bottom: 16px;
	text-align: center;
}

.custom-blog-archive .category-first-section .content .post .category {
	margin-bottom: 24px;
}

.custom-blog-archive .category-first-section .content .post .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.custom-blog-archive .category-first-section .content .post .category a:hover {
	text-decoration: none;
}

.custom-blog-archive .category-first-section .content .post h3 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 17.634px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.088px;
}

.custom-blog-archive .category-first-section .content .btn-load-more {
	border-radius: 66px;
	border: 1px solid #575757;
	background: #FFF;
	color: #33268C;
	text-align: center;
	font-family: PlutoBold;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.68px;
	padding: 20px 60px;
}

.custom-blog-archive .category-first-section .content .btn-load-more:hover {
	border: 1px solid #33268C;
	color: #ffffff;
	background: #33268C;
}

.custom-blog-archive .category-second-section {
	padding: 120px 0 60px;
	background: #ffffff;
}

.custom-blog-archive .category-second-section .title {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 1px solid #1B1851;
	margin-bottom: 48px;
}

.custom-blog-archive .category-second-section .title h2 {
	margin-bottom: 0;
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.custom-blog-archive .category-second-section .title a {
	color: #4842C1;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.custom-blog-archive .category-second-section .content .ebook {
	background: #4842C1;
	padding: 40px 20px;
}

.custom-blog-archive .category-second-section .content .ebook .image-ebook {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-blog-archive .category-second-section .content .ebook h3 {
	color: #FFF031;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.56px;
	margin-bottom: 16px;
}

.custom-blog-archive .category-second-section .content .ebook p {
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 16px;
}

.custom-blog-archive .category-second-section .content .ebook a {
	border-radius: 46px;
	background: #FFF031;
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 12px 20px;
}

.custom-blog-archive .category-second-section .content .ebook a:hover {
	text-decoration: none;
}

.custom-blog-archive .category-second-section .content .ebook .ebook-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-blog-archive .category-second-section .content .list-posts {
	padding: 26px 32px;
}

.custom-blog-archive .category-second-section .content .list-posts .category {
	margin-bottom: 8px;
}

.custom-blog-archive .category-second-section .content .list-posts .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.custom-blog-archive .category-second-section .content .list-posts .category a:hover {
	text-decoration: none;
}

.custom-blog-archive .category-second-section .content .list-posts h3 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.custom-blog-archive .category-second-section .content .list-posts:hover {
	background: #F5F5F5
}

.custom-blog-archive .category-second-section .category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 42px;
}

.custom-blog-archive .category-second-section .category-list .category-item {
	color: #FFF;
	text-align: center;
	font-family: PlutoBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	padding: 8px 12px;
	background: #33268C;
}

.custom-blog-archive .category-second-section .category-list .category-item a {
	color: #fff;
}

.custom-blog-archive .category-second-section .category-list .category-item a:hover {
	text-decoration: none;
}

.custom-blog-archive .quizfinder-banner {
	padding: 34px 0;
	background: #33268C;
}

.custom-blog-archive .quizfinder-banner .box {
	max-width: 350px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.custom-blog-archive .quizfinder-banner .box h2 {
	color: #FFF031;
	font-family: PlutoRegular;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.custom-blog-archive .quizfinder-banner .box p {
	color: #FFF;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 16px;
}

.custom-blog-archive .quizfinder-banner .box a {
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 46px;
	background: #FFF031;
	padding: 12px 20px;
}

.custom-blog-archive .quizfinder-banner .box a:hover {
	text-decoration: none;
}

.custom-blog-archive .newsletter-blog-form {
	padding: 68px 0;
	background: #33268C;
}

.custom-blog-archive .newsletter-blog-form h2 {
	color: #FFF031;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-blog-archive .newsletter-blog-form form {
	display: flex;
	flex-wrap: wrap;
}

.custom-blog-archive .newsletter-blog-form form .hs_email {
	width: 70%;
	flex: 0 0 70%;
	padding-right: 8px;
	order: 1;
}

.custom-blog-archive .newsletter-blog-form form .hs_email label {
	display: none;
}

.custom-blog-archive .newsletter-blog-form form ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.custom-blog-archive .newsletter-blog-form form .hs_email li {
	margin: 0;
}

.custom-blog-archive .newsletter-blog-form form .hs_email li label {
	display: block;
	color: #f2545b;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
	margin-top: 4px;
}

.custom-blog-archive .newsletter-blog-form form .hs_email input {
	width: 100%;
	border-radius: 8px;
	background: #F5F5F5;
	padding: 20px 14px;
	border: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
}

.custom-blog-archive .newsletter-blog-form form .hs_email input::placeholder {
	color: #868686;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container {
	width: 100%;
	flex: 0 0 100%;
	order: 3;
}

.custom-blog-archive .newsletter-blog-form form .hs-error-msgs li {
	margin-bottom: 4px;
	color: #f2545b;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
}

.custom-blog-archive .newsletter-blog-form form .hs_error_rollup {
	min-width: 100%;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container .hs-form-booleancheckbox-display {
	display: flex;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container p {
	color: #D1CAFF;
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
	margin-top: 26px;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container span {
	display: flex;
	align-items: center;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container .hs-form-required {
	color: #ffffff;
	font-size: 12px;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container li {
	margin-bottom: 0;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container .hs-error-msg {
	display: block;
	color: #f2545b;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1px;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container span p {
	margin-top: 0;
}

.custom-blog-archive .newsletter-blog-form form .legal-consent-container span p a {
	color: #D1CAFF;
	text-decoration: underline;
}

.custom-blog-archive .newsletter-blog-form form .hs_submit {
	width: 30%;
	flex: 0 0 30%;
	order: 2;
	padding-left: 8px;
	display: flex;
}

.custom-blog-archive .newsletter-blog-form form .hs_submit .actions {
	width: 100%;
}

.custom-blog-archive .newsletter-blog-form form .hs_submit .actions input {
	width: 100%;
	border-radius: 66px;
	background: #FFF030;
	color: #33268C;
	text-align: center;
	font-family: PlutoBold;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.68px;
	border: 0;
	padding: 20px 8px;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category {
	background: #ffffff;
	padding: 48px 0 0;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category .container {
	border-bottom: 1px solid #1B1851;
	padding-bottom: 38px;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category form .legal-consent-container p {
	color: #C4C4C4;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category form .legal-consent-container span p a {
	color: #C4C4C4;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category .title h2 {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	margin-bottom: 23px;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category .title p {
	color: #1B1851;
	font-family: PlutoRegular;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}

.custom-blog-archive .newsletter-blog-form.newsletter-category form .legal-consent-container .hs-form-required{
	color: #C4C4C4;
}

.custom-blog-archive .videos-youtube {
	padding: 48px 0 78px 0;
	background: #FFF031;
}

.custom-blog-archive .videos-youtube h2 {
	margin-bottom: 48px;
	color: #1B1851;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-blog-archive .videos-youtube .posts {
	background: transparent;
}

.custom-blog-archive .videos-youtube .posts .feature-post {
	background: #ffffff;
	margin: 0 6px;
	padding: 10px 12px;
	min-height: 300px;
	margin-bottom: 20px;
}

.custom-blog-archive .videos-youtube .posts .feature-post img {
	margin-bottom: 16px;
}

.custom-blog-archive .videos-youtube .posts .feature-post h3 {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 17.634px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.088px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-blog-archive .cta-form {
	background: #33268C;
	padding: 28px 0;
}

.custom-blog-archive .cta-form .btn {
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 46px;
	background: #FFF031;
	padding: 12px 20px;
}