.subline {
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
  }
  
.subline span {
  font-weight: 900;
  font-family: "Bai Jamjuree";
  text-transform: uppercase;
}

ul {
  padding-inline-start: 24px !important;
}


.l2-bottom-accent {
  border-bottom: 10px solid #b4cd28;
}

.l2-shadow-hover,
.ue-remote-tabs .ue-item {
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);
  transition: all 0.25s ease;
}

.l2-shadow-hover:hover,
.ue-remote-tabs .ue-item.ue-item-active {
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,1);
}

.elementor-button-text {
	font-family: var(--font-family-headlines), sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 27px;
	text-decoration: none solid rgb(33, 33, 33);
	text-align: center;
	text-indent: 0px;
	text-transform: uppercase;
	vertical-align: baseline;
	white-space: nowrap;
	word-spacing: 0px;
}

.elementor-button-text {
  font-weight: 900;
}

.l2-superwide {
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-field-textual {
	background-color: rgba(255,255,255,0.1) !important;
}