.sample-component-bold-style {
	font-weight: bold;
}

.sample-component-italic-style {
	font-style: italic;
}


.rte_dh3 { width: 100%; position: fixed; top: 0; z-index: 600;}
.rte_dh3 .rte_dhnr { max-width: 1864px; margin: 0 auto; padding-left: 26px; padding-right: 26px;}
.rte_dh3 .rte_dhnrl { float: left; background: url("/views/assets/img/2023/Logo.png") no-repeat left center; width: 143px; height: 33px; margin-top: 30px;}
.rte_dh3 .rte_dhnrr { float:right; border: 1px solid #FFFFFF;background: rgba(255,255,255,0.8);border-radius: 30px; height: 46px; padding: 7px; margin-top: 15px; margin-bottom: 15px; overflow: hidden;}
.rte_dh3 .rte_dhlb {width: 60px; float: right; margin-right: 45px;height: 46px; line-height: 46px;font-weight: bold;font-size: 14px; text-align: center; color: #2E314D;border-radius: 23px; cursor: pointer;}
.rte_dh3 .rte_dhlb a { color: #2E314D;}
.rte_dh3 .rte_dhxz {width: 120px; float: right;height: 46px; line-height: 46px;font-weight: bold;font-size: 14px; text-align: center; color: #2E314D;border-radius: 23px; cursor: pointer;background: linear-gradient(135deg, #8813EF 0%, #3B54EE 100%); color: #FFF;}
.rte_dh3 .rte_dhxz a { color: #FFF;}

.rte_dh3 .rte_dhlb2 a { color: #2E314D;}
.rte_dh3 .rte_dhlb3 a { color: #2E314D;}

.rte_dh3 .rte_dhlbt {}
.rte_dh3 .rte_dhlb2 {width: 60px; float: right; margin-right: 45px; height: 46px; line-height: 46px;font-weight: bold;font-size: 14px; text-align: center; color: #2E314D;border-radius: 23px; cursor: pointer;}
.rte_dh3 .rte_dhlb3 {width: 60px; float: right; margin-left: 25px; margin-right: 45px;height: 46px; line-height: 46px;font-weight: bold;font-size: 14px; text-align: center; color: #2E314D;border-radius: 23px; cursor: pointer;}

.rte_dh3 .rte_dhlb:hover .jbxt { display: block;}
.rte_dh3 .rte_dhlb2:hover .jbxt2 { display: block;}
.rte_dh3 .rte_dhlb3:hover .jbxt3 { display: block;}

.rte_dh3 .rte_dhlb:hover .rte_dhlbt {background: -webkit-linear-gradient(left, #8813EF, #3B54EE); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.rte_dh3 .rte_dhlb2:hover .rte_dhlbt {background: -webkit-linear-gradient(left, #8813EF, #3B54EE); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.rte_dh3 .rte_dhlb3:hover .rte_dhlbt {background: -webkit-linear-gradient(left, #8813EF, #3B54EE); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}


.rte_dh3 .jbxt { width:60px; height: 2px;background: linear-gradient(135deg, #8813EF 0%, #3B54EE 100%); margin: 0 auto; margin-top: -10px; display: none;}
.rte_dh3 .jbxt2 { width:60px; height: 2px;background: linear-gradient(135deg, #8813EF 0%, #3B54EE 100%); margin: 0 auto; margin-top: -10px; display: none;}
.rte_dh3 .jbxt3 { width:60px; height: 2px;background: linear-gradient(135deg, #8813EF 0%, #3B54EE 100%); margin: 0 auto; margin-top: -10px; display: none;}

.rte_an {height: 46px; line-height:46px; width:120px; font-weight: bold;font-size: 14px; text-align: center; color: #2E314D;border-radius: 46px; cursor: pointer;background: linear-gradient(135deg, #8813EF 0%, #3B54EE 100%); color: #FFF;position:absolute;top:90vh;left:20px; color:#FFFFFF;}
.rte_an  a { color:#FFFFFF;}
#menu__toggle {
	opacity: 0;
  }
  .menu__btn{
	display: none;
  }
  #menu__toggle:checked + .menu__btn > span {
	top: 10px;
	transform: rotate(45deg);
	background-color: #616161;
  }
  #menu__toggle:checked + .menu__btn > span::before {
	top: 0;
	transform: rotate(0deg);
	background-color: #616161;
  }
  #menu__toggle:checked + .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
	background-color: #616161;
  }
  #menu__toggle:checked ~ .menu__box {
	right: 0 !important;
  }
  .menu__btn {
	position: fixed;
	top: 33px;
	right: 24px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
  }

  .rte_dh3 .menu__btn > span,
  .rte_dh3 .menu__btn > span::before,
  .rte_dh3 .menu__btn > span::after {
	background-color: #2A2D4C;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	transition-duration: .25s;
  }
  .menu__btn > span::before {
	content: '';
	top: 10px;
  }
  .menu__btn > span::after {
	content: '';
	top: 20px;
  }
  .menu__box {
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 80px 0;
	list-style: none;
	background-color: #ECEFF1;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	transition-duration: .25s;
  }
  .menu__item {
	display: block;
	margin: 30px 24px;
	text-align:left;
	line-height:50px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition-duration: .25s;
  }
  .menu__item:hover {
	background-color: #CFD8DC;
  }

  @media screen and (max-width:768px) {
	.rte_dh3 .rte_dhnrr{
		display: none;
	}
	.menu__btn{
		display: block;
	}
}


.scs-component-content:has(.rte_dh3) {
    display: block;
}